Your message dated Sat, 14 Jul 2018 11:21:20 +0100
with message-id <[email protected]>
and subject line Closing bugs for updates included in 9.5
has caused the Debian Bug report #902283,
regarding stretch-pu: package python-scruffy/0.3.3-1.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 [email protected]
immediately.)
--
902283: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
Usertags: pu
Hi,
let's fix the missing dependency on python{,3}-pkg-resources in stable,
too. This is a rebuild of the package from sid with no further changes.
The proposed package is already uploaded.
Andreas
diff -Nru python-scruffy-0.3.3/debian/changelog
python-scruffy-0.3.3/debian/changelog
--- python-scruffy-0.3.3/debian/changelog 2016-05-11 16:46:44.000000000
+0200
+++ python-scruffy-0.3.3/debian/changelog 2018-06-24 15:17:36.000000000
+0200
@@ -1,3 +1,18 @@
+python-scruffy (0.3.3-1.1~deb9u1) stretch; urgency=medium
+
+ * Non-maintainer upload.
+ * Rebuild for stretch.
+
+ -- Andreas Beckmann <[email protected]> Sun, 24 Jun 2018 15:17:36 +0200
+
+python-scruffy (0.3.3-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add the missing dependencies on python{,3}-pkg-resources.
+ (Closes: #896207, #896374)
+
+ -- Adrian Bunk <[email protected]> Sun, 03 Jun 2018 21:53:39 +0300
+
python-scruffy (0.3.3-1) unstable; urgency=medium
* Initial release. (Closes: #823992)
diff -Nru python-scruffy-0.3.3/debian/control
python-scruffy-0.3.3/debian/control
--- python-scruffy-0.3.3/debian/control 2016-05-11 16:43:19.000000000 +0200
+++ python-scruffy-0.3.3/debian/control 2018-06-03 20:53:39.000000000 +0200
@@ -24,7 +24,7 @@
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
- ${python:Depends}
+ ${python:Depends}, python-pkg-resources
Description: framework for taking care of a bunch of boilerplate in Python2
apps
Scruffy is a framework for taking care of a bunch of boilerplate in
Python apps. It handles the loading of configuration files, the loading
@@ -50,7 +50,7 @@
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends}, python3-pkg-resources
Description: framework for taking care of a bunch of boilerplate in Python3
apps
Scruffy is a framework for taking care of a bunch of boilerplate in
Python apps. It handles the loading of configuration files, the loading
--- End Message ---
--- Begin Message ---
Version: 9.5
Hi,
The update referenced by each of these bugs was included in this
morning's stretch point release.
Regards,
Adam
--- End Message ---