Control: tags 1089384 + patch Control: tags 1089384 + pending
Dear maintainer, I've prepared an NMU for mailsync (versioned as 5.2.7-3.3) and uploaded it to DELAYED/7. Please feel free to tell me if I should delay it longer. Regards. diff -Nru mailsync-5.2.7/debian/changelog mailsync-5.2.7/debian/changelog --- mailsync-5.2.7/debian/changelog 2023-08-16 20:56:23.000000000 +0000 +++ mailsync-5.2.7/debian/changelog 2025-01-01 18:34:42.000000000 +0000 @@ -1,3 +1,12 @@ +mailsync (5.2.7-3.3) unstable; urgency=medium + + * Non-maintainer upload. + * Remove need for root when building the package. + (Closes: #1089384) + * Replace `dh_clean -k` with `dh_prep`. + + -- Niels Thykier <[email protected]> Wed, 01 Jan 2025 18:34:42 +0000 + mailsync (5.2.7-3.2) unstable; urgency=medium * Non-maintainer upload diff -Nru mailsync-5.2.7/debian/control mailsync-5.2.7/debian/control --- mailsync-5.2.7/debian/control 2020-11-06 23:11:21.000000000 +0000 +++ mailsync-5.2.7/debian/control 2025-01-01 18:34:37.000000000 +0000 @@ -8,6 +8,7 @@ # * automake < 1.17 because it's not tested with automat > 1.16 and # debian/rules needs to be adaptedBuild-Depends: debhelper (>> 3.0.0), libc-client2007e-dev (>= 8:2007f~dfsg-1), automake, dpkg-dev (>= 1.16.0), libkrb5-dev
+Rules-requires-Root: no Standards-Version: 3.9.3.1 Homepage: http://mailsync.sourceforge.net/ diff -Nru mailsync-5.2.7/debian/rules mailsync-5.2.7/debian/rules --- mailsync-5.2.7/debian/rules 2023-08-16 20:50:38.000000000 +0000 +++ mailsync-5.2.7/debian/rules 2025-01-01 18:34:25.000000000 +0000 @@ -27,7 +27,7 @@ ./configure --prefix=/usr touch configure-stamp - + build: configure-stamp build-stamp build-stamp: dh_testdir @@ -53,11 +53,11 @@ install: build dh_testdir dh_testroot - dh_clean -k + dh_prep dh_installdirs @# Add here commands to install the package into debian/mailsync. - install -o root -g root -m 0755 \ + install -m 0755 \ src/mailsync $(CURDIR)/debian/mailsync/usr/bin
OpenPGP_signature.asc
Description: OpenPGP digital signature

