mirror of
https://github.com/dschmenk/apple2pi.git
synced 2025-01-03 00:29:57 +00:00
Update verion #
This commit is contained in:
parent
5a59fa93fd
commit
dcb6c8e904
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
|||||||
PACKAGE=a2pi
|
PACKAGE=a2pi
|
||||||
VERSION=0.2.1
|
VERSION=0.2.2
|
||||||
DIST=$(PACKAGE)-$(VERSION)
|
DIST=$(PACKAGE)-$(VERSION)
|
||||||
DISTDIR=./$(DIST)
|
DISTDIR=./$(DIST)
|
||||||
|
|
||||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
a2pi (0.2.2-0) unstable; urgency=low
|
||||||
|
|
||||||
|
* First systemd compatibility
|
||||||
|
|
||||||
|
-- David Schmenk <dschmenk@gmail.com> Sat, 20 May 2017 15:15:30 -0800
|
||||||
|
|
||||||
a2pi (0.2.1-0) unstable; urgency=low
|
a2pi (0.2.1-0) unstable; urgency=low
|
||||||
|
|
||||||
* First Jessie package
|
* First Jessie package
|
||||||
|
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -83,8 +83,8 @@ case "$1" in
|
|||||||
#
|
#
|
||||||
# Add a2pi service to systemd
|
# Add a2pi service to systemd
|
||||||
#
|
#
|
||||||
if [ -f /usr/share/a2pi/a2pi.service ] && [ -x systemctl ] ; then
|
if [ -f /usr/share/a2pi/a2pi.service ] && [ -d /lib/systemd/system ] ; then
|
||||||
cp /usr/share/a2pi/a2pi.service /lib/systemd/
|
cp /usr/share/a2pi/a2pi.service /lib/systemd/system
|
||||||
systemctl enable a2pi
|
systemctl enable a2pi
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user