--- python-glob2-0.5.orig/debian/changelog +++ python-glob2-0.5/debian/changelog @@ -0,0 +1,11 @@ +python-glob2 (0.5-2) unstable; urgency=medium + + * Fix error in debian/watch file. + + -- Brian May Wed, 17 May 2017 07:39:05 +1000 + +python-glob2 (0.5-1) unstable; urgency=medium + + * Initial release. (Closes: #728410) + + -- Brian May Tue, 16 May 2017 18:23:02 +1000 --- python-glob2-0.5.orig/debian/compat +++ python-glob2-0.5/debian/compat @@ -0,0 +1 @@ +9 --- python-glob2-0.5.orig/debian/control +++ python-glob2-0.5/debian/control @@ -0,0 +1,31 @@ +Source: python-glob2 +Maintainer: Debian Python Modules Team +Uploaders: Brian May +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. --- python-glob2-0.5.orig/debian/copyright +++ python-glob2-0.5/debian/copyright @@ -0,0 +1,33 @@ +Format: http://dep.debian.net/deps/dep5 +Upstream-Name: glob2 +Source: + +Files: * +Copyright: 2008 Michael Elsdörfer +License: BSD-2-Clause + +Files: debian/* +Copyright: 2017 Brian May +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. --- python-glob2-0.5.orig/debian/gbp.conf +++ python-glob2-0.5/debian/gbp.conf @@ -0,0 +1,2 @@ +[DEFAULT] +debian-branch=debian/master --- python-glob2-0.5.orig/debian/rules +++ python-glob2-0.5/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +export PYBUILD_NAME=glob2 + +%: + dh $@ --with python2,python3 --buildsystem=pybuild --- python-glob2-0.5.orig/debian/watch +++ python-glob2-0.5/debian/watch @@ -0,0 +1,3 @@ +version=2 +opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/python-glob2-$1\.tar\.gz/ \ + https://github.com/miracle2k/python-glob2/tags .*/v?(\d\S+)\.tar\.gz