r2075 - in zope-atextensions/debian (changelog control rules)
mckinstry at users.alioth.debian.org
mckinstry at users.alioth.debian.org
Tue May 25 06:28:54 UTC 2010
Date: Tuesday, May 25, 2010 @ 06:28:38
Author: mckinstry
Revision: 2075
Move to new build
Modified:
zope-atextensions/debian/changelog
zope-atextensions/debian/control
zope-atextensions/debian/rules
Modified: zope-atextensions/debian/changelog
===================================================================
--- zope-atextensions/debian/changelog 2010-04-14 15:56:01 UTC (rev 2074)
+++ zope-atextensions/debian/changelog 2010-05-25 06:28:38 UTC (rev 2075)
@@ -1,3 +1,16 @@
+zope-atextensions (0.9.2-4) unstable; urgency=low
+
+ * Rebuild to fix dependencies on zope. Closes: #566127.
+
+ -- Alastair McKinstry <mckinstry at debian.org> Tue, 25 May 2010 07:28:39 +0100
+
+zope-atextensions (0.9.2-3) unstable; urgency=low
+
+ * Move to Standards-Version: 3.8.4
+ * Move to debhelper 7 form of rules file
+
+ -- Alastair McKinstry <mckinstry at debian.org> Thu, 04 Feb 2010 14:51:25 +0000
+
zope-atextensions (0.9.2-2) unstable; urgency=low
* Change maintainer to Debian/Ubuntu Zope Team, adding myself as Uploader.
Modified: zope-atextensions/debian/control
===================================================================
--- zope-atextensions/debian/control 2010-04-14 15:56:01 UTC (rev 2074)
+++ zope-atextensions/debian/control 2010-05-25 06:28:38 UTC (rev 2075)
@@ -3,14 +3,18 @@
Priority: optional
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
Uploaders: Alastair McKinstry <mckinstry at debian.org>
-Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: zope-debhelper (>= 0.3.2.7)
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), python-setuptools (>= 0.6b3), python-van.pydeb (>= 1.3.0-4)
+XS-Python-Version: all
+XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/zope-atextensions
Homepage: http://plone.org/products/atextensions
-Standards-Version: 3.8.1
+Standards-Version: 3.8.4
-Package: zope-atextensions
+Package: python-zope-atextensions
Architecture: all
-Depends: ${zope:Depends}
+Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}, ${python:Provides}
+Suggests: ${pydeb:Suggests}
Description: Extensions to Archetypes in Zope
This package provides some extensions to archetypes.
.
Modified: zope-atextensions/debian/rules
===================================================================
--- zope-atextensions/debian/rules 2010-04-14 15:56:01 UTC (rev 2074)
+++ zope-atextensions/debian/rules 2010-05-25 06:28:38 UTC (rev 2075)
@@ -1,44 +1,11 @@
#!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-build: build-stamp
-build-stamp:
- touch build-stamp
+%:
+ dh --with pydeb --with python-central $@
-clean:
- dh_testdir
- dh_testroot
- rm -f build-stamp configure-stamp
- dh_clean
-
-install: build
- dh_testdir
- dh_testroot
- dh_prep
- dh_installdirs
- dh_installzope .
-
-binary-indep: build install
- dh_testdir
- dh_testroot
- dh_installdocs -n
- dh_installexamples
- dh_installchangelogs CHANGES.txt
- chmod +x debian/zope-atextensions/usr/share/zope/Products/ATExtensions/i18n/i18nCall.sh
- dh_link
- dh_compress
+override_dh_fixperms:
dh_fixperms
- dh_installdeb
- dh_shlibdeps
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-binary-arch:
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary install
+ chmod +x debian/zope-atextensions/usr/share/zope/Products/ATExtensions/i18n/i18nCall.sh
More information about the pkg-zope-developers
mailing list