Package NMU'd to delay 5

NMU interdiff patch attached.

-- 
Colin Tuckley      |  +44(0)1903 236872  |  PGP/GnuPG Key Id
Debian Developer   |  +44(0)7799 143369  |     0x1B3045CE

There are 10 types of people in the world. Those that know binary, and those
that don't.
diff -u harminv-1.3.1/debian/control harminv-1.3.1/debian/control
--- harminv-1.3.1/debian/control
+++ harminv-1.3.1/debian/control
@@ -2,7 +2,7 @@
 Section: science
 Priority: optional
 Maintainer: Loic Le Guyader <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), autotools-dev, lapack3-dev, dpatch
+Build-Depends: debhelper (>= 5), autotools-dev, liblapack-dev, dpatch, gfortran
 Standards-Version: 3.7.2
 
 Package: harminv
diff -u harminv-1.3.1/debian/rules harminv-1.3.1/debian/rules
--- harminv-1.3.1/debian/rules
+++ harminv-1.3.1/debian/rules
@@ -24,7 +24,7 @@
 
 config.status: patch-stamp configure
 	dh_testdir
-	./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --with-cxx --enable-shared
+	F77=gfortran ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs" --with-cxx --enable-shared
 
 build: build-stamp
 build-stamp:  config.status
diff -u harminv-1.3.1/debian/changelog harminv-1.3.1/debian/changelog
--- harminv-1.3.1/debian/changelog
+++ harminv-1.3.1/debian/changelog
@@ -1,3 +1,10 @@
+harminv (1.3.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Use gfortran based Lapack and Blas packages (Closes: #463953).
+
+ -- Colin Tuckley <[EMAIL PROTECTED]>  Fri, 22 Feb 2008 15:12:09 +0000
+
 harminv (1.3.1-1) unstable; urgency=low
 
   * Initial release (Closes: #249768)

Reply via email to