tags 666337 + pending thanks Dear maintainer,
Sebastian Ramacher has prepared an NMU for euler (versioned as 1.61.0-8.1) and I've uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: Simon And Garfunkel: 59th St. Bridge Song
diff -Nru euler-1.61.0/debian/changelog euler-1.61.0/debian/changelog
--- euler-1.61.0/debian/changelog 2009-11-18 13:39:47.000000000 +0100
+++ euler-1.61.0/debian/changelog 2012-06-01 15:19:19.000000000 +0200
@@ -1,3 +1,16 @@
+euler (1.61.0-8.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Use dh-autoreconf to regenerate ./configure. This fixes the FTBFS and
+ lintian's binary-or-shlib-defines-rpath. (Closes: #666337)
+ - debian/control: Build-Dep on dh-autoreconf instead of autotools-dev.
+ - debian/rules:
+ - Call dh with --with autoreconf and don't copy config.{guess,sub}
+ manually.
+ - Export LDFLAGS to not revert the maintainer's change in 1.61.0-5.
+
+ -- Sebastian Ramacher <[email protected]> Fri, 01 Jun 2012 13:48:31 +0200
+
euler (1.61.0-8) unstable; urgency=low
* Switched to source format "3.0 (quilt)".
diff -Nru euler-1.61.0/debian/control euler-1.61.0/debian/control
--- euler-1.61.0/debian/control 2009-11-18 13:39:47.000000000 +0100
+++ euler-1.61.0/debian/control 2012-06-01 15:17:25.000000000 +0200
@@ -2,7 +2,7 @@
Section: math
Priority: optional
Maintainer: Frank S. Thomas <[email protected]>
-Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev (>= 2.6.0)
+Build-Depends: debhelper (>= 7), dh-autoreconf, libgtk2.0-dev (>= 2.6.0)
Standards-Version: 3.8.3
Vcs-Git: git://git.debian.org/git/collab-maint/euler.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/euler.git
diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules
--- euler-1.61.0/debian/rules 2009-11-18 13:39:47.000000000 +0100
+++ euler-1.61.0/debian/rules 2012-06-01 15:17:25.000000000 +0200
@@ -1,13 +1,6 @@
#!/usr/bin/make -f
-LDFLAGS += -Wl,--as-needed
-
-build:
- cp -f /usr/share/misc/config.guess .
- cp -f /usr/share/misc/config.sub .
- dh build
+export LDFLAGS += -Wl,--as-needed
%:
- dh $@
-
-.PHONY: build
+ dh $@ --with autoreconf
signature.asc
Description: Digital signature

