Control: tags 1089314 + patch Control: tags 1089314 + pending
Dear maintainer, I've prepared an NMU for dist (versioned as 1:3.5-236-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -u dist-3.5-236/debian/changelog dist-3.5-236/debian/changelog --- dist-3.5-236/debian/changelog +++ dist-3.5-236/debian/changelog @@ -1,3 +1,11 @@ +dist (1:3.5-236-1.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove requirement for root when building dist. + (Closes: #1089314) + + -- Niels Thykier <ni...@thykier.net> Sun, 29 Dec 2024 10:42:14 +0000 + dist (1:3.5-236-1) unstable; urgency=medium * New upstream git snapshot diff -u dist-3.5-236/debian/control dist-3.5-236/debian/control --- dist-3.5-236/debian/control +++ dist-3.5-236/debian/control @@ -4,6 +4,7 @@ Section: devel Priority: optional Maintainer: Manoj Srivastava <sriva...@debian.org> +Rules-Requires-Root: no Standards-Version: 4.3.0 Build-Depends: debhelper-compat (=12) Build-Depends-Indep: sharutils, po-debconf, gettext diff -u dist-3.5-236/debian/rules dist-3.5-236/debian/rules --- dist-3.5-236/debian/rules +++ dist-3.5-236/debian/rules @@ -7,10 +7,10 @@ ifeq (,$(filter nostrip,$(DEB_BUILD_OPTIONS))) INSTALL_PROGRAM += -s endif -install_file = $(INSTALL) -p -o root -g root -m 644 -install_program = $(INSTALL) -p -o root -g root -m 755 -install_script = $(INSTALL) -p -o root -g root -m 755 -make_directory = $(INSTALL) -p -d -o root -g root -m 755 +install_file = $(INSTALL) -p -m 644 +install_program = $(INSTALL) -p -m 755 +install_script = $(INSTALL) -p -m 755 +make_directory = $(INSTALL) -p -d -m 755 email := sriva...@debian.org TMPTOP:=$(SRCTOP)/debian/tmp DOCDIR=$(SRCTOP)/debian/$(package)/usr/share/doc/$(package)
OpenPGP_signature.asc
Description: OpenPGP digital signature