tags 727278 + pending
thanks

Dear maintainer,

Peter's diff above is almost right, but has the build-dep change from
autotools-dev to dh-autoreconf missing. I've fixed that and prepared
an NMU for radvd (versioned as 1:1.9.1-1.2) and uploaded it to
DELAYED/7. Please feel free to tell me if I should delay it longer.

I'm uploading as this bug has been pending for a long time and we are
currently trying to get all of the Debian SCC (strongly connected
component - i.e the core 500 (source) packages that depend on each
other and block most of Debian) buildable on arm64 from standard
Debian sources. radvd is part of that set:
http://people.debian.org/~wookey/bootstrap/blockerlist

Simple diff attached

Regards.
diff -Nru radvd-1.9.1/debian/changelog radvd-1.9.1/debian/changelog
--- radvd-1.9.1/debian/changelog	2013-06-07 10:10:07.000000000 +0100
+++ radvd-1.9.1/debian/changelog	2014-07-05 01:57:38.000000000 +0100
@@ -1,3 +1,10 @@
+radvd (1:1.9.1-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload
+  * Use dh-autoreconf in build to support new architectures (Closes: #727278)
+
+ -- Wookey <woo...@wookware.org>  Sat, 05 Jul 2014 00:54:48 +0000
+
 radvd (1:1.9.1-1.1) unstable; urgency=low
 
   * Non-maintainer upload with maintainer approval.
diff -Nru radvd-1.9.1/debian/control radvd-1.9.1/debian/control
--- radvd-1.9.1/debian/control	2013-06-07 10:10:38.000000000 +0100
+++ radvd-1.9.1/debian/control	2014-07-05 01:54:23.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Ghe Rivero <g...@debian.org>
 Standards-Version: 3.9.3
-Build-Depends: autotools-dev, debhelper (>= 9), flex, bison,
+Build-Depends: dh-autoreconf, debhelper (>= 9), flex, bison,
  pkg-config,
  libdaemon-dev
 
diff -Nru radvd-1.9.1/debian/rules radvd-1.9.1/debian/rules
--- radvd-1.9.1/debian/rules	2013-06-07 10:11:26.000000000 +0100
+++ radvd-1.9.1/debian/rules	2014-07-05 01:53:59.000000000 +0100
@@ -3,7 +3,7 @@
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_autobuild:
 	cp debian/copyright.in > COPYRIGHT

Reply via email to