Skip to content

Commit 4c69af5

Browse files
author
Aleksei Arsenev
committed
rebuild with data.tar.gz instead of data.tar.xz - compatibility for older versions of dpkg
1 parent 0a2814d commit 4c69af5

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
zk-flock (0.1.4.4) unstable; urgency=medium
2+
3+
* Rebuild with tar.gz instead of tar.xz
4+
5+
-- Arsenev Alexey <[email protected]> Wed, 09 Nov 2016 10:32:05 +0300
6+
17
zk-flock (0.1.4.3) unstable; urgency=medium
28

39
* Fix work with cyrillic lock name (>= python2.7). Python 2.6 work logic not changed

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ ifeq (lucid,$(shell lsb_release -sc))
66
PYTHON_HELPER=python2
77
endif
88

9+
override_dh_builddeb:
10+
dh_builddeb -- -Zgzip
911

1012
%:
1113
dh $@ --with=$(PYTHON_HELPER)

0 commit comments

Comments
 (0)