From c724d5bf4391f15fb367061b500462a32eddb598 Mon Sep 17 00:00:00 2001 From: Darik Horn Date: Wed, 23 Apr 2014 18:25:47 -0400 Subject: [PATCH] Promote debhelper compatibility level to 9. The compat=9 overlay level is supported by Debian Wheezy, Ubuntu Lucid, and all other current DEB platforms. --- debian/compat | 2 +- debian/rules | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011e..ec635144 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/rules b/debian/rules index 8bc660b9..dd9063bb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,4 @@ #!/usr/bin/make -f -export DH_VERBOSE=1 -CFLAGS := $(shell dpkg-buildflags --get CFLAGS) -LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) - %: dh $@ --with autoreconf