[SCM] Packaging for ESyS-Particle - Open Source software for particle-based numerical modelling branch, master, updated. debian/2.2-1_exp1-8-gdb2c5f2

Anton Gladky gladky.anton at gmail.com
Sun May 5 19:35:10 UTC 2013


The following commit has been merged in the master branch:
commit 40e5f648a3c7eea1845df1234a915976f433e188
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Sun May 5 20:39:41 2013 +0200

    Use dh-autoreconf.

diff --git a/debian/control b/debian/control
index 6028ca0..f03d5fd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: extra
 Build-Depends: debhelper (>= 9), libtool (>= 1.5.2), automake (>= 1.8.2), 
  autoconf (>= 2.59), libltdl7-dev, libboost-dev, libboost-iostreams-dev, 
  libcppunit-dev, python-epydoc, autotools-dev, libboost-all-dev,
- mpi-default-bin, mpi-default-dev, libvtk5-dev, doxygen, python-demgengeo
+ mpi-default-bin, mpi-default-dev, libvtk5-dev, doxygen, python-demgengeo,
+ dh-autoreconf
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders:  Anton Gladky <gladk at debian.org>
 Standards-Version: 3.9.4
diff --git a/debian/rules b/debian/rules
index 99ee6ce..8ceb4ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --parallel
+	dh $@ --parallel --with autoreconf
 
 export OMPI_MCA_plm_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot
 export LD_LIBRARY_PATH :=  $(CURDIR)/debian/esys-particle/usr/lib/${DEB_HOST_MULTIARCH}/:$(CURDIR)/debian/esys-particle/usr/lib/python2.7/dist-packages/esys/lsm/util/:$(CURDIR)/debian/esys-particle/usr/lib/python2.7/dist-packages/esys/lsm/:$(LD_LIBRARY_PATH);
@@ -15,12 +15,7 @@ LDFLAGS := -lboost_system $(shell dpkg-buildflags --get LDFLAGS)
 
 extra_flags += CFLAGS='$(CFLAGS)' CXXFLAGS='$(CXXFLAGS)' CPPFLAGS='$(CPPFLAGS)' LDFLAGS='$(LDFLAGS)' --with-epydoc --with-vtk
 
-override_dh_auto_clean:
-	[ ! -f Makefile ] || $(MAKE) distclean
-	dh_clean
-
 override_dh_auto_configure:
-	./autogen.sh
 	dh_auto_configure -- CC=mpicc CXX=mpicxx --prefix=/usr --exec_prefix=/usr $(extra_flags) 
 
 override_dh_auto_build:

-- 
Packaging for ESyS-Particle - Open Source software for particle-based numerical modelling



More information about the debian-science-commits mailing list