Author: alteholz-guest Date: 2012-02-16 17:54:09 +0000 (Thu, 16 Feb 2012) New Revision: 9684
Modified: trunk/packages/f2j/trunk/debian/changelog trunk/packages/f2j/trunk/debian/rules Log: use uscan in get-orig-source target Modified: trunk/packages/f2j/trunk/debian/changelog =================================================================== --- trunk/packages/f2j/trunk/debian/changelog 2012-02-16 17:53:57 UTC (rev 9683) +++ trunk/packages/f2j/trunk/debian/changelog 2012-02-16 17:54:09 UTC (rev 9684) @@ -2,4 +2,7 @@ * Initial release (Closes: #657184) + [ Thorsten Alteholz ] + * debian/rules: target get-orig-source added + -- Olivier Sallou <[email protected]> Tue, 24 Jan 2012 17:34:50 +0100 Modified: trunk/packages/f2j/trunk/debian/rules =================================================================== --- trunk/packages/f2j/trunk/debian/rules 2012-02-16 17:53:57 UTC (rev 9683) +++ trunk/packages/f2j/trunk/debian/rules 2012-02-16 17:54:09 UTC (rev 9684) @@ -20,3 +20,7 @@ override_dh_clean: dh_clean cd doc; make clean + +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
