Author: alteholz-guest Date: 2012-02-16 17:58:09 +0000 (Thu, 16 Feb 2012) New Revision: 9690
Modified: trunk/packages/altree/trunk/debian/changelog trunk/packages/altree/trunk/debian/rules Log: use uscan in get-orig-source target, new version, maybe useable again? Modified: trunk/packages/altree/trunk/debian/changelog =================================================================== --- trunk/packages/altree/trunk/debian/changelog 2012-02-16 17:57:28 UTC (rev 9689) +++ trunk/packages/altree/trunk/debian/changelog 2012-02-16 17:58:09 UTC (rev 9690) @@ -1,10 +1,17 @@ -altree (1.1.0-1) UNRELEASED; urgency=low +altree (1.1.1-1) UNRELEASED; urgency=low There are concerns that 1.1.0 should not be packaged, see: http://lists.debian.org/msgid-search/[email protected] +Version 1.1.1 was released in 2010, so maybe these concerns are +not valid anymore. + + [ Andreas Tille ] * New upstream release. + [ Thorsten Alteholz ] + * debian/rules: target get-orig-source added + -- Andreas Tille <[email protected]> Tue, 22 Feb 2011 17:44:12 +0100 altree (1.0.1-5) unstable; urgency=low Modified: trunk/packages/altree/trunk/debian/rules =================================================================== --- trunk/packages/altree/trunk/debian/rules 2012-02-16 17:57:28 UTC (rev 9689) +++ trunk/packages/altree/trunk/debian/rules 2012-02-16 17:58:09 UTC (rev 9690) @@ -23,3 +23,8 @@ override_dh_builddeb: dh_builddeb -- -Z xz + +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
