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

Fabio Tranchitella kobold at alioth.debian.org
Fri Dec 5 08:32:17 UTC 2008


    Date: Friday, December 5, 2008 @ 08:32:16
  Author: kobold
Revision: 1317

* New upstream release. (Closes: #503877)
* debian/control:
  - removed dpatch from the build-dependencies;
  - added dependencies on libjs-jquery and libjs-mochikit;
  - removed duplicated words from the package descriptions.
* New upstream release.
* debian/control: added python-markdown, python-textile to Recommends;
  Thanks Mike Culbertson for pointing this out.

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-12-04 18:08:38 UTC (rev 1316)
+++ plone3/branches/etch-backports/debian/changelog	2008-12-05 08:32:16 UTC (rev 1317)
@@ -1,14 +1,32 @@
-plone3 (3.1.2-1~bpo40+1) etch-backports; urgency=low
+plone3 (3.1.7-1~bpo40+1) etch-backports; urgency=low
 
   * Rebuilt for etch-backports.
 
- -- Fabio Tranchitella <kobold at debian.org>  Thu, 12 Jun 2008 10:22:21 +0200
+ -- Fabio Tranchitella <kobold at debian.org>  Fri, 05 Dec 2008 09:30:43 +0100
 
+plone3 (3.1.7-1) unstable; urgency=low
+
+  * New upstream release. (Closes: #503877)
+  * debian/control:
+    - removed dpatch from the build-dependencies;
+    - added dependencies on libjs-jquery and libjs-mochikit;
+    - removed duplicated words from the package descriptions.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Tue, 18 Nov 2008 20:18:24 +0100
+
+plone3 (3.1.3-1) unstable; urgency=low
+
+  * New upstream release.
+
+ -- Fabio Tranchitella <kobold at debian.org>  Mon, 21 Jul 2008 12:26:28 +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.
+  * debian/control: added python-markdown, python-textile to Recommends;
+    Thanks Mike Culbertson for pointing this out.
 
  -- Fabio Tranchitella <kobold at debian.org>  Thu, 12 Jun 2008 10:08:18 +0200
 

Modified: plone3/branches/etch-backports/debian/control
===================================================================
--- plone3/branches/etch-backports/debian/control	2008-12-04 18:08:38 UTC (rev 1316)
+++ plone3/branches/etch-backports/debian/control	2008-12-05 08:32:16 UTC (rev 1317)
@@ -3,16 +3,16 @@
 Priority: optional
 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: debhelper (>= 5.0.0)
+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-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
+Depends: ${zope:Depends}, zope-externaleditor (>= 0.9.3-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, python-markdown, python-textile
 Description: content management system based on zope and cmf
  Plone is a ready-to-run content management system that is built on the
  powerful Zope application server. Plone is easy to set up, extremely
@@ -22,9 +22,9 @@
  It benefits from all features of Zope/CMF such as: RDBMS integration,
  Python/Perl extensions, Object Oriented Database, Web configurable workflow,
  pluggable membership and authentication, Undos, Form validation, amongst
- many many other features.  Available protocols: FTP, XMLRPC, HTTP, WEBDAV
- and you can hack it to enable SOAP.  Turn it into a distributed application
- system by installing ZEO.
+ many other features.  Available protocols: FTP, XMLRPC, HTTP, WEBDAV and you
+ can hack it to enable SOAP.  Turn it into a distributed application system by
+ installing ZEO.
  .
  This package contains the Zope products needed to run a Plone instance. If you 
  want to install a ready-to-use plone instance, install the package plone3-site.
@@ -41,8 +41,8 @@
  It benefits from all features of Zope/CMF such as: RDBMS integration,
  Python/Perl extensions, Object Oriented Database, Web configurable workflow,
  pluggable membership and authentication, Undos, Form validation, amongst
- many many other features.  Available protocols: FTP, XMLRPC, HTTP, WEBDAV
- and you can hack it to enable SOAP.  Turn it into a distributed application
+ many other features.  Available protocols: FTP, XMLRPC, HTTP, WEBDAV and you
+ can hack it to enable SOAP.  Turn it into a distributed application
  system by installing ZEO.
  .
  This package setups a Zope instance ready to be used with a Plone site.

Modified: plone3/branches/etch-backports/debian/rules
===================================================================
--- plone3/branches/etch-backports/debian/rules	2008-12-04 18:08:38 UTC (rev 1316)
+++ plone3/branches/etch-backports/debian/rules	2008-12-05 08:32:16 UTC (rev 1317)
@@ -7,12 +7,12 @@
 
 distribution := $(shell lsb_release -is)
 
-build: patch-stamp build-stamp
+build: build-stamp
 build-stamp:
 	dh_testdir
 	touch build-stamp
 
-clean: unpatch
+clean:
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp
@@ -24,7 +24,8 @@
 	dh_clean -k
 	dh_install -X cssQuery-license.txt -X ecmaunit-license.txt \
 	    -X LICENSE -X LICENSE.GPL -X LICENSE.txt -X LICENSE.ZPL \
-		-X Python-License.txt -X Pythonwin-License.txt -X debian
+		-X Python-License.txt -X Pythonwin-License.txt -X debian \
+        -X jquery-license.txt
 	dh_installdirs
 	dh_installzope -pzope-plone3
 	dh_installzopeinstance -pplone3-site plone3-site
@@ -52,5 +53,3 @@
 
 binary: binary-indep binary-arch
 .PHONY: build clean binary-indep binary install
-
-include /usr/share/dpatch/dpatch.make




More information about the pkg-zope-commits mailing list