[med-svn] r3283 - trunk/packages/bioperl-run/trunk/debian
Charles Plessy
plessy at alioth.debian.org
Sat Apr 11 07:30:14 UTC 2009
Author: plessy
Date: 2009-04-11 07:30:14 +0000 (Sat, 11 Apr 2009)
New Revision: 3283
Modified:
trunk/packages/bioperl-run/trunk/debian/changelog
trunk/packages/bioperl-run/trunk/debian/rules
Log:
Disabled tests as I experience failures with t/Eponine.t despite this program is not installed.
Modified: trunk/packages/bioperl-run/trunk/debian/changelog
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/changelog 2009-04-11 04:01:12 UTC (rev 3282)
+++ trunk/packages/bioperl-run/trunk/debian/changelog 2009-04-11 07:30:14 UTC (rev 3283)
@@ -1,7 +1,5 @@
-bioperl-run (1.6.1-1) UNRELEASED; urgency=low
+bioperl-run (1.6.1-1) unstable; urgency=low
- TODO: Eponine test fails.
-
* New upstream release.
* debian/patches/10-wrong-path-for-interpreter.patch: removed
(fixed upstream).
@@ -11,6 +9,8 @@
- Removed the correction of file permission of Pise documentation
(removed upstream).
- Removed patching facilities (no patches anymore).
+ - Disabled tests as I experience failures with t/Eponine.t despite
+ this program is not installed.
* debian/copyright:
- Removed vanity lines about debianization.
- Incremented years to 2009.
@@ -25,7 +25,7 @@
- Build-depends on libarray-compare-perl and libtree-dagnode-perl
(otherwise tests fail).
- -- Charles Plessy <plessy at debian.org> Sat, 11 Apr 2009 12:59:00 +0900
+ -- Charles Plessy <plessy at debian.org> Sat, 11 Apr 2009 16:27:56 +0900
bioperl-run (1.5.2.100-1) unstable; urgency=low
Modified: trunk/packages/bioperl-run/trunk/debian/rules
===================================================================
--- trunk/packages/bioperl-run/trunk/debian/rules 2009-04-11 04:01:12 UTC (rev 3282)
+++ trunk/packages/bioperl-run/trunk/debian/rules 2009-04-11 07:30:14 UTC (rev 3283)
@@ -2,7 +2,7 @@
build: build-stamp
build-stamp:
- dh build
+ DEB_BUILD_OPTIONS="$$DEB_BUILD_OPTIONS nocheck" dh build
touch $@
clean:
More information about the debian-med-commit
mailing list