Package: src:libnet
Severity: normal
Tags: patch
User: debian-powe...@lists.debian.org
Usertags: ppc64el
User: debian-de...@lists.debian.org
Usertags: autoreconf


Dear Maintainer,

Package libnet fails to build from source on ppc64el, due to configuration files
being out of date.
Running autoreconf will update them accordingly and the package will build
successfully.
The patch attached includes dh-autoreconf to the build.

Thank you.
Fernando


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: ppc64el (ppc64le)

Kernel: Linux 3.13-1-powerpc64le (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru libnet-1.1.6+dfsg/debian/control libnet-1.1.6+dfsg/debian/control
--- libnet-1.1.6+dfsg/debian/control	2013-07-14 18:31:42.000000000 +0000
+++ libnet-1.1.6+dfsg/debian/control	2014-06-11 18:50:59.000000000 +0000
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Stefanos Harhalakis <v...@v13.gr>
 Build-Depends: debhelper (>= 9), sharutils, libpcap-dev, cdbs (>=0.4.93~),
- patchutils, autotools-dev
+ patchutils, dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://libnet-dev.sourceforge.net/
 
diff -Nru libnet-1.1.6+dfsg/debian/rules libnet-1.1.6+dfsg/debian/rules
--- libnet-1.1.6+dfsg/debian/rules	2012-07-23 13:26:05.000000000 +0000
+++ libnet-1.1.6+dfsg/debian/rules	2014-06-11 18:42:17.000000000 +0000
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 #DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS="-Wl,-z,defs,--as-needed"

Reply via email to