summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-10-20 16:12:17 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-10-20 16:12:17 +0200
commit7e1d153f64dc2228cbef2972b6f2d9b68e812e34 (patch)
tree812ef53311cecfc03ef2a1789ff3b8b21de3e1b6
parent5a12766907352e43cfe9144f22c455e34f0e8eeb (diff)
downloaditzks-systems-7e1d153f64dc2228cbef2972b6f2d9b68e812e34.tar.gz
itzks-systems-7e1d153f64dc2228cbef2972b6f2d9b68e812e34.tar.bz2
itzks-systems-7e1d153f64dc2228cbef2972b6f2d9b68e812e34.zip
debian/rules: Tar-up tarballs with gzip's -n option (no timestamps).
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/rules6
2 files changed, 7 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index f0a6a64..765da6a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-itzks-systems (2015.10.15.1) UNRELEASED; urgency=medium
+itzks-systems (2015.10.15.2) UNRELEASED; urgency=medium
* debian-mate-default-settings: Provide itzks-debian-mate-default-settings
for Debian jessie / ITZkS.
@@ -8,8 +8,10 @@ itzks-systems (2015.10.15.1) UNRELEASED; urgency=medium
+ Switch to Debhelper 9.
* debian/copyright:
+ Fix reference to bin/standardskriver.
+ * debian/rules:
+ + Tar-up tarballs with gzip's -n option (no timestamps).
- -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 11 Sep 2015 23:14:43 +0200
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 20 Oct 2015 16:11:45 +0200
itzks-systems (2015.09.11.1) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 6ff0a28..320fce6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,9 +5,9 @@
dh ${@}
override_dh_installexamples:
- cd examples/mainserver/ && tar cvzf mainserver-tftp.tar.gz tftp
- cd examples/disklserver/ && tar cvzf disklserver-tftp.tar.gz tftp
- cd examples/backup/ && tar cvzf backup-dirvish.tar.gz dirvish
+ cd examples/mainserver/ && tar cvf mainserver-tftp.tar tftp && gzip -9n mainserver-tftp.tar
+ cd examples/disklserver/ && tar cvf disklserver-tftp.tar tftp && gzip -9n disklserver-tftp.tar
+ cd examples/backup/ && tar cvf backup-dirvish.tar dirvish && gzip -9n backup-dirvish.tar
dh_installexamples
override_dh_clean: