diff -Nru mailutils-3.9/debian/changelog mailutils-3.9/debian/changelog --- mailutils-3.9/debian/changelog 2020-07-27 08:32:44.000000000 +0000 +++ mailutils-3.9/debian/changelog 2020-08-21 01:37:23.000000000 +0000 @@ -1,3 +1,13 @@ +mailutils (1:3.9-3.2+rpi1) bullseye-staging; urgency=medium + + * Make package binnmu safe. + * Disable testsuite, not because it fails but because i'm having + other issues and don't want to wait for it. + * Fix clean target. + * Put a couple of files in debian/not-installed + + -- Peter Michael Green Fri, 21 Aug 2020 01:37:23 +0000 + mailutils (1:3.9-3.2) unstable; urgency=medium * Non-maintainer upload. diff -Nru mailutils-3.9/debian/control mailutils-3.9/debian/control --- mailutils-3.9/debian/control 2020-07-27 08:24:09.000000000 +0000 +++ mailutils-3.9/debian/control 2020-08-21 01:37:12.000000000 +0000 @@ -41,7 +41,7 @@ Architecture: any Pre-Depends: ${misc:Pre-Depends} Depends: mailutils-common (= ${source:Version}), - libmu-dbm6 (= ${source:Version}), + libmu-dbm6 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends} Replaces: libmailutils4, libmailutils5 diff -Nru mailutils-3.9/debian/not-installed mailutils-3.9/debian/not-installed --- mailutils-3.9/debian/not-installed 1970-01-01 00:00:00.000000000 +0000 +++ mailutils-3.9/debian/not-installed 2020-08-21 01:37:23.000000000 +0000 @@ -0,0 +1,3 @@ +usr/share/emacs/site-lisp/mailutils-mh.elc +usr/share/emacs/site-lisp/mailutils-mh.el + diff -Nru mailutils-3.9/debian/rules mailutils-3.9/debian/rules --- mailutils-3.9/debian/rules 2020-07-27 08:24:09.000000000 +0000 +++ mailutils-3.9/debian/rules 2020-08-21 01:37:23.000000000 +0000 @@ -71,8 +71,12 @@ override_dh_auto_test: ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS))) - $(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)" || true + #$(MAKE) check RUNTESTFLAGS="$(RUNTESTFLAGS)" || true endif override_dh_fixperms: dh_fixperms -Xdotlock.mailutils + +override_dh_auto_clean: + dh_auto_clean + rm -f *.1 *.8