Source: libnl3 Version: 3.2.7-3 Severity: wishlist Tags: patch Contrary to cdbs' builtin mechanism, dh-autoreconf properly cleans up the files it modified.
Michael -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.2.0-25-generic (SMP w/4 CPU cores) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 3d1b7e2e58f003f464ecb9b683eb5cdff25d27e9 Mon Sep 17 00:00:00 2001 From: Michael Biebl <[email protected]> Date: Fri, 29 Jun 2012 02:11:53 +0200 Subject: [PATCH] Use dh-autoreconf to update the build system Contrary to cdbs' builtin mechanism, dh-autoreconf properly cleans up the files it modified. --- debian/control | 2 +- debian/rules | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 75c7dd8..20bf502 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Heiko Stuebner <[email protected]> DM-Upload-Allowed: yes Build-Depends: debhelper (>= 9), dh-exec (>= 0.3), cdbs (>= 0.4.93~), doxygen, bison, flex, mscgen, graphviz, python-pygments, xmlstarlet, texlive-latex-base, asciidoc, automake, - source-highlight, autoconf, ghostscript + source-highlight, autoconf, ghostscript, dh-autoreconf Standards-Version: 3.9.3 Homepage: http://people.suug.ch/~tgr/libnl/ diff --git a/debian/rules b/debian/rules index 5c5c436..6cb1553 100755 --- a/debian/rules +++ b/debian/rules @@ -16,6 +16,7 @@ TG_BRANCHES := debian/etc-libnl-3,debian/out-of-tree,fixes/dot-threads include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk # FIXME: not honoured @@ -26,8 +27,6 @@ DEB_DH_STRIP_ARGS := --dbg-package=libnl-3-200-dbg DEB_DH_MAKESHLIBS_ARGS_libnl-3-200 := -V"libnl-3-200 (>= $(DEB_UPSTREAM_VERSION))" --add-udeb=$(udeb_libnl) DEB_DH_MAKESHLIBS_ARGS_libnl-genl-3-200 := -V"libnl-genl-3-200 (>= $(DEB_UPSTREAM_VERSION))" --add-udeb=$(udeb_libnl_genl) -DEB_AUTO_UPDATE_ACLOCAL=1.11 - DEB_MAKE_DESTDIRSKEL = $(CURDIR)/debian/tmp DEB_MAKE_DESTDIRSKEL_udeb = $(CURDIR)/debian/tmp/udeb -- 1.7.10

