diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 13:49:07 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-06 14:45:56 +0100 |
commit | 76d15095ffae6e4fed8ac57f5186ba6107a655b3 (patch) | |
tree | 28908b77e1e63308ed58bc87a11d615ebabec84a /debian/rules | |
parent | d1b09d9f99e4b4ad9bd1d4cb7fb66ca5dfa014d6 (diff) | |
download | ayatana-ido-76d15095ffae6e4fed8ac57f5186ba6107a655b3.tar.gz ayatana-ido-76d15095ffae6e4fed8ac57f5186ba6107a655b3.tar.bz2 ayatana-ido-76d15095ffae6e4fed8ac57f5186ba6107a655b3.zip |
Fork ayatana-ido from Ubuntu's ido shared library.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index c05f4c4..6b571b0 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 4 %: dh $@ --with autoreconf +override_dh_auto_test: + override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh |