[med-svn] [python-shellescape] 02/02: Import Debian changes 3.4.1-1

Andreas Tille tille at debian.org
Fri Feb 24 12:38:43 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository python-shellescape.

commit 6b680824424968076509b4e65576d9fb4edf9da8
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Feb 6 17:55:02 2016 +0100

    Import Debian changes 3.4.1-1
    
    python-shellescape (3.4.1-1) unstable; urgency=low
    
      * Initial release (Closes: #813934).
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 37 +++++++++++++++++++++++++++++++++++++
 debian/copyright     | 31 +++++++++++++++++++++++++++++++
 debian/docs          |  0
 debian/rules         | 13 +++++++++++++
 debian/source/format |  1 +
 debian/watch         |  3 +++
 8 files changed, 91 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..207cf46
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-shellescape (3.4.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #813934).
+
+ -- Steffen Moeller <moeller at debian.org>  Sat, 06 Feb 2016 17:55:02 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..348d195
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,37 @@
+Source: python-shellescape
+Section: python
+Priority: optional
+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
+Homepage: https://github.com/chrissimpkins/shellescape
+X-Python-Version: >= 2.6
+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
+Depends: ${python:Depends}, ${misc:Depends}
+Description: escapes characters to safely assemble command lines
+ This python2 library helps to escape a string to safely use it as a token in
+ a shell command.
+ .
+ The shellescape Python module defines the shellescape.quote() function
+ that returns a shell-escaped version of a Python string. This is a
+ backport of the shlex.quote() function from Python 3.4.3 that makes
+ it accessible to users of Python 3 versions < 3.3 and all Python 2.x
+ versions.
+
+Package: python3-shellescape
+Architecture: all
+Depends: ${python: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.
+ .
+ The shellescape Python module defines the shellescape.quote() function
+ that returns a shell-escaped version of a Python string. This is a
+ backport of the shlex.quote() function from Python 3.4.3 that makes
+ it accessible to users of Python 3 versions < 3.3 and all Python 2.x
+ versions.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..eacfa33
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: shellescape
+Source: https://pypi.python.org/pypi/shellescape
+
+Files: *
+Copyright: 2015 Christopher Simpkins <git.simpkins at gmail.com>
+
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Steffen Moeller <moeller at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a
+ copy of this software and associated documentation files (the "Software"),
+ to deal in the Software without restriction, including without limitation
+ the rights to use, copy, modify, merge, publish, distribute, sublicense,
+ and/or sell copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included
+ in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+ OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..e69de29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..e6d5af6
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+#DH_VERBOSE = 1
+DPKG_EXPORT_BUILDFLAGS = 1
+export PYBUILD_NAME = shellescape
+
+# main packaging script based on dh7 syntax
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+
+
+
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..0fb9863
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/shellescape/shellescape-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-shellescape.git



More information about the debian-med-commit mailing list