[med-svn] r2013 - trunk/packages/emboss-explorer/trunk/debian
hanska-guest at alioth.debian.org
hanska-guest at alioth.debian.org
Wed Jun 11 07:33:01 UTC 2008
Author: hanska-guest
Date: 2008-06-11 07:33:00 +0000 (Wed, 11 Jun 2008)
New Revision: 2013
Modified:
trunk/packages/emboss-explorer/trunk/debian/changelog
trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.conf
Log:
usr, not var
Date: 2007-07-04 15:18:50
Modified: trunk/packages/emboss-explorer/trunk/debian/changelog
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/changelog 2008-06-11 07:32:31 UTC (rev 2012)
+++ trunk/packages/emboss-explorer/trunk/debian/changelog 2008-06-11 07:33:00 UTC (rev 2013)
@@ -5,7 +5,7 @@
* Fixed double-building of the manpages.
* Added myself to the uploaders.
* Swiched to apache2 as the default webserver.
- * emboss-explorer.conf now defaults to /var/lib/emboss, which is the
+ * emboss-explorer.conf now defaults to /usr/lib/emboss, which is the
only place where the emboss binaries are guaranteed to keep their
original name.
* Provides emboss-explorer.conf through a file, not a patch. Modifying
Modified: trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.conf
===================================================================
--- trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.conf 2008-06-11 07:32:31 UTC (rev 2012)
+++ trunk/packages/emboss-explorer/trunk/debian/emboss-explorer.conf 2008-06-11 07:33:00 UTC (rev 2013)
@@ -23,7 +23,7 @@
our $EMBOSS_PREFIX = "/usr";
# path to EMBOSS binaries
-our $EMBOSS_BIN = "/var/lib/emboss";
+our $EMBOSS_BIN = "/usr/lib/emboss";
# path to EMBOSS installation
our $EMBOSS_HOME = "$EMBOSS_PREFIX/share/EMBOSS";
More information about the debian-med-commit
mailing list