Author: tille Date: 2012-08-07 20:08:04 +0000 (Tue, 07 Aug 2012) New Revision: 12010
Modified: trunk/packages/hmmer2/trunk/debian/changelog trunk/packages/hmmer2/trunk/debian/rules Log: Document changes regarding get-orig-source target in changelog; change by myself without explicite changelog entry: use xz instead of gz compression for orig.tar Modified: trunk/packages/hmmer2/trunk/debian/changelog =================================================================== --- trunk/packages/hmmer2/trunk/debian/changelog 2012-08-07 16:51:57 UTC (rev 12009) +++ trunk/packages/hmmer2/trunk/debian/changelog 2012-08-07 20:08:04 UTC (rev 12010) @@ -1,9 +1,3 @@ -hmmer2 (2.3.2-7) UNRELEASED; urgency=low - - * Fix regression in wrong Vcs fields - - -- Andreas Tille <[email protected]> Fri, 20 Jul 2012 15:33:41 +0200 - hmmer2 (2.3.2-6) unstable; urgency=low [Charles Plessy] @@ -37,6 +31,8 @@ in order to allow coexistence with those from hmmer (>=3). (Closes: #680539) + * debian/rules: remove binary without source documentation + Userguide.pdf in get-orig-source target -- Laszlo Kajan <[email protected]> Mon, 09 Jul 2012 17:46:31 +0200 Modified: trunk/packages/hmmer2/trunk/debian/rules =================================================================== --- trunk/packages/hmmer2/trunk/debian/rules 2012-08-07 16:51:57 UTC (rev 12009) +++ trunk/packages/hmmer2/trunk/debian/rules 2012-08-07 20:08:04 UTC (rev 12010) @@ -16,10 +16,10 @@ uscan --no-conf --force-download --rename --destdir "$$t"; \ ( cd "$$t"; \ gunzip *.tar.gz; \ - tar --delete -f *.tar --wildcards 'hmmer-*/Userguide.pdf'; \ - gzip --best --no-name *.tar; \ + tar --owner=root --group=root --mode=a+rX --delete -f *.tar --wildcards 'hmmer-*/Userguide.pdf'; \ + xz --best *.tar; \ ); \ - mv $$t/*.tar.gz ./ + mv $$t/*.tar.xz ./ .PHONY: override_dh_auto_configure override_dh_auto_configure: _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
