[Python-modules-commits] r17581 - in packages/jsonpickle/trunk/debian (changelog control rules)

jandd at users.alioth.debian.org jandd at users.alioth.debian.org
Wed Jun 22 12:01:04 UTC 2011


    Date: Wednesday, June 22, 2011 @ 12:01:02
  Author: jandd
Revision: 17581

* switch from python-support to dh_python2
  - drop python-support Dependency
  - bump python dependency to 2.6.6-3~
  - add --with python2 to dh invocation in debian/rules
* add myself to Uploaders
* change Vcs-Svn and Vcs-Browser in debian/control to new anonscm URLs

Modified:
  packages/jsonpickle/trunk/debian/changelog
  packages/jsonpickle/trunk/debian/control
  packages/jsonpickle/trunk/debian/rules

Modified: packages/jsonpickle/trunk/debian/changelog
===================================================================
--- packages/jsonpickle/trunk/debian/changelog	2011-06-22 11:44:53 UTC (rev 17580)
+++ packages/jsonpickle/trunk/debian/changelog	2011-06-22 12:01:02 UTC (rev 17581)
@@ -6,6 +6,12 @@
 
   [ Jan Dittberner ]
   * update copyright years in debian/copyright
+  * switch from python-support to dh_python2
+    - drop python-support Dependency
+    - bump python dependency to 2.6.6-3~
+    - add --with python2 to dh invocation in debian/rules
+  * add myself to Uploaders
+  * change Vcs-Svn and Vcs-Browser in debian/control to new anonscm URLs
 
  -- John Paulett <john at paulett.org>  Tue, 21 Jun 2011 17:45:17 -0500
 

Modified: packages/jsonpickle/trunk/debian/control
===================================================================
--- packages/jsonpickle/trunk/debian/control	2011-06-22 11:44:53 UTC (rev 17580)
+++ packages/jsonpickle/trunk/debian/control	2011-06-22 12:01:02 UTC (rev 17581)
@@ -2,19 +2,18 @@
 Section: python
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: John Paulett <john at paulett.org>
-Build-Depends: debhelper (>= 7.0.50), python-support (>= 0.5.3), python (>= 2.4)
+Uploaders: John Paulett <john at paulett.org>, Jan Dittberner <jandd at debian.org>
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~)
 Standards-Version: 3.9.2
-XS-Python-Version: >= 2.4
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/jsonpickle/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/jsonpickle/trunk/
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/jsonpickle/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/jsonpickle/trunk/
 Homepage: http://jsonpickle.github.com
 
 Package: python-jsonpickle
 Architecture: all
 Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Provides: ${python:Provides}
 Suggests: python-simplejson
-XB-Python-Version: ${python:Versions}
 Description: Python library for serializing arbitrary object graphs into JSON
  jsonpickle is a Python library for serialization and deserialization of 
  complex Python objects to and from JSON. The standard Python libraries for 

Modified: packages/jsonpickle/trunk/debian/rules
===================================================================
--- packages/jsonpickle/trunk/debian/rules	2011-06-22 11:44:53 UTC (rev 17580)
+++ packages/jsonpickle/trunk/debian/rules	2011-06-22 12:01:02 UTC (rev 17581)
@@ -1,4 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh --with python2 $@




More information about the Python-modules-commits mailing list