tags 1020804 + pending patch
thanks
I've just uploaded paxctl 0.9-1.1 to DELAYED/10:
paxctl (0.9-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply a patch by Vagrant Cascadian to make the build reproducible.
(Closes: #1020804)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for paxctl-0.9 paxctl-0.9
changelog | 8 ++++++++
rules | 3 +++
2 files changed, 11 insertions(+)
diff -Nru paxctl-0.9/debian/changelog paxctl-0.9/debian/changelog
--- paxctl-0.9/debian/changelog 2014-09-06 14:16:48.000000000 +0100
+++ paxctl-0.9/debian/changelog 2022-11-17 17:38:19.000000000 +0000
@@ -1,3 +1,11 @@
+paxctl (0.9-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Apply a patch by Vagrant Cascadian to make the build reproducible.
+ (Closes: #1020804)
+
+ -- Chris Lamb <[email protected]> Thu, 17 Nov 2022 17:38:19 +0000
+
paxctl (0.9-1) unstable; urgency=low
* New upstream release.
diff -Nru paxctl-0.9/debian/rules paxctl-0.9/debian/rules
--- paxctl-0.9/debian/rules 2014-09-06 14:16:48.000000000 +0100
+++ paxctl-0.9/debian/rules 2022-11-17 17:38:19.000000000 +0000
@@ -6,3 +6,6 @@
%:
dh $@
+
+override_dh_auto_build:
+ dh_auto_build -- CFLAGS="$(CFLAGS)"