[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#902283: stretch-pu: package python-scruffy/0.3.3-1.1~deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
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 <anbe@debian.org>  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 <bunk@debian.org>  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

Reply to: