Your message dated Sat, 10 Nov 2018 10:42:56 +0000 with message-id <1541846576.3542.38.camel@adam-barratt.org.uk> and subject line Closing bugs for updates included in 9.6 has caused the Debian Bug report #911494, regarding stretch-pu: package systraq/20160803-1+deb9u1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 911494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911494 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: stretch-pu: package systraq/20160803-1+deb9u1
- From: Andreas Beckmann <anbe@debian.org>
- Date: Sat, 20 Oct 2018 22:06:29 +0200
- Message-id: <154006598936.28822.6274463172513903968.reportbug@zam581.zam.kfa-juelich.de>
Package: release.debian.org Severity: normal Tags: stretch User: release.debian.org@packages.debian.org Usertags: pu Let's fix one of the last piuparts failures in stretch by inverting the logic in the dpkg hook s.t. it exits successfully (while doing nothing) after the package was removed. This is the minimal change taken from sid. The new package passes piuparts :-) Andreasdiff -Nru systraq-20160803/debian/20systraq systraq-20160803/debian/20systraq --- systraq-20160803/debian/20systraq 2016-03-10 20:03:02.000000000 +0100 +++ systraq-20160803/debian/20systraq 2018-10-20 21:27:59.000000000 +0200 @@ -1,2 +1,2 @@ # /etc/apt/apt.conf.d/20systraq - update systraq's list of monitored files -DPkg::Post-Invoke { "test -f /etc/systraq/Makefile && command -v make >/dev/null && su -s /bin/sh -c 'make -s -C /etc/systraq' debian-systraq"; }; +DPkg::Post-Invoke { "test ! -f /etc/systraq/Makefile || ! command -v make >/dev/null || su -s /bin/sh -c 'make -s -C /etc/systraq' debian-systraq"; }; diff -Nru systraq-20160803/debian/changelog systraq-20160803/debian/changelog --- systraq-20160803/debian/changelog 2016-08-03 19:45:54.000000000 +0200 +++ systraq-20160803/debian/changelog 2018-10-20 21:27:59.000000000 +0200 @@ -1,3 +1,11 @@ +systraq (20160803-1+deb9u1) stretch; urgency=medium + + * Non-maintainer upload. + * debian/20systraq: Invert logic in order to exit successfully in case + /e/s/Makefile is missing. (Closes: #867277) + + -- Andreas Beckmann <anbe@debian.org> Sat, 20 Oct 2018 21:27:59 +0200 + systraq (20160803-1) unstable; urgency=medium * New upstream release: The Pidjiguiti Release.
--- End Message ---
--- Begin Message ---
- To: 886146-done@bugs.debian.org, 891566-done@bugs.debian.org, 891651-done@bugs.debian.org, 891652-done@bugs.debian.org, 891801-done@bugs.debian.org, 892764-done@bugs.debian.org, 892774-done@bugs.debian.org, 893749-done@bugs.debian.org, 895537-done@bugs.debian.org, 898741-done@bugs.debian.org, 899050-done@bugs.debian.org, 903656-done@bugs.debian.org, 903786-done@bugs.debian.org, 904196-done@bugs.debian.org, 904199-done@bugs.debian.org, 904213-done@bugs.debian.org, 904307-done@bugs.debian.org, 904662-done@bugs.debian.org, 905232-done@bugs.debian.org, 905712-done@bugs.debian.org, 905762-done@bugs.debian.org, 906042-done@bugs.debian.org, 906088-done@bugs.debian.org, 906145-done@bugs.debian.org, 906167-done@bugs.debian.org, 906741-done@bugs.debian.org, 906814-done@bugs.debian.org, 906857-done@bugs.debian.org, 907124-done@bugs.debian.org, 907386-done@bugs.debian.org, 907584-done@bugs.debian.org, 907719-done@bugs.debian.org, 907865-done@bugs.debian.org, 907899-done@bugs.debian.org, 908357-done@bugs.debian.org, 908388-done@bugs.debian.org, 908389-done@bugs.debian.org, 908474-done@bugs.debian.org, 908612-done@bugs.debian.org, 908893-done@bugs.debian.org, 908913-done@bugs.debian.org, 908956-done@bugs.debian.org, 908958-done@bugs.debian.org, 909007-done@bugs.debian.org, 909119-done@bugs.debian.org, 909526-done@bugs.debian.org, 909807-done@bugs.debian.org, 909842-done@bugs.debian.org, 909953-done@bugs.debian.org, 910065-done@bugs.debian.org, 910371-done@bugs.debian.org, 910396-done@bugs.debian.org, 910398-done@bugs.debian.org, 910445-done@bugs.debian.org, 910481-done@bugs.debian.org, 910610-done@bugs.debian.org, 910628-done@bugs.debian.org, 910629-done@bugs.debian.org, 910719-done@bugs.debian.org, 910821-done@bugs.debian.org, 910969-done@bugs.debian.org, 911114-done@bugs.debian.org, 911186-done@bugs.debian.org, 911220-done@bugs.debian.org, 911244-done@bugs.debian.org, 911347-done@bugs.debian.org, 911494-done@bugs.debian.org, 911767-done@bugs.debian.org, 911992-done@bugs.debian.org, 912032-done@bugs.debian.org, 912159-done@bugs.debian.org, 912169-done@bugs.debian.org, 912170-done@bugs.debian.org, 912191-done@bugs.debian.org, 912194-done@bugs.debian.org, 912198-done@bugs.debian.org, 912336-done@bugs.debian.org, 912401-done@bugs.debian.org, 912425-done@bugs.debian.org, 912444-done@bugs.debian.org, 912462-done@bugs.debian.org, 912629-done@bugs.debian.org, 912770-done@bugs.debian.org, 912820-done@bugs.debian.org
- Subject: Closing bugs for updates included in 9.6
- From: "Adam D. Barratt" <adam@adam-barratt.org.uk>
- Date: Sat, 10 Nov 2018 10:42:56 +0000
- Message-id: <1541846576.3542.38.camel@adam-barratt.org.uk>
Version: 9.6 Hi, The update referenced by each of these bugs was included in this morning's stretch point release. Regards, Adam
--- End Message ---