[Python-apps-commits] r651 - in packages/spe/trunk/debian (4 files)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Feb 16 01:57:35 UTC 2008


    Date: Saturday, February 16, 2008 @ 01:57:34
  Author: pochu-guest
Revision: 651

* New upstream release, from the upstream SPE-0.8.4.c-wx2.6.1.0.tar.gz
  tarball.
* debian/watch:
  - Updated as spe is now hosted on berlios.

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

Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog	2008-02-15 22:27:36 UTC (rev 650)
+++ packages/spe/trunk/debian/changelog	2008-02-16 01:57:34 UTC (rev 651)
@@ -1,7 +1,8 @@
-spe (0.8.4c-1) experimental; urgency=low
+spe (0.8.4c-1) unstable; urgency=low
 
   [ Stefano Canepa ]
-  * New upstream release
+  * New upstream release, from the upstream SPE-0.8.4.c-wx2.6.1.0.tar.gz
+    tarball.
   * debian/control:
     - Added dpatch to Build-Depends.
     - Added docbook-to-man to Build-Depends-Indep.
@@ -30,8 +31,6 @@
       Closes: #452476.
     - Added Homepage, VCS-Browser and VCS-Svn fields.
     - Conform with Debian Policy 3.7.3
-  * debian/patches/02_remove_hashbangs.dpatch:
-    - Added, remove hashbangs from imported scripts.
   * debian/compat:
     - Update to 5.
   * debian/menu:
@@ -70,8 +69,10 @@
     - Removed, not needed as we don't call dh_python.
   * debian/README.Debian:
     - Removed, issues are fixed now.
+  * debian/watch:
+    - Updated as spe is now hosted on berlios.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Thu, 14 Feb 2008 03:18:22 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 16 Feb 2008 02:56:15 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/patches/00list
===================================================================
--- packages/spe/trunk/debian/patches/00list	2008-02-15 22:27:36 UTC (rev 650)
+++ packages/spe/trunk/debian/patches/00list	2008-02-16 01:57:34 UTC (rev 651)
@@ -1,2 +1 @@
 01_setup.py.patch.dpatch
-02_remove_hashbangs.dpatch

Deleted: packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch
===================================================================
--- packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch	2008-02-15 22:27:36 UTC (rev 650)
+++ packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch	2008-02-16 01:57:34 UTC (rev 651)
@@ -1,252 +0,0 @@
-#! /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/_spe/dialogs/preferencesDialog.py spe-svn.new/_spe/dialogs/preferencesDialog.py
---- spe-svn/_spe/dialogs/preferencesDialog.py	2007-03-14 21:40:37.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/dialogs/runDialog.py spe-svn.new/_spe/dialogs/runDialog.py
---- spe-svn/_spe/dialogs/runDialog.py	2007-03-07 19:31:14.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/dialogs/runTerminalDialog.py spe-svn.new/_spe/dialogs/runTerminalDialog.py
---- spe-svn/_spe/dialogs/runTerminalDialog.py	2007-03-07 19:31:14.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/dialogs/runWinPdbDialog.py spe-svn.new/_spe/dialogs/runWinPdbDialog.py
---- spe-svn/_spe/dialogs/runWinPdbDialog.py	2007-03-14 19:41:12.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/dialogs/winpdbDialog.py spe-svn.new/_spe/dialogs/winpdbDialog.py
---- spe-svn/_spe/dialogs/winpdbDialog.py	2007-03-17 00:07:04.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/Menu.py spe-svn.new/_spe/Menu.py
---- spe-svn/_spe/Menu.py	2007-11-11 21:44:24.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/checker.py spe-svn.new/_spe/plugins/pychecker/checker.py
---- spe-svn/_spe/plugins/pychecker/checker.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/CodeChecks.py spe-svn.new/_spe/plugins/pychecker/CodeChecks.py
---- spe-svn/_spe/plugins/pychecker/CodeChecks.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/Config.py spe-svn.new/_spe/plugins/pychecker/Config.py
---- spe-svn/_spe/plugins/pychecker/Config.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/function.py spe-svn.new/_spe/plugins/pychecker/function.py
---- spe-svn/_spe/plugins/pychecker/function.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/msgs.py spe-svn.new/_spe/plugins/pychecker/msgs.py
---- spe-svn/_spe/plugins/pychecker/msgs.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/OP.py spe-svn.new/_spe/plugins/pychecker/OP.py
---- spe-svn/_spe/plugins/pychecker/OP.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/printer.py spe-svn.new/_spe/plugins/pychecker/printer.py
---- spe-svn/_spe/plugins/pychecker/printer.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/python.py spe-svn.new/_spe/plugins/pychecker/python.py
---- spe-svn/_spe/plugins/pychecker/python.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/Stack.py spe-svn.new/_spe/plugins/pychecker/Stack.py
---- spe-svn/_spe/plugins/pychecker/Stack.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/utils.py spe-svn.new/_spe/plugins/pychecker/utils.py
---- spe-svn/_spe/plugins/pychecker/utils.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/Warning.py spe-svn.new/_spe/plugins/pychecker/Warning.py
---- spe-svn/_spe/plugins/pychecker/Warning.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/pychecker/warn.py spe-svn.new/_spe/plugins/pychecker/warn.py
---- spe-svn/_spe/plugins/pychecker/warn.py	2007-03-14 23:54:22.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/spe_winpdb.py spe-svn.new/_spe/plugins/spe_winpdb.py
---- spe-svn/_spe/plugins/spe_winpdb.py	2007-11-03 14:52:09.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/winpdb/rpdb2.py spe-svn.new/_spe/plugins/winpdb/rpdb2.py
---- spe-svn/_spe/plugins/winpdb/rpdb2.py	2007-11-02 16:56:47.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/plugins/winpdb/winpdb.py spe-svn.new/_spe/plugins/winpdb/winpdb.py
---- spe-svn/_spe/plugins/winpdb/winpdb.py	2007-11-02 16:56:47.000000000 +0100
-+++ spe-svn.new/_spe/plugins/winpdb/winpdb.py	2007-11-24 10:38:18.000000000 +0100
-@@ -1,5 +1,3 @@
--#! /usr/bin/env python
--
- """
-     winpdb.py
- 
- if sys.platform.startswith('win') and sys.executable.lower().endswith('pythonw.exe'):
-diff -ruN spe-svn/_spe/tabs/Blender.py spe-svn.new/_spe/tabs/Blender.py
---- spe-svn/_spe/tabs/Blender.py	2007-10-22 16:34:17.000000000 +0200
-+++ spe-svn.new/_spe/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/_spe/tabs/Browser.py spe-svn.new/_spe/tabs/Browser.py
---- spe-svn/_spe/tabs/Browser.py	2007-03-17 21:58:05.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/tabs/Find.py spe-svn.new/_spe/tabs/Find.py
---- spe-svn/_spe/tabs/Find.py	2007-09-19 13:10:01.000000000 +0200
-+++ spe-svn.new/_spe/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/_spe/wxgChild.py spe-svn.new/_spe/wxgChild.py
---- spe-svn/_spe/wxgChild.py	2005-10-30 02:05:26.000000000 +0100
-+++ spe-svn.new/_spe/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/_spe/wxgMenu.py spe-svn.new/_spe/wxgMenu.py
---- spe-svn/_spe/wxgMenu.py	2007-11-06 18:42:53.000000000 +0100
-+++ spe-svn.new/_spe/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
- 
-diff -ruN spe-svn/_spe/examples/signature.py spe-svn.new/_spe/examples/signature.py
---- spe-svn/_spe/examples/signature.py	2007-11-06 18:42:53.000000000 +0100
-+++ spe-svn.new/_spe/examples/signature.py	2007-11-24 10:37:13.000000000 +0100
-@@ -1,4 +1,3 @@
--#!/usr/bin/env python
- # -*- coding: ISO-8859-1 -*-
- 
- __author__  = 'www.stani.be'
\ No newline at end of file

Modified: packages/spe/trunk/debian/watch
===================================================================
--- packages/spe/trunk/debian/watch	2008-02-15 22:27:36 UTC (rev 650)
+++ packages/spe/trunk/debian/watch	2008-02-16 01:57:34 UTC (rev 651)
@@ -1,3 +1,4 @@
 version=3
-opts="dversionmangle=s/\+repack$//; s/(?=[a-z])/./" \
-	http://sf.net/spe/SPE-(.*)-wx.*\.tar\.gz
+opts=downloadurlmangle=s/prdownload/download/ \
+http://developer.berlios.de/project/showfiles.php?group_id=4161&release_id=14185 \
+	http://prdownload.berlios.de/python/SPE-(.*)-wx.*\.tar\.gz




More information about the Python-apps-commits mailing list