[med-svn] r3273 - trunk/packages/emboss/trunk/debian

Charles Plessy plessy at alioth.debian.org
Wed Apr 8 11:18:21 UTC 2009


Author: plessy
Date: 2009-04-08 11:18:21 +0000 (Wed, 08 Apr 2009)
New Revision: 3273

Modified:
   trunk/packages/emboss/trunk/debian/changelog
   trunk/packages/emboss/trunk/debian/rules
Log:
Ready for upload.


Modified: trunk/packages/emboss/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss/trunk/debian/changelog	2009-04-08 08:25:22 UTC (rev 3272)
+++ trunk/packages/emboss/trunk/debian/changelog	2009-04-08 11:18:21 UTC (rev 3273)
@@ -7,9 +7,10 @@
   * debian/rules
     - Corrected again the targets to avoid calling them when it is not
       necessary.
-    - Defines emboss_acdroot and emboss_data in order to run the tests.
+    - Defines emboss_acdroot, emboss_docroot and emboss_data in order
+      to run the tests.
 
- -- Charles Plessy <plessy at debian.org>  Wed, 08 Apr 2009 14:42:58 +0900
+ -- Charles Plessy <plessy at debian.org>  Wed, 08 Apr 2009 20:16:56 +0900
 
 emboss (6.0.1-8) unstable; urgency=low
 

Modified: trunk/packages/emboss/trunk/debian/rules
===================================================================
--- trunk/packages/emboss/trunk/debian/rules	2009-04-08 08:25:22 UTC (rev 3272)
+++ trunk/packages/emboss/trunk/debian/rules	2009-04-08 11:18:21 UTC (rev 3273)
@@ -29,7 +29,7 @@
 
 include /usr/share/quilt/quilt.make
 
-build: build-stamp config.status patch debian/copyright
+build: config.status patch debian/copyright build-stamp
 build-stamp:
 	dh_testdir
 	$(MAKE) AJAX_FIXED_ROOT=\\\"/usr/share/EMBOSS\\\"
@@ -128,6 +128,7 @@
 	sed -i "/SET emboss_qadata/cSET emboss_qadata $(CURDIR)/test" test/.embossrc
 	echo "SET emboss_acdroot $(CURDIR)/emboss/acd" >> test/.embossrc
 	echo "SET emboss_data $(CURDIR)/emboss/data" >> test/.embossrc
+	echo "SET emboss_docroot $(CURDIR)/doc" >> test/.embossrc
 	cd test/qa && EMBOSSRC=$(CURDIR)/test PATH=$(CURDIR)/emboss:$$PATH ./qatest.csh
 	touch test-stamp
 endif




More information about the debian-med-commit mailing list