[Pkg-erlang-commits] r1104 - couchdb/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Wed Oct 7 06:09:37 UTC 2009
Author: sgolovan
Date: 2009-10-07 06:09:36 +0000 (Wed, 07 Oct 2009)
New Revision: 1104
Modified:
couchdb/trunk/debian/changelog
couchdb/trunk/debian/rules
Log:
[couchdb]
* Put log files directly into /var/log/couchdb directory. There's no reason
to have different log subdirectories for different couchdb versions.
Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog 2009-10-06 06:29:39 UTC (rev 1103)
+++ couchdb/trunk/debian/changelog 2009-10-07 06:09:36 UTC (rev 1104)
@@ -13,6 +13,8 @@
* Change current directory to /var/run/couchdb in init script to prevent
error messages about access violation by code server if the current dir
isn't readable by the couchdb user.
+ * Put log files directly into /var/log/couchdb directory. There's no reason
+ to have different log subdirectories for different couchdb versions.
[ Noah Slater ]
* Updated debian/control, updated Build-Depends on debhelper to 7.2.11.
Modified: couchdb/trunk/debian/rules
===================================================================
--- couchdb/trunk/debian/rules 2009-10-06 06:29:39 UTC (rev 1103)
+++ couchdb/trunk/debian/rules 2009-10-07 06:09:36 UTC (rev 1104)
@@ -15,19 +15,16 @@
DEB_DH_INSTALLINIT_ARGS = --onlyscripts
LIB = ${localstatedir}/lib/\$${package_identifier}
-LOG = ${localstatedir}/log/\$${package_identifier}
# @@ workaround for #486848
binary-arch binary-indep: build
post-patches::
sed -i s,$(LIB)$$,$(LIB)/$(DEB_UPSTREAM_VERSION), configure
- sed -i s,$(LOG)$$,$(LOG)/$(DEB_UPSTREAM_VERSION), configure
sed -i s,VERSION=%VERSION%$$,VERSION=$(DEB_UPSTREAM_VERSION), debian/postrm
cleanbuilddir::
sed -i s,$(LIB)/$(DEB_UPSTREAM_VERSION)$$,$(LIB), configure
- sed -i s,$(LOG)/$(DEB_UPSTREAM_VERSION)$$,$(LOG), configure
sed -i s,VERSION=$(DEB_UPSTREAM_VERSION)$$,VERSION=%VERSION%, debian/postrm
common-binary-post-install-arch::
More information about the Pkg-erlang-commits
mailing list