Control: tags 1089427 + patch Control: tags 1089427 + pending
Dear maintainer, I've prepared an NMU for scid (versioned as 1:4.7.4+dfsg1-2.1) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards.diff -Nru scid-4.7.4+dfsg1/debian/changelog scid-4.7.4+dfsg1/debian/changelog
--- scid-4.7.4+dfsg1/debian/changelog 2022-07-30 16:46:08.000000000 +0000 +++ scid-4.7.4+dfsg1/debian/changelog 2025-01-01 15:48:27.000000000 +0000 @@ -1,3 +1,13 @@ +scid (1:4.7.4+dfsg1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Remove unnecessary call to `dh_clean` (it would be called again + just after) + * Remove need for root when building the package. + (Closes: #1089427) + + -- Niels Thykier <[email protected]> Wed, 01 Jan 2025 15:48:27 +0000 + scid (1:4.7.4+dfsg1-2) unstable; urgency=medium * debian/rules: diff -Nru scid-4.7.4+dfsg1/debian/control scid-4.7.4+dfsg1/debian/control --- scid-4.7.4+dfsg1/debian/control 2022-07-30 16:46:08.000000000 +0000 +++ scid-4.7.4+dfsg1/debian/control 2025-01-01 15:47:51.000000000 +0000 @@ -3,6 +3,7 @@ Priority: optional Maintainer: Jose G. López <[email protected]>Build-Depends: debhelper-compat (= 13), tcl-dev, tk-dev, zlib1g-dev, libx11-dev, dpkg-dev (>= 1.16.0), dh-python, python3
+Rules-Requires-Root: no Standards-Version: 4.6.1 Homepage: http://scid.sf.net Vcs-Git: https://salsa.debian.org/josgalo-guest/scid.git diff -Nru scid-4.7.4+dfsg1/debian/rules scid-4.7.4+dfsg1/debian/rules --- scid-4.7.4+dfsg1/debian/rules 2022-07-30 16:46:08.000000000 +0000 +++ scid-4.7.4+dfsg1/debian/rules 2025-01-01 15:48:27.000000000 +0000 @@ -17,7 +17,7 @@ override_dh_auto_install: $(MAKE) install_scid cp -R $(CURDIR)/sounds/ $(CURDIR)/debian/tmp/scid/usr/share/scid/ - chmod -R -x $(CURDIR)/debian/tmp/scid/usr/share/scid/sounds/+ find $(CURDIR)/debian/tmp/scid/usr/share/scid/sounds/ -type f -exec chmod a-x {} +
chmod +x $(CURDIR)/debian/tmp/scid/usr/share/scid/tcl/start.tcl
chmod +x $(CURDIR)/debian/tmp/scid/usr/share/scid/tcl/options.tcl
chmod +x
$(CURDIR)/debian/tmp/scid/usr/share/scid/tcl/contrib/ezsmtp/install.tcl
@@ -30,7 +30,6 @@
override_dh_auto_clean:
[ ! -f Makefile ] || $(MAKE) clean
rm -f config.sub config.guess Makefile a.out
- dh_clean
override_dh_auto_build:
dh_auto_build -- all_scid
OpenPGP_signature.asc
Description: OpenPGP digital signature

