Package: arpack++
Followup-For: Bug #713300
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu trusty ubuntu-patch

Dear Maintainer,

In Ubuntu 14.04, the attached patch was applied to achieve the following:

  * Use dh-autoreconf, resolving FTBFS (Closes: #713300) (LP: #1229528)


This debdiff may contain extraneous metadata. If so, kindly please ignore
them. Thanks for considering the patch!


-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise'), (100, 'precise-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.11.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru arpack++-2.3/debian/changelog arpack++-2.3/debian/changelog
diff -Nru arpack++-2.3/debian/control arpack++-2.3/debian/control
--- arpack++-2.3/debian/control	2011-08-03 04:54:52.000000000 -0400
+++ arpack++-2.3/debian/control	2014-01-17 15:29:54.000000000 -0500
@@ -2,8 +2,9 @@
 Homepage: http://ljk.imag.fr/membres/Christophe.Prudhomme/software.php
 Section: devel
 Priority: optional
-Build-Depends: cdbs, debhelper ( >> 4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, automake, autoconf, libtool
-Maintainer: Debian Science Team <debian-science-maintain...@lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper ( >> 4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, dh-autoreconf
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Science Team <debian-science-maintain...@lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudh...@debian.org>
 Standards-Version: 3.9.2
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/arpack++/
diff -Nru arpack++-2.3/debian/rules arpack++-2.3/debian/rules
--- arpack++-2.3/debian/rules	2011-08-03 05:09:17.000000000 -0400
+++ arpack++-2.3/debian/rules	2014-01-17 15:24:13.000000000 -0500
@@ -12,6 +12,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_BUILDDIR 			:= $(DEB_SRCDIR)/
 DEB_CONFIGURE_SCRIPT		:= $(CURDIR)/configure
@@ -31,10 +32,6 @@
 CXXFLAGS= -O3
 FFLAGS= -O3
 
-debian/stamp-autotools-files:
-	libtoolize
-	autoreconf
-
 VERSION=2.3
 orig-tarball:
 	mkdir tmp; \

Reply via email to