Skip to content

Commit

Permalink
debian: Version 1.10-1
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <[email protected]>
  • Loading branch information
keith-packard committed Nov 28, 2024
1 parent 6c6b81e commit b6fd8ca
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
snek (1.10-1) unstable; urgency=medium

* New upstream version

* Adapt to new gcc-avr version. Closes: #1088139.

* Depend on arch-specific qemu packages. Close: #1086204.

-- Keith Packard <[email protected]> Thu, 28 Nov 2024 12:30:53 -0800

snek (1.9-3) unstable; urgency=medium

* Fix lintian errors
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Build-Depends: debhelper-compat (= 13), libreadline-dev, python3:any, lola, gawk
Build-Depends-Indep: avr-libc, gcc-avr,
binutils-arm-none-eabi, gcc-arm-none-eabi, picolibc-arm-none-eabi (>= 1.4), qemu-system-arm,
binutils-riscv64-unknown-elf, gcc-riscv64-unknown-elf, picolibc-riscv64-unknown-elf (>= 1.4),
gcc-arm-linux-gnueabi, libc6-dev-armel-cross, qemu-system-misc,
gcc-arm-linux-gnueabi, libc6-dev-armel-cross, qemu-system-riscv,
asciidoctor, ruby-asciidoctor-pdf, ruby-coderay
Standards-Version: 4.6.2
Standards-Version: 4.7.0
Homepage: https://sneklang.org
Vcs-Git: git://sneklang.org/git/snek.git
Vcs-Browser: https://sneklang.org/cgit/snek.git
Expand Down

0 comments on commit b6fd8ca

Please sign in to comment.