[SCM] Packaging for python-demgengeo. Library for creating geometry-files of packed spheres for DEM-programms. branch, master, updated. upstream/0.99_bzr106-4-ge91a2db

Sylvestre Ledru sylvestre.ledru at scilab.org
Sat Dec 3 20:47:37 UTC 2011


The following commit has been merged in the master branch:
commit e91a2db13b7916e6906dc0e5c35938c16307a745
Author: Sylvestre Ledru <sylvestre.ledru at scilab.org>
Date:   Sat Dec 3 21:47:19 2011 +0100

    Minor changes

diff --git a/debian/python-demgengeo.docs b/debian/python-demgengeo.docs
index 2a0ae4d..c2a0145 100644
--- a/debian/python-demgengeo.docs
+++ b/debian/python-demgengeo.docs
@@ -1 +1 @@
-debian/tmp/usr/share/doc/lsmgengeo-1.0/pythonapi/
+debian/tmp/usr/share/doc/lsmgengeo-*/pythonapi/
diff --git a/debian/rules b/debian/rules
index b5f5672..4addd5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,11 +8,10 @@ CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
 	dh $@  --sourcedirectory=build
 
 override_dh_auto_configure:
-	cd $(SRCDIR); ./autogen.sh; ./configure --prefix=/usr CXXFLAGS='$(CXXFLAGS)' --enable-docs
+	cd $(SRCDIR) && ./autogen.sh && ./configure --prefix=/usr CXXFLAGS='$(CXXFLAGS)' --enable-docs
 
 override_dh_auto_install:
 	dh_auto_install -- DESTDIR=$(INSTDIR)
 	find . -name '*.pyc' -print0 | xargs -0 rm -f
 	find . -name '*.pyo' -print0 | xargs -0 rm -f
 	find . -name '*.la' -print0 | xargs -0 rm -f
-

-- 
Packaging for python-demgengeo. Library for creating geometry-files of packed spheres for DEM-programms.



More information about the debian-science-commits mailing list