[Python-apps-commits] r262 - in /packages/spe/trunk/debian: changelog patches/00list patches/02_remove_hashbangs.dpatch

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Nov 24 15:11:41 UTC 2007


Author: pochu-guest
Date: Sat Nov 24 15:11:41 2007
New Revision: 262

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=262
Log:
added 02_remove_hashbangs.dpatch

Added:
    packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch
Modified:
    packages/spe/trunk/debian/changelog
    packages/spe/trunk/debian/patches/00list

Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=262&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sat Nov 24 15:11:41 2007
@@ -17,6 +17,8 @@
     - Move python-doc from Recommends to Suggests, as it's in contrib.
       Closes: 452476
     - Added Homepage, VCS-Browser and VCS-Svn fields.
+  * debian/patches/02_remove_hashbangs.dpatch:
+    - Added, remove hashbangs from imported scripts.
   * debian/compat:
     - Update to 5.
   * debian/menu:
@@ -37,7 +39,7 @@
   * debian/pycompat:
     - Removed, not needed as we don't call dh_python.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 24 Nov 2007 10:59:33 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 24 Nov 2007 16:10:13 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/patches/00list?rev=262&op=diff
==============================================================================
--- packages/spe/trunk/debian/patches/00list (original)
+++ packages/spe/trunk/debian/patches/00list Sat Nov 24 15:11:41 2007
@@ -1,1 +1,2 @@
 01_setup.py.patch.dpatch
+02_remove_hashbangs.dpatch

Added: packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch?rev=262&op=file
==============================================================================
--- packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch (added)
+++ packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch Sat Nov 24 15:11:41 2007
@@ -1,0 +1,251 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10_fix_desktop_file.dpatch by Emilio Pozuelo Monfort <pochu at ubuntu.com>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove hashbangs from imported scripts to make lintian happy.
+
+ at DPATCH@
+diff -ruN spe-svn/dialogs/preferencesDialog.py spe-svn.new/dialogs/preferencesDialog.py
+--- spe-svn/dialogs/preferencesDialog.py	2007-03-14 21:40:37.000000000 +0100
++++ spe-svn.new/dialogs/preferencesDialog.py	2007-11-24 10:34:48.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # generated by wxGlade 0.3.1 on Thu Oct 02 01:22:53 2003
+ 
+ """Preferences can be added in three steps:
+diff -ruN spe-svn/dialogs/runDialog.py spe-svn.new/dialogs/runDialog.py
+--- spe-svn/dialogs/runDialog.py	2007-03-07 19:31:14.000000000 +0100
++++ spe-svn.new/dialogs/runDialog.py	2007-11-24 10:35:07.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4 on Sat Dec 10 23:11:40 2005
+ 
+diff -ruN spe-svn/dialogs/runTerminalDialog.py spe-svn.new/dialogs/runTerminalDialog.py
+--- spe-svn/dialogs/runTerminalDialog.py	2007-03-07 19:31:14.000000000 +0100
++++ spe-svn.new/dialogs/runTerminalDialog.py	2007-11-24 10:35:18.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4 on Sat Jan 21 01:25:28 2006
+ 
+diff -ruN spe-svn/dialogs/runWinPdbDialog.py spe-svn.new/dialogs/runWinPdbDialog.py
+--- spe-svn/dialogs/runWinPdbDialog.py	2007-03-14 19:41:12.000000000 +0100
++++ spe-svn.new/dialogs/runWinPdbDialog.py	2007-11-24 10:35:31.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4 on Sat Dec 10 23:11:40 2005
+ 
+diff -ruN spe-svn/dialogs/winpdbDialog.py spe-svn.new/dialogs/winpdbDialog.py
+--- spe-svn/dialogs/winpdbDialog.py	2007-03-17 00:07:04.000000000 +0100
++++ spe-svn.new/dialogs/winpdbDialog.py	2007-11-24 10:35:46.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4 on Thu Oct 27 00:45:00 2005
+ 
+diff -ruN spe-svn/Menu.py spe-svn.new/Menu.py
+--- spe-svn/Menu.py	2007-11-11 21:44:24.000000000 +0100
++++ spe-svn.new/Menu.py	2007-11-24 10:38:40.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # generated by wxGlade 0.3.2 on Sat Apr 10 23:50:35 2004
+ 
+ ####(c)www.stani.be
+diff -ruN spe-svn/plugins/pychecker/checker.py spe-svn.new/plugins/pychecker/checker.py
+--- spe-svn/plugins/pychecker/checker.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/checker.py	2007-11-24 10:32:58.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2004, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc.  All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/CodeChecks.py spe-svn.new/plugins/pychecker/CodeChecks.py
+--- spe-svn/plugins/pychecker/CodeChecks.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/CodeChecks.py	2007-11-24 10:32:05.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2006, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc.  All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/Config.py spe-svn.new/plugins/pychecker/Config.py
+--- spe-svn/plugins/pychecker/Config.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/Config.py	2007-11-24 10:32:16.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2004, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc.  All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/function.py spe-svn.new/plugins/pychecker/function.py
+--- spe-svn/plugins/pychecker/function.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/function.py	2007-11-24 10:33:08.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2002, MetaSlash Inc.  All rights reserved.
+ 
+ """
+diff -ruN spe-svn/plugins/pychecker/msgs.py spe-svn.new/plugins/pychecker/msgs.py
+--- spe-svn/plugins/pychecker/msgs.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/msgs.py	2007-11-24 10:33:15.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2004, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc.  All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/OP.py spe-svn.new/plugins/pychecker/OP.py
+--- spe-svn/plugins/pychecker/OP.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/OP.py	2007-11-24 10:32:27.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2004, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc.  All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/printer.py spe-svn.new/plugins/pychecker/printer.py
+--- spe-svn/plugins/pychecker/printer.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/printer.py	2007-11-24 10:33:28.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001, MetaSlash Inc.  All rights reserved.
+ 
+ "Helper functions for printing out info about objects"
+diff -ruN spe-svn/plugins/pychecker/python.py spe-svn.new/plugins/pychecker/python.py
+--- spe-svn/plugins/pychecker/python.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/python.py	2007-11-24 10:33:42.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2004, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc. All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/Stack.py spe-svn.new/plugins/pychecker/Stack.py
+--- spe-svn/plugins/pychecker/Stack.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/Stack.py	2007-11-24 10:32:33.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2002, MetaSlash Inc.  All rights reserved.
+ 
+ """
+diff -ruN spe-svn/plugins/pychecker/utils.py spe-svn.new/plugins/pychecker/utils.py
+--- spe-svn/plugins/pychecker/utils.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/utils.py	2007-11-24 10:33:51.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2004, MetaSlash Inc.  All rights reserved.
+ 
+ """
+diff -ruN spe-svn/plugins/pychecker/Warning.py spe-svn.new/plugins/pychecker/Warning.py
+--- spe-svn/plugins/pychecker/Warning.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/Warning.py	2007-11-24 10:32:46.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc. All rights reserved.
+ 
+diff -ruN spe-svn/plugins/pychecker/warn.py spe-svn.new/plugins/pychecker/warn.py
+--- spe-svn/plugins/pychecker/warn.py	2007-03-14 23:54:22.000000000 +0100
++++ spe-svn.new/plugins/pychecker/warn.py	2007-11-24 10:33:56.000000000 +0100
+@@ -1,5 +1,3 @@
+-#!/usr/bin/env python
+-
+ # Copyright (c) 2001-2002, MetaSlash Inc.  All rights reserved.
+ # Portions Copyright (c) 2005, Google, Inc. All rights reserved.
+ 
+diff -ruN spe-svn/plugins/spe_winpdb.py spe-svn.new/plugins/spe_winpdb.py
+--- spe-svn/plugins/spe_winpdb.py	2007-11-03 14:52:09.000000000 +0100
++++ spe-svn.new/plugins/spe_winpdb.py	2007-11-24 10:37:47.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ 
+ __author__  = 'www.stani.be'
+diff -ruN spe-svn/plugins/winpdb/rpdb2.py spe-svn.new/plugins/winpdb/rpdb2.py
+--- spe-svn/plugins/winpdb/rpdb2.py	2007-11-02 16:56:47.000000000 +0100
++++ spe-svn.new/plugins/winpdb/rpdb2.py	2007-11-24 10:38:10.000000000 +0100
+@@ -1,5 +1,3 @@
+-#! /usr/bin/env python
+-
+ """
+     rpdb2.py - version 2.3.0
+ 
+diff -ruN spe-svn/plugins/winpdb/winpdb.py spe-svn.new/plugins/winpdb/winpdb.py
+--- spe-svn/plugins/winpdb/winpdb.py	2007-11-02 16:56:47.000000000 +0100
++++ spe-svn.new/plugins/winpdb/winpdb.py	2007-11-24 10:38:18.000000000 +0100
+@@ -1,5 +1,3 @@
+-#! /usr/bin/env python
+-
+ """
+     winpdb.py
+ 
+diff -ruN spe-svn/SPE.py spe-svn.new/SPE.py
+--- spe-svn/SPE.py	2007-10-25 12:17:16.000000000 +0200
++++ spe-svn.new/SPE.py	2007-11-24 10:39:25.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ import sys
+ 
+ if sys.platform.startswith('win') and sys.executable.lower().endswith('pythonw.exe'):
+diff -ruN spe-svn/tabs/Blender.py spe-svn.new/tabs/Blender.py
+--- spe-svn/tabs/Blender.py	2007-10-22 16:34:17.000000000 +0200
++++ spe-svn.new/tabs/Blender.py	2007-11-24 10:36:14.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # generated by wxGlade 0.3.2 on Mon Apr 12 01:28:29 2004
+ 
+ ####(c)www.stani.be-------------------------------------------------------------
+diff -ruN spe-svn/tabs/Browser.py spe-svn.new/tabs/Browser.py
+--- spe-svn/tabs/Browser.py	2007-03-17 21:58:05.000000000 +0100
++++ spe-svn.new/tabs/Browser.py	2007-11-24 10:36:24.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # generated by wxGlade 0.3.2 on Mon Apr 12 02:14:33 2004
+ 
+ ####(c)www.stani.be-------------------------------------------------------------
+@@ -223,4 +222,4 @@
+         if fileNames:
+             self.add(fileNames)
+             return 1
+-        else: return 0
+\ No newline at end of file
++        else: return 0
+diff -ruN spe-svn/tabs/Find.py spe-svn.new/tabs/Find.py
+--- spe-svn/tabs/Find.py	2007-09-19 13:10:01.000000000 +0200
++++ spe-svn.new/tabs/Find.py	2007-11-24 10:36:37.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4cvs on Thu Jul 07 12:43:06 2005
+ 
+@@ -576,4 +575,4 @@
+ 
+ if __name__=='__main__':
+     import sm.wxp
+-    sm.wxp.panelApp(Panel)
+\ No newline at end of file
++    sm.wxp.panelApp(Panel)
+diff -ruN spe-svn/wxgChild.py spe-svn.new/wxgChild.py
+--- spe-svn/wxgChild.py	2005-10-30 02:05:26.000000000 +0100
++++ spe-svn.new/wxgChild.py	2007-11-24 10:36:59.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4cvs on Fri Jul 22 01:44:22 2005
+ 
+diff -ruN spe-svn/wxgMenu.py spe-svn.new/wxgMenu.py
+--- spe-svn/wxgMenu.py	2007-11-06 18:42:53.000000000 +0100
++++ spe-svn.new/wxgMenu.py	2007-11-24 10:37:13.000000000 +0100
+@@ -1,4 +1,3 @@
+-#!/usr/bin/env python
+ # -*- coding: ISO-8859-1 -*-
+ # generated by wxGlade 0.4cvs on Tue Jul 19 19:57:59 2005
+ 




More information about the Python-apps-commits mailing list