Skip to content

Commit

Permalink
bump to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregy committed Mar 19, 2017
1 parent 753d6bb commit 02e9107
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 3 additions & 9 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sat, 03 Dec 2016 17:00:00 +0200

znapzend (0.15.7-1) UNRELEASED; urgency=medium

* Initial release.

-- Petr Gregor <[email protected]> Thu, 06 Oct 2016 12:45:06 +0200
-- Petr Gregor <[email protected]> Sun, 19 Mar 2017 16:57:02 +0100
2 changes: 2 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 02e9107

Please sign in to comment.