diff --git a/debian/changelog b/debian/changelog index c7c122b..b021869 100755 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +a2pi (0.2.2-3) unstable; urgency=low + + * First Stretch release + + -- David Schmenk Wed, 23 Aug 2017 13:44:30 -0800 + a2pi (0.2.2-2) unstable; urgency=low * Change default serial port to serial0 diff --git a/debian/postinst b/debian/postinst index 6c91c8f..93b0083 100755 --- a/debian/postinst +++ b/debian/postinst @@ -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 diff --git a/share/A2PI-1.4.PO b/share/A2PI-1.4.PO deleted file mode 100644 index df5a4e9..0000000 Binary files a/share/A2PI-1.4.PO and /dev/null differ diff --git a/src/Makefile b/src/Makefile index c12f69a..ca91164 100755 --- a/src/Makefile +++ b/src/Makefile @@ -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