Control: tags 1092387 + patch Control: tags 1092387 + pending
Dear maintainer, I've prepared an NMU for opensp (versioned as 1.5.2-15.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards.
diff -Nru opensp-1.5.2/debian/changelog opensp-1.5.2/debian/changelog --- opensp-1.5.2/debian/changelog 2024-12-15 00:09:32.000000000 +0000 +++ opensp-1.5.2/debian/changelog 2025-02-01 20:33:57.000000000 +0000 @@ -1,3 +1,10 @@ +opensp (1.5.2-15.2) unstable; urgency=medium + + * Non-maintainer upload. + * Remove need for root when building the package (Closes: #1092387) + + -- Niels Thykier <ni...@thykier.net> Sat, 01 Feb 2025 20:33:57 +0000 + opensp (1.5.2-15.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru opensp-1.5.2/debian/control opensp-1.5.2/debian/control --- opensp-1.5.2/debian/control 2024-12-15 00:09:32.000000000 +0000 +++ opensp-1.5.2/debian/control 2025-02-01 20:33:57.000000000 +0000 @@ -2,6 +2,7 @@ Section: text Priority: optional Maintainer: Neil Roeth <n...@debian.org> +Rules-Requires-Root: no Standards-Version: 3.9.5.0 Build-Depends: debhelper (>> 13.0.0), debhelper-compat (=13), xmlto <!pkg.opensp.bootstrap>, diff -Nru opensp-1.5.2/debian/rules opensp-1.5.2/debian/rules --- opensp-1.5.2/debian/rules 2024-12-15 00:09:32.000000000 +0000 +++ opensp-1.5.2/debian/rules 2025-02-01 20:33:57.000000000 +0000 @@ -22,14 +22,14 @@ default-catalogs := /etc/sgml/catalog # build tool abstraction -install_ := install -o root -g root -p -install_file := install -o root -g root -m 644 -p -install_script := install -o root -g root -m 755 -p -install_program := install -o root -g root -m 755 -p +install_ := install -p +install_file := install -m 644 -p +install_script := install -m 755 -p +install_program := install -m 755 -p ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) install_program += --strip endif -make_directory := install -d -o root -g root -m 755 +make_directory := install -d -m 755 compress := gzip -9f CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
OpenPGP_signature.asc
Description: OpenPGP digital signature