Your message dated Sat, 10 Nov 2018 10:42:56 +0000
with message-id <1541846576.3542.38.ca...@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 ow...@bugs.debian.org
immediately.)


-- 
911494: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=911494
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian....@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 :-)


Andreas
diff -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 <a...@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 ---
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 ---

Reply via email to