[med-svn] r1823 - trunk/packages/wise/trunk/debian
plessy at alioth.debian.org
plessy at alioth.debian.org
Sun May 4 07:27:09 UTC 2008
Author: plessy
Date: 2008-05-04 07:27:08 +0000 (Sun, 04 May 2008)
New Revision: 1823
Modified:
trunk/packages/wise/trunk/debian/changelog
trunk/packages/wise/trunk/debian/rules
Log:
This will fix #478639
Modified: trunk/packages/wise/trunk/debian/changelog
===================================================================
--- trunk/packages/wise/trunk/debian/changelog 2008-05-03 03:34:08 UTC (rev 1822)
+++ trunk/packages/wise/trunk/debian/changelog 2008-05-04 07:27:08 UTC (rev 1823)
@@ -1,3 +1,9 @@
+wise (2.4.1-5) UNRELEASED; urgency=low
+
+ * Removed a bashism in debian/rules (Closes: #478639)
+
+ -- Charles Plessy <plessy at debian.org> Sun, 04 May 2008 15:19:01 +0900
+
wise (2.4.1-4) unstable; urgency=low
* Changed the doc-base section according to the new policy
Modified: trunk/packages/wise/trunk/debian/rules
===================================================================
--- trunk/packages/wise/trunk/debian/rules 2008-05-03 03:34:08 UTC (rev 1822)
+++ trunk/packages/wise/trunk/debian/rules 2008-05-04 07:27:08 UTC (rev 1823)
@@ -73,7 +73,7 @@
# bugfix
$(RM) -r src/oldbin
- $(RM) src/models/{dba,psw,dnal,genomewise,pswdb,scanwise,estwise,genewise,sywise,genewisedb,promoterwise,pseudowise,estwisedb}
+ for i in dba psw dnal genomewise pswdb scanwise estwise genewise sywise genewisedb promoterwise pseudowise estwisedb; do $(RM) src/modules/$$i; done
$(RM) src/network/scanwise_server
# clean documentation
More information about the debian-med-commit
mailing list