[Pkg-xfce-commits] r389 - goodies/exo/debian

Yves-Alexis Perez corsac-guest at costa.debian.org
Thu Dec 22 09:59:33 UTC 2005


Author: corsac-guest
Date: 2005-12-22 09:59:32 +0000 (Thu, 22 Dec 2005)
New Revision: 389

Modified:
   goodies/exo/debian/rules
Log:
we don't have python bindings at the moment so we don't need to take care of it in debian/rules


Modified: goodies/exo/debian/rules
===================================================================
--- goodies/exo/debian/rules	2005-12-22 01:07:28 UTC (rev 388)
+++ goodies/exo/debian/rules	2005-12-22 09:59:32 UTC (rev 389)
@@ -24,7 +24,7 @@
 EXOVERS=$(shell sed -ne 's/^Package: libexo-\([0-9]\{1,\}\.[0-9]\{1,\}\)-[0-9]\{1,\}/\1/p' debian/control)
 
 # determine python version in use
-PYVERS=$(shell sed -ne 's/^Build-Depends:.*python\([0-9]\{1,\}\.[0-9]\{1,\}\)-dev.*/\1/p' debian/control)
+#PYVERS=$(shell sed -ne 's/^Build-Depends:.*python\([0-9]\{1,\}\.[0-9]\{1,\}\)-dev.*/\1/p' debian/control)
 
 # determine library package name
 LIBRARY_PKGNAME=$(shell sed -ne 's/^Package: \(libexo-[0-9]\{1,\}\.[0-9]\{1,\}-[0-9]\{1,\}\)/\1/p' debian/control)
@@ -82,14 +82,14 @@
 	 && mv exo exo-$(EXOVERS))
 
 	# move the pyexo.py away, will be managed as an alternative
-	-(cd $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages \
+	#-(cd $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages \
 	 && mv pyexo.py pyexo.py.python$(PYVERS)-exo$(EXOVERS))
 
 	# delete unused static library
 	-rm -f $(CURDIR)/debian/tmp/usr/lib/python$(PYVERS)/site-packages/exo-$(EXOVERS)/_exo.a
 
 	# delete all pre-compiled python files
-	-find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';'
+	#-find $(CURDIR)/debian/tmp -name '*.py[co]' -exec rm -f '{}' ';'
 
 # Build architecture-independent files here.
 binary-indep: build install




More information about the Pkg-xfce-commits mailing list