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

Brian May bam at moszumanska.debian.org
Tue May 16 07:58:31 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-glob2.

commit 82d221d2572379a0c0db1b30f809278b98e5cb0b
Author: Brian May <brian at linuxpenguins.xyz>
Date:   Tue May 16 17:45:26 2017 +1000

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

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ce1ff85
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+python-glob2 (0.5-1) UNRELEASED; urgency=medium
+
+  * Initial release. (Closes: #728410)
+
+ -- Brian May <bam at debian.org>  Tue, 16 May 2017 17:33:57 +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..a153678
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: python-glob2
+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/miracle2k/python-glob2/
+Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-glob2.git
+Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-glob2.git
+
+Package: python-glob2
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}
+Description: Enhanced glob module for Python
+ This module provides an extended version of Python's builtin glob
+ module with a number of additions.
+ .
+ This package contains the python 2 version.
+
+Package: python3-glob2
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Enhanced glob module for Python
+ This module provides an extended version of Python's builtin glob
+ module with a number of additions.
+ .
+ This package contains the python 3 version.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b8619b1
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: glob2
+Source: <https://github.com/miracle2k/python-glob2/>
+
+Files: *
+Copyright: 2008 Michael Elsdörfer <http://elsdoerfer.name>
+License: BSD-2-Clause
+
+Files: debian/*
+Copyright: 2017 Brian May <bam at debian.org>
+License: BSD-2-Clause
+
+License: BSD-2-Clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. 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.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS 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 COPYRIGHT HOLDER OR
+ 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..76a2659
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+export PYBUILD_NAME=glob2
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..04efe4d
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=2
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/pytest-bdd-$1\.tar\.gz/ \
+  https://github.com/miracle2k/python-glob2/tags .*/v?(\d\S+)\.tar\.gz

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



More information about the Python-modules-commits mailing list