[Debian-med-packaging] [SCM] The European Molecular Biology Open Software Suite. branch, master, updated. debian/6.3.1-3-2-g2de3ab8

Charles Plessy plessy at debian.org
Sat Aug 7 14:42:14 UTC 2010


The following commit has been merged in the master branch:
commit 2de3ab87e0a2ac14ab328594378ea5bec3f7a802
Author: Charles Plessy <plessy at debian.org>
Date:   Sat Aug 7 23:13:27 2010 +0900

     # Unset LS_COLORS before starting the QA tests.
    
    Bug: http://bugs.debian.org/592089

diff --git a/debian/changelog b/debian/changelog
index 2da22f8..2873db3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 emboss (6.3.1-4) unstable; urgency=low
 
   * New upstream patch, version 1-2.
+  * Unset LS_COLORS in debian/rules (see #592089).
 
- -- Charles Plessy <plessy at debian.org>  Sat, 07 Aug 2010 21:18:18 +0900
+ -- Charles Plessy <plessy at debian.org>  Sat, 07 Aug 2010 23:03:10 +0900
 
 emboss (6.3.1-3) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 337ba6c..0febab2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -127,7 +127,7 @@ ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	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 EMBOSS_ROOT=../../../ ./qatest.csh
+	cd test/qa && LS_COLORS='' EMBOSSRC=$(CURDIR)/test PATH=$(CURDIR)/emboss:$$PATH EMBOSS_ROOT=../../../ ./qatest.csh
 	touch test-stamp
 endif
 

-- 
The European Molecular Biology Open Software Suite.



More information about the Debian-med-packaging mailing list