Initial Stretch release

This commit is contained in:
David Schmenk 2017-08-23 14:36:55 -07:00
parent 834c462bd6
commit 12c6ea45bb
4 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
a2pi (0.2.2-3) unstable; urgency=low
* First Stretch release
-- David Schmenk <dschmenk@mail.com> Wed, 23 Aug 2017 13:44:30 -0800
a2pi (0.2.2-2) unstable; urgency=low
* Change default serial port to serial0

2
debian/postinst vendored
View File

@ -91,7 +91,7 @@ case "$1" in
# Add schmenk.is-a-geek.com to apt sources
#
if [ "$(grep schmenk /etc/apt/sources.list)" = "" ] ; then
echo "deb http://schmenk.is-a-geek.com/raspbian jessie contrib" >> /etc/apt/sources.list
echo "deb http://schmenk.is-a-geek.com/raspbian stretch contrib" >> /etc/apt/sources.list
fi
#
# Add a2pi service to systemd

Binary file not shown.

View File

@ -29,7 +29,7 @@ install:
-mkdir -p $(SBINDIR)
cp $(SBIN) $(SBINDIR)
-mkdir -p $(SHAREDIR)
cp ../share/* $(SHAREDIR)
cp -R ../share/* $(SHAREDIR)
uninstall:
cd $(BINDIR); rm $(BIN) a2mount