Control: tags 1089472 + patch Control: tags 1089472 + pending
Dear maintainer, I've prepared an NMU for xcolmix (versioned as 1.07-10.4) and uploaded it to DELAYED/15. Please feel free to tell me if I should delay it longer. Regards. diff -Nru xcolmix-1.07/debian/changelog xcolmix-1.07/debian/changelog --- xcolmix-1.07/debian/changelog 2024-11-04 21:11:07.000000000 +0000 +++ xcolmix-1.07/debian/changelog 2024-12-31 11:33:48.000000000 +0000 @@ -1,3 +1,11 @@ +xcolmix (1.07-10.4) unstable; urgency=medium + + * Non-maintainer upload. + * Remove need for root when building the package. + (Closes: #1089472) + + -- Niels Thykier <[email protected]> Tue, 31 Dec 2024 11:33:48 +0000 + xcolmix (1.07-10.3) unstable; urgency=medium * Non-maintainer upload. diff -Nru xcolmix-1.07/debian/control xcolmix-1.07/debian/control --- xcolmix-1.07/debian/control 2010-05-28 00:46:04.000000000 +0000 +++ xcolmix-1.07/debian/control 2024-12-31 11:33:16.000000000 +0000 @@ -3,6 +3,7 @@ Priority: optional Maintainer: Peter S Galbraith <[email protected]> Build-Depends: debhelper (>= 7), libforms-dev +Rules-Requires-Root: no Standards-Version: 3.8.4 Package: xcolmix diff -Nru xcolmix-1.07/debian/rules xcolmix-1.07/debian/rules --- xcolmix-1.07/debian/rules 2022-10-06 16:41:37.000000000 +0000 +++ xcolmix-1.07/debian/rules 2024-12-31 11:33:08.000000000 +0000 @@ -22,13 +22,13 @@ (cd src; make clean) dh_clean -binary-indep: checkroot build +binary-indep: build $(checkdir) # There are no architecture-independent files to be uploaded # generated by this package. If there were any they would be # made here. -binary-arch: checkroot build +binary-arch: build $(checkdir) -rm -rf debian/xcolmix install -d debian/xcolmix/usr/bin @@ -55,8 +55,4 @@ binary: binary-indep binary-arch -checkroot: - $(checkdir) - test root = "`whoami`" - -.PHONY: binary binary-arch binary-indep clean checkroot +.PHONY: binary binary-arch binary-indep clean
OpenPGP_signature.asc
Description: OpenPGP digital signature

