Author: alteholz-guest Date: 2012-02-16 17:54:43 +0000 (Thu, 16 Feb 2012) New Revision: 9686
Modified: trunk/packages/biococoa/trunk/debian/changelog trunk/packages/biococoa/trunk/debian/rules Log: use uscan in get-orig-source target Modified: trunk/packages/biococoa/trunk/debian/changelog =================================================================== --- trunk/packages/biococoa/trunk/debian/changelog 2012-02-16 17:54:26 UTC (rev 9685) +++ trunk/packages/biococoa/trunk/debian/changelog 2012-02-16 17:54:43 UTC (rev 9686) @@ -1,10 +1,14 @@ biococoa (2.2.2-2) UNRELEASED; urgency=low + [ Andreas Tille ] * Fixed watch file to not report demos. * Standards-Version: 3.9.2 * Debhelper 8 (control+compat) * Fixed Vcs fields + [ Thorsten Alteholz ] + * debian/rules: target get-orig-source added + -- Andreas Tille <[email protected]> Thu, 20 Oct 2011 10:12:52 +0200 biococoa (2.2.2-1) unstable; urgency=low Modified: trunk/packages/biococoa/trunk/debian/rules =================================================================== --- trunk/packages/biococoa/trunk/debian/rules 2012-02-16 17:54:26 UTC (rev 9685) +++ trunk/packages/biococoa/trunk/debian/rules 2012-02-16 17:54:43 UTC (rev 9686) @@ -36,3 +36,8 @@ #binary-post-install/libbiococoa-dev:: # find $(d_dev)/usr/share/doc/$(DEB_GS_DEVPKG_NAME_$(framework))/examples/ \ # -type f -exec chmod 644 \{\} \; + + +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
