[med-svn] r6434 - trunk/packages/gbrowse/trunk/debian/patches

olivier sallou osallou-guest at alioth.debian.org
Sat Apr 2 06:42:44 UTC 2011


Author: osallou-guest
Date: 2011-04-02 06:42:37 +0000 (Sat, 02 Apr 2011)
New Revision: 6434

Modified:
   trunk/packages/gbrowse/trunk/debian/patches/debian-packaging-patch
Log:
supress interactive registration from build

Modified: trunk/packages/gbrowse/trunk/debian/patches/debian-packaging-patch
===================================================================
--- trunk/packages/gbrowse/trunk/debian/patches/debian-packaging-patch	2011-04-02 06:35:09 UTC (rev 6433)
+++ trunk/packages/gbrowse/trunk/debian/patches/debian-packaging-patch	2011-04-02 06:42:37 UTC (rev 6434)
@@ -1,13 +1,14 @@
 Patch to fit debian packaging - Olivier Sallou - February 2011
 --- a/install_util/GBrowseInstall.pm
 +++ b/install_util/GBrowseInstall.pm
-@@ -403,6 +403,84 @@
+@@ -403,6 +403,85 @@
  END
  }
  
 +sub ACTION_debianinstall {
 +    my $self = shift;
 +    my $prefix = $self->install_base || $self->prefix || 'debian/libgbrowse-perl';
++    $self->registration_done(1);
 +    GBrowseGuessDirectories->prefix($prefix);
 +
 +    $self->depends_on('config_data');
@@ -86,7 +87,7 @@
  sub ACTION_install {
      my $self = shift;
      my $prefix = $self->install_base || $self->prefix || '';
-@@ -489,6 +567,7 @@
+@@ -489,6 +568,7 @@
      $self->SUPER::ACTION_install();
  }
  




More information about the debian-med-commit mailing list