[Python-modules-commits] [python-shellescape] 01/01: fixed RC bug #867455
Steffen Möller
moeller at moszumanska.debian.org
Thu Aug 3 15:08:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
moeller pushed a commit to branch master
in repository python-shellescape.
commit 67d8d11b6b62b88dd7ad9110b2d3e520aeb353b3
Author: Steffen Moeller <moeller at debian.org>
Date: Thu Aug 3 17:08:40 2017 +0200
fixed RC bug #867455
---
debian/changelog | 9 ++++++---
debian/control | 12 ++++++------
debian/copyright | 1 -
3 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2f3a70d..14d49ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,11 @@
-python-shellescape (3.4.1-2) UNRELEASED; urgency=low
+python-shellescape (3.4.1-2) unstable; urgency=low
- * Adjusted for python team management.
+ * debian/control:
+ - Declaring complicance with Debian policy 4
+ - Fixing inconsistent runtime dependency (Closes: 867455)
+ * debian/copyright: Eliminated formatting lintian warning
- -- Steffen Moeller <moeller at debian.org> Fri, 12 Feb 2016 10:55:49 +0100
+ -- Steffen Moeller <moeller at debian.org> Thu, 03 Aug 2017 16:44:22 +0200
python-shellescape (3.4.1-1) unstable; urgency=low
diff --git a/debian/control b/debian/control
index ff5889d..21f3433 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
Source: python-shellescape
Section: python
Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Steffen Moeller <moeller at debian.org>
+Maintainer: Steffen Moeller <moeller at 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
-Vcs-Git: git://git.debian.org:/git/python-modules/packages/python-shellescape.git
-Vcs-Browser: http://anonscm.debian.org:/cgit/python-modules/packages/python-shellescape.git
+X-Python3-Version: >= 3.2
+#Vcs-Git: git://anonscm.debian.org/collab-maint/shellescape.git
+#Vcs-Browser: http://anonscm.debian.org/?p=collab-maint/shellescape.git;a=summary
Package: python-shellescape
Architecture: all
@@ -25,7 +25,7 @@ Description: escapes characters to safely assemble command lines
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 --git a/debian/copyright b/debian/copyright
index eacfa33..6731215 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,7 +4,6 @@ Source: https://pypi.python.org/pypi/shellescape
Files: *
Copyright: 2015 Christopher Simpkins <git.simpkins at gmail.com>
-
License: MIT
Files: debian/*
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-shellescape.git
More information about the Python-modules-commits
mailing list