[Python-modules-commits] r6128 - in packages/python-couchdb/trunk/debian (3 files)

nslater-guest at users.alioth.debian.org nslater-guest at users.alioth.debian.org
Thu Aug 7 20:37:42 UTC 2008


    Date: Thursday, August 7, 2008 @ 20:37:41
  Author: nslater-guest
Revision: 6128

improved uscan options and description

Modified:
  packages/python-couchdb/trunk/debian/changelog
  packages/python-couchdb/trunk/debian/control
  packages/python-couchdb/trunk/debian/rules

Modified: packages/python-couchdb/trunk/debian/changelog
===================================================================
--- packages/python-couchdb/trunk/debian/changelog	2008-08-06 19:43:28 UTC (rev 6127)
+++ packages/python-couchdb/trunk/debian/changelog	2008-08-07 20:37:41 UTC (rev 6128)
@@ -1,8 +1,10 @@
 python-couchdb (0.4-2) UNRELEASED; urgency=low
 
   * Added debian/README.source for upstream source information.
+  * Updated debian/control with improved short and long description.
+  * Updated debian/rules with standard uscan options for get-orig-source.
 
- -- Noah Slater <nslater at bytesexual.org>  Fri, 11 Jul 2008 12:51:38 +0100
+ -- Noah Slater <nslater at bytesexual.org>  Thu, 07 Aug 2008 21:37:06 +0100
 
 python-couchdb (0.4-1) unstable; urgency=low
 

Modified: packages/python-couchdb/trunk/debian/control
===================================================================
--- packages/python-couchdb/trunk/debian/control	2008-08-06 19:43:28 UTC (rev 6127)
+++ packages/python-couchdb/trunk/debian/control	2008-08-07 20:37:41 UTC (rev 6128)
@@ -16,10 +16,10 @@
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, python-httplib2, python-simplejson
 Suggests: couchdb
-Description: Python library and tools for working with Apache CouchDB
- Provides a high-level client interface for Apache CouchDB, a Python view server
- and dump and load utilities that can be used as migration tools when upgrading
- or moving between databases.
+Description: library for working with Apache CouchDB
+ Provides a high-level client library for Apache CouchDB, a view server and dump
+ and load utilities that can be used as migration tools when upgrading or moving
+ between databases.
  .
  Apache CouchDB is a distributed document database system with bi-directional
  replication. It makes it simple to build collaborative applications that can

Modified: packages/python-couchdb/trunk/debian/rules
===================================================================
--- packages/python-couchdb/trunk/debian/rules	2008-08-06 19:43:28 UTC (rev 6127)
+++ packages/python-couchdb/trunk/debian/rules	2008-08-07 20:37:41 UTC (rev 6128)
@@ -41,7 +41,8 @@
 	cp couchdb-dump couchdb-load debian/python-couchdb/usr/bin
 	cp couchpy debian/python-couchdb/usr/bin/couchpy
 
+# @@ only works from source directory, see #494141
 get-orig-source:
-	uscan --force-download
+	uscan --force-download --repack --rename --destdir .
 
 .PHONY: get-orig-source




More information about the Python-modules-commits mailing list