diff --git a/README.md b/README.md index 846016f..7608a89 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Build debs: ```sh git clone https://github.com/Gregy/znapzend-debian.git cd znapzend-debian -git clone -b v0.16.0 https://github.com/oetiker/znapzend +git clone -b v0.17.0 https://github.com/oetiker/znapzend cp -r debian/ znapzend cd znapzend debuild -us -uc diff --git a/debian/changelog b/debian/changelog index 52d4f97..5b61817 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,5 @@ -znapzend (0.16.0-1) UNRELEASED; urgency=medium +znapzend (0.17.0-1) UNRELEASED; urgency=medium - * Release v0.16.0 + * Experimental package - -- morph027 Sat, 03 Dec 2016 17:00:00 +0200 - -znapzend (0.15.7-1) UNRELEASED; urgency=medium - - * Initial release. - - -- Petr Gregor Thu, 06 Oct 2016 12:45:06 +0200 + -- Petr Gregor Sun, 19 Mar 2017 16:57:02 +0100 diff --git a/debian/rules b/debian/rules index 82cf648..4cd7865 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ override_dh_auto_build: $(MAKE) +override_dh_installinit: + echo 'not installing init script, relying on systemd' override_dh_auto_test: echo ' skip tests' override_dh_strip_nondeterminism: