diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 7e796b1f..f8290195 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: indicator-keyboard Section: gnome Priority: extra Maintainer: William Hua <william.hua@canonical.com> -Build-Depends: debhelper (>= 8.0.0), autotools-dev +Build-Depends: debhelper (>= 8.0.0), dh-autoreconf Standards-Version: 3.9.4 Homepage: https://code.launchpad.net/~attente/+junk/indicator-keyboard #Vcs-Git: git://git.debian.org/collab-maint/indicator-keyboard.git diff --git a/debian/rules b/debian/rules index 312e24d2..85ce4e29 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ --with autotools-dev + dh $@ --with autoreconf |