[med-svn] r12280 - in trunk/packages/gmod/gbrowse/trunk/debian: . patches
Olivier Sallou
osallou at alioth.debian.org
Tue Sep 25 07:02:35 UTC 2012
Author: osallou
Date: 2012-09-25 07:02:35 +0000 (Tue, 25 Sep 2012)
New Revision: 12280
Removed:
trunk/packages/gmod/gbrowse/trunk/debian/patches/skipDeferedRenderingTests
Modified:
trunk/packages/gmod/gbrowse/trunk/debian/changelog
trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch
trunk/packages/gmod/gbrowse/trunk/debian/patches/series
Log:
Set tests back again with upstream bug fix
Modified: trunk/packages/gmod/gbrowse/trunk/debian/changelog
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/changelog 2012-09-24 08:56:01 UTC (rev 12279)
+++ trunk/packages/gmod/gbrowse/trunk/debian/changelog 2012-09-25 07:02:35 UTC (rev 12280)
@@ -1,11 +1,9 @@
-gbrowse (2.50+dfsg-1) UNRELEASED; urgency=low
+gbrowse (2.51~dfsg-1) UNRELEASED; urgency=low
[ Olivier Sallou ]
+ * new upstream release (Closes: #677381).
+ * fixes make test issue and plugins impact (Closes: #662922).
* NOT RELEASED YET, needs libvm-ec2-perl
- and upgrade of libbio-graphics
- * New upstream release (Closes: #677381).
- * Package VM::EC2 from CPAN is missing, need
- to create a new package libvm-ec2-perl
[ Andreas Tille ]
* debian/upstream: Added citation information
Modified: trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch 2012-09-24 08:56:01 UTC (rev 12279)
+++ trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch 2012-09-25 07:02:35 UTC (rev 12280)
@@ -118,7 +118,7 @@
);
my %OK_PROPS = @OK_PROPS;
-@@ -422,6 +423,82 @@
+@@ -422,6 +423,83 @@
END
}
@@ -201,7 +201,7 @@
sub ACTION_install {
my $self = shift;
my $prefix = $self->install_base || $self->prefix || '';
-@@ -773,8 +850,9 @@
+@@ -773,8 +851,9 @@
sub guess_user_account_db {
my $self = shift;
if (eval "require DBD::SQLite; 1") {
Modified: trunk/packages/gmod/gbrowse/trunk/debian/patches/series
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/patches/series 2012-09-24 08:56:01 UTC (rev 12279)
+++ trunk/packages/gmod/gbrowse/trunk/debian/patches/series 2012-09-25 07:02:35 UTC (rev 12280)
@@ -2,5 +2,5 @@
gbrowse-slave-fix_defaults_path
manpages.patch
fix_pop_url
-skipDeferedRenderingTests
skipRenderFarmTest_UpstreamBug12
+skip_check_installed_test.patch
Deleted: trunk/packages/gmod/gbrowse/trunk/debian/patches/skipDeferedRenderingTests
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/patches/skipDeferedRenderingTests 2012-09-24 08:56:01 UTC (rev 12279)
+++ trunk/packages/gmod/gbrowse/trunk/debian/patches/skipDeferedRenderingTests 2012-09-25 07:02:35 UTC (rev 12280)
@@ -1,21 +0,0 @@
-Subject: skip deferred rendering
-Description: Causes rando failure on different archs
-As tests are arch independant and functional tests, skip those
- to allow Debian build whatever current ram/cpu available (no timeout issue)
-Author: Olivier Sallou <olivier.sallou at irisa.fr>
-Last-Update: 2011-08
---- a/t/05.deferredrendering.t
-+++ b/t/05.deferredrendering.t
-@@ -11,9 +11,10 @@
- use CGI;
- use FindBin '$Bin';
-
--use constant TEST_COUNT => 19;
-+use constant TEST_COUNT => 0;
- use constant CONF_FILE => "$Bin/testdata/conf/GBrowse.conf";
--
-+# Skip, cause rnadom fail on Debian build servers
-+exit 0;
- my $PID;
-
- BEGIN {
More information about the debian-med-commit
mailing list