diff options
author | William Hua <william.hua@canonical.com> | 2013-04-03 15:31:45 -0400 |
---|---|---|
committer | William Hua <william.hua@canonical.com> | 2013-04-03 15:31:45 -0400 |
commit | 9b460b3221d83a51e4ae49d7277cd399238a7bca (patch) | |
tree | f819f4042451abb6f14b144f1e18ff3a5e2fe2f4 /debian | |
parent | bf9cd00d4715e6f3f4cae7aff7873bcabdb14817 (diff) | |
download | ayatana-indicator-keyboard-9b460b3221d83a51e4ae49d7277cd399238a7bca.tar.gz ayatana-indicator-keyboard-9b460b3221d83a51e4ae49d7277cd399238a7bca.tar.bz2 ayatana-indicator-keyboard-9b460b3221d83a51e4ae49d7277cd399238a7bca.zip |
Autogen indicator-keyboard.{indicator,service}.
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 |