diff --git a/debian/compat b/debian/compat index ec63514..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +11 diff --git a/debian/control b/debian/control index dbca9a3..d2e9d17 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,7 @@ Maintainer: Utopia Maintenance Team Uploaders: Michael Biebl , Martin Pitt , -Build-Depends: autotools-dev, - debhelper (>= 9), - dh-autoreconf, +Build-Depends: debhelper (>= 11), libudev-dev, pkg-config, Standards-Version: 3.9.8 diff --git a/debian/rules b/debian/rules index baa511d..42b9d95 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ --with autoreconf + dh $@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed