debian/0000755000000000000000000000000012247023401007161 5ustar debian/watch0000644000000000000000000000025012203226047010212 0ustar version=3 http://www.catb.org/esr/autorevision/ .*/autorevision-(\d[\d\.]*)\.tgz https://github.com/Autorevision/autorevision/releases .*/autorevision-(\d[\d\.]*)\.tgz debian/upstream0000644000000000000000000000125312203226723010751 0ustar Bug-Database: https://github.com/Autorevision/autorevision/issues Bug-Submit: https://github.com/Autorevision/autorevision/issues/new Changelog: https://github.com/Autorevision/autorevision/commits/master Contact: dak180@users.sf.net, esr@thyrsus.com Gallery: https://github.com/Autorevision/autorevision/tree/master/examples Name: autorevision Homepage: http://www.catb.org/esr/autorevision/ Repository: https://github.com/Autorevision/autorevision Repository-Browse: https://github.com/Autorevision/autorevision Watch: - http://www.catb.org/esr/autorevision/ .*/autorevision-(\d[\d\.]*)\.tgz - https://github.com/Autorevision/autorevision/releases .*/autorevision-(\d[\d\.]*)\.tgz debian/copyright0000644000000000000000000000251112206161744011123 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: autorevision Source: https://github.com/Autorevision/autorevision/releases/ Files: * Copyright: 2012-2013 dak180 License: Expat Files: debian/* Copyright: 2013 Paul Wise License: Expat License: Expat Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/changelog0000644000000000000000000000101612247023401011031 0ustar autorevision (1.7-1) unstable; urgency=low * New upstream release * Bump Standards-Version, no changes needed -- Paul Wise Mon, 02 Dec 2013 14:21:50 +0800 autorevision (1.6-2) unstable; urgency=low * Package should be arch all, fix that. * Priority optional is more appropriate. -- Paul Wise Fri, 30 Aug 2013 09:53:03 +0200 autorevision (1.6-1) unstable; urgency=low * Initial release (Closes: #719436) -- Paul Wise Wed, 28 Aug 2013 17:17:55 +0200 debian/source/0000755000000000000000000000000012202444556010472 5ustar debian/source/format0000644000000000000000000000001412202444556011700 0ustar 3.0 (quilt) debian/control0000644000000000000000000000216612247023140010571 0ustar Source: autorevision Section: devel Priority: optional Maintainer: Paul Wise Build-Depends: asciidoc, debhelper (>= 9), docbook-xml, docbook-xsl, libxml2-utils, xsltproc Standards-Version: 3.9.5 Homepage: http://www.catb.org/esr/autorevision/ Package: autorevision Architecture: all Depends: ${misc:Depends} Description: extracts revision metadata from your VCS repository Extracts metadata about the current revision from your repository. This program is meant to be used by project build systems to extract properties that can be used in software version strings. Repository types supported include git, hg, bzr, and svn. It can create files containing variable and macro definitions suitable for C, C++, Java, sh, Python, Perl, PHP, lua, Javascript, and header files suitable for use with preprocessing Info.plist files. Emitted information includes the ID of the most recent commit, its branch, its date, and several other useful pieces of meta-information. There is support for reading and writing a cache file so autorevision will remain useful during a build from an unpacked distribution tarball. debian/docs0000644000000000000000000000002012205646655010044 0ustar CONTRIBUTING.md debian/rules0000755000000000000000000000046512205647013010253 0ustar #!/usr/bin/make -f %: dh $@ --parallel override_dh_auto_build: # Don't build the HTML versions of the docs # since the text versions are just as useful. dh_auto_build -- autorevision.1 override_dh_auto_install: dh_auto_install -- prefix=/usr override_dh_installchangelogs: dh_installchangelogs NEWS debian/compat0000644000000000000000000000000212202444666010372 0ustar 9