[Python-modules-commits] r1283 - in /packages/cheetah/trunk/debian: changelog patches/02_clean_modules.patch

arnau-guest at users.alioth.debian.org arnau-guest at users.alioth.debian.org
Mon Aug 21 10:58:46 UTC 2006


Author: arnau-guest
Date: Mon Aug 21 10:58:41 2006
New Revision: 1283

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1283
Log:
Add a patch for removing the python interpreter line from all the modules

Added:
    packages/cheetah/trunk/debian/patches/02_clean_modules.patch
Modified:
    packages/cheetah/trunk/debian/changelog

Modified: packages/cheetah/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/changelog?rev=1283&op=diff
==============================================================================
--- packages/cheetah/trunk/debian/changelog (original)
+++ packages/cheetah/trunk/debian/changelog Mon Aug 21 10:58:41 2006
@@ -1,6 +1,7 @@
 cheetah (2.0rc7-1) unstable; urgency=low
 
   * New upstream release.
+  * Remove the interpreter line from all modules.
   * New maintainer. Closes: #376189.
   * Acknowledge NMU. Closes: #373265, #366759.
   * Add debian/control.in and regenerates debian/control.

Added: packages/cheetah/trunk/debian/patches/02_clean_modules.patch
URL: http://svn.debian.org/wsvn/python-modules/packages/cheetah/trunk/debian/patches/02_clean_modules.patch?rev=1283&op=file
==============================================================================
--- packages/cheetah/trunk/debian/patches/02_clean_modules.patch (added)
+++ packages/cheetah/trunk/debian/patches/02_clean_modules.patch Mon Aug 21 10:58:41 2006
@@ -1,0 +1,279 @@
+diff -urN cheetah-2.0rc7.old/src/CheetahWrapper.py cheetah-2.0rc7/src/CheetahWrapper.py
+--- cheetah-2.0rc7.old/src/CheetahWrapper.py	2006-02-04 01:59:46.000000000 +0100
++++ cheetah-2.0rc7/src/CheetahWrapper.py	2006-08-21 12:51:56.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: CheetahWrapper.py,v 1.25 2006/02/04 00:59:46 tavis_rudd Exp $
+ """Cheetah command-line interface.
+ 
+diff -urN cheetah-2.0rc7.old/src/Compiler.py cheetah-2.0rc7/src/Compiler.py
+--- cheetah-2.0rc7.old/src/Compiler.py	2006-06-22 02:18:22.000000000 +0200
++++ cheetah-2.0rc7/src/Compiler.py	2006-08-21 12:51:58.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Compiler.py,v 1.148 2006/06/22 00:18:22 tavis_rudd Exp $
+ """Compiler classes for Cheetah:
+ ModuleCompiler aka 'Compiler'
+diff -urN cheetah-2.0rc7.old/src/DummyTransaction.py cheetah-2.0rc7/src/DummyTransaction.py
+--- cheetah-2.0rc7.old/src/DummyTransaction.py	2006-01-31 06:06:34.000000000 +0100
++++ cheetah-2.0rc7/src/DummyTransaction.py	2006-08-21 12:52:00.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: DummyTransaction.py,v 1.13 2005/11/13 01:12:13 tavis_rudd Exp $
+ 
+ """Provides dummy Transaction and Response classes is used by Cheetah in place
+diff -urN cheetah-2.0rc7.old/src/ErrorCatchers.py cheetah-2.0rc7/src/ErrorCatchers.py
+--- cheetah-2.0rc7.old/src/ErrorCatchers.py	2005-01-03 20:59:07.000000000 +0100
++++ cheetah-2.0rc7/src/ErrorCatchers.py	2006-08-21 12:52:04.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: ErrorCatchers.py,v 1.7 2005/01/03 19:59:07 tavis_rudd Exp $
+ """ErrorCatcher class for Cheetah Templates
+ 
+diff -urN cheetah-2.0rc7.old/src/FileUtils.py cheetah-2.0rc7/src/FileUtils.py
+--- cheetah-2.0rc7.old/src/FileUtils.py	2005-11-02 23:26:07.000000000 +0100
++++ cheetah-2.0rc7/src/FileUtils.py	2006-08-21 12:52:06.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: FileUtils.py,v 1.12 2005/11/02 22:26:07 tavis_rudd Exp $
+ """File utitilies for Python:
+ 
+diff -urN cheetah-2.0rc7.old/src/Filters.py cheetah-2.0rc7/src/Filters.py
+--- cheetah-2.0rc7.old/src/Filters.py	2006-06-22 02:03:07.000000000 +0200
++++ cheetah-2.0rc7/src/Filters.py	2006-08-21 12:52:07.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Filters.py,v 1.28 2006/06/16 20:15:24 hierro Exp $
+ """Filters for the #filter directive; output filters Cheetah's $placeholders .
+ 
+diff -urN cheetah-2.0rc7.old/src/ImportHooks.py cheetah-2.0rc7/src/ImportHooks.py
+--- cheetah-2.0rc7.old/src/ImportHooks.py	2006-06-20 21:23:27.000000000 +0200
++++ cheetah-2.0rc7/src/ImportHooks.py	2006-08-21 12:52:09.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: ImportHooks.py,v 1.25 2006/06/20 19:23:27 tavis_rudd Exp $
+ 
+ """Provides some import hooks to allow Cheetah's .tmpl files to be imported
+diff -urN cheetah-2.0rc7.old/src/ImportManager.py cheetah-2.0rc7/src/ImportManager.py
+--- cheetah-2.0rc7.old/src/ImportManager.py	2006-01-27 20:00:20.000000000 +0100
++++ cheetah-2.0rc7/src/ImportManager.py	2006-08-21 12:52:12.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: ImportManager.py,v 1.5 2006/01/27 19:00:20 tavis_rudd Exp $
+ 
+ """Provides an emulator/replacement for Python's standard import system.
+diff -urN cheetah-2.0rc7.old/src/NameMapper.py cheetah-2.0rc7/src/NameMapper.py
+--- cheetah-2.0rc7.old/src/NameMapper.py	2006-01-15 21:27:42.000000000 +0100
++++ cheetah-2.0rc7/src/NameMapper.py	2006-08-21 12:52:23.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: NameMapper.py,v 1.29 2006/01/15 20:27:42 tavis_rudd Exp $
+ 
+ """This module supports Cheetah's optional NameMapper syntax.
+diff -urN cheetah-2.0rc7.old/src/Parser.py cheetah-2.0rc7/src/Parser.py
+--- cheetah-2.0rc7.old/src/Parser.py	2006-06-22 01:49:14.000000000 +0200
++++ cheetah-2.0rc7/src/Parser.py	2006-08-21 12:52:25.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Parser.py,v 1.130 2006/06/21 23:49:14 tavis_rudd Exp $
+ """Parser classes for Cheetah's Compiler
+ 
+diff -urN cheetah-2.0rc7.old/src/Servlet.py cheetah-2.0rc7/src/Servlet.py
+--- cheetah-2.0rc7.old/src/Servlet.py	2006-02-05 00:06:15.000000000 +0100
++++ cheetah-2.0rc7/src/Servlet.py	2006-08-21 12:52:27.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Servlet.py,v 1.40 2006/02/04 23:06:15 tavis_rudd Exp $
+ """Provides an abstract Servlet baseclass for Cheetah's Template class
+ 
+diff -urN cheetah-2.0rc7.old/src/SettingsManager.py cheetah-2.0rc7/src/SettingsManager.py
+--- cheetah-2.0rc7.old/src/SettingsManager.py	2006-01-29 08:19:12.000000000 +0100
++++ cheetah-2.0rc7/src/SettingsManager.py	2006-08-21 12:52:31.000000000 +0200
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ """Provides a mixin/base class for collecting and managing application settings
+ 
+ Meta-Data
+diff -urN cheetah-2.0rc7.old/src/SourceReader.py cheetah-2.0rc7/src/SourceReader.py
+--- cheetah-2.0rc7.old/src/SourceReader.py	2006-02-05 03:10:30.000000000 +0100
++++ cheetah-2.0rc7/src/SourceReader.py	2006-08-21 12:52:33.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: SourceReader.py,v 1.14 2006/01/18 03:16:59 tavis_rudd Exp $
+ """SourceReader class for Cheetah's Parser and CodeGenerator
+ 
+diff -urN cheetah-2.0rc7.old/src/Template.py cheetah-2.0rc7/src/Template.py
+--- cheetah-2.0rc7.old/src/Template.py	2006-07-05 01:09:35.000000000 +0200
++++ cheetah-2.0rc7/src/Template.py	2006-08-21 12:52:34.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Template.py,v 1.181 2006/06/22 20:25:16 hierro Exp $
+ """Provides the core API for Cheetah.
+ 
+diff -urN cheetah-2.0rc7.old/src/TemplateCmdLineIface.py cheetah-2.0rc7/src/TemplateCmdLineIface.py
+--- cheetah-2.0rc7.old/src/TemplateCmdLineIface.py	2006-01-10 21:34:35.000000000 +0100
++++ cheetah-2.0rc7/src/TemplateCmdLineIface.py	2006-08-21 12:52:36.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: TemplateCmdLineIface.py,v 1.13 2006/01/10 20:34:35 tavis_rudd Exp $
+ 
+ """Provides a command line interface to compiled Cheetah template modules.
+diff -urN cheetah-2.0rc7.old/src/Templates/SkeletonPage.py cheetah-2.0rc7/src/Templates/SkeletonPage.py
+--- cheetah-2.0rc7.old/src/Templates/SkeletonPage.py	2006-02-05 03:52:34.000000000 +0100
++++ cheetah-2.0rc7/src/Templates/SkeletonPage.py	2006-08-21 12:52:42.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ 
+ 
+ """A Skeleton HTML page template, that provides basic structure and utility methods.
+diff -urN cheetah-2.0rc7.old/src/Templates/_SkeletonPage.py cheetah-2.0rc7/src/Templates/_SkeletonPage.py
+--- cheetah-2.0rc7.old/src/Templates/_SkeletonPage.py	2006-01-07 08:18:28.000000000 +0100
++++ cheetah-2.0rc7/src/Templates/_SkeletonPage.py	2006-08-21 12:52:49.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: _SkeletonPage.py,v 1.13 2002/10/01 17:52:02 tavis_rudd Exp $
+ """A baseclass for the SkeletonPage template
+ 
+diff -urN cheetah-2.0rc7.old/src/Templates/__init__.py cheetah-2.0rc7/src/Templates/__init__.py
+--- cheetah-2.0rc7.old/src/Templates/__init__.py	2001-06-13 05:50:40.000000000 +0200
++++ cheetah-2.0rc7/src/Templates/__init__.py	2006-08-21 12:52:52.000000000 +0200
+@@ -1 +1 @@
+-#!/usr/bin/env python
++
+diff -urN cheetah-2.0rc7.old/src/Tests/CheetahWrapper.py cheetah-2.0rc7/src/Tests/CheetahWrapper.py
+--- cheetah-2.0rc7.old/src/Tests/CheetahWrapper.py	2006-01-29 03:51:10.000000000 +0100
++++ cheetah-2.0rc7/src/Tests/CheetahWrapper.py	2006-08-21 12:52:57.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: CheetahWrapper.py,v 1.5 2006/01/07 07:18:44 tavis_rudd Exp $
+ """Tests for the 'cheetah' command.
+ 
+diff -urN cheetah-2.0rc7.old/src/Tests/FileRefresh.py cheetah-2.0rc7/src/Tests/FileRefresh.py
+--- cheetah-2.0rc7.old/src/Tests/FileRefresh.py	2002-10-01 19:52:03.000000000 +0200
++++ cheetah-2.0rc7/src/Tests/FileRefresh.py	2006-08-21 12:53:00.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: FileRefresh.py,v 1.6 2002/10/01 17:52:03 tavis_rudd Exp $
+ """Tests to make sure that the file-update-monitoring code is working properly
+ 
+diff -urN cheetah-2.0rc7.old/src/Tests/NameMapper.py cheetah-2.0rc7/src/Tests/NameMapper.py
+--- cheetah-2.0rc7.old/src/Tests/NameMapper.py	2006-01-15 21:45:22.000000000 +0100
++++ cheetah-2.0rc7/src/Tests/NameMapper.py	2006-08-21 12:53:05.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: NameMapper.py,v 1.11 2006/01/15 20:45:22 tavis_rudd Exp $
+ """NameMapper Tests
+ 
+diff -urN cheetah-2.0rc7.old/src/Tests/SyntaxAndOutput.py cheetah-2.0rc7/src/Tests/SyntaxAndOutput.py
+--- cheetah-2.0rc7.old/src/Tests/SyntaxAndOutput.py	2006-06-22 01:48:19.000000000 +0200
++++ cheetah-2.0rc7/src/Tests/SyntaxAndOutput.py	2006-08-21 12:53:08.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: SyntaxAndOutput.py,v 1.105 2006/06/21 23:48:19 tavis_rudd Exp $
+ """Syntax and Output tests.
+ 
+diff -urN cheetah-2.0rc7.old/src/Tests/Template.py cheetah-2.0rc7/src/Tests/Template.py
+--- cheetah-2.0rc7.old/src/Tests/Template.py	2006-02-03 22:05:50.000000000 +0100
++++ cheetah-2.0rc7/src/Tests/Template.py	2006-08-21 12:53:10.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Template.py,v 1.16 2006/02/03 21:05:50 tavis_rudd Exp $
+ """Tests of the Template class API
+ 
+diff -urN cheetah-2.0rc7.old/src/Tests/Test.py cheetah-2.0rc7/src/Tests/Test.py
+--- cheetah-2.0rc7.old/src/Tests/Test.py	2006-01-15 21:45:10.000000000 +0100
++++ cheetah-2.0rc7/src/Tests/Test.py	2006-08-21 12:53:13.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Test.py,v 1.44 2006/01/15 20:45:10 tavis_rudd Exp $
+ """Core module of Cheetah's Unit-testing framework
+ 
+diff -urN cheetah-2.0rc7.old/src/Tests/unittest_local_copy.py cheetah-2.0rc7/src/Tests/unittest_local_copy.py
+--- cheetah-2.0rc7.old/src/Tests/unittest_local_copy.py	2006-01-07 00:33:13.000000000 +0100
++++ cheetah-2.0rc7/src/Tests/unittest_local_copy.py	2006-08-21 12:53:19.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ """ This is a hacked version of PyUnit that extends its reporting capabilities
+ with optional meta data on the test cases.  It also makes it possible to
+ separate the standard and error output streams in TextTestRunner.
+diff -urN cheetah-2.0rc7.old/src/Tools/CGITemplate.py cheetah-2.0rc7/src/Tools/CGITemplate.py
+--- cheetah-2.0rc7.old/src/Tools/CGITemplate.py	2006-01-29 03:09:59.000000000 +0100
++++ cheetah-2.0rc7/src/Tools/CGITemplate.py	2006-08-21 12:53:26.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: CGITemplate.py,v 1.6 2006/01/29 02:09:59 tavis_rudd Exp $
+ """A subclass of Cheetah.Template for use in CGI scripts.
+ 
+diff -urN cheetah-2.0rc7.old/src/Tools/MondoReport.py cheetah-2.0rc7/src/Tools/MondoReport.py
+--- cheetah-2.0rc7.old/src/Tools/MondoReport.py	2005-01-02 19:47:42.000000000 +0100
++++ cheetah-2.0rc7/src/Tools/MondoReport.py	2006-08-21 12:53:31.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ """
+ @@TR: This code is pretty much unsupported.
+ 
+diff -urN cheetah-2.0rc7.old/src/Tools/RecursiveNull.py cheetah-2.0rc7/src/Tools/RecursiveNull.py
+--- cheetah-2.0rc7.old/src/Tools/RecursiveNull.py	2001-07-19 04:47:38.000000000 +0200
++++ cheetah-2.0rc7/src/Tools/RecursiveNull.py	2006-08-21 12:53:37.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ """Nothing, but in a friendly way.  Good for filling in for objects you want to
+ hide.  If $form.f1 is a RecursiveNull object, then
+ $form.f1.anything["you"].might("use") will resolve to the empty string.
+diff -urN cheetah-2.0rc7.old/src/Tools/SiteHierarchy.py cheetah-2.0rc7/src/Tools/SiteHierarchy.py
+--- cheetah-2.0rc7.old/src/Tools/SiteHierarchy.py	2001-10-11 05:25:54.000000000 +0200
++++ cheetah-2.0rc7/src/Tools/SiteHierarchy.py	2006-08-21 12:53:39.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: SiteHierarchy.py,v 1.1 2001/10/11 03:25:54 tavis_rudd Exp $
+ """Create menus and crumbs from a site hierarchy.
+ 
+diff -urN cheetah-2.0rc7.old/src/Utils/Indenter.py cheetah-2.0rc7/src/Utils/Indenter.py
+--- cheetah-2.0rc7.old/src/Utils/Indenter.py	2006-01-08 02:09:30.000000000 +0100
++++ cheetah-2.0rc7/src/Utils/Indenter.py	2006-08-21 12:53:48.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Indenter.py,v 1.7 2006/01/08 01:09:30 tavis_rudd Exp $
+ """Indentation maker.
+ @@TR: this code is unsupported and largely undocumented ...
+diff -urN cheetah-2.0rc7.old/src/Utils/Misc.py cheetah-2.0rc7/src/Utils/Misc.py
+--- cheetah-2.0rc7.old/src/Utils/Misc.py	2005-11-02 23:26:08.000000000 +0100
++++ cheetah-2.0rc7/src/Utils/Misc.py	2006-08-21 12:53:52.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: Misc.py,v 1.8 2005/11/02 22:26:08 tavis_rudd Exp $
+ """Miscellaneous functions/objects used by Cheetah but also useful standalone.
+ 
+diff -urN cheetah-2.0rc7.old/src/Utils/VerifyType.py cheetah-2.0rc7/src/Utils/VerifyType.py
+--- cheetah-2.0rc7.old/src/Utils/VerifyType.py	2005-11-02 23:26:08.000000000 +0100
++++ cheetah-2.0rc7/src/Utils/VerifyType.py	2006-08-21 12:53:57.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: VerifyType.py,v 1.4 2005/11/02 22:26:08 tavis_rudd Exp $
+ """Functions to verify an argument's type
+ 
+diff -urN cheetah-2.0rc7.old/src/Utils/WebInputMixin.py cheetah-2.0rc7/src/Utils/WebInputMixin.py
+--- cheetah-2.0rc7.old/src/Utils/WebInputMixin.py	2006-01-06 22:56:54.000000000 +0100
++++ cheetah-2.0rc7/src/Utils/WebInputMixin.py	2006-08-21 12:54:00.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: WebInputMixin.py,v 1.10 2006/01/06 21:56:54 tavis_rudd Exp $
+ """Provides helpers for Template.webInput(), a method for importing web
+ transaction variables in bulk.  See the docstring of webInput for full details.
+diff -urN cheetah-2.0rc7.old/src/Utils/memcache.py cheetah-2.0rc7/src/Utils/memcache.py
+--- cheetah-2.0rc7.old/src/Utils/memcache.py	2006-01-28 04:18:45.000000000 +0100
++++ cheetah-2.0rc7/src/Utils/memcache.py	2006-08-21 12:54:09.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ 
+ """
+ client module for memcached (memory cache daemon)
+diff -urN cheetah-2.0rc7.old/src/__init__.py cheetah-2.0rc7/src/__init__.py
+--- cheetah-2.0rc7.old/src/__init__.py	2006-01-14 05:44:07.000000000 +0100
++++ cheetah-2.0rc7/src/__init__.py	2006-08-21 12:54:27.000000000 +0200
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # $Id: __init__.py,v 1.10 2006/01/14 04:44:07 tavis_rudd Exp $
+ 
+ """Cheetah is an open source template engine and code generation tool.




More information about the Python-modules-commits mailing list