[Pkg-emboss-commits] r55 - emboss-explorer/trunk/debian
charles-guest at alioth.debian.org
charles-guest at alioth.debian.org
Wed Jul 4 13:18:50 UTC 2007
Author: charles-guest
Date: 2007-07-04 13:18:50 +0000 (Wed, 04 Jul 2007)
New Revision: 55
Modified:
emboss-explorer/trunk/debian/changelog
emboss-explorer/trunk/debian/emboss-explorer.conf
Log:
usr, not var
Modified: emboss-explorer/trunk/debian/changelog
===================================================================
--- emboss-explorer/trunk/debian/changelog 2007-07-04 13:16:16 UTC (rev 54)
+++ emboss-explorer/trunk/debian/changelog 2007-07-04 13:18:50 UTC (rev 55)
@@ -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: emboss-explorer/trunk/debian/emboss-explorer.conf
===================================================================
--- emboss-explorer/trunk/debian/emboss-explorer.conf 2007-07-04 13:16:16 UTC (rev 54)
+++ emboss-explorer/trunk/debian/emboss-explorer.conf 2007-07-04 13:18:50 UTC (rev 55)
@@ -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 Pkg-emboss-commits
mailing list