tags 777448 + pending patch
thanks
I've uploaded magicfilter 1.2-64.1 to DELAYED/5:
magicfilter (1.2-64.1) unstable; urgency=medium
* Non-maintainer upload.
* Make the build reproducible by passing -n to gzip calls in debian/rules.
(Closes: #777448)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diff -Nru magicfilter-1.2/debian/changelog magicfilter-1.2/debian/changelog
--- magicfilter-1.2/debian/changelog 2011-09-17 04:32:24.000000000 +0100
+++ magicfilter-1.2/debian/changelog 2017-01-10 12:22:42.000000000 +0000
@@ -1,3 +1,11 @@
+magicfilter (1.2-64.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Make the build reproducible by passing -n to gzip calls in debian/rules.
+ (Closes: #777448)
+
+ -- Chris Lamb <[email protected]> Tue, 10 Jan 2017 12:22:42 +0000
+
magicfilter (1.2-64) unstable; urgency=low
* debian/rules: Use -Os, *not* -0s. Tks Matthias Klose. Closes: #625174.
diff -Nru magicfilter-1.2/debian/rules magicfilter-1.2/debian/rules
--- magicfilter-1.2/debian/rules 2011-09-17 04:09:14.000000000 +0100
+++ magicfilter-1.2/debian/rules 2017-01-10 12:22:42.000000000 +0000
@@ -59,10 +59,10 @@
cd filters && install -p -m 755 *-filter ../$(tmp)/etc/magicfilter
install -p -m 644 debian/changelog $(tmp)/$(doc)/changelog.Debian
install -p -m 644 ChangeLog $(tmp)/$(doc)/changelog
- cd $(tmp)/$(doc) && gzip -9f changelog.Debian README* changelog
+ cd $(tmp)/$(doc) && gzip -9nf changelog.Debian README* changelog
install -p -m 644 debian/copyright $(tmp)/$(doc)
install -p -m 644 magicfilterconfig.8 $(tmp)/$(man)
- gzip -9f $(tmp)/$(man)/*
+ gzip -9nf $(tmp)/$(man)/*
dpkg-shlibdeps $(tmp)/usr/sbin/$(package)
install -d $(tmp)/DEBIAN
cd $(tmp) &&\