r2787 - in zope.component/trunk/debian (6 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Fri Jun 20 15:32:56 UTC 2014


    Date: Friday, June 20, 2014 @ 15:32:55
  Author: barry
Revision: 2787

* Team upload.
* Added support for Python 3.
* New upstream release.
* d/compat: Bump version to 9.
* d/control:
  - Update Build-Depends.
  - Add myself to Uploaders.
  - Bump Standards-Version to 3.9.5 with no other changes necessary.
  - Added X-Python3-Version header.
  - Added python3-zope.component binary package.
  - wrap-and-sort
* d/copyright:
  - Updated Format for copyright-format/1.0
  - Added Files-Excluded header to prune pre-built Sphinx artifacts in
    docs/_build from the original tarball.
* d/python-zope.component.install: Removed.
* d/rules Convert to --buildsystem=pybuild and add dh_python3.

Modified:
  zope.component/trunk/debian/changelog
  zope.component/trunk/debian/compat
  zope.component/trunk/debian/control
  zope.component/trunk/debian/copyright
  zope.component/trunk/debian/rules
Deleted:
  zope.component/trunk/debian/python-zope.component.install

Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog	2014-06-20 15:13:36 UTC (rev 2786)
+++ zope.component/trunk/debian/changelog	2014-06-20 15:32:55 UTC (rev 2787)
@@ -1,7 +1,9 @@
-zope.component (4.0.2-1) UNRELEASED; urgency=low
+zope.component (4.2.1-1) UNRELEASED; urgency=low
 
-  * New upstream release.
-    - Added support for Python 3.
+  * Team upload.
+
+  [ Gediminas Paulauskas ]
+  * Added support for Python 3.
   * Add python-zope.component-persistentregistry and -security metapackages.
   * debian/rules:
     - Exclude the new docs and testing extras.
@@ -10,8 +12,25 @@
     - Bump X-Python-Version to 2.6
     - Removed conflict with zope3.
 
- -- Gediminas Paulauskas <menesis at pov.lt>  Mon, 15 Jul 2013 16:28:54 +0300
+  [ Barry Warsaw ]
+  * New upstream release.
+  * d/compat: Bump version to 9.
+  * d/control:
+    - Update Build-Depends.
+    - Add myself to Uploaders.
+    - Bump Standards-Version to 3.9.5 with no other changes necessary.
+    - Added X-Python3-Version header.
+    - Added python3-zope.component binary package.
+    - wrap-and-sort
+  * d/copyright:
+    - Updated Format for copyright-format/1.0
+    - Added Files-Excluded header to prune pre-built Sphinx artifacts in
+      docs/_build from the original tarball.
+  * d/python-zope.component.install: Removed.
+  * d/rules Convert to --buildsystem=pybuild and add dh_python3.
 
+ -- Barry Warsaw <barry at debian.org>  Fri, 20 Jun 2014 09:50:53 -0400
+
 zope.component (3.11.0-1) unstable; urgency=low
 
   * Team upload.

Modified: zope.component/trunk/debian/compat
===================================================================
--- zope.component/trunk/debian/compat	2014-06-20 15:13:36 UTC (rev 2786)
+++ zope.component/trunk/debian/compat	2014-06-20 15:32:55 UTC (rev 2787)
@@ -1 +1 @@
-7
+9

Modified: zope.component/trunk/debian/control
===================================================================
--- zope.component/trunk/debian/control	2014-06-20 15:13:36 UTC (rev 2786)
+++ zope.component/trunk/debian/control	2014-06-20 15:32:55 UTC (rev 2787)
@@ -3,13 +3,19 @@
 Priority: extra
 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),
-               python-all (>= 2.6.6-3~), 
+           Fabio Tranchitella <kobold at debian.org>,
+           Barry Warsaw <barry at debian.org>
+Build-Depends: debhelper (>= 9),
+               dh-python,
+               python-all (>= 2.6.6-3~),
                python-setuptools,
-               python-van.pydeb
-Standards-Version: 3.9.4
+               python-zope.event,
+               python3-all,
+               python3-setuptools,
+               python3-zope.event,
+Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.2
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.component/trunk
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope.component/trunk
@@ -17,17 +23,29 @@
 
 Package: python-zope.component
 Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Suggests: ${pydeb:Suggests}
-Provides: ${pydeb:Provides}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Zope Component Architecture
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
  components.
+ .
+ This is the Python 2 version.
 
+Package: python3-zope.component
+Architecture: all
+Depends: ${misc:Depends}, ${python3:Depends}
+Description: Zope Component Architecture
+ The core of the Zope Component Architecture. Together with the zope.interface
+ package, it provides facilities for defining, registering and looking up
+ components.
+ .
+ This is the Python 3 version.
+
 Package: python-zope.component-zcml
 Architecture: all
-Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: python-zope.component (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Description: Metapackage for zope.component zcml extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -38,7 +56,9 @@
 
 Package: python-zope.component-test
 Architecture: all
-Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: python-zope.component (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Description: Metapackage for zope.component test extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -48,7 +68,9 @@
 
 Package: python-zope.component-persistentregistry
 Architecture: all
-Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: python-zope.component (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Description: Metapackage for zope.component persistentregistry extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up
@@ -58,7 +80,9 @@
 
 Package: python-zope.component-security
 Architecture: all
-Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Depends: python-zope.component (= ${binary:Version}),
+         ${misc:Depends},
+         ${python:Depends}
 Description: Metapackage for zope.component security extra
  The core of the Zope Component Architecture. Together with the zope.interface
  package, it provides facilities for defining, registering and looking up

Modified: zope.component/trunk/debian/copyright
===================================================================
--- zope.component/trunk/debian/copyright	2014-06-20 15:13:36 UTC (rev 2786)
+++ zope.component/trunk/debian/copyright	2014-06-20 15:32:55 UTC (rev 2787)
@@ -1,7 +1,8 @@
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: zope.component
 Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
 Source: http://pypi.python.org/pypi/zope.component
+Files-Excluded: docs/_build/*
 
 Files: *
 Copyright: (c) 2001-2010 Zope Foundation and Contributors.

Deleted: zope.component/trunk/debian/python-zope.component.install
===================================================================
--- zope.component/trunk/debian/python-zope.component.install	2014-06-20 15:13:36 UTC (rev 2786)
+++ zope.component/trunk/debian/python-zope.component.install	2014-06-20 15:32:55 UTC (rev 2787)
@@ -1 +0,0 @@
-debian/tmp/*

Modified: zope.component/trunk/debian/rules
===================================================================
--- zope.component/trunk/debian/rules	2014-06-20 15:13:36 UTC (rev 2786)
+++ zope.component/trunk/debian/rules	2014-06-20 15:32:55 UTC (rev 2787)
@@ -1,17 +1,16 @@
 #!/usr/bin/make -f
 
-export PYDEB_METAPACKAGE_EXTRAS=zcml test persistentregistry security
-export PYDEB_EXCLUDED_EXTRAS=docs testing
+export PYBUILD_NAME=zope.component
 
 %:
-	dh $@ --with pydeb --with python2
+	dh $@ --with python2,python3 --buildsystem=pybuild
 
-override_dh_gencontrol:
-	dh_gencontrol
+# override_dh_gencontrol:
+# 	dh_gencontrol
 
-	# dh_pydeb does not remove setuptools from requires.txt
-	find debian/python-zope.component -name requires.txt \
-		-exec sed -i '/^setuptools$$/d' {} \;
+# 	# dh_pydeb does not remove setuptools from requires.txt
+# 	find debian/python-zope.component -name requires.txt \
+# 		-exec sed -i '/^setuptools$$/d' {} \;
 
 override_dh_installchangelogs:
 	dh_installchangelogs CHANGES.txt




More information about the pkg-zope-developers mailing list