Skip to content

Commit

Permalink
debian: Split local snek binary into separate package
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Packard <keithp@keithp.com>
  • Loading branch information
keith-packard committed Mar 3, 2019
1 parent 76caa6c commit 3523573
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
16 changes: 13 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,22 @@ Standards-Version: 4.2.1

Package: snek
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-serial
Suggests: snek-bin
Depends: ${shlibs:Depends}, ${misc:Depends}, python3, python3-serial, usbutils
Description: Embedded system programming language
Snek is a small python-like language designed for embedded
computers. It can run on systems as small as an Arduino Duemilanova
board, which is an ATmega 328 processor with 32kB of flash and 2kB of
ram. This package includes a binary for that target, the
snek-duino-install tool for installing Snek on Arduino boards, the
snekde integrated development environment and a snek binary for
playing with the language on your host machine.
snekde integrated development environment

Package: snek-bin
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Host binary version of Snek programming language
Snek is a small python-like language designed for embedded
computers. It can run on systems as small as an Arduino Duemilanova
board, which is an ATmega 328 processor with 32kB of flash and 2kB of
ram. This package provides a host snek binary for playing with the
language on your host machine.
1 change: 1 addition & 0 deletions debian/snek-bin.install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
usr/bin/snek
4 changes: 4 additions & 0 deletions debian/snek.install
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
usr/bin/snek-duino-install
usr/bin/snekde
usr/lib/pkgconfig/*
usr/share

0 comments on commit 3523573

Please sign in to comment.