debian/0000755000000000000000000000000012302376472007174 5ustar debian/python3-setuptools-git.install0000644000000000000000000000002212024604122015145 0ustar /usr/lib/python3/ debian/copyright0000644000000000000000000000225112024600464011117 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: python-setuptools-git Source: http://pypi.python.org/pypi/setuptools-git/ Files: * Copyright: 2012 Yannick Gingras 2012 Vinay Sajip 2012 Humberto Diogenes License: public-domain This modules has been placed in the public domain. Files: debian/* Copyright: 2012 Canonical Ltd, 2012 - Laszlo Boszormenyi (GCS) License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/python3-setuptools-git.docs0000644000000000000000000000002712101766012014437 0ustar AUTHORS.txt README.rst debian/changelog0000644000000000000000000000247012302376472011051 0ustar python-setuptools-git (1.0b1-0ubuntu3) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:52:58 +0000 python-setuptools-git (1.0b1-0ubuntu2) raring; urgency=low * Temporarily disable tests. -- Chuck Short Tue, 29 Jan 2013 09:50:20 -0600 python-setuptools-git (1.0b1-0ubuntu1) raring; urgency=low * New upstream release. -- Chuck Short Tue, 29 Jan 2013 09:29:45 -0600 python-setuptools-git (0.4.2-1) unstable; urgency=low * Initial upload to Debian (closes: #615614). * Based on the work of Chuck Short, but support Python3 as well. -- Laszlo Boszormenyi (GCS) Fri, 14 Sep 2012 10:01:22 +0000 python-setuptools-git (0.4.2-0ubuntu3) quantal; urgency=low * debian/control: Depend on git. -- Chuck Short Fri, 06 Jul 2012 09:28:24 -0400 python-setuptools-git (0.4.2-0ubuntu2) quantal; urgency=low * debian/control: Bump to latest standards version. * debian/docs: Removed cruft. * debian/copyright: Updated -- Chuck Short Fri, 06 Jul 2012 09:11:30 -0400 python-setuptools-git (0.4.2-0ubuntu1) quantal; urgency=low * Initial release. -- Chuck Short Thu, 28 Jun 2012 20:51:29 -0400 debian/compat0000644000000000000000000000000211773176023010373 0ustar 8 debian/control0000644000000000000000000000327012101765557010604 0ustar Source: python-setuptools-git Section: python Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Laszlo Boszormenyi (GCS) Build-Depends: debhelper (>= 8.0.0), python-setuptools, python3-setuptools, python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-7~) Standards-Version: 3.9.3 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 Package: python-setuptools-git Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python-setuptools, git Description: plugin for setuptools that enables git integration This is a plugin for setup tools that enables Git integration. Once installed, Setuptools can be told to include in a module distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in. . This package was formerly known as gitlsfiles. The name change is the result of an effort by the setuptools plugin developers to provide a uniform naming convention. . This is the Python 2 version of the package. Package: python3-setuptools-git Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python-setuptools, git Description: plugin for setuptools that enables git integration This is a plugin for setup tools that enables Git integration. Once installed, Setuptools can be told to include in a module distribution all the files tracked by git. This is an alternative to explicit inclusion specifications with MANIFEST.in. . This package was formerly known as gitlsfiles. The name change is the result of an effort by the setuptools plugin developers to provide a uniform naming convention. . This is the Python 3 version of the package. debian/rules0000755000000000000000000000152312101767667010264 0ustar #!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 PYTHON2=$(shell pyversions -vr) PYTHON3=$(shell py3versions -vr) %: dh $@ --with python2,python3 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) test-python%: python$* setup.py test -vv || true override_dh_auto_test: $(PYTHON2:%=test-python%) $(PYTHON3:%=test-python%) endif build-python%: python$* setup.py build override_dh_auto_build: $(PYTHON3:%=build-python%) dh_auto_build install-python%: python$* setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb override_dh_auto_install: $(PYTHON3:%=install-python%) dh_auto_install override_dh_auto_clean: dh_auto_clean rm -rf build rm -rf *.egg-info get-orig-source: uscan --verbose --force-download --rename --repack --download-current-version --destdir=../build-area debian/source/0000755000000000000000000000000011773176023010475 5ustar debian/source/format0000644000000000000000000000001411773176023011703 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000013611775373262010234 0ustar version=3 http://pypi.python.org/packages/source/s/setuptools-git/setuptools-git-(.*)\.tar.gz debian/python-setuptools-git.install0000644000000000000000000000002212024603106015063 0ustar /usr/lib/python2* debian/python-setuptools-git.docs0000644000000000000000000000002712101766025014360 0ustar AUTHORS.txt README.rst