[med-svn] r7090 - in trunk/packages/gbrowse/trunk/debian: . patches
olivier sallou
osallou-guest at alioth.debian.org
Sun Jun 19 08:53:17 UTC 2011
Author: osallou-guest
Date: 2011-06-19 08:53:16 +0000 (Sun, 19 Jun 2011)
New Revision: 7090
Added:
trunk/packages/gbrowse/trunk/debian/patches/gbrowse-slave-fix_defaults_path
Modified:
trunk/packages/gbrowse/trunk/debian/changelog
trunk/packages/gbrowse/trunk/debian/control
trunk/packages/gbrowse/trunk/debian/get-orig-source
trunk/packages/gbrowse/trunk/debian/patches/series
Log:
new upstream version 2.38 plus patch for defaults script
Modified: trunk/packages/gbrowse/trunk/debian/changelog
===================================================================
--- trunk/packages/gbrowse/trunk/debian/changelog 2011-06-18 12:50:44 UTC (rev 7089)
+++ trunk/packages/gbrowse/trunk/debian/changelog 2011-06-19 08:53:16 UTC (rev 7090)
@@ -1,3 +1,10 @@
+gbrowse (2.38~dfsg-1) unstable; urgency=low
+
+ * New upstream version
+ * New patch to fix gbrowse-slace defaults script
+
+ -- Olivier Sallou <olivier.sallou at irisa.fr> Sat, 18 Jun 2011 13:55:12 -0400
+
gbrowse (2.26~dfsg-3) unstable; urgency=low
* Bump version to compensate for botched uploads of -2. (It's been a
Modified: trunk/packages/gbrowse/trunk/debian/control
===================================================================
--- trunk/packages/gbrowse/trunk/debian/control 2011-06-18 12:50:44 UTC (rev 7089)
+++ trunk/packages/gbrowse/trunk/debian/control 2011-06-19 08:53:16 UTC (rev 7090)
@@ -1,7 +1,7 @@
Source: gbrowse
Section: science
Priority: optional
-Build-Depends: bioperl (>= 1.5.9), debhelper (>= 8),
+Build-Depends: bioperl (>= 1.6.901), debhelper (>= 8),
libbio-graphics-perl (>= 2.09), libcapture-tiny-perl,
libcgi-session-perl (>= 4.02),
libgd-gd2-perl (>= 2.07) | libgd-gd2-noxpm-perl (>= 2.07), libio-string-perl,
@@ -19,7 +19,7 @@
Package: gbrowse
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
- bioperl (>= 1.5.9), libbio-graphics-perl (>= 2.09),
+ bioperl (>= 1.6.901), libbio-graphics-perl (>= 2.09),
libcgi-session-perl (>= 4.02),
libgd-gd2-noxpm-perl (>= 2.07) | libgd-gd2-perl (>= 2.07), libio-string-perl,
libjson-perl, libstatistics-descriptive-perl, libwww-perl, libhttp-daemon-perl, perl,
Modified: trunk/packages/gbrowse/trunk/debian/get-orig-source
===================================================================
--- trunk/packages/gbrowse/trunk/debian/get-orig-source 2011-06-18 12:50:44 UTC (rev 7089)
+++ trunk/packages/gbrowse/trunk/debian/get-orig-source 2011-06-19 08:53:16 UTC (rev 7090)
@@ -19,6 +19,7 @@
cd $PKG-${VERSION}~dfsg.orig
rm -rf contrib
+chmod 644 t/testdata/conf/languages/POSIX.pm
sed -i '/^contrib\//d' MANIFEST
cd ..
Added: trunk/packages/gbrowse/trunk/debian/patches/gbrowse-slave-fix_defaults_path
===================================================================
--- trunk/packages/gbrowse/trunk/debian/patches/gbrowse-slave-fix_defaults_path (rev 0)
+++ trunk/packages/gbrowse/trunk/debian/patches/gbrowse-slave-fix_defaults_path 2011-06-19 08:53:16 UTC (rev 7090)
@@ -0,0 +1,13 @@
+--- a/etc/init.d/gbrowse-slave
++++ b/etc/init.d/gbrowse-slave
+@@ -24,8 +24,8 @@
+ VERBOSITY=1
+ NICE=0
+
+-if [ -f $ETC/default/gbrowse-slave ]; then
+- . $ETC/default/gbrowse-slave
++if [ -f /etc/default/gbrowse-slave ]; then
++ . /etc/default/gbrowse-slave
+ fi
+
+ mkdir -p $RUNDIR
Modified: trunk/packages/gbrowse/trunk/debian/patches/series
===================================================================
--- trunk/packages/gbrowse/trunk/debian/patches/series 2011-06-18 12:50:44 UTC (rev 7089)
+++ trunk/packages/gbrowse/trunk/debian/patches/series 2011-06-19 08:53:16 UTC (rev 7090)
@@ -1,2 +1,3 @@
debian-packaging-patch
+gbrowse-slave-fix_defaults_path
manpages.patch
More information about the debian-med-commit
mailing list