debian/0000755000000000000000000000000012255563471007200 5ustar debian/control0000644000000000000000000000205612255536113010577 0ustar Source: vcversioner Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Nicolas Dandrimont Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.5 X-Python-Version: >= 2.6 Homepage: https://github.com/habnabit/vcversioner Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/vcversioner/trunk/ Vcs-Browser: http://anonscm.debian.org/viewsvn/python-modules/packages/vcversioner/trunk Package: python-vcversioner Architecture: all Depends: ${misc:Depends}, ${python:Depends} Description: Use version control tags to discover version numbers vcversioner autodiscovers a Python project's version number using version control system tags. This allows developers to avoid duplicating version information between their VCS and their setup.py metadata. . When the package is built, vcversioner generates a version.txt file that can be used for release tarballs. . Currently, vcversioner only supports the git VCS. debian/copyright0000644000000000000000000000200212255536113011116 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: vcversioner Source: https://github.com/habnabit/vcversioner Files: * Copyright: 2013, Aaron Gallagher <_@habnab.it> License: ISC Files: debian/* Copyright: 2013 Nicolas Dandrimont License: ISC License: ISC Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. debian/compat0000644000000000000000000000000212255536113010367 0ustar 9 debian/watch0000644000000000000000000000013112255536113010215 0ustar version=3 https://pypi.python.org/packages/source/v/vcversioner/vcversioner-(.+).tar.gz debian/source/0000755000000000000000000000000012255563471010500 5ustar debian/source/format0000644000000000000000000000001412255536113011677 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000024612255563457011060 0ustar vcversioner (1.13.0.0-1) unstable; urgency=medium * Initial release. (Closes: #732837) -- Nicolas Dandrimont Sun, 22 Dec 2013 14:20:43 +0100 debian/rules0000755000000000000000000000005412255536113010250 0ustar #!/usr/bin/make -f %: dh $@ --with python2 debian/clean0000644000000000000000000000002712255536113010175 0ustar vcversioner.egg-info/*