Update of /cvsroot/archetypes/PortalTransforms/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv23163/debian
Modified Files:
changelog control copyright rules
Log Message:
fix packaging
Index: changelog
===================================================================
RCS file: /cvsroot/archetypes/PortalTransforms/debian/changelog,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** changelog 9 Jul 2003 12:45:53 -0000 1.1
--- changelog 6 Aug 2003 16:03:50 -0000 1.2
***************
*** 1,3 ****
! zope-cmftransforms (1.0-1) unstable; urgency=low
* Initial Release of PortalTransforms.
--- 1,3 ----
! zope-cmftransforms (1.0a2-1) unstable; urgency=low
* Initial Release of PortalTransforms.
Index: control
===================================================================
RCS file: /cvsroot/archetypes/PortalTransforms/debian/control,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** control 9 Jul 2003 12:45:53 -0000 1.1
--- control 6 Aug 2003 16:03:50 -0000 1.2
***************
*** 8,14 ****
Package: zope-cmftransforms
Architecture: all
! Depends: zope
Description: MIME types based transformations for the CMF
! Thiz Zope product provides two new CMF tools in order to
make MIME types based transformations on the portal contents and so an
easy to way to plugin some new transformations for previously
--- 8,15 ----
Package: zope-cmftransforms
Architecture: all
! Depends: zope, lynx, pdftohtml, python-docutils
! Suggests: wv, xsltproc, tidy, unrtf, ppthtml, xlhtml, gs-common
Description: MIME types based transformations for the CMF
! This package provides two new CMF tools in order to
make MIME types based transformations on the portal contents and so an
easy to way to plugin some new transformations for previously
***************
*** 19,22 ****
--- 20,28 ----
is to have a CMF based site. If you are using Archetypes, this package
replaces the transform package.
+ .
+ Notice this package can also be used as a standalone Python package. If
+ you've downloaded the Python distribution, you can't make it a Zope
+ product since Zope files have been removed from this distribution.
+
Index: copyright
===================================================================
RCS file: /cvsroot/archetypes/PortalTransforms/debian/copyright,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** copyright 9 Jul 2003 12:45:53 -0000 1.1
--- copyright 6 Aug 2003 16:03:50 -0000 1.2
***************
*** 1,5 ****
This package was debianized by Sylvain Thenault <sylvain.thenault@xxxxxxxxxx>
Sat, 13 Apr 2002 19:05:23 +0200.
! It was downloaded from
Upstream Author:
--- 1,5 ----
This package was debianized by Sylvain Thenault <sylvain.thenault@xxxxxxxxxx>
Sat, 13 Apr 2002 19:05:23 +0200.
! It was downloaded from http://www.sourceforge.net/projects/archetypes
Upstream Author:
***************
*** 9,13 ****
Copyright:
!
--- 9,13 ----
Copyright:
! Copyright (c) 2003 LOGILAB S.A. (Paris, FRANCE)
Index: rules
===================================================================
RCS file: /cvsroot/archetypes/PortalTransforms/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** rules 9 Jul 2003 12:45:53 -0000 1.1
--- rules 6 Aug 2003 16:03:50 -0000 1.2
***************
*** 23,27 ****
rm -f build-stamp configure-stamp
rm -rf build
! rm -rf debian/python?.?-tmp*
find . -name "*.pyc" | xargs rm -f
rm -f changelog.gz
--- 23,27 ----
rm -f build-stamp configure-stamp
rm -rf build
! rm -rf debian/zope-cmftransforms/
find . -name "*.pyc" | xargs rm -f
rm -f changelog.gz
***************
*** 35,39 ****
dh_installdirs
! find . -type f -not \( -path '*/debian/*' -or
-name 'build-stamp' -or -name 'LICENSE.txt' -or
-name '.cvsignore' \) -exec install -D
--mode=644 {}
debian/zope-cmftransforms/usr/lib/zope/lib/python/Products/PortalTransforms/{}
\;
--- 35,56 ----
dh_installdirs
! find . -type f -not \( \
! -path '*/debian/*' -or \
! -path '*/build/*' -or \
! -name 'build-stamp' -or \
! -iname 'license*' -or \
! -iname 'changelog*' -or \
! -iname 'authors*' -or \
! -name 'README*' -or \
! -name 'INSTALL**' -or \
! -name 'TODO*' -or \
! -name 'COPYING*' -or \
! -name 'MANIFEST*' -or \
! -name 'DEPENDS' -or \
! -name 'RECOMMENDS' -or \
! -name 'SUGGESTS' -or \
! -name '.cvsignore' \
! -or -path '*/docs/*' \
! \) -exec install -D --mode=644 {}
debian/zope-cmftransforms/usr/lib/zope/lib/python/Products/PortalTransforms/{}
\;
-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
|