r2747 - in zope.component/trunk/debian (changelog control rules)
menesis-guest at users.alioth.debian.org
menesis-guest at users.alioth.debian.org
Tue Jul 16 09:02:31 UTC 2013
Date: Tuesday, July 16, 2013 @ 09:02:30
Author: menesis-guest
Revision: 2747
* New upstream release.
- Added support for Python 3.
* Add python-zope.component-persistentregistry and -security metapackages.
* debian/rules:
- Exclude the new docs and testing extras.
- Install upstream changelog.
* debian/control:
- Bump X-Python-Version to 2.6
- Removed conflict with zope3.
Modified:
zope.component/trunk/debian/changelog
zope.component/trunk/debian/control
zope.component/trunk/debian/rules
Modified: zope.component/trunk/debian/changelog
===================================================================
--- zope.component/trunk/debian/changelog 2013-07-16 09:00:31 UTC (rev 2746)
+++ zope.component/trunk/debian/changelog 2013-07-16 09:02:30 UTC (rev 2747)
@@ -1,3 +1,17 @@
+zope.component (4.0.2-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ - Added support for Python 3.
+ * Add python-zope.component-persistentregistry and -security metapackages.
+ * debian/rules:
+ - Exclude the new docs and testing extras.
+ - Install upstream changelog.
+ * debian/control:
+ - 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
+
zope.component (3.11.0-1) unstable; urgency=low
* Team upload.
Modified: zope.component/trunk/debian/control
===================================================================
--- zope.component/trunk/debian/control 2013-07-16 09:00:31 UTC (rev 2746)
+++ zope.component/trunk/debian/control 2013-07-16 09:02:30 UTC (rev 2747)
@@ -9,10 +9,10 @@
python-setuptools,
python-van.pydeb
Standards-Version: 3.9.4
-X-Python-Version: >= 2.4
+X-Python-Version: >= 2.6
XS-Testsuite: autopkgtest
Vcs-Svn: svn://anonscm.debian.org/pkg-zope/zope.component/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.component/trunk
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-zope/zope.component/trunk
Homepage: http://pypi.python.org/pypi/zope.component
Package: python-zope.component
@@ -20,7 +20,6 @@
Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
Suggests: ${pydeb:Suggests}
Provides: ${pydeb:Provides}
-Conflicts: zope3
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
@@ -46,3 +45,23 @@
components.
.
This package has extra dependencies needed for testing.
+
+Package: python-zope.component-persistentregistry
+Architecture: all
+Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc: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
+ components.
+ .
+ This package has extra dependencies needed for persistent registry support.
+
+Package: python-zope.component-security
+Architecture: all
+Depends: python-zope.component (= ${binary:Version}), ${pydeb:Depends}, ${python:Depends}, ${misc: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
+ components.
+ .
+ This package has extra dependencies needed for security support.
Modified: zope.component/trunk/debian/rules
===================================================================
--- zope.component/trunk/debian/rules 2013-07-16 09:00:31 UTC (rev 2746)
+++ zope.component/trunk/debian/rules 2013-07-16 09:02:30 UTC (rev 2747)
@@ -1,10 +1,10 @@
#!/usr/bin/make -f
-export PYDEB_SUGGESTS_EXTRAS=persistentregistry security
-export PYDEB_METAPACKAGE_EXTRAS=zcml test
+export PYDEB_METAPACKAGE_EXTRAS=zcml test persistentregistry security
+export PYDEB_EXCLUDED_EXTRAS=docs testing
%:
- dh --with pydeb --with python2 $@
+ dh $@ --with pydeb --with python2
override_dh_gencontrol:
dh_gencontrol
@@ -12,3 +12,6 @@
# 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