[med-svn] r12242 - trunk/packages/gmod/gbrowse/trunk/debian/patches
Olivier Sallou
osallou at alioth.debian.org
Thu Sep 20 12:47:16 UTC 2012
Author: osallou
Date: 2012-09-20 12:47:16 +0000 (Thu, 20 Sep 2012)
New Revision: 12242
Added:
trunk/packages/gmod/gbrowse/trunk/debian/patches/skip_check_installed_test.patch
Log:
add patch for new release
Added: trunk/packages/gmod/gbrowse/trunk/debian/patches/skip_check_installed_test.patch
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/patches/skip_check_installed_test.patch (rev 0)
+++ trunk/packages/gmod/gbrowse/trunk/debian/patches/skip_check_installed_test.patch 2012-09-20 12:47:16 UTC (rev 12242)
@@ -0,0 +1,35 @@
+Author: Olivier Sallou <osallou at debian.org>
+Subject: build steps checks for installed files
+Description: For Debian program should not check
+ for installed files
+Last-Updated: 2012-09-20
+Forwarded: not-needed
+--- a/install_util/GBrowseInstall.pm
++++ b/install_util/GBrowseInstall.pm
+@@ -634,7 +634,7 @@
+ my $copied = $self->copy_if_modified($_=>'blib');
+ if ($copied || !$self->up_to_date('_build/config_data',"blib/$_")) {
+ $self->substitute_in_place("blib/$_");
+- $self->check_installed($install_path,$base);
++ #$self->check_installed($install_path,$base);
+ }
+ }
+
+@@ -696,7 +696,7 @@
+ my $copied = $self->copy_if_modified($base=>'blib');
+ if ($copied or !$self->up_to_date('_build/config_data',"blib/$base")) {
+ $self->substitute_in_place("blib/$base");
+- $self->check_installed($install_path,$base) if $copied;
++ #$self->check_installed($install_path,$base) if $copied;
+ }
+ }
+ }
+@@ -734,7 +734,7 @@
+ my $copied = $self->copy_if_modified($_=>'blib');
+ if ($copied or !$self->up_to_date('_build/config_data',"blib/$_")) {
+ $self->substitute_in_place("blib/$_");
+- $self->check_installed($install_path,$base);
++ #$self->check_installed($install_path,$base);
+ }
+ }
+ }
More information about the debian-med-commit
mailing list