[med-svn] r12195 - in trunk/packages/gmod/gbrowse/trunk/debian: . patches
olivier sallou
osallou-guest at alioth.debian.org
Sat Sep 8 13:11:37 UTC 2012
Author: osallou-guest
Date: 2012-09-08 13:11:37 +0000 (Sat, 08 Sep 2012)
New Revision: 12195
Modified:
trunk/packages/gmod/gbrowse/trunk/debian/changelog
trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch
Log:
update changelog, refresh patch
Modified: trunk/packages/gmod/gbrowse/trunk/debian/changelog
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/changelog 2012-09-08 12:04:15 UTC (rev 12194)
+++ trunk/packages/gmod/gbrowse/trunk/debian/changelog 2012-09-08 13:11:37 UTC (rev 12195)
@@ -1,7 +1,8 @@
gbrowse (2.50+dfsg-1) UNRELEASED; urgency=low
[ Olivier Sallou ]
- * NOT RELEASED YET
+ * 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
Modified: trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch 2012-09-08 12:04:15 UTC (rev 12194)
+++ trunk/packages/gmod/gbrowse/trunk/debian/patches/debian-packaging-patch 2012-09-08 13:11:37 UTC (rev 12195)
@@ -118,7 +118,7 @@
);
my %OK_PROPS = @OK_PROPS;
-@@ -422,6 +423,83 @@
+@@ -422,6 +423,82 @@
END
}
@@ -149,7 +149,6 @@
+ $self->install_path->{'cgi-bin'} = $prefix.$self->install_path->{'cgi-bin'};
+ $self->install_path->{'etc'} = $prefix.$self->install_path->{'etc'};
+ $self->install_path->{'databases'} = $prefix.$self->install_path->{'databases'};
-+
+ $self->SUPER::ACTION_install();
+
+ my $user = $self->config_data('wwwuser') || GBrowseGuessDirectories->wwwuser;
@@ -202,7 +201,7 @@
sub ACTION_install {
my $self = shift;
my $prefix = $self->install_base || $self->prefix || '';
-@@ -773,8 +851,9 @@
+@@ -773,8 +850,9 @@
sub guess_user_account_db {
my $self = shift;
if (eval "require DBD::SQLite; 1") {
More information about the debian-med-commit
mailing list