[Pkg-erlang-commits] r1245 - couchdb/trunk/debian
sbisbee-guest at alioth.debian.org
sbisbee-guest at alioth.debian.org
Tue May 18 02:57:21 UTC 2010
Author: sbisbee-guest
Date: 2010-05-18 02:57:20 +0000 (Tue, 18 May 2010)
New Revision: 1245
Modified:
couchdb/trunk/debian/changelog
couchdb/trunk/debian/control
Log:
removing mawk dependency per debian-release@
Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog 2010-05-13 05:19:13 UTC (rev 1244)
+++ couchdb/trunk/debian/changelog 2010-05-18 02:57:20 UTC (rev 1245)
@@ -1,8 +1,10 @@
couchdb (0.11.0-2) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * Updated debian/control, removing mawk as a dependency per
+ http://lists.debian.org/debian-release/2010/05/msg00176.html. Reverses
+ addition of dependency in 0.10.1-1 (see #522051).
- -- Sergei Golovan <sgolovan at debian.org> Fri, 16 Apr 2010 18:29:06 +0400
+ -- Sam Bisbee <sbisbee at computervip.com> Mon, 17 May 2010 22:40:03 -0400
couchdb (0.11.0-1) unstable; urgency=medium (security fixes)
Modified: couchdb/trunk/debian/control
===================================================================
--- couchdb/trunk/debian/control 2010-05-13 05:19:13 UTC (rev 1244)
+++ couchdb/trunk/debian/control 2010-05-18 02:57:20 UTC (rev 1245)
@@ -14,7 +14,7 @@
Package: couchdb
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}, ${erlang:Depends},
- ${erlang-abi:Depends}, adduser, libjs-jquery, lsb-base, procps, mawk
+ ${erlang-abi:Depends}, adduser, libjs-jquery, lsb-base, procps
Description: RESTful document oriented database
Apache CouchDB is a distributed, fault-tolerant and schema-free
document-oriented database accessible via a RESTful HTTP/JSON API. Among other
More information about the Pkg-erlang-commits
mailing list