[Pkg-scicomp-commits] getfem++/trunk/debian

Konstantinos Poulios logari81 at googlemail.com
Tue Dec 15 19:30:56 UTC 2009


SVN commit 4725 by logari81-guest:

Add patch support with quilt and patch fixing bug #552709

 M  +3 -3      getfem++/trunk/debian/changelog  
 M  +1 -1      getfem++/trunk/debian/control  
 A             getfem++/trunk/debian/patches (directory)  
 A             getfem++/trunk/debian/patches/gmm_superlu_interface.patch  
 A             getfem++/trunk/debian/patches/series  
 M  +2 -0      getfem++/trunk/debian/rules  


--- getfem++/trunk/debian/changelog #4724:4725
@@ -1,8 +1,8 @@
-getfem++ (4.0.0-3) UNRELEASED; urgency=low
+getfem++ (4.0.0-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Fix broken superlu interface in libgmm++-dev (Closes: #552709)
 
- -- kostas <kostas at acer-laptop>  Sun, 01 Nov 2009 15:29:39 +0100
+ -- Konstantinos Poulios <poulios.konstantinos at gmail.com>  Mon, 14 Dec 2009 22:46:20 +0100
 
 getfem++ (4.0.0-2) unstable; urgency=low
 
--- getfem++/trunk/debian/control #4724:4725
@@ -3,7 +3,7 @@
 Maintainer: Debian Scientific Computing Team <pkg-scicomp-devel at lists.alioth.debian.org>
 Uploaders: Konstantinos Poulios <poulios.konstantinos at gmail.com>
 Build-Depends: debhelper (>= 7),
-    autotools-dev, libtool, automake, autoconf,
+    autotools-dev, libtool, automake, autoconf, quilt (>= 0.46-4),
     libblas-dev, libboost-dev, libqhull-dev, libsuperlu3-dev,
     python-numpy, python-all-dev, python-support (>= 1.0.4)
 XS-Python-Version: all
--- getfem++/trunk/debian/rules #4724:4725
@@ -41,6 +41,7 @@
 configure: configure-stamp
 configure-stamp:
 	dh_testdir
+	QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2
 	# Add here commands to configure the package.
 	aclocal -I ./m4
 	libtoolize -f
@@ -66,6 +67,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
+	QUILT_PATCHES=debian/patches quilt pop -a -R || test $$? = 2
 
 	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean



More information about the Pkg-scicomp-commits mailing list