Author: alteholz-guest Date: 2012-02-16 20:56:21 +0000 (Thu, 16 Feb 2012) New Revision: 9691
Modified: trunk/packages/tab2mage/trunk/debian/changelog trunk/packages/tab2mage/trunk/debian/compat trunk/packages/tab2mage/trunk/debian/control trunk/packages/tab2mage/trunk/debian/rules Log: use uscan in get-orig-source target, some progress Modified: trunk/packages/tab2mage/trunk/debian/changelog =================================================================== --- trunk/packages/tab2mage/trunk/debian/changelog 2012-02-16 17:58:09 UTC (rev 9690) +++ trunk/packages/tab2mage/trunk/debian/changelog 2012-02-16 20:56:21 UTC (rev 9691) @@ -1,5 +1,12 @@ -tab2mage (20080428-1) UNRELEASED; urgency=low +tab2mage (20080626-1) UNRELEASED; urgency=low * Initial release (Closes: #nnnnnn) + [ Thorsten Alteholz ] + * new upstream version + * debian/rules: target get-orig-source added + * debian/control: dh 8 + * debian/control: Standards=3.9.2 + * debian/control: VCS fields added + -- David Paleino <[email protected]> Sat, 31 May 2008 19:39:45 +0200 Modified: trunk/packages/tab2mage/trunk/debian/compat =================================================================== --- trunk/packages/tab2mage/trunk/debian/compat 2012-02-16 17:58:09 UTC (rev 9690) +++ trunk/packages/tab2mage/trunk/debian/compat 2012-02-16 20:56:21 UTC (rev 9691) @@ -1 +1 @@ -5 +8 Modified: trunk/packages/tab2mage/trunk/debian/control =================================================================== --- trunk/packages/tab2mage/trunk/debian/control 2012-02-16 17:58:09 UTC (rev 9690) +++ trunk/packages/tab2mage/trunk/debian/control 2012-02-16 20:56:21 UTC (rev 9691) @@ -2,8 +2,10 @@ Section: unknown Priority: extra Maintainer: Charles Plessy <[email protected]> -Build-Depends: cdbs, quilt, debhelper (>= 5) -Standards-Version: 3.7.2 +Build-Depends: cdbs, quilt, debhelper (>= 8) +Standards-Version: 3.9.2 +Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/tab2mage/trunk/ +Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/tab2mage/trunk Package: tab2mage Architecture: all Modified: trunk/packages/tab2mage/trunk/debian/rules =================================================================== --- trunk/packages/tab2mage/trunk/debian/rules 2012-02-16 17:58:09 UTC (rev 9690) +++ trunk/packages/tab2mage/trunk/debian/rules 2012-02-16 20:56:21 UTC (rev 9691) @@ -3,3 +3,7 @@ include /usr/share/cdbs/1/rules/patchsys-quilt.mk include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/perlmodule.mk + +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
