r1187 - in plone3/branches/etch-backports/debian (3 files)

Fabio Tranchitella kobold at alioth.debian.org
Wed Feb 13 10:35:16 UTC 2008


    Date: Wednesday, February 13, 2008 @ 10:35:15
  Author: kobold
Revision: 1187

* Rebuilt for etch-backports.
* debian/rules: compile the message catalogs in binary form for the products
  PloneTranslations and PlacelessTranslationService, otherwise the removing
  of the products will fail. (Closes: #464975)

Modified:
  plone3/branches/etch-backports/debian/changelog
  plone3/branches/etch-backports/debian/control
  plone3/branches/etch-backports/debian/rules

Modified: plone3/branches/etch-backports/debian/changelog
===================================================================
--- plone3/branches/etch-backports/debian/changelog	2008-02-13 09:53:26 UTC (rev 1186)
+++ plone3/branches/etch-backports/debian/changelog	2008-02-13 10:35:15 UTC (rev 1187)
@@ -1,14 +1,16 @@
-plone3 (3.0.5-4~bpo40+2) etch-backports; urgency=low
+plone3 (3.0.5-5~bpo40+1) etch-backports; urgency=low
 
-  * debian/control: fixed the dependency on zope-externaleditor.
+  * Rebuilt for etch-backports.
 
- -- Fabio Tranchitella <kobold at debian.org>  Wed, 13 Feb 2008 09:11:44 +0100
+ -- Fabio Tranchitella <kobold at debian.org>  Wed, 13 Feb 2008 11:34:58 +0100
 
-plone3 (3.0.5-4~bpo40+1) etch-backports; urgency=low
+plone3 (3.0.5-5) unstable; urgency=low
 
-  * Rebuilt for etch-backports.
+  * debian/rules: compile the message catalogs in binary form for the products
+    PloneTranslations and PlacelessTranslationService, otherwise the removing
+    of the products will fail. (Closes: #464975)
 
- -- Fabio Tranchitella <kobold at debian.org>  Sun, 10 Feb 2008 19:17:10 +0100
+ -- Fabio Tranchitella <kobold at debian.org>  Wed, 13 Feb 2008 10:17:15 +0100
 
 plone3 (3.0.5-4) unstable; urgency=high
 

Modified: plone3/branches/etch-backports/debian/control
===================================================================
--- plone3/branches/etch-backports/debian/control	2008-02-13 09:53:26 UTC (rev 1186)
+++ plone3/branches/etch-backports/debian/control	2008-02-13 10:35:15 UTC (rev 1187)
@@ -4,7 +4,7 @@
 Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
 Uploaders: Fabio Tranchitella <kobold at debian.org>
 Build-Depends: debhelper (>= 5.0.0), dpatch
-Build-Depends-Indep: zope-debhelper (>= 0.3.11~bpo40+1), lsb-release
+Build-Depends-Indep: zope-debhelper (>= 0.3.11~bpo40+1), lsb-release, gettext
 Standards-Version: 3.7.2
 Homepage: http://plone.org
 Vcs-Svn: svn://svn.debian.org/pkg-zope/plone3/trunk

Modified: plone3/branches/etch-backports/debian/rules
===================================================================
--- plone3/branches/etch-backports/debian/rules	2008-02-13 09:53:26 UTC (rev 1186)
+++ plone3/branches/etch-backports/debian/rules	2008-02-13 10:35:15 UTC (rev 1187)
@@ -28,6 +28,13 @@
 	dh_installdirs
 	dh_installzope -pzope-plone3
 	dh_installzopeinstance -pplone3-site plone3-site
+	for i in `find \
+		debian/zope-plone3/usr/share/zope/Products/PloneTranslations:3.0 \
+		debian/zope-plone3/usr/share/zope/Products/PlacelessTranslationService:3.0 \
+		-type f -a -name *.po`; do \
+	    n=`echo $$i | sed -e 's/.po$$/.mo/g'`; \
+		msgfmt $$i -o $$n; \
+	done
 
 binary-indep: build install
 	dh_testdir




More information about the pkg-zope-commits mailing list