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 <[email protected]>
+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);
+           }
+       }
+     }


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to