diff --git a/debian/changelog b/debian/changelog index 4de111a..015066d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,11 @@ +olimp-control (1.1-1) unstable; urgency=low + + * Update systemd unit file + + -- LMIO TC Sat, 09 Mar 2018 21:35:00 +0000 + olimp-control (1.0-1) unstable; urgency=low - * Initial release (Closes: #nnnn) + * Initial release -- LMIO TC Thu, 22 Mar 2018 08:24:12 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/makedeb.sh b/makedeb.sh index 50a0133..e232e59 100755 --- a/makedeb.sh +++ b/makedeb.sh @@ -6,7 +6,7 @@ # https://www.debian.org/doc/manuals/maint-guide/ # https://wiki.debian.org/Packaging -ver='1.0' +ver='1.1' projdir="olimp-control-${ver}" projtar="olimp-control_${ver}.orig.tar.gz" builddir="build"