summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Geyer <fgeyer@debian.org>2013-01-25 18:10:32 +0100
committerFelix Geyer <fgeyer@debian.org>2013-01-26 15:15:40 +0100
commitd574eb8b2a6c35a5e3f0af0bd13410fd60853cf4 (patch)
treebbcb06bb3ebe1cf9658fc2731adbba44d846b04f
parent560c9eb60269759af12d640f09336563b36b1c84 (diff)
downloadkbuild-d574eb8b2a6c35a5e3f0af0bd13410fd60853cf4.tar.gz
Switch to debhelper compat level v9.
-rw-r--r--debian/changelog1
-rw-r--r--debian/compat2
-rw-r--r--debian/control2
-rwxr-xr-xdebian/rules2
4 files changed, 4 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 249289f..5934de0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ kbuild (1:0.1.9998svn2577+dfsg-1) UNRELEASED; urgency=low
* New upstream snapshot.
* Switch to my @debian.org email address.
* Refresh patches.
+ * Switch to debhelper compat level v9.
-- Felix Geyer <fgeyer@debian.org> Fri, 25 Jan 2013 17:52:57 +0100
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 0f8e836..8df0bf5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Debian Virtualbox Team <pkg-virtualbox-devel@lists.alioth.debian.org>
Uploaders: Michael Meskes <meskes@debian.org>,
Felix Geyer <fgeyer@debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 9),
autoconf,
automake,
autopoint,
diff --git a/debian/rules b/debian/rules
index 152917d..55e173d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ BOOTSTRAP := ASH=/bin/bash ECHO=/bin/echo MKDIR=/bin/mkdir CP=/bin/cp \
SVNROOT := http://svn.netlabs.org/repos/kbuild/trunk
REVISION := $(shell echo $(UPSTREAM_VERSION) | sed -e's,.*svn,,' | sed -e's,+dfsg.*,,')
-export LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
%:
dh $@