[Pkg-erlang-commits] r1276 - in couchdb/trunk/debian: . patches
sbisbee-guest at alioth.debian.org
sbisbee-guest at alioth.debian.org
Mon Aug 2 05:56:05 UTC 2010
Author: sbisbee-guest
Date: 2010-08-02 05:56:03 +0000 (Mon, 02 Aug 2010)
New Revision: 1276
Added:
couchdb/trunk/debian/patches/couchjsReceiveSpelling.patch
Modified:
couchdb/trunk/debian/changelog
Log:
Fixing lintian warning over the spelling of 'receive' in couchjs src
Modified: couchdb/trunk/debian/changelog
===================================================================
--- couchdb/trunk/debian/changelog 2010-08-02 05:08:48 UTC (rev 1275)
+++ couchdb/trunk/debian/changelog 2010-08-02 05:56:03 UTC (rev 1276)
@@ -11,6 +11,8 @@
* Updated debian/couchdb.postinst and debian/couchdb-bin.postinst, moving log
directory work to couchdb-bin to prevent crashing on start
* Updated debian/control, bumping Debian Policy to 3.9.1.
+ * Added debian/patches/couchjsReceiveSpelling.patch, fixing the spelling of
+ 'receive' (lintian warning).
[ Elliot Murphy ]
* split into couchdb and couchdb-bin (closes: #573061)
@@ -19,7 +21,7 @@
users and auth caches after final user is removed.
* Drop debian/patches/couch_app.erl (included upstream now).
- -- Sam Bisbee <sbisbee at computervip.com> Mon, 02 Aug 2010 01:07:29 -0400
+ -- Sam Bisbee <sbisbee at computervip.com> Mon, 02 Aug 2010 01:52:41 -0400
couchdb (0.11.0-2) unstable; urgency=low
Added: couchdb/trunk/debian/patches/couchjsReceiveSpelling.patch
===================================================================
--- couchdb/trunk/debian/patches/couchjsReceiveSpelling.patch (rev 0)
+++ couchdb/trunk/debian/patches/couchjsReceiveSpelling.patch 2010-08-02 05:56:03 UTC (rev 1276)
@@ -0,0 +1,11 @@
+--- couchdb-1.0.0/src/couchdb/priv/couch_js/http.c 2010-06-15 12:27:22.000000000 -0400
++++ couchdb-1.0.0.new/src/couchdb/priv/couch_js/http.c 2010-08-02 01:27:14.000000000 -0400
+@@ -470,7 +470,7 @@ go(JSContext* cx, JSObject* obj, HTTPDat
+
+ if(!state.resp_headers)
+ {
+- JS_ReportError(cx, "Failed to recieve HTTP headers.");
++ JS_ReportError(cx, "Failed to receive HTTP headers.");
+ goto done;
+ }
+
More information about the Pkg-erlang-commits
mailing list