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

Emanuele Rocca ema@costa.debian.org
Thu, 12 May 2005 21:01:53 +0000


Author: ema
Date: 2005-05-12 21:01:53 +0000 (Thu, 12 May 2005)
New Revision: 97

Modified:
   goodies/exo/debian/control
   goodies/exo/debian/rules
Log:
Python stuff commented out, build-dependecies on python removed


Modified: goodies/exo/debian/control
===================================================================
--- goodies/exo/debian/control	2005-05-11 12:14:13 UTC (rev 96)
+++ goodies/exo/debian/control	2005-05-12 21:01:53 UTC (rev 97)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
 Uploaders: Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Rudy Godoy <rudy@kernel-panik.org>, Martin Loschwitz <madkiss@debian.org>, Yves-Alexis Perez <corsac@corsac.net>
-Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.2.0), gtk-doc-tools, python2.3-dev, python, python2.3-numeric, python-gtk2-dev, libstartup-notification0-dev
+Build-Depends: debhelper (>= 4.0.0), libxfcegui4-dev (>= 4.2.0), gtk-doc-tools, libstartup-notification0-dev
 Standards-Version: 3.6.1
 Section: libs
 

Modified: goodies/exo/debian/rules
===================================================================
--- goodies/exo/debian/rules	2005-05-11 12:14:13 UTC (rev 96)
+++ goodies/exo/debian/rules	2005-05-12 21:01:53 UTC (rev 97)
@@ -38,7 +38,7 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final --enable-gtk-doc
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final --enable-gtk-doc --disable-python
 
 
 build: build-stamp
@@ -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
+	-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
@@ -109,7 +109,7 @@
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
-	dh_python
+	#dh_python
 	dh_installdeb
 	dh_shlibdeps -L $(LIBRARY_PKGNAME) -l debian/$(LIBRARY_PKGNAME)/usr/lib
 	dh_gencontrol