diff -u couchdb-0.10.0~svn802936/debian/changelog couchdb-0.10.0~svn802936/debian/changelog --- couchdb-0.10.0~svn802936/debian/changelog +++ couchdb-0.10.0~svn802936/debian/changelog @@ -1,3 +1,9 @@ +couchdb (0.10.0~svn802936-0jh4) karmic; urgency=low + + * Rebuilding with xulrunner-1.9.1 instead of 1.9. + + -- Elliot Murphy (personal) Thu, 13 Aug 2009 09:38:20 -0400 + couchdb (0.10.0~svn802936-0jh3) jaunty; urgency=low * Touch couchdb.1 and couchjs.1 so they don't get rebuilt after we diff -u couchdb-0.10.0~svn802936/debian/patches/mozjs1.9_ldlibpath.patch couchdb-0.10.0~svn802936/debian/patches/mozjs1.9_ldlibpath.patch --- couchdb-0.10.0~svn802936/debian/patches/mozjs1.9_ldlibpath.patch +++ couchdb-0.10.0~svn802936/debian/patches/mozjs1.9_ldlibpath.patch @@ -5,7 +5,7 @@ HEART_COMMAND="%bindir%/%couchdb_command_name% -k" HEART_BEAT_TIMEOUT=11 -+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner-`xulrunner-1.9 --gre-version`/ ++LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner-`xulrunner-1.9.1 --gre-version`/ +export LD_LIBRARY_PATH + basename=`basename $0` @@ -18,7 +18,7 @@ DEFAULT_VERSION=170 -+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner-`xulrunner-1.9 --gre-version`/ ++LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/xulrunner-`xulrunner-1.9.1 --gre-version`/ +export LD_LIBRARY_PATH + basename=`basename $0`