[Python-apps-commits] r659 - in packages/spe/trunk/debian (changelog links rules)

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Sat Feb 16 23:48:27 UTC 2008


    Date: Saturday, February 16, 2008 @ 23:48:26
  Author: pochu-guest
Revision: 659

  - Install the package in /usr/share/spe/_spe. Closes: #401982, #384293.

Modified:
  packages/spe/trunk/debian/changelog
  packages/spe/trunk/debian/links
  packages/spe/trunk/debian/rules

Modified: packages/spe/trunk/debian/changelog
===================================================================
--- packages/spe/trunk/debian/changelog	2008-02-16 22:14:00 UTC (rev 658)
+++ packages/spe/trunk/debian/changelog	2008-02-16 23:48:26 UTC (rev 659)
@@ -52,7 +52,7 @@
     - Updated Homepage and Website.
   * debian/rules:
     - Call dh_icons as we install a png file in /usr/share/pixmaps.
-    - Install the package in /usr/share/spe. Closes: #401982, #384293.
+    - Install the package in /usr/share/spe/_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.
@@ -69,7 +69,7 @@
   * debian/watch:
     - Updated as spe is now hosted on berlios.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 16 Feb 2008 22:38:37 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sun, 17 Feb 2008 00:42:43 +0100
 
 spe (0.8.2a+repack-1) unstable; urgency=medium
 

Modified: packages/spe/trunk/debian/links
===================================================================
--- packages/spe/trunk/debian/links	2008-02-16 22:14:00 UTC (rev 658)
+++ packages/spe/trunk/debian/links	2008-02-16 23:48:26 UTC (rev 659)
@@ -1,14 +1,14 @@
-usr/share/spe/SPE.py		usr/bin/spe
+usr/share/spe/_spe/SPE.py	usr/bin/spe
 
-usr/share/spe/doc/donate.html	usr/share/doc/spe/donate.html
-usr/share/spe/doc/about.htm	usr/share/doc/spe/about.htm
-usr/share/spe/examples		usr/share/doc/spe/examples
-usr/share/spe/images/spe.png	usr/share/pixmaps/spe.png
+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
+usr/share/spe/_spe/images/spe.png	usr/share/pixmaps/spe.png
 
 # Link external modules to the debian packages, so we don't duplicate code.
-usr/share/pycentral/kiki/site-packages/kiki				usr/share/spe/plugins/kiki
-usr/share/pycentral/python-wxglade/site-packages/wxglade		usr/share/spe/plugins/wxGlade
-usr/share/python-support/winpdb						usr/share/spe/plugins/winpdb
-usr/share/python-support/pychecker/pychecker				usr/share/spe/plugins/pychecker
-usr/share/python-support/pychecker/pychecker2				usr/share/spe/plugins/pychecker2
-usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/tools/XRCed	usr/share/spe/plugins/XRCed
+usr/share/pycentral/kiki/site-packages/kiki				usr/share/spe/_spe/plugins/kiki
+usr/share/pycentral/python-wxglade/site-packages/wxglade		usr/share/spe/_spe/plugins/wxGlade
+usr/share/python-support/winpdb						usr/share/spe/_spe/plugins/winpdb
+usr/share/python-support/pychecker/pychecker				usr/share/spe/_spe/plugins/pychecker
+usr/share/python-support/pychecker/pychecker2				usr/share/spe/_spe/plugins/pychecker2
+usr/lib/python2.4/site-packages/wx-2.6-gtk2-unicode/wx/tools/XRCed	usr/share/spe/_spe/plugins/XRCed

Modified: packages/spe/trunk/debian/rules
===================================================================
--- packages/spe/trunk/debian/rules	2008-02-16 22:14:00 UTC (rev 658)
+++ packages/spe/trunk/debian/rules	2008-02-16 23:48:26 UTC (rev 659)
@@ -30,11 +30,11 @@
 	dh_testroot
 	dh_clean -k
 
-	python setup.py install --root=debian/spe --install-lib=usr/share/spe --no-compile
+	python setup.py install --root=debian/spe --install-lib=usr/share/spe/_spe --no-compile
 
-	rm debian/spe/usr/share/spe/SPE_DEBUG.py
+	rm debian/spe/usr/share/spe/_spe/SPE_DEBUG.py
 
-	chmod +x debian/spe/usr/share/spe/SPE.py
+	chmod +x debian/spe/usr/share/spe/_spe/SPE.py
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Python-apps-commits mailing list