Your message dated Sun, 26 Apr 2020 17:30:02 +0200
with message-id <20200426153002.GA10884@chou>
and subject line Re: Bug#887322: stretch-pu: package
python-shellescape/3.4.1-2~deb9u1
has caused the Debian Bug report #887322,
regarding stretch-pu: package python-shellescape/3.4.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 [email protected]
immediately.)
--
887322: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=887322
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: stretch
User: [email protected]
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 <[email protected]> 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 <[email protected]> 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 <[email protected]>
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 <[email protected]>
-
License: MIT
Files: debian/*
--- End Message ---
--- Begin Message ---
On Sun, Jan 14, 2018 at 11:32:35PM +0100, Andreas Beckmann wrote:
> Package: release.debian.org
> Severity: normal
> Tags: stretch
> User: [email protected]
> 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+}
>
As with other similar bugs, closing as wontfix, with apologies for not
dealing with this sooner.
Cheers,
Julien
--- End Message ---