[pkg-fso-commits] [SCM] FSO frameworkd Debian packaging branch, debian, updated. debian/0.2.0-git20080909-7-247-g80ec1e1
Joachim Breitner
mail at joachim-breitner.de
Tue Nov 11 17:09:14 UTC 2008
The following commit has been merged in the debian branch:
commit a3e7dc9cdc615eb989da31536544bf0e9bfbf336
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Nov 11 17:29:06 2008 +0100
Refresh debian/patches/05_fix-installprefix-in-config.py.patch
diff --git a/debian/patches/05_fix-installprefix-in-config.py.patch b/debian/patches/05_fix-installprefix-in-config.py.patch
index 3c8d455..9c31f72 100644
--- a/debian/patches/05_fix-installprefix-in-config.py.patch
+++ b/debian/patches/05_fix-installprefix-in-config.py.patch
@@ -1,7 +1,7 @@
---- fso-frameworkd.orig/framework/config.py
-+++ fso-frameworkd/framework/config.py
-@@ -62,15 +62,9 @@
- logging.basicConfig( level=loggingmap.get( debug, logging.INFO ), format="%(name)-8s %(levelname)-8s %(message)s" )
+--- frameworkd.orig/framework/config.py
++++ frameworkd/framework/config.py
+@@ -88,15 +88,9 @@
+ rootlogger.addHandler( handler )
#
-# compute install prefix
@@ -16,5 +16,5 @@
- break
+installprefix = "/usr"
- logger.info( "Installprefix is %s" % installprefix )
+ logging.info( "Installprefix is %s" % installprefix )
--
FSO frameworkd Debian packaging
More information about the pkg-fso-commits
mailing list