[Python-modules-commits] r15189 - in packages/python-restkit/trunk (6 files)

takaki at users.alioth.debian.org takaki at users.alioth.debian.org
Tue Dec 28 08:43:37 UTC 2010


    Date: Tuesday, December 28, 2010 @ 08:43:36
  Author: takaki
Revision: 15189

[svn-inject] Applying Debian modifications (2.3.3-1) to trunk

Modified:
  packages/python-restkit/trunk/debian/	(properties)
  packages/python-restkit/trunk/debian/changelog
  packages/python-restkit/trunk/debian/control
  packages/python-restkit/trunk/debian/rules
  packages/python-restkit/trunk/debian/source/format
Deleted:
  packages/python-restkit/trunk/.pc/


Property changes on: packages/python-restkit/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Modified: packages/python-restkit/trunk/debian/changelog
===================================================================
--- packages/python-restkit/trunk/debian/changelog	2010-12-28 08:43:08 UTC (rev 15188)
+++ packages/python-restkit/trunk/debian/changelog	2010-12-28 08:43:36 UTC (rev 15189)
@@ -1,19 +1,44 @@
-python-restkit (1.3.1-1) unstable; urgency=low
+python-restkit (2.3.3-1) unstable; urgency=low
 
-  * New upstream release
-  * Convert from python-support to dh_python2
-    - Add --with python2 to debian/rules
-    - Drop build-depends on python-support, use python-all instead of python,
-      and add version requirements for python-all and debhelper
-  * Add Suggests: ironpython for restcli --shell option
-  * Improve short description
-  * Add XS/XB-Python-Version
-  * Remove unneeded ${shlibs:Depends}
-  * Drop unneeded Provides: ${python:Provides}
-  * Add DPMT Vcs-* to debian/control
+  * New Upstream version 2.3.3
 
- -- Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>  Fri, 18 Jun 2010 16:08:40 -0400
+ -- TANIGUCHI Takaki <takaki at debian.org>  Fri, 17 Dec 2010 13:39:42 +0900
 
+python-restkit (2.2.4-1) unstable; urgency=low
+
+  * New Upstream version 2.2.4
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 25 Nov 2010 18:10:43 +0900
+
+python-restkit (2.2.3-1) unstable; urgency=low
+
+  * New Upstream version 2.2.3
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 15 Nov 2010 13:29:21 +0900
+
+python-restkit (2.2.2-1) unstable; urgency=low
+
+  * New Upstream version 2.2.2
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 28 Oct 2010 15:55:26 +0900
+
+python-restkit (2.1.5-1) unstable; urgency=low
+
+  * New upstream. 
+  * debian/control
+     + Updated to Standards-Version 3.9.1 (no changes needed)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 26 Aug 2010 10:06:32 +0900
+
+python-restkit (2.0.2-1) unstable; urgency=low
+
+  * New upstream
+  * debian/source/format: 3.0 (quilt).
+  * debian/control
+     + Updated to Standards-Version 3.9.0.0 (no changes needed)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Thu, 26 Aug 2010 10:06:27 +0900
+
 python-restkit (1.3.0-2) unstable; urgency=low
 
   [ Scott Kitterman ]

Modified: packages/python-restkit/trunk/debian/control
===================================================================
--- packages/python-restkit/trunk/debian/control	2010-12-28 08:43:08 UTC (rev 15188)
+++ packages/python-restkit/trunk/debian/control	2010-12-28 08:43:36 UTC (rev 15189)
@@ -3,19 +3,15 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.3.16), python-all (>= 2.6.5-2), python-setuptools
-XS-Python-Version: >= 2.5
-Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7), python, python-setuptools, python-support
+Standards-Version: 3.9.1
 Homepage: http://benoitc.github.com/restkit
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-restkit/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-restkit/trunk/
 
 Package: python-restkit
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Suggests: ironpython
-XB-Python-Version: ${python:Versions}
-Description: HTTP resource kit for Python
+Provides: ${python:Provides}
+Description: Restkit is an HTTP resource kit for Python
  Restkit is an HTTP resource kit for Python. It allows you to easily
  access to HTTP resource and build objects around it. It's the base of
  couchdbkit a Python CouchDB framework.

Modified: packages/python-restkit/trunk/debian/rules
===================================================================
--- packages/python-restkit/trunk/debian/rules	2010-12-28 08:43:08 UTC (rev 15188)
+++ packages/python-restkit/trunk/debian/rules	2010-12-28 08:43:36 UTC (rev 15189)
@@ -10,4 +10,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh  $@ --with python2
+	dh  $@

Modified: packages/python-restkit/trunk/debian/source/format
===================================================================
--- packages/python-restkit/trunk/debian/source/format	2010-12-28 08:43:08 UTC (rev 15188)
+++ packages/python-restkit/trunk/debian/source/format	2010-12-28 08:43:36 UTC (rev 15189)
@@ -1 +1 @@
-1.0
+3.0 (quilt)




More information about the Python-modules-commits mailing list