Author: plessy Date: 2009-03-30 06:48:29 +0000 (Mon, 30 Mar 2009) New Revision: 3226
Modified: trunk/packages/emboss/trunk/debian/changelog trunk/packages/emboss/trunk/debian/rules Log: Corrected stamping gymnastics. Modified: trunk/packages/emboss/trunk/debian/changelog =================================================================== --- trunk/packages/emboss/trunk/debian/changelog 2009-03-30 06:17:34 UTC (rev 3225) +++ trunk/packages/emboss/trunk/debian/changelog 2009-03-30 06:48:29 UTC (rev 3226) @@ -1,10 +1,12 @@ -emboss (6.0.1-6) UNRELEASED; urgency=low +emboss (6.0.1-6) unstable; urgency=low - * debian/rules: build arch all packages only when binary-indep is called - (Closes: #521398) + * debian/rules: + - Build arch all packages only when binary-indep is called + (Closes: #521398) + - Corrected stamping gymnastics. * debian/control: moved openjdk-6-jdk to Build-Depends-Indep - -- Charles Plessy <[email protected]> Sat, 28 Mar 2009 20:50:27 +0900 + -- Charles Plessy <[email protected]> Mon, 30 Mar 2009 13:02:11 +0900 emboss (6.0.1-5) unstable; urgency=low Modified: trunk/packages/emboss/trunk/debian/rules =================================================================== --- trunk/packages/emboss/trunk/debian/rules 2009-03-30 06:17:34 UTC (rev 3225) +++ trunk/packages/emboss/trunk/debian/rules 2009-03-30 06:48:29 UTC (rev 3226) @@ -23,10 +23,11 @@ include /usr/share/quilt/quilt.make -build: patch build-stamp debian/copyright -build-stamp: config.status +build: build-stamp config.status patch debian/copyright +build-stamp: dh_testdir $(MAKE) AJAX_FIXED_ROOT=\\\"/usr/share/EMBOSS\\\" + touch build-stamp # In order to use this rule you must install libemboss-acd-perl, xsltproc, docbook-xml and docbook-xsl manpages: debian/manpages/success @@ -57,8 +58,8 @@ dh_clean debian/copyright config.sub config.guess test-stamp -install: install-stamp -install-stamp: build-stamp +install: build-stamp install-stamp +install-stamp: dh_testdir dh_testroot dh_prep @@ -121,7 +122,7 @@ cd test/qa && PATH=$(CURDIR)/emboss:$$PATH ./qatest.csh endif -binary-indep: +binary-indep: build install dh binary-indep binary-arch: build install test _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-med-commit
