[Python-apps-commits] r6383 - in packages/pyspread/trunk/debian (control links rules)

anoteng-guest at users.alioth.debian.org anoteng-guest at users.alioth.debian.org
Sun Dec 12 07:29:59 UTC 2010


    Date: Sunday, December 12, 2010 @ 07:29:52
  Author: anoteng-guest
Revision: 6383

Remove breaks
install to private directory, add link from /usr/bin/

Added:
  packages/pyspread/trunk/debian/links
Modified:
  packages/pyspread/trunk/debian/control
  packages/pyspread/trunk/debian/rules

Modified: packages/pyspread/trunk/debian/control
===================================================================
--- packages/pyspread/trunk/debian/control	2010-12-11 11:54:21 UTC (rev 6382)
+++ packages/pyspread/trunk/debian/control	2010-12-12 07:29:52 UTC (rev 6383)
@@ -12,7 +12,6 @@
 Architecture: all
 Depends: ${misc:Depends}, python (>= 2.4), python-numpy (>= 1.1.0), python-wxgtk2.8 (>= 2.8.10.1)
 Recommends: python-pyme (>= 0.8.1), python-gmpy (>= 1.1.0), python-rpy (>= 1.0.3)
-Breaks: ${python:Breaks}
 Description: cross-platform Python spreadsheet application
  Pyspread is a cross-platform Python spreadsheet application. Instead of 
  spreadsheet formulas, Python expressions are entered into the spreadsheet 

Added: packages/pyspread/trunk/debian/links
===================================================================
--- packages/pyspread/trunk/debian/links	                        (rev 0)
+++ packages/pyspread/trunk/debian/links	2010-12-12 07:29:52 UTC (rev 6383)
@@ -0,0 +1 @@
+/usr/share/pyspread/pyspread /usr/bin/pyspread

Modified: packages/pyspread/trunk/debian/rules
===================================================================
--- packages/pyspread/trunk/debian/rules	2010-12-11 11:54:21 UTC (rev 6382)
+++ packages/pyspread/trunk/debian/rules	2010-12-12 07:29:52 UTC (rev 6383)
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f
 
+override_dh_auto_install:
+  	python setup.py install --root=debian/pyspread --install-layout=deb --install-lib=/usr/share/pyspread --install-scripts=/usr/share/pyspread
+
 %:
 	dh --with python2 $@




More information about the Python-apps-commits mailing list