Author: alteholz-guest Date: 2012-02-16 17:57:28 +0000 (Thu, 16 Feb 2012) New Revision: 9689
Modified: trunk/packages/bagphenotype/trunk/debian/changelog trunk/packages/bagphenotype/trunk/debian/rules trunk/packages/bagphenotype/trunk/debian/watch Log: use uscan in get-orig-source target, new source in watch file Modified: trunk/packages/bagphenotype/trunk/debian/changelog =================================================================== --- trunk/packages/bagphenotype/trunk/debian/changelog 2012-02-16 17:56:43 UTC (rev 9688) +++ trunk/packages/bagphenotype/trunk/debian/changelog 2012-02-16 17:57:28 UTC (rev 9689) @@ -2,4 +2,8 @@ * Initial release. + [ Thorsten Alteholz ] + * debian/rules: target get-orig-source added + * debian/watch: fixed + -- Steffen Moeller <[email protected]> Mon, 02 Aug 2010 12:06:32 +0200 Modified: trunk/packages/bagphenotype/trunk/debian/rules =================================================================== --- trunk/packages/bagphenotype/trunk/debian/rules 2012-02-16 17:56:43 UTC (rev 9688) +++ trunk/packages/bagphenotype/trunk/debian/rules 2012-02-16 17:57:28 UTC (rev 9689) @@ -5,3 +5,6 @@ clean:: $(RM) -r debian/stamp-* +get-orig-source: + mkdir -p ../tarballs + uscan --verbose --force-download --destdir=../tarballs Modified: trunk/packages/bagphenotype/trunk/debian/watch =================================================================== --- trunk/packages/bagphenotype/trunk/debian/watch 2012-02-16 17:56:43 UTC (rev 9688) +++ trunk/packages/bagphenotype/trunk/debian/watch 2012-02-16 17:57:28 UTC (rev 9689) @@ -1,3 +1,4 @@ version=3 opts="uversionmangle=s/^/0./;s/_//g" \ -http://www.unc.edu/~wvaldar/software/bagphenotype/distrib/bagphenotype_([0-9_]+)\.tgz +http://valdarlab.unc.edu/software/bagphenotype/distrib/bagphenotype_([0-9_]+)\.tgz + _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
