[Pkg-erlang-commits] r1200 - couchdb/trunk/debian

sbisbee-guest at alioth.debian.org sbisbee-guest at alioth.debian.org
Sun Feb 28 09:40:18 UTC 2010


Author: sbisbee-guest
Date: 2010-02-28 09:40:11 +0000 (Sun, 28 Feb 2010)
New Revision: 1200

Modified:
   couchdb/trunk/debian/changelog
   couchdb/trunk/debian/control
Log:
adding mawk dependency (closes #569965). also fixing depedency type (tip: don't add dependencies when tired).

Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog	2010-02-28 08:25:27 UTC (rev 1199)
+++ couchdb/trunk/debian/changelog	2010-02-28 09:40:11 UTC (rev 1200)
@@ -13,8 +13,11 @@
     no longer needed due to the grace period init patch in this release. This 
     also removes the dependency on psmisc. (closes: #562901) 
   * Updated debian/control, bumping Debian standards version to 3.8.4.
+  * Updated debian/control, adding mawk as a dependency. The majority of
+    systems will have it installed with the base system, but it's required and
+    not essential. (closes: #569965)
 
- -- Sam Bisbee <sbisbee at computervip.com>  Sun, 28 Feb 2010 03:23:58 -0500
+ -- Sam Bisbee <sbisbee at computervip.com>  Sun, 28 Feb 2010 04:16:08 -0500
 
 couchdb (0.10.1-1) unstable; urgency=low
 

Modified: couchdb/trunk/debian/control
===================================================================
--- couchdb/trunk/debian/control	2010-02-28 08:25:27 UTC (rev 1199)
+++ couchdb/trunk/debian/control	2010-02-28 09:40:11 UTC (rev 1200)
@@ -6,7 +6,7 @@
 Standards-Version: 3.8.4
 Build-Depends: cdbs (>= 0.4.42), debhelper (>= 7.2.11),
  erlang-dev (>= 1:13.b.1-dfsg-3), help2man, libcurl4-openssl-dev,
- libicu-dev, libmozjs-dev, libreadline-dev, procps
+ libicu-dev, libmozjs-dev, libreadline-dev
 Homepage: http://couchdb.apache.org/
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-erlang/couchdb
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-erlang/couchdb
@@ -14,7 +14,7 @@
 Package: couchdb
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, ${erlang:Depends},
- ${erlang-abi:Depends}, adduser, libjs-jquery, lsb-base
+ ${erlang-abi:Depends}, adduser, libjs-jquery, lsb-base, procps, mawk
 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