Your message dated Sat, 09 Dec 2017 10:46:36 +0000
with message-id <1512816396.1994.30.ca...@adam-barratt.org.uk>
and subject line Closing bugs for updates included in stretch point release
has caused the Debian Bug report #882832,
regarding stretch-pu: package jdcal/1.0-1.2~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.)
--
882832: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882832
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 the missing python/python3 dependencies. #867406
$ debdiff python-jdcal_1.0-1_all.deb python-jdcal_1.0-1.2~deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
{+Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)+}
Installed-Size: [-26-] {+39+}
Version: [-1.0-1-] {+1.0-1.2~deb9u1+}
$ debdiff python3-jdcal_1.0-1_all.deb python3-jdcal_1.0-1.2~deb9u1_all.deb
File lists identical (after any substitutions)
Control files: lines which differ (wdiff format)
------------------------------------------------
{+Depends: python3:any (>= 3.3.2-2~)+}
Installed-Size: [-23-] {+35+}
Version: [-1.0-1-] {+1.0-1.2~deb9u1+}
Andreas
diff -Nru jdcal-1.0/debian/changelog jdcal-1.0/debian/changelog
--- jdcal-1.0/debian/changelog 2014-12-10 06:49:59.000000000 +0100
+++ jdcal-1.0/debian/changelog 2017-11-27 04:50:33.000000000 +0100
@@ -1,3 +1,26 @@
+jdcal (1.0-1.2~deb9u1) stretch; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild for stretch.
+
+ -- Andreas Beckmann <a...@debian.org> Mon, 27 Nov 2017 04:50:33 +0100
+
+jdcal (1.0-1.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix a mistake in ${python:Depends} for Python3 (needs to be
+ ${python3:Depends}). Thanks again to Adrian Bunk. (Closes: #867406)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org> Sun, 24 Sep 2017 22:15:10
-0300
+
+jdcal (1.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Added ${python:Depends} variable to Depends field in all packages.
+ Thanks to Adrian Bunk <b...@debian.org>. (Closes: #867406)
+
+ -- Joao Eriberto Mota Filho <eribe...@debian.org> Sun, 24 Sep 2017 12:29:22
-0300
+
jdcal (1.0-1) unstable; urgency=low
* Initial release (Closes: #772689)
diff -Nru jdcal-1.0/debian/control jdcal-1.0/debian/control
--- jdcal-1.0/debian/control 2014-12-10 06:49:59.000000000 +0100
+++ jdcal-1.0/debian/control 2017-09-25 03:15:10.000000000 +0200
@@ -10,7 +10,7 @@
Package: python-jdcal
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
Description: Julian dates from proleptic Gregorian and Julian calendars
This module contains functions for converting between Julian dates
and calendar dates.
@@ -22,7 +22,7 @@
Package: python3-jdcal
Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
Description: Julian dates from proleptic Gregorian and Julian calendars
This module contains functions for converting between Julian dates
and calendar dates.
--- End Message ---
--- Begin Message ---
Version: 9.3
Hi,
Each of the updates referenced in these bugs was included in this
morning's stretch point release. Thanks!
Regards,
Adam
--- End Message ---