[Python-apps-commits] r295 - in /packages/spe/trunk/debian: changelog links patches/02_remove_hashbangs.dpatch rules

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sun Nov 25 20:43:56 UTC 2007


Author: pochu-guest
Date: Sun Nov 25 20:43:56 2007
New Revision: 295

URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=295
Log:
let's have a working /usr/bin/spe

Modified:
    packages/spe/trunk/debian/changelog
    packages/spe/trunk/debian/links
    packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch
    packages/spe/trunk/debian/rules

Modified: packages/spe/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/changelog?rev=295&op=diff
==============================================================================
--- packages/spe/trunk/debian/changelog (original)
+++ packages/spe/trunk/debian/changelog Sun Nov 25 20:43:56 2007
@@ -21,7 +21,7 @@
     - Remove python-central from build-depends. We don't need it anymore
       as we install spe now in /usr/share/spe.
     - Require debhelper >= 5.0.38 as required by policy.
-    - Require python-central >= 5.0.6 as required by policy.
+    - Require python-central >= 0.5.6 as required by policy.
     - Move python-doc from Recommends to Suggests, as it's in contrib.
       Closes: #452476.
     - Added Homepage, VCS-Browser and VCS-Svn fields.
@@ -38,6 +38,7 @@
   * debian/links:
     - Created. Move symlinks from rules to here.
     - Symlink docs from /usr/share/doc/spe/.
+    - Symlink /usr/bin/spe to /usr/share/spe/_spe/SPE.py
   * debian/spe.xpm
     - Added.
   * debian/spe.desktop:
@@ -46,6 +47,7 @@
     - Updated Homepage and Website.
   * debian/rules:
     - Install the package in /usr/share/spe. Closes: #401982, #384293.
+    - Make SPE.py executable.
     - Move installation of files to spe.install and spe.links.
     - Don't call dh_python and dh_installexamples, we don't need them.
     - Install spe.desktop from spe.install and not here.
@@ -54,7 +56,7 @@
   * debian/pycompat:
     - Removed, not needed as we don't call dh_python.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 25 Nov 2007 19:04:28 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 25 Nov 2007 21:42:16 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/links
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/links?rev=295&op=diff
==============================================================================
--- packages/spe/trunk/debian/links (original)
+++ packages/spe/trunk/debian/links Sun Nov 25 20:43:56 2007
@@ -1,3 +1,5 @@
+usr/share/spe/_spe/SPE.py		usr/bin/spe
+
 usr/share/spe/_spe/doc/donate.html	usr/share/doc/spe/donate.html
 usr/share/spe/_spe/doc/about.htm	usr/share/doc/spe/about.htm
 usr/share/spe/_spe/examples		usr/share/doc/spe/examples

Modified: 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=295&op=diff
==============================================================================
--- packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch (original)
+++ packages/spe/trunk/debian/patches/02_remove_hashbangs.dpatch Sun Nov 25 20:43:56 2007
@@ -186,13 +186,6 @@
 -
  """
      winpdb.py
- 
-diff -ruN spe-svn/_spe/SPE.py spe-svn.new/_spe/SPE.py
---- spe-svn/_spe/SPE.py	2007-10-25 12:17:16.000000000 +0200
-+++ spe-svn.new/_spe/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/_spe/tabs/Blender.py spe-svn.new/_spe/tabs/Blender.py

Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=295&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sun Nov 25 20:43:56 2007
@@ -35,6 +35,8 @@
 	rm -rf debian/spe/usr/share/spe/_spe/plugins/kiki
 	rm -rf debian/spe/usr/share/spe/_spe/plugins/wxGlade
 
+	chmod +x debian/spe/usr/share/spe/_spe/SPE.py
+
 # Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir




More information about the Python-apps-commits mailing list