------------------------------------------------------------ revno: 100 committer: Dmitrijs Ledkovs <[email protected]> branch nick: sword timestamp: Tue 2012-03-27 20:46:28 +0100 message: Set sword config path to /etc modified: debian/changelog debian/rules
-- lp:sword/debian https://code.launchpad.net/~pkgcrosswire/sword/main Your team CrossWire Packaging Team is subscribed to branch lp:sword/debian. To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/sword/main/+edit-subscription
=== modified file 'debian/changelog' --- debian/changelog 2012-03-25 21:09:15 +0000 +++ debian/changelog 2012-03-27 19:46:28 +0000 @@ -3,8 +3,9 @@ [ Dmitrijs Ledkovs <[email protected]> ] * Fix linking against CLucene * Backport CMake changes + * Set sword config path to /etc - -- Dmitrijs Ledkovs <[email protected]> Sun, 25 Mar 2012 20:17:12 +0100 + -- Dmitrijs Ledkovs <[email protected]> Tue, 27 Mar 2012 20:46:09 +0100 sword (1.6.2+dfsg-1) unstable; urgency=low === modified file 'debian/rules' --- debian/rules 2011-11-08 17:48:26 +0000 +++ debian/rules 2012-03-27 19:46:28 +0000 @@ -16,6 +16,7 @@ dh_auto_configure -Scmake -- \ -DLIBSWORD_LIBRARY_TYPE="Shared Static" \ -DLIBSWORD_SOVERSION=8 \ + -DSWORD_GLOBAL_CONF_DIR='/etc' \ -DCMAKE_BUILD_TYPE=NONE \ -DSWORD_BUILD_TESTS="Yes" \ -DSWORD_BINDINGS="Python"
_______________________________________________ Pkg-crosswire-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-crosswire-devel
