diff options
author | Michael Biebl <biebl@debian.org> | 2016-09-19 22:44:27 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2016-09-19 22:44:27 +0000 |
commit | 630224552a12bd2fd5f6a7d56faf8eec891798f6 (patch) | |
tree | 54a5096b135ca5bd0aa98a21d6ec862d2d6ec990 /debian/rules | |
parent | Convert from cdbs to dh. (diff) | |
download | zenity-630224552a12bd2fd5f6a7d56faf8eec891798f6.tar.gz zenity-630224552a12bd2fd5f6a7d56faf8eec891798f6.tar.bz2 zenity-630224552a12bd2fd5f6a7d56faf8eec891798f6.zip |
Bump debhelper compat level to 10.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index a8a82086..0d374c26 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs -Wl,--as-needed %: - dh $@ --with autoreconf,gnome + dh $@ --with gnome override_dh_install: dh_install --list-missing |