tags 1020748 + pending patch
tags 999219 + pending patch
tags 988018 + pending patch
thanks
I've just uploaded xcolmix 1.07-10.1 to DELAYED/10:
xcolmix (1.07-10.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Add missing required debian/rules targets build-arch and/or build-indep.
(Closes: #999219)
* Apply a patch by Helmut Grohne to correctly pass cross-building tools to
Make. (Closes: #988018)
* Make the build reproducible by adapting debian/rules to use CFLAGS from
dpkg-buildflags(1), appending -ffile-prefix-map. (Closes: #1020748)
The full debdiff is attached.
Regards,
--
,''`.
: :' : Chris Lamb
`. `'` [email protected] / chris-lamb.co.uk
`-
diffstat for xcolmix-1.07 xcolmix-1.07
changelog | 12 ++++++++++++
rules | 5 ++++-
2 files changed, 16 insertions(+), 1 deletion(-)
diff -Nru xcolmix-1.07/debian/changelog xcolmix-1.07/debian/changelog
--- xcolmix-1.07/debian/changelog 2010-05-27 17:47:37.000000000 -0700
+++ xcolmix-1.07/debian/changelog 2022-10-06 09:41:37.000000000 -0700
@@ -1,3 +1,15 @@
+xcolmix (1.07-10.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add missing required debian/rules targets build-arch and/or build-indep.
+ (Closes: #999219)
+ * Apply a patch by Helmut Grohne to correctly pass cross-building tools to
+ Make. (Closes: #988018)
+ * Make the build reproducible by adapting debian/rules to use CFLAGS from
+ dpkg-buildflags(1), appending -ffile-prefix-map. (Closes: #1020748)
+
+ -- Chris Lamb <[email protected]> Thu, 06 Oct 2022 09:41:37 -0700
+
xcolmix (1.07-10) unstable; urgency=low
* Rebuild against libforms2.
diff -Nru xcolmix-1.07/debian/rules xcolmix-1.07/debian/rules
--- xcolmix-1.07/debian/rules 2010-05-27 17:45:10.000000000 -0700
+++ xcolmix-1.07/debian/rules 2022-10-06 09:41:37.000000000 -0700
@@ -7,10 +7,13 @@
package=xcolmix
+build-arch: build
+build-indep: build
+
build:
$(checkdir)
- (cd src; make final STDLFLAGS="-L /usr/X11R6/lib" STDCFLAGS="-c -O2
-Wall $(XFINCDIR) -g")
+ dh_auto_build --sourcedirectory=src -- final STDLFLAGS="-L
/usr/X11R6/lib" STDCFLAGS="$(XFINCDIR) $(shell dpkg-buildflags --get CFLAGS)"
touch build
clean: