r1254 - in plone3/branches/etch-backports/debian (3 files)
Fabio Tranchitella
kobold at alioth.debian.org
Thu Jun 12 08:23:14 UTC 2008
Date: Thursday, June 12, 2008 @ 08:23:12
Author: kobold
Revision: 1254
* New upstream release.
* Standards-Version: 3.8.0, no changes needed.
* debian/rules: do not compile anymore the message catalogs.
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-06-12 08:17:16 UTC (rev 1253)
+++ plone3/branches/etch-backports/debian/changelog 2008-06-12 08:23:12 UTC (rev 1254)
@@ -1,9 +1,17 @@
-plone3 (3.1.1-1~bp040+1) etch-backports; urgency=low
+plone3 (3.1.2-1~bpo40+1) etch-backports; urgency=low
* Rebuilt for etch-backports.
- -- Fabio Tranchitella <kobold at debian.org> Mon, 19 May 2008 06:18:48 +0200
+ -- Fabio Tranchitella <kobold at debian.org> Thu, 12 Jun 2008 10:22:21 +0200
+plone3 (3.1.2-1) unstable; urgency=low
+
+ * New upstream release.
+ * Standards-Version: 3.8.0, no changes needed.
+ * debian/rules: do not compile anymore the message catalogs.
+
+ -- Fabio Tranchitella <kobold at debian.org> Thu, 12 Jun 2008 10:08:18 +0200
+
plone3 (3.1.1-1) unstable; urgency=low
* New upstream release.
Modified: plone3/branches/etch-backports/debian/control
===================================================================
--- plone3/branches/etch-backports/debian/control 2008-06-12 08:17:16 UTC (rev 1253)
+++ plone3/branches/etch-backports/debian/control 2008-06-12 08:23:12 UTC (rev 1254)
@@ -4,14 +4,14 @@
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, gettext
-Standards-Version: 3.7.3
+Build-Depends-Indep: zope-debhelper (>= 0.3.11), lsb-release
+Standards-Version: 3.8.0
Homepage: http://plone.org
Vcs-Svn: svn://svn.debian.org/pkg-zope/plone3/trunk
Package: zope-plone3
Architecture: all
-Depends: ${zope:Depends}, zope-externaleditor (>= 0.9.3), python-imaging, lynx, pdftohtml, python-docutils (>= 0.3.3), xpdf-utils, xsltproc, python-elementtree, python-libxml2
+Depends: ${zope:Depends}, zope-externaleditor (>= 0.9.3-2~bpo40+2), python-imaging, lynx, pdftohtml, python-docutils (>= 0.3.3), xpdf-utils, xsltproc, python-elementtree, python-libxml2
Recommends: zope-linguaplone (>= 2.0), zope-cachefu (>= 1.1), python-openid
Description: content management system based on zope and cmf
Plone is a ready-to-run content management system that is built on the
Modified: plone3/branches/etch-backports/debian/rules
===================================================================
--- plone3/branches/etch-backports/debian/rules 2008-06-12 08:17:16 UTC (rev 1253)
+++ plone3/branches/etch-backports/debian/rules 2008-06-12 08:23:12 UTC (rev 1254)
@@ -28,13 +28,6 @@
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