r429 - zope-photo/trunk/debian

Fabio Tranchitella kobold at alioth.debian.org
Thu Nov 2 14:50:31 CET 2006


Author: kobold
Date: 2006-11-02 14:50:31 +0100 (Thu, 02 Nov 2006)
New Revision: 429

Modified:
   zope-photo/trunk/debian/changelog
   zope-photo/trunk/debian/compat
   zope-photo/trunk/debian/control
   zope-photo/trunk/debian/dzproduct
   zope-photo/trunk/debian/rules
Log:
Changes for the new debian release.


Modified: zope-photo/trunk/debian/changelog
===================================================================
--- zope-photo/trunk/debian/changelog	2006-11-02 13:45:53 UTC (rev 428)
+++ zope-photo/trunk/debian/changelog	2006-11-02 13:50:31 UTC (rev 429)
@@ -1,3 +1,10 @@
+zope-photo (1.2.4-3) unstable; urgency=low
+
+  * debian/control: debhelper should be in Build-Depends. (Closes: #392692)
+  * debian/rules: added missing binary-arch target. (Closes: #395664)
+
+ -- Fabio Tranchitella <kobold at debian.org>  Thu,  2 Nov 2006 14:48:08 +0100
+
 zope-photo (1.2.4-2) unstable; urgency=low
 
   * Upload to unstable.

Modified: zope-photo/trunk/debian/compat
===================================================================
--- zope-photo/trunk/debian/compat	2006-11-02 13:45:53 UTC (rev 428)
+++ zope-photo/trunk/debian/compat	2006-11-02 13:50:31 UTC (rev 429)
@@ -1 +1 @@
-4
+5

Modified: zope-photo/trunk/debian/control
===================================================================
--- zope-photo/trunk/debian/control	2006-11-02 13:45:53 UTC (rev 428)
+++ zope-photo/trunk/debian/control	2006-11-02 13:50:31 UTC (rev 429)
@@ -1,14 +1,15 @@
 Source: zope-photo
 Section: web
 Priority: optional
-Maintainer: Debian Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Fabio Tranchitella <kobold at debian.org>
-Build-Depends-Indep: debhelper (>= 4.1.16), zope-debhelper (>= 0.3.2.7)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5.0)
+Build-Depends-Indep: zope-debhelper (>= 0.3.2.7)
+Standards-Version: 3.7.2
 
 Package: zope-photo
 Architecture: all
-Depends: python2.3-imaging | python2.2-imaging | imagemagick, ${zope:Depends}
+Depends: python-imaging | imagemagick, ${zope:Depends}
 Recommends: zope-extfile
 Description: zope product for managing digital images
  This product provides a Photo object and a Photo Folder object for managing

Modified: zope-photo/trunk/debian/dzproduct
===================================================================
--- zope-photo/trunk/debian/dzproduct	2006-11-02 13:45:53 UTC (rev 428)
+++ zope-photo/trunk/debian/dzproduct	2006-11-02 13:50:31 UTC (rev 429)
@@ -1,4 +1,4 @@
 Name: Photo
 Package: zope-photo
 Recommends: ExtFile
-ZopeVersions: 2.7 2.8 2.6
+ZopeVersions: 2.9 2.8 2.7

Modified: zope-photo/trunk/debian/rules
===================================================================
--- zope-photo/trunk/debian/rules	2006-11-02 13:45:53 UTC (rev 428)
+++ zope-photo/trunk/debian/rules	2006-11-02 13:50:31 UTC (rev 429)
@@ -35,5 +35,7 @@
 	dh_md5sums
 	dh_builddeb
 
-binary: binary-indep
+binary-arch:
+
+binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary install




More information about the pkg-zope-commits mailing list