[Python-apps-commits] r272 - in /packages/spe/trunk/debian: patches/01_setup.py.patch.dpatch rules spe.install spe.links
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sat Nov 24 16:43:49 UTC 2007
Author: pochu-guest
Date: Sat Nov 24 16:43:49 2007
New Revision: 272
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=272
Log:
move symlinks to debian/spe.install
Added:
packages/spe/trunk/debian/spe.links
Modified:
packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch
packages/spe/trunk/debian/rules
packages/spe/trunk/debian/spe.install
Modified: packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch?rev=272&op=diff
==============================================================================
--- packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch (original)
+++ packages/spe/trunk/debian/patches/01_setup.py.patch.dpatch Sat Nov 24 16:43:49 2007
@@ -8,7 +8,7 @@
--- spe-0.8.4b/setup.py 1970-01-01 01:00:00.000000000 +0100
+++ spe-0.8.4b.orig/setup.py 2007-11-24 16:48:55.000000000 +0100
-@@ -0,0 +1,13 @@
+@@ -0,0 +1,14 @@
+from distutils.core import setup
+
+setup(name = "spe",
@@ -20,5 +20,6 @@
+ license = "GPL",
+ scripts = ['_spe/spe'],
+ packages = ['_spe', '_spe.dialogs', '_spe.examples', '_spe.plugins', '_spe.shortcuts', '_spe.sidebar', '_spe.skins', '_spe.sm', '_spe.tabs', '_spe.view', '_spe.plugins.kiki', '_spe.plugins.pychecker', '_spe.plugins.pychecker2', '_spe.plugins.winpdb', '_spe.plugins.wxGlade', '_spe.plugins.wxGlade.edit_sizers', '_spe.plugins.wxGlade.widgets', '_spe.plugins.wxGlade.widgets.bitmap_button', '_spe.plugins.wxGlade.widgets.button', '_spe.plugins.wxGlade.widgets.checkbox', '_spe.plugins.wxGlade.widgets.choice', '_spe.plugins.wxGlade.widgets.combo_box', '_spe.plugins.wxGlade.widgets.custom_widget', '_spe.plugins.wxGlade.widgets.dialog', '_spe.plugins.wxGlade.widgets.frame', '_spe.plugins.wxGlade.widgets.gauge', '_spe.plugins.wxGlade.widgets.grid', '_spe.plugins.wxGlade.widgets.list_box', '_spe.plugins.wxGlade.widgets.list_ctrl', '_spe.plugins.wxGlade.widgets.menubar', '_spe.plugins.wxGlade.widgets.notebook', '_spe.plugins.wxGlade.widgets.panel', '_spe.plugins.wxGlade.widgets.radio_box', '_spe.plugins.wxGlade.widgets.radio_button', '_spe.plugins.wxGlade.widgets.slider', '_spe.plugins.wxGlade.widgets.spacer', '_spe.plugins.wxGlade.widgets.spin_button', '_spe.plugins.wxGlade.widgets.spin_ctrl', '_spe.plugins.wxGlade.widgets.splitter_window', '_spe.plugins.wxGlade.widgets.static_bitmap', '_spe.plugins.wxGlade.widgets.static_line', '_spe.plugins.wxGlade.widgets.static_text', '_spe.plugins.wxGlade.widgets.text_ctrl', '_spe.plugins.wxGlade.widgets.toggle_button', '_spe.plugins.wxGlade.widgets.toolbar', '_spe.plugins.wxGlade.widgets.tree_ctrl', '_spe.skins.default', '_spe.sm.wxp'],
++ package_data={'_spe': ['defaults.cfg']},
+)
+
Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=272&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sat Nov 24 16:43:49 2007
@@ -32,7 +32,7 @@
python setup.py install --root=debian/spe --no-compile
- rm -f debian/spe/usr/bin/spe_wininst.py
+# rm -f debian/spe/usr/bin/spe_wininst.py
dh_link usr/share/spe/doc \
usr/share/pycentral/spe/site-packages/_spe/doc
@@ -41,7 +41,7 @@
debian/spe/usr/share/doc/spe/
dh_link usr/share/doc/spe/examples \
usr/share/pycentral/spe/site-packages/_spe/examples
- rm -f debian/spe/usr/lib/python$(PV)/site-packages/_spe/spe_changes.txt
+# rm -f debian/spe/usr/lib/python$(PV)/site-packages/_spe/spe_changes.txt
rm -rf debian/spe/usr/lib/python$(PV)/site-packages/_spe/plugins/kiki
dh_link usr/share/pycentral/kiki/site-packages/kiki \
Modified: packages/spe/trunk/debian/spe.install
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.install?rev=272&op=diff
==============================================================================
--- packages/spe/trunk/debian/spe.install (original)
+++ packages/spe/trunk/debian/spe.install Sat Nov 24 16:43:49 2007
@@ -1,3 +1,4 @@
debian/spe.desktop usr/share/applications
debian/spe.xpm usr/share/pixmaps
_spe/doc usr/share/spe
+_spe/skins usr/share/spe
Added: packages/spe/trunk/debian/spe.links
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.links?rev=272&op=file
==============================================================================
--- packages/spe/trunk/debian/spe.links (added)
+++ packages/spe/trunk/debian/spe.links Sat Nov 24 16:43:49 2007
@@ -1,0 +1,2 @@
+usr/share/spe/doc usr/share/pycentral/spe/site-packages/_spe/doc
+usr/share/spe/skins usr/share/pycentral/spe/site-packages/_spe/skins
More information about the Python-apps-commits
mailing list