r2244 - in bobo/trunk/debian (changelog control rules)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon May 16 12:41:22 UTC 2011


    Date: Monday, May 16, 2011 @ 12:41:16
  Author: arnau
Revision: 2244

 * Team upload. Closes: #623918.
  * debian/control:
    + Bump Standards-Version to 3.9.2. No changes needed.
    + Add Vcs-Browser fields.
    + Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now).
    + Remove minimum required version of python-setuptools because even
      stable has a greater version.
    + Build-Depends on python-all (not -dev).
    + Add Depends on python-pkg-resources as it is required by the script.
      Closes: #602023.
  * debian/rules:
    + Drop versioned scripts.
  * Switch from deprecated dh_pycentral to dh_python2. Closes: #616749.
    + debian/control:
      - Bump python-all minimum version to 2.6.6-3~.
      - Remove python-central from Build-Depends.
      - Remove deprecated XB-Python-Version.
      - Rename deprecated XS-Python-Version to X-Python-Version and specify
        explicitly the minimum supported version.
    + debian/rules:
      - Use --with python2 rather than --with python-central.

Modified:
  bobo/trunk/debian/changelog
  bobo/trunk/debian/control
  bobo/trunk/debian/rules

Modified: bobo/trunk/debian/changelog
===================================================================
--- bobo/trunk/debian/changelog	2011-05-16 12:26:29 UTC (rev 2243)
+++ bobo/trunk/debian/changelog	2011-05-16 12:41:16 UTC (rev 2244)
@@ -1,3 +1,29 @@
+bobo (0.2.2-3) unstable; urgency=low
+
+  * Team upload. Closes: #623918.
+  * debian/control:
+    + Bump Standards-Version to 3.9.2. No changes needed.
+    + Add Vcs-Browser fields.
+    + Rename XS-Vcs-Svn to Vcs-Svn (dpkg supports it now).
+    + Remove minimum required version of python-setuptools because even
+      stable has a greater version.
+    + Build-Depends on python-all (not -dev).
+    + Add Depends on python-pkg-resources as it is required by the script.
+      Closes: #602023.
+  * debian/rules:
+    + Drop versioned scripts.
+  * Switch from deprecated dh_pycentral to dh_python2. Closes: #616749.
+    + debian/control:
+      - Bump python-all minimum version to 2.6.6-3~.
+      - Remove python-central from Build-Depends.
+      - Remove deprecated XB-Python-Version.
+      - Rename deprecated XS-Python-Version to X-Python-Version and specify
+        explicitly the minimum supported version.
+    + debian/rules:
+      - Use --with python2 rather than --with python-central.
+
+ -- Arnaud Fontaine <arnau at debian.org>  Mon, 16 May 2011 20:42:28 +0900
+
 bobo (0.2.2-2) unstable; urgency=low
 
   * Bump the build depends on python-setuptools to 0.6c9 to prevent the

Modified: bobo/trunk/debian/control
===================================================================
--- bobo/trunk/debian/control	2011-05-16 12:26:29 UTC (rev 2243)
+++ bobo/trunk/debian/control	2011-05-16 12:41:16 UTC (rev 2244)
@@ -2,20 +2,27 @@
 Section: python
 Priority: optional
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: Brian Sutherland <brian at vanguardistas.net>, Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6c9), python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.8.3
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3~),
+               python-setuptools,
+               python-van.pydeb (>= 1.3.0-4)
+Standards-Version: 3.9.2
 Homepage: http://bobo.digicool.com
-XS-Python-Version: all
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/bobo/trunk
+X-Python-Version: >= 2.6
+Vcs-Svn: svn://svn.debian.org/pkg-zope/bobo/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/bobo/trunk
 
 Package: python-bobo
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: ${pydeb:Depends},
+         ${python:Depends},
+         ${misc:Depends},
+         python-pkg-resources
 Recommends: ${pydeb:Recommends}
 Provides: ${pydeb:Provides}, ${python:Provides}
 Suggests: ${pydeb:Suggests}
-XB-Python-Version: ${python:Versions}
 Description: Web application framework for the impatient
  Bobo is a light-weight framework for creating WSGI web applications. It's goal
  is to be easy to use and remember.

Modified: bobo/trunk/debian/rules
===================================================================
--- bobo/trunk/debian/rules	2011-05-16 12:26:29 UTC (rev 2243)
+++ bobo/trunk/debian/rules	2011-05-16 12:41:16 UTC (rev 2244)
@@ -1,17 +1,4 @@
 #!/usr/bin/make -f
 
 %:
-	dh --with pydeb --with python-central $@
-
-package=python-bobo
-
-override_dh_install:
-	dh_install
-	# console scripts
-	for script in debian/$(package)/usr/bin/*; do \
-	  for py in $(shell pyversions -vr debian/control); do \
-	    cat $$script |  sed -e "s,/usr/bin/python,/usr/bin/python$$py,g" > $$script$$py; \
-	    chmod 755 $$script$$py; \
-	  done; \
-      rm $$script; \
-	done
+	dh --with pydeb --with python2 $@




More information about the pkg-zope-developers mailing list