I’d like to add emacs-non-dfsg 30.1 to bookworm-backports, in order to resolve the request in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053905. I’ve built the source package locally following https://wiki.debian.org/BuildingFormalBackports and the result is nearly identical to the version in testing (diff of the deb contents below). I’ve optimistically uploaded it to mentors.debian.net (at least, dput returned successfully, though I don't yet see it at https://ftp-master.debian.org/backports-new.html).
I am new to contributing to Debian, so while I tried to follow the process precisely by looking at the docs and other examples, I may have missed some steps. Feedback / guidance welcome. Thanks, Ted == Difference in package contents == $ diff -r emacs-non-dfsg-testing emacs-non-dfsg-backports diff -r emacs-non-dfsg-testing/DEBIAN/control emacs-non-dfsg-backports/DEBIAN/control 3c3 < Version: 1:30.1+1-1 --- > Version: 1:30.1+1-1~bpo12+1 diff -r emacs-non-dfsg-testing/DEBIAN/md5sums emacs-non-dfsg-backports/DEBIAN/md5sums 2c2 < 4834f9891d17d9c924928a4e0a3e4f47 usr/share/doc/emacs-common-non-dfsg/changelog.Debian.gz --- > 845dd9e9695b99d4dcede50034fbe827 usr/share/doc/emacs-common-non-dfsg/changelog.Debian.gz Binary files emacs-non-dfsg-testing/usr/share/doc/emacs-common-non-dfsg/changelog.Debian.gz and emacs-non-dfsg-backports/usr/share/doc/emacs-common-non-dfsg/changelog.Debian.gz differ $ zdiff emacs-non-dfsg-testing/usr/share/doc/emacs-common-non-dfsg/changelog.Debian.gz emacs-non-dfsg-backports/usr /share/doc/emacs-common-non-dfsg/changelog.Debian.gz 0a1,6 > emacs-non-dfsg (1:30.1+1-1~bpo12+1) bookworm-backports; urgency=medium > > * Rebuild for bookworm-backports (Closes: #1053905) > > -- Ted Romer <[email protected]> Tue, 25 Mar 2025 16:50:14 -0700 >
