Author: plessy Date: 2011-09-30 13:00:39 +0000 (Fri, 30 Sep 2011) New Revision: 8008
Modified: trunk/packages/paml/trunk/debian/changelog trunk/packages/paml/trunk/debian/rules Log: Uploaded to unstable after enabling xz compression for binary packages. Modified: trunk/packages/paml/trunk/debian/changelog =================================================================== --- trunk/packages/paml/trunk/debian/changelog 2011-09-30 12:37:48 UTC (rev 8007) +++ trunk/packages/paml/trunk/debian/changelog 2011-09-30 13:00:39 UTC (rev 8008) @@ -1,4 +1,4 @@ -paml (4.4e-1) UNRELEASED; urgency=low +paml (4.4e-1) unstable; urgency=low * Team upload. * New upstream release. @@ -9,8 +9,9 @@ * Conforms to Policy 3.9.2 (debian/control, no other changes needed). * Use Debhelper 8 (debian/control, debian/compat). * Converted debian/copyright to machine readable format version 1.0. + * Compress binary packages with xz. - -- Charles Plessy <[email protected]> Sat, 01 Jan 2011 16:41:38 +0100 + -- Charles Plessy <[email protected]> Fri, 30 Sep 2011 21:48:20 +0900 paml (4.4c-3) experimental; urgency=low Modified: trunk/packages/paml/trunk/debian/rules =================================================================== --- trunk/packages/paml/trunk/debian/rules 2011-09-30 12:37:48 UTC (rev 8007) +++ trunk/packages/paml/trunk/debian/rules 2011-09-30 13:00:39 UTC (rev 8008) @@ -16,4 +16,7 @@ done %: - dh $@ + dh $@ + +override_dh_builddeb: + dh_builddeb -- -Z xz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
