tags 777354 + pending
thanks
No problem. I've just uploaded xjump 2.7.5-6.2 to DELAYED/5:
xjump (2.7.5-6.2) unstable; urgency=medium
* Non-maintainer upload.
* Make the build reproducible by passing -n to gzip calls in debian/rules.
(Closes: #777354)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -Nru xjump-2.7.5/debian/changelog xjump-2.7.5/debian/changelog
--- xjump-2.7.5/debian/changelog 2012-05-06 07:51:17.000000000 +0100
+++ xjump-2.7.5/debian/changelog 2017-01-10 16:44:41.000000000 +0000
@@ -1,3 +1,11 @@
+xjump (2.7.5-6.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Make the build reproducible by passing -n to gzip calls in debian/rules.
+ (Closes: #777354)
+
+ -- Chris Lamb <[email protected]> Tue, 10 Jan 2017 16:44:41 +0000
+
xjump (2.7.5-6.1) unstable; urgency=low
* Non-maintainer upload; ACKed by the maintainer.
diff -Nru xjump-2.7.5/debian/rules xjump-2.7.5/debian/rules
--- xjump-2.7.5/debian/rules 2012-04-12 10:10:13.000000000 +0100
+++ xjump-2.7.5/debian/rules 2017-01-10 16:44:41.000000000 +0000
@@ -26,7 +26,7 @@
make install DESTDIR=$(CURDIR)/debian/xjump
install -m 644 -o root -g root xjump-icon.xpm
debian/xjump/usr/share/pixmaps/
cp debian/themes/* debian/xjump/usr/share/games/xjump/
- for i in debian/xjump/usr/share/games/xjump/*; do gzip -9 $$i; done
+ for i in debian/xjump/usr/share/games/xjump/*; do gzip -9n $$i; done
cp debian/xjump.desktop debian/xjump/usr/share/applications/
# Encoding is by default UTF-8
sed -i '/Encoding=/d' debian/xjump/usr/share/applications/xjump.desktop