[Python-modules-commits] [python-parse-type] 02/02: Add initial Debian files

Brian May bam at moszumanska.debian.org
Tue May 16 09:22:34 UTC 2017


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

bam pushed a commit to branch debian/master
in repository python-parse-type.

commit f948061302661a306332cb1bb4256e8045a1f66f
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Tue May 16 19:17:54 2017 +1000

    Add initial Debian files
---
 debian/changelog |  5 +++++
 debian/compat    |  1 +
 debian/control   | 31 +++++++++++++++++++++++++++++++
 debian/copyright | 35 +++++++++++++++++++++++++++++++++++
 debian/gbp.conf  |  2 ++
 debian/rules     |  6 ++++++
 debian/watch     |  3 +++
 7 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..7d5c6c3
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-parse-type (0.3.4-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #862725)
+
+ -- Brian May <bam at debian.org>  Tue, 16 May 2017 19:01:30 +1000
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..a44f851
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: python-parse-type
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Brian May <bam at debian.org>
+Section: python
+Priority: optional
+Build-Depends:
+    debhelper (>= 9), dh-python (>= 2.20160609~),
+    python-all (>= 2.6.6-3), python-setuptools (>= 0.6b3),
+    python3-all, python3-setuptools,
+Standards-Version: 3.9.8
+Homepage: https://github.com/pytest-dev/parse-type/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-parse-type.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-parse-type.git
+
+Package: python-parse-type
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: BDD plugin for py.test.
+ Extends the parse module (opposite of string.format()) with
+ the a number of additional features.
+ .
+ This package contains the python 2 version.
+
+Package: python3-parse-type
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: BDD plugin for py.test.
+ Extends the parse module (opposite of string.format()) with
+ the a number of additional features.
+ .
+ This package contains the python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..16594a7
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: parse-type
+Source: <https://github.com/jenisys/parse-type/>
+
+Files: *
+Copyright: 2013 jenisys
+License: BSD-3-Clause
+
+Files: debian/*
+Copyright: 2017 Brian May <bam at debian.org>
+License: BSD-3-Clause
+
+License: BSD-3-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ * Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+ * Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+ * Neither the name of highlight.js nor the names of its contributors 
+   may be used to endorse or promote products derived from this software 
+   without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
+ EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ DISCLAIMED. IN NO EVENT SHALL THE REGENTS AND CONTRIBUTORS BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..3879982
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,2 @@
+[DEFAULT]
+debian-branch=debian/master
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..1495274
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=python-parse-lib
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..1315ae8
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=2
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/parse_type-$1\.tar\.gz/ \
+  https://github.com/jenisys/parse_type/tags .*/v?(\d\S+)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-parse-type.git



More information about the Python-modules-commits mailing list