r1070 - in plone3/trunk/debian (control rules)

Fabio Tranchitella kobold at alioth.debian.org
Fri Nov 30 18:00:57 UTC 2007


    Date: Friday, November 30, 2007 @ 18:00:55
  Author: kobold
Revision: 1070

Updates...

Modified:
  plone3/trunk/debian/control
  plone3/trunk/debian/rules

Modified: plone3/trunk/debian/control
===================================================================
--- plone3/trunk/debian/control	2007-11-30 17:45:49 UTC (rev 1069)
+++ plone3/trunk/debian/control	2007-11-30 18:00:55 UTC (rev 1070)
@@ -6,22 +6,38 @@
 Build-Depends: debhelper (>= 5.0.0), dpatch
 Build-Depends-Indep: zope-debhelper (>= 0.3.11), lsb-release
 Standards-Version: 3.7.2
-XS-Vcs-Svn: svn://svn.debian.org/pkg-zope/plone3/trunk
+Homepage: http://plone.org
+Vcs-Svn: svn://svn.debian.org/pkg-zope/plone3/trunk
 
 Package: zope-plone3
 Architecture: all
-Depends: ${zope:Depends}, zope-cmf1.6 (>= 1.6.2), zope-cmfcore1.6 (>= 1.6.2), zope-cmfdefault1.6 (>= 1.6.2), zope-cmftopic1.6 (>= 1.6.2), zope-cmfcalendar1.6 (>= 1.6.2), zope-dcworkflow1.6, zope-cmfactionicons1.6, zope-genericsetup, zope-archetypes (>= 1.4.1), zope-cmfquickinstallertool (>= 1.5.9), zope-btreefolder2 (>= 1.0.2), zope-groupuserfolder (>= 3.54), zope-cmfformcontroller (>= 2.0.5), zope-plonetranslations (>= 2.6.0), zope-securemailhost (>= 1.0.4), zope-atcontenttypes (>= 1.1.3), zope-atrbw (>= 1.5), zope-resourceregistries (>= 1.3.2), zope-extendedpathindex (>= 2.4), zope-cmfdynamicviewfti (>= 2.1), zope-pts (>= 1.3.3), python-imaging, zope-plonelanguagetool (>= 1.4), zope-cmfplacefulworkflow (>= 1.0.2), zope-plonepas (>= 2.1), zope-passwordresettool (>= 0.4.1), zope-pas (>= 1.4), zope-pluginregistry (>= 1.1.1), zope-externaleditor (>= 0.9.2), zope-kupu (>= 1.3.8), zope-statusmessages (>= 2.0.1), zope-ploneerrorreporting (>= 1.0)
-Recommends: zope-linguaplone (>= 0.9.final), zope-cachefu (>= 1.0.1)
-Suggests: zope-plonetestcase (>= 0.8.4)
+Depends: ${zope:Depends}
 Description: content management system based on zope and cmf
- Plone CMS aims to be a proper Content Management and Publishing
- system, sharing the same qualities as Teamsite, Livelink and Documentum.
- OODBMS, RDBMS, WEBDAV, FTP and XMLRPC integration out-of-the-box. Plone is
- built with Zope and CMF.  See http://plone.org/ for more information.
+ 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
+ flexible, and provides you with a system for managing web content that is
+ ideal for project groups, communities, web sites, extranets and intranets.
+ .
+ By default, Plone stores its contents in Zope's built in transactional object
+ database, the ZODB. There are products and techniques, however, to share
+ information with other sources, such as relational databases, LDAP, filesystem
+ files, etc.
+ .
+ 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.
 
 Package: plone3-site
 Architecture: all
-Depends: zope-plone3 (= ${Source-Version}), ${zope:Depends}, ${misc:Depends}
+Depends: zope-plone3 (= ${source:Version}), ${zope:Depends}, ${misc:Depends}
 Description: preconfigured zope instance containing a plone site
- This package setups an own zope instance with a ready-to-be-used
- plone site.
+ 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
+ flexible, and provides you with a system for managing web content that is
+ ideal for project groups, communities, web sites, extranets and intranets.
+ .
+ By default, Plone stores its contents in Zope's built in transactional object
+ database, the ZODB. There are products and techniques, however, to share
+ information with other sources, such as relational databases, LDAP, filesystem
+ files, etc.
+ .
+ This package setups a Zope instance ready to be used with a Plone site.

Modified: plone3/trunk/debian/rules
===================================================================
--- plone3/trunk/debian/rules	2007-11-30 17:45:49 UTC (rev 1069)
+++ plone3/trunk/debian/rules	2007-11-30 18:00:55 UTC (rev 1070)
@@ -22,7 +22,9 @@
 	dh_testdir
 	dh_testroot
 	dh_clean -k
-	dh_install
+	dh_install X cssQuery-license.txt ecmaunit-license.txt LICENSE \
+	    LICENSE.GPL LICENSE.txt LICENSE.ZPL Python-License.txt \
+		Pythonwin-License.txt
 	dh_installdirs
 	dh_installzope -pzope-plone3
 	dh_installzopeinstance -pplone3-site plone3-site




More information about the pkg-zope-commits mailing list