r2638 - in zope2.12/tags (5 files)

mejo at users.alioth.debian.org mejo at users.alioth.debian.org
Thu Jan 19 00:52:58 UTC 2012


    Date: Thursday, January 19, 2012 @ 00:52:57
  Author: mejo
Revision: 2638

[svn-buildpackage] Tagging zope2.12 2.12.22-1~bpo0

Added:
  zope2.12/tags/2.12.22-1~bpo0/
  zope2.12/tags/2.12.22-1~bpo0/debian/pyversions
Modified:
  zope2.12/tags/2.12.22-1~bpo0/debian/changelog
  zope2.12/tags/2.12.22-1~bpo0/debian/control
  zope2.12/tags/2.12.22-1~bpo0/debian/rules

Modified: zope2.12/tags/2.12.22-1~bpo0/debian/changelog
===================================================================
--- zope2.12/trunk/debian/changelog	2012-01-19 00:44:26 UTC (rev 2637)
+++ zope2.12/tags/2.12.22-1~bpo0/debian/changelog	2012-01-19 00:52:57 UTC (rev 2638)
@@ -1,3 +1,14 @@
+zope2.12 (2.12.22-1~bpo0) squeeze-backports; urgency=low
+
+  * Build for squeeze backports.
+  * Migrate back to python-support for Debian Squeeze and Ubuntu Natty support.
+    - Remove versioned build-depends on python and python2.6-dev.
+    - Readd debian/pversions, add XS-Python-Version: 2.6 to debian/control.
+    - Remove --with python2 from dh in debian/rules, dh_pysupport is invoked
+      automatically.
+
+ -- Jonas Meurer <mejo at debian.org>  Thu, 19 Jan 2012 01:47:06 +0100
+
 zope2.12 (2.12.22-1) unstable; urgency=low
 
   * New upstream release (2.12.22)

Modified: zope2.12/tags/2.12.22-1~bpo0/debian/control
===================================================================
--- zope2.12/trunk/debian/control	2012-01-19 00:44:26 UTC (rev 2637)
+++ zope2.12/tags/2.12.22-1~bpo0/debian/control	2012-01-19 00:52:57 UTC (rev 2638)
@@ -4,12 +4,12 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Jonas Meurer <mejo at debian.org>,
            Arnaud Fontaine <arnau at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), lsb-release, python (>= 2.7.2-9~),
-               python2.6-dev (>= 2.6.6-3~), python-setuptools,
+Build-Depends: debhelper (>= 7.0.50~), lsb-release, python, python2.6-dev,
+               python-support (>= 0.5.3), python-setuptools,
                python-pkg-resources, python-pip (>= 0.8),
                zope-debhelper (>= 0.3.12)
 Standards-Version: 3.9.2
-X-Python-Version: 2.6
+XS-Python-Version: 2.6
 Homepage: http://zope2.zope.org/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope2.12/trunk
 Vcs-Svn: svn://svn.debian.org/pkg-zope/zope2.12/trunk
@@ -18,7 +18,7 @@
 Architecture: any
 Pre-Depends: zope-common (>= 0.5.51~)
 Depends: lsb-base, ${shlibs:Depends}, debconf | debconf-2.0, ${misc:Depends},
-         ${python:Depends},
+         ${python:Depends}, python2.6, python-clientform (>= 0.2.10),
          python-docutils (>= 0.7), python-mechanize (>= 0.1.11),
          python-pkg-resources (>= 0.6.16-1.1) | 
          python-pkg-resources (<< 0.6.15), python-tz, python-initgroups

Added: zope2.12/tags/2.12.22-1~bpo0/debian/pyversions
===================================================================
--- zope2.12/tags/2.12.22-1~bpo0/debian/pyversions	                        (rev 0)
+++ zope2.12/tags/2.12.22-1~bpo0/debian/pyversions	2012-01-19 00:52:57 UTC (rev 2638)
@@ -0,0 +1 @@
+2.6

Modified: zope2.12/tags/2.12.22-1~bpo0/debian/rules
===================================================================
--- zope2.12/trunk/debian/rules	2012-01-19 00:44:26 UTC (rev 2637)
+++ zope2.12/tags/2.12.22-1~bpo0/debian/rules	2012-01-19 00:52:57 UTC (rev 2638)
@@ -13,7 +13,7 @@
 PYVER:=2.6
 PYTHON:=python$(PYVER)
 DEBIAN:=$(CURDIR)/debian
-DEB_SATISFIED:=Docutils:distribute:initgroups:mechanize:pip:pytz
+DEB_SATISFIED:=ClientForm:Docutils:distribute:initgroups:mechanize:pip:pytz
 distribution:=$(shell lsb_release -is)
 
 # get-orig-source variables
@@ -35,7 +35,7 @@
 	rm -rf $(CURDIR)/$(SRC_DIR)
 
 %:
-	dh --with python2 $@ 
+	dh $@ 
 
 override_dh_auto_clean:
 	for f in debian/*.in; do \




More information about the pkg-zope-developers mailing list