[Python-apps-commits] r281 - in /packages/spe/trunk/debian: install rules spe.install spe.links
pochu-guest at users.alioth.debian.org
pochu-guest at users.alioth.debian.org
Sun Nov 25 15:15:44 UTC 2007
Author: pochu-guest
Date: Sun Nov 25 15:15:44 2007
New Revision: 281
URL: http://svn.debian.org/wsvn/python-apps/?sc=1&rev=281
Log:
fix symbolic links
Added:
packages/spe/trunk/debian/install
- copied unchanged from r280, packages/spe/trunk/debian/spe.install
Removed:
packages/spe/trunk/debian/spe.install
Modified:
packages/spe/trunk/debian/rules
packages/spe/trunk/debian/spe.links
Modified: packages/spe/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/rules?rev=281&op=diff
==============================================================================
--- packages/spe/trunk/debian/rules (original)
+++ packages/spe/trunk/debian/rules Sun Nov 25 15:15:44 2007
@@ -4,7 +4,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-PV := $(shell python -c 'import sys; print sys.version[:3]')
include /usr/share/dpatch/dpatch.make
build: patch build-stamp
@@ -28,13 +27,8 @@
python setup.py install --root=debian/spe --install-lib=usr/share/spe --no-compile
- rm -rf debian/spe/usr/lib/python$(PV)/site-packages/_spe/plugins/kiki
- dh_link usr/share/pycentral/kiki/site-packages/kiki \
- usr/share/pycentral/spe/site-packages/_spe/plugins/kiki
-
- rm -rf debian/spe/usr/lib/python$(PV)/site-packages/_spe/plugins/wxGlade
- dh_link usr/share/pycentral/python-wxglade/site-packages/wxglade \
- usr/share/pycentral/spe/site-packages/_spe/plugins/wxGlade
+ rm -rf debian/spe/usr/share/spe/_spe/plugins/kiki
+ rm -rf debian/spe/usr/share/spe/_spe/plugins/wxGlade
# Build architecture-independent files here.
binary-indep: build install
Modified: packages/spe/trunk/debian/spe.links
URL: http://svn.debian.org/wsvn/python-apps/packages/spe/trunk/debian/spe.links?rev=281&op=diff
==============================================================================
--- packages/spe/trunk/debian/spe.links (original)
+++ packages/spe/trunk/debian/spe.links Sun Nov 25 15:15:44 2007
@@ -2,3 +2,6 @@
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
+
+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
More information about the Python-apps-commits
mailing list