Package: libnetfilter-log
Version: 1.0.0-1
Followup-For: Bug #727418
User: [email protected]
Usertags: origin-ubuntu trusty ubuntu-patch
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Use dh-autoreconf to get new libtool macros for ppc64el and update
config.{sub,guess} for new arches.
Thanks for considering the patch.
Logan Rosen
-- System Information:
Debian Release: wheezy/sid
APT prefers trusty-updates
APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500,
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.12.0-7-generic (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u libnetfilter-log-1.0.0/debian/rules libnetfilter-log-1.0.0/debian/rules
--- libnetfilter-log-1.0.0/debian/rules
+++ libnetfilter-log-1.0.0/debian/rules
@@ -18,7 +18,7 @@
build: build-stamp
build-stamp:
dh_testdir
-
+ dh_autoreconf
# ./configure
CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--disable-dependency-tracking \
@@ -35,7 +35,7 @@
rm -f build-stamp install*-stamp
[ ! -f Makefile ] || $(MAKE) distclean
-
+ dh_autoreconf_clean
dh_clean
install: install-stamp
diff -u libnetfilter-log-1.0.0/debian/control libnetfilter-log-1.0.0/debian/control
--- libnetfilter-log-1.0.0/debian/control
+++ libnetfilter-log-1.0.0/debian/control
@@ -2,7 +2,7 @@
Section: libs
Priority: extra
Maintainer: Alexander Wirt <[email protected]>
-Build-Depends: debhelper (>= 5), libnfnetlink-dev (>= 0.0.41)
+Build-Depends: debhelper (>= 5), libnfnetlink-dev (>= 0.0.41), dh-autoreconf
Standards-Version: 3.9.1
Package: libnetfilter-log1