r2760 - in python-chameleon/tags (10 files)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Thu Feb 6 06:03:01 UTC 2014
Date: Thursday, February 6, 2014 @ 06:03:01
Author: arnau
Revision: 2760
[svn-buildpackage] Tagging python-chameleon 2.6.1-2
Added:
python-chameleon/tags/2.6.1-2/
python-chameleon/tags/2.6.1-2/debian/changelog
(from rev 2759, python-chameleon/trunk/debian/changelog)
python-chameleon/tags/2.6.1-2/debian/control
(from rev 2758, python-chameleon/trunk/debian/control)
python-chameleon/tags/2.6.1-2/debian/copyright
(from rev 2754, python-chameleon/trunk/debian/copyright)
python-chameleon/tags/2.6.1-2/debian/patches/
python-chameleon/tags/2.6.1-2/debian/tests/control
(from rev 2756, python-chameleon/trunk/debian/tests/control)
Deleted:
python-chameleon/tags/2.6.1-2/debian/changelog
python-chameleon/tags/2.6.1-2/debian/control
python-chameleon/tags/2.6.1-2/debian/copyright
python-chameleon/tags/2.6.1-2/debian/tests/control
Deleted: python-chameleon/tags/2.6.1-2/debian/changelog
===================================================================
--- python-chameleon/trunk/debian/changelog 2013-10-08 04:20:39 UTC (rev 2753)
+++ python-chameleon/tags/2.6.1-2/debian/changelog 2014-02-06 06:03:01 UTC (rev 2760)
@@ -1,56 +0,0 @@
-python-chameleon (2.6.1-1) unstable; urgency=low
-
- * Team upload.
- * New upstream release. Closes: #640112.
- * Switch from now deprecated dh_pycentral to dh_python2. Closes: #616997.
- + debian/rules:
- - Use dh_python2 instead of dh_pycentral.
- - Remove namespace hack as it's supposed to be handled by dh_python2.
- + debian/control:
- - Remove python-central from Build-Depends.
- - Bump python-all Build-Depends to 2.6.6-3~.
- - Remove XB-Python-Version field.
- * debian/install, debian/dirs:
- + Add reference manual to /usr/share/doc/python-chameleon/manual/
- * debian/rules:
- + Avoid renaming Makefile by passing explicitly --buildsystem to dh.
- + Add upstream changelog.
- * Switch to 3.0 (quilt) source format.
- + debian/source/options:
- - Ignore changes in *.egg-info directory otherwise building twice fails.
- * debian/control:
- + Add Homepage field.
- + Bump Standards-Version to 3.9.2. No changes needed.
- + Wrap Uploaders and Build-Depends fields.
- + Rename XS-Vcs-Svn to Vcs-Svn and add Vcs-Browser (now supported by dpkg).
- + Depends on python >= 2.7 as ordereddict is not available yet (#649895).
- * Switch debian/copyright to DEP5.
- * debian/tests/all:
- + Specify explicitly testfilter, otherwise van-py.deb translates package
- name to Chameleon.
-
- -- Arnaud Fontaine <arnau at debian.org> Mon, 05 Dec 2011 10:30:48 +0900
-
-python-chameleon (1.2.13-1) unstable; urgency=low
-
- * Team upload.
- * New upstream (Closes: #604986)
- * debian/control:
- - Bumped policy version 3.9.1 (no changes)..
- - Build-Depends: use python-all instead of python-all-dev.
-
- -- TANIGUCHI Takaki <takaki at debian.org> Wed, 26 Jan 2011 17:43:07 +0900
-
-python-chameleon (1.1.1-2) unstable; urgency=low
-
- * Add note in debian/copyright that src/chameleon/ast/* is under the
- copyright of Edgewall Software and is distubuted under a BSD style
- license.
-
- -- Brian Sutherland <brian at vanguardistas.net> Sun, 31 Jan 2010 18:35:34 +0100
-
-python-chameleon (1.1.1-1) unstable; urgency=low
-
- * Initial Packaging.
-
- -- Brian Sutherland <brian at vanguardistas.net> Thu, 14 Jan 2010 16:10:04 +0100
Copied: python-chameleon/tags/2.6.1-2/debian/changelog (from rev 2759, python-chameleon/trunk/debian/changelog)
===================================================================
--- python-chameleon/tags/2.6.1-2/debian/changelog (rev 0)
+++ python-chameleon/tags/2.6.1-2/debian/changelog 2014-02-06 06:03:01 UTC (rev 2760)
@@ -0,0 +1,73 @@
+python-chameleon (2.6.1-2) unstable; urgency=medium
+
+ * Team upload.
+ * debian/control:
+ + Bump Standards-Version to 3.9.5.
+ - debian/copyright: Fix Format URL as version 1.0 of the
+ specification has been released.
+ + Make Vcs-Svn URL canonical (lintian).
+ + Add "XS-Testsuite: autopkgtest". Closes: #692667.
+ * debian/tests/control:
+ + Remove Features field not needed as per autopkgtest document.
+ * debian/patches/do_not_download_distribute.patch:
+ + Do not download distribute which was leading to FTBFS.
+ Thanks to Sebastian Ramacher. Closes: #733431.
+
+ -- Arnaud Fontaine <arnau at debian.org> Thu, 06 Feb 2014 14:56:17 +0900
+
+python-chameleon (2.6.1-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream release. Closes: #640112.
+ * Switch from now deprecated dh_pycentral to dh_python2. Closes: #616997.
+ + debian/rules:
+ - Use dh_python2 instead of dh_pycentral.
+ - Remove namespace hack as it's supposed to be handled by dh_python2.
+ + debian/control:
+ - Remove python-central from Build-Depends.
+ - Bump python-all Build-Depends to 2.6.6-3~.
+ - Remove XB-Python-Version field.
+ * debian/install, debian/dirs:
+ + Add reference manual to /usr/share/doc/python-chameleon/manual/
+ * debian/rules:
+ + Avoid renaming Makefile by passing explicitly --buildsystem to dh.
+ + Add upstream changelog.
+ * Switch to 3.0 (quilt) source format.
+ + debian/source/options:
+ - Ignore changes in *.egg-info directory otherwise building twice fails.
+ * debian/control:
+ + Add Homepage field.
+ + Bump Standards-Version to 3.9.2. No changes needed.
+ + Wrap Uploaders and Build-Depends fields.
+ + Rename XS-Vcs-Svn to Vcs-Svn and add Vcs-Browser (now supported by dpkg).
+ + Depends on python >= 2.7 as ordereddict is not available yet (#649895).
+ * Switch debian/copyright to DEP5.
+ * debian/tests/all:
+ + Specify explicitly testfilter, otherwise van-py.deb translates package
+ name to Chameleon.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 05 Dec 2011 10:30:48 +0900
+
+python-chameleon (1.2.13-1) unstable; urgency=low
+
+ * Team upload.
+ * New upstream (Closes: #604986)
+ * debian/control:
+ - Bumped policy version 3.9.1 (no changes)..
+ - Build-Depends: use python-all instead of python-all-dev.
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 26 Jan 2011 17:43:07 +0900
+
+python-chameleon (1.1.1-2) unstable; urgency=low
+
+ * Add note in debian/copyright that src/chameleon/ast/* is under the
+ copyright of Edgewall Software and is distubuted under a BSD style
+ license.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Sun, 31 Jan 2010 18:35:34 +0100
+
+python-chameleon (1.1.1-1) unstable; urgency=low
+
+ * Initial Packaging.
+
+ -- Brian Sutherland <brian at vanguardistas.net> Thu, 14 Jan 2010 16:10:04 +0100
Deleted: python-chameleon/tags/2.6.1-2/debian/control
===================================================================
--- python-chameleon/trunk/debian/control 2013-10-08 04:20:39 UTC (rev 2753)
+++ python-chameleon/tags/2.6.1-2/debian/control 2014-02-06 06:03:01 UTC (rev 2760)
@@ -1,30 +0,0 @@
-Source: python-chameleon
-Section: python
-Priority: optional
-Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
-Uploaders: Brian Sutherland <brian at vanguardistas.net>,
- Fabio Tranchitella <kobold at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
- python-all (>= 2.6.6-3~),
- python-setuptools,
- python-van.pydeb (>= 1.3.0-4)
-Standards-Version: 3.9.2
-# When python-ordereddict becomes available: >= 2.5 (#649895)
-X-Python-Version: >= 2.7
-Vcs-Svn: svn://svn.debian.org/pkg-zope/python-chameleon/trunk
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/python-chameleon/trunk
-Homepage: http://www.pagetemplates.org/
-
-Package: python-chameleon
-Architecture: all
-Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
-Recommends: ${pydeb:Recommends}
-Provides: ${pydeb:Provides}, ${python:Provides}
-Suggests: ${pydeb:Suggests}
-Description: XML-based template compiler
- Chameleon compiles templates to Python byte-code. It includes a complete
- implementation of the Zope Page Templates (ZPT) language.
- .
- The engine itself performs 10-15 times better than the reference
- implementation and real-world benchmarks show an overall performance
- improvement in complex applications of 30-50%.
Copied: python-chameleon/tags/2.6.1-2/debian/control (from rev 2758, python-chameleon/trunk/debian/control)
===================================================================
--- python-chameleon/tags/2.6.1-2/debian/control (rev 0)
+++ python-chameleon/tags/2.6.1-2/debian/control 2014-02-06 06:03:01 UTC (rev 2760)
@@ -0,0 +1,30 @@
+Source: python-chameleon
+Section: python
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+ Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+ python-all (>= 2.6.6-3~),
+ python-setuptools,
+ python-van.pydeb (>= 1.3.0-4)
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.7
+XS-Testsuite: autopkgtest
+Vcs-Svn: svn://anonscm.debian.org/pkg-zope/python-chameleon/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/python-chameleon/trunk
+Homepage: http://www.pagetemplates.org/
+
+Package: python-chameleon
+Architecture: all
+Depends: ${pydeb:Depends}, ${python:Depends}, ${misc:Depends}
+Recommends: ${pydeb:Recommends}
+Provides: ${pydeb:Provides}, ${python:Provides}
+Suggests: ${pydeb:Suggests}
+Description: XML-based template compiler
+ Chameleon compiles templates to Python byte-code. It includes a complete
+ implementation of the Zope Page Templates (ZPT) language.
+ .
+ The engine itself performs 10-15 times better than the reference
+ implementation and real-world benchmarks show an overall performance
+ improvement in complex applications of 30-50%.
Deleted: python-chameleon/tags/2.6.1-2/debian/copyright
===================================================================
--- python-chameleon/trunk/debian/copyright 2013-10-08 04:20:39 UTC (rev 2753)
+++ python-chameleon/tags/2.6.1-2/debian/copyright 2014-02-06 06:03:01 UTC (rev 2760)
@@ -1,132 +0,0 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5/copyright-format.xml?view=co&revision=220&view=markup
-Upstream-Name: Chameleon
-Upstream-Contact: Malthe Borch <mborch at gmail.com>
-Source: http://pypi.python.org/pypi/Chameleon
-
-Files: *
-Copyright: 2011 Malthe Borch and Contributors. All Rights Reserved.
-Comment: http://repoze.org/license.html
-License: BSD-3-clause~repoze
- A copyright notice accompanies this license document that identifies
- the copyright holders.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions in source code must retain the accompanying
- copyright notice, this list of conditions, and the following
- disclaimer.
- .
- 2. Redistributions in binary form must reproduce the accompanying
- copyright notice, this list of conditions, and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- .
- 3. Names of the copyright holders must not be used to endorse or
- promote products derived from this software without prior written
- permission from the copyright holders.
- .
- 4. If any files are modified, you must cause the modified files to
- carry prominent notices stating that you changed the files and
- the date of any change.
- .
- Disclaimer
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
- EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: src/chameleon/astutil.py
-Copyright: 2008-2009 Edgewall Software
-License: BSD-3-clause
- All rights reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the above copyright
- notice, this list of conditions and the following disclaimer.
- .
- 2. Redistributions in binary form must reproduce the above copyright
- notice, this list of conditions and the following disclaimer in
- the documentation and/or other materials provided with the
- distribution.
- .
- 3. The name of the author may not be used to endorse or promote
- products derived from this software without specific prior
- written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE AUTHOR âAS ISâ AND ANY EXPRESS OR
- IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
- WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
- DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
- GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
- IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
- OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
- IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: src/chameleon/tal.py
- src/chameleon/metal.py
- src/chameleon/i18n.py
-Copyright: 2001, 2002 Zope Foundation and Contributors.
-License: Zope-2.1
- Zope Public License (ZPL) Version 2.1
- .
- A copyright notice accompanies this license document that identifies
- the copyright holders.
- .
- This license has been certified as open source. It has also been
- designated as GPL compatible by the Free Software Foundation (FSF).
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions in source code must retain the accompanying
- copyright notice, this list of conditions, and the following
- disclaimer.
- .
- 2. Redistributions in binary form must reproduce the accompanying
- copyright notice, this list of conditions, and the following
- disclaimer in the documentation and/or other materials provided
- with the distribution.
- .
- 3. Names of the copyright holders must not be used to endorse or
- promote products derived from this software without prior written
- permission from the copyright holders.
- .
- 4. The right to distribute this software or to use it for any
- purpose does not give you the right to use Servicemarks (sm) or
- Trademarks (tm) of the copyright holders. Use of them is covered
- by separate agreement with the copyright holders.
- .
- 5. If any files are modified, you must cause the modified files to
- carry prominent notices stating that you changed the files and
- the date of any change.
- .
- Disclaimer
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
- EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
- BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
- WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
- OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
- EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Copied: python-chameleon/tags/2.6.1-2/debian/copyright (from rev 2754, python-chameleon/trunk/debian/copyright)
===================================================================
--- python-chameleon/tags/2.6.1-2/debian/copyright (rev 0)
+++ python-chameleon/tags/2.6.1-2/debian/copyright 2014-02-06 06:03:01 UTC (rev 2760)
@@ -0,0 +1,132 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Chameleon
+Upstream-Contact: Malthe Borch <mborch at gmail.com>
+Source: http://pypi.python.org/pypi/Chameleon
+
+Files: *
+Copyright: 2011 Malthe Borch and Contributors. All Rights Reserved.
+Comment: http://repoze.org/license.html
+License: BSD-3-clause~repoze
+ A copyright notice accompanies this license document that identifies
+ the copyright holders.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions in source code must retain the accompanying
+ copyright notice, this list of conditions, and the following
+ disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying
+ copyright notice, this list of conditions, and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or
+ promote products derived from this software without prior written
+ permission from the copyright holders.
+ .
+ 4. If any files are modified, you must cause the modified files to
+ carry prominent notices stating that you changed the files and
+ the date of any change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
+ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
+ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/chameleon/astutil.py
+Copyright: 2008-2009 Edgewall Software
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the above copyright
+ notice, this list of conditions and the following disclaimer in
+ the documentation and/or other materials provided with the
+ distribution.
+ .
+ 3. The name of the author may not be used to endorse or promote
+ products derived from this software without specific prior
+ written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE AUTHOR âAS ISâ AND ANY EXPRESS OR
+ IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
+ DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
+ GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
+ OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: src/chameleon/tal.py
+ src/chameleon/metal.py
+ src/chameleon/i18n.py
+Copyright: 2001, 2002 Zope Foundation and Contributors.
+License: Zope-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies
+ the copyright holders.
+ .
+ This license has been certified as open source. It has also been
+ designated as GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ .
+ 1. Redistributions in source code must retain the accompanying
+ copyright notice, this list of conditions, and the following
+ disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying
+ copyright notice, this list of conditions, and the following
+ disclaimer in the documentation and/or other materials provided
+ with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or
+ promote products derived from this software without prior written
+ permission from the copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any
+ purpose does not give you the right to use Servicemarks (sm) or
+ Trademarks (tm) of the copyright holders. Use of them is covered
+ by separate agreement with the copyright holders.
+ .
+ 5. If any files are modified, you must cause the modified files to
+ carry prominent notices stating that you changed the files and
+ the date of any change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY
+ EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
Deleted: python-chameleon/tags/2.6.1-2/debian/tests/control
===================================================================
--- python-chameleon/trunk/debian/tests/control 2013-10-08 04:20:39 UTC (rev 2753)
+++ python-chameleon/tags/2.6.1-2/debian/tests/control 2014-02-06 06:03:01 UTC (rev 2760)
@@ -1,3 +0,0 @@
-Tests: all
-Features: no-build-needed
-Depends: @, python-zope.testing, python-zope.interface, python-zope.component, python.zope.i18n
Copied: python-chameleon/tags/2.6.1-2/debian/tests/control (from rev 2756, python-chameleon/trunk/debian/tests/control)
===================================================================
--- python-chameleon/tags/2.6.1-2/debian/tests/control (rev 0)
+++ python-chameleon/tags/2.6.1-2/debian/tests/control 2014-02-06 06:03:01 UTC (rev 2760)
@@ -0,0 +1,2 @@
+Tests: all
+Depends: @, python-zope.testing, python-zope.interface, python-zope.component, python.zope.i18n
More information about the pkg-zope-developers
mailing list