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

Bug#887322: stretch-pu: package python-shellescape/3.4.1-2~deb9u1



Package: release.debian.org
Severity: normal
Tags: stretch
User: release.debian.org@packages.debian.org
Usertags: pu

Let's fix the python3 dependencies by rebuilding the package from sid,
#867455

$ debdiff python3-shellescape_3.4.1-1_all.deb python3-shellescape_3.4.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~)+}
Version: [-3.4.1-1-] {+3.4.1-2~deb9u1+}


Andreas
diff -Nru python-shellescape-3.4.1/debian/changelog python-shellescape-3.4.1/debian/changelog
--- python-shellescape-3.4.1/debian/changelog	2016-02-06 21:48:31.000000000 +0100
+++ python-shellescape-3.4.1/debian/changelog	2018-01-14 23:14:43.000000000 +0100
@@ -1,3 +1,19 @@
+python-shellescape (3.4.1-2~deb9u1) stretch; urgency=medium
+
+  * Non-maintainer upload.
+  * Rebuild for stretch.
+
+ -- Andreas Beckmann <anbe@debian.org>  Sun, 14 Jan 2018 23:14:43 +0100
+
+python-shellescape (3.4.1-2) unstable; urgency=low
+
+  * debian/control:
+    - Declaring complicance with Debian policy 4
+    - Fixing inconsistent runtime dependency (Closes: 867455)
+  * debian/copyright: Eliminated formatting lintian warning
+
+ -- Steffen Moeller <moeller@debian.org>  Thu, 03 Aug 2017 16:44:22 +0200
+
 python-shellescape (3.4.1-1) unstable; urgency=low
 
   * Initial release (Closes: #813934).
diff -Nru python-shellescape-3.4.1/debian/control python-shellescape-3.4.1/debian/control
--- python-shellescape-3.4.1/debian/control	2016-02-06 21:56:24.000000000 +0100
+++ python-shellescape-3.4.1/debian/control	2017-08-03 16:44:22.000000000 +0200
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Steffen Moeller <moeller@debian.org>
 Build-Depends: debhelper (>= 9), dh-python, python-all, python3-all, python-setuptools, python3-setuptools
-Standards-Version: 3.9.7
+Standards-Version: 4.0.0
 Homepage: https://github.com/chrissimpkins/shellescape
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
@@ -25,7 +25,7 @@
 
 Package: python3-shellescape
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}
 Description: escapes characters to safely assemble command lines
  This python3 library helps to escape a string to safely use it as a token in
  a shell command.
diff -Nru python-shellescape-3.4.1/debian/copyright python-shellescape-3.4.1/debian/copyright
--- python-shellescape-3.4.1/debian/copyright	2016-02-06 21:53:12.000000000 +0100
+++ python-shellescape-3.4.1/debian/copyright	2017-08-03 16:44:22.000000000 +0200
@@ -4,7 +4,6 @@
 
 Files: *
 Copyright: 2015 Christopher Simpkins <git.simpkins@gmail.com>
-
 License: MIT
 
 Files: debian/*

Reply to: