Author: plessy Date: 2010-05-23 11:50:52 +0000 (Sun, 23 May 2010) New Revision: 4818
Modified: trunk/packages/last-align/trunk/debian/changelog trunk/packages/last-align/trunk/debian/control trunk/packages/last-align/trunk/debian/rules Log: Preparing upload of new upstream release. * Correct build-depends as the package can not be built in Lenny without modification or backport. * Make get-orig-source more conformant (tarball name) and resilient (stable MD5 sum). Modified: trunk/packages/last-align/trunk/debian/changelog =================================================================== --- trunk/packages/last-align/trunk/debian/changelog 2010-05-23 10:59:16 UTC (rev 4817) +++ trunk/packages/last-align/trunk/debian/changelog 2010-05-23 11:50:52 UTC (rev 4818) @@ -1,3 +1,15 @@ +last-align (119-1) UNRELEASED; urgency=low + + * New upstream version. + * debian/rules get-orig-source: + * Pass --best and --no-name to gzip, for reproductible MD5 sums. + * Add ‘.orig’ to the repacked directory, to conform with the Debian + Developer’s Reference (§ 6.7.8.2.4). + * Build-depend on help2man (>= 1.36.4+nmu1), since the option + --version-string is not available earlier. + + -- Charles Plessy <[email protected]> Sun, 23 May 2010 19:17:56 +0900 + last-align (102-1) unstable; urgency=low * New upstream version Modified: trunk/packages/last-align/trunk/debian/control =================================================================== --- trunk/packages/last-align/trunk/debian/control 2010-05-23 10:59:16 UTC (rev 4817) +++ trunk/packages/last-align/trunk/debian/control 2010-05-23 11:50:52 UTC (rev 4818) @@ -5,7 +5,7 @@ DM-Upload-Allowed: yes Uploaders: Charles Plessy <[email protected]>, Andreas Tille <[email protected]> -Build-Depends: debhelper (>= 7), cdbs, help2man, python-imaging +Build-Depends: debhelper (>= 7), cdbs, help2man (>= 1.36.4+nmu1), python-imaging Standards-Version: 3.8.4 Homepage: http://last.cbrc.jp/ Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/last-align/trunk/?rev=0&sc=0 Modified: trunk/packages/last-align/trunk/debian/rules =================================================================== --- trunk/packages/last-align/trunk/debian/rules 2010-05-23 10:59:16 UTC (rev 4817) +++ trunk/packages/last-align/trunk/debian/rules 2010-05-23 11:50:52 UTC (rev 4818) @@ -63,4 +63,5 @@ get-orig-source: [ -f ../last-$(DEB_UPSTREAM_VERSION).zip ] || uscan --force-download unzip ../last-$(DEB_UPSTREAM_VERSION).zip -d.. - tar --create --gzip --file ../$(pkg)_$(DEB_UPSTREAM_VERSION).orig.tar.gz ../last-$(DEB_UPSTREAM_VERSION) + mv ../last-$(DEB_UPSTREAM_VERSION) ../last-$(DEB_UPSTREAM_VERSION).orig + GZIP="--best --no-name" tar --create --gzip --file ../$(pkg)_$(DEB_UPSTREAM_VERSION).orig.tar.gz ../last-$(DEB_UPSTREAM_VERSION).orig _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
