Author: lkajan Date: 2013-05-23 07:12:23 +0000 (Thu, 23 May 2013) New Revision: 13700
Modified: trunk/packages/hhsuite/trunk/debian/changelog trunk/packages/hhsuite/trunk/debian/rules Log: added simple get-orig-source target; bumped version for new incoming upstream release Modified: trunk/packages/hhsuite/trunk/debian/changelog =================================================================== --- trunk/packages/hhsuite/trunk/debian/changelog 2013-05-22 17:00:20 UTC (rev 13699) +++ trunk/packages/hhsuite/trunk/debian/changelog 2013-05-23 07:12:23 UTC (rev 13700) @@ -1,7 +1,7 @@ -hhsuite (2.0.15-2) UNRELEASED; urgency=low +hhsuite (2.0.16-1) UNRELEASED; urgency=low + * New upstream release. * Updated d/watch file. - * Removed non-policy-conformant get-orig-source rule from d/rules. -- Laszlo Kajan <[email protected]> Mon, 24 Sep 2012 09:32:14 +0200 Modified: trunk/packages/hhsuite/trunk/debian/rules =================================================================== --- trunk/packages/hhsuite/trunk/debian/rules 2013-05-22 17:00:20 UTC (rev 13699) +++ trunk/packages/hhsuite/trunk/debian/rules 2013-05-23 07:12:23 UTC (rev 13700) @@ -38,5 +38,9 @@ rm -f $(HHMANPAGES) dh_clean +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs + %: dh $@ --parallel _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
