diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-05 13:26:07 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-04-05 13:26:07 +0200 |
commit | 1f2de93a55d3abdb4c9a301c560c05431bafe7aa (patch) | |
tree | 0f6e6dac7e30e5e0440b2512cc706ce08a039371 /debian/rules | |
parent | 9111a3982f9e17b770e6c882694da635cf675638 (diff) |
remove d/install, d/rules remove --debug from ./configure
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 460f96d..2a6d128 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) dh $@ override_dh_auto_configure: - ./configure --prefix=/usr --libexec=/usr/lib --disable-schemas-compile --debug + ./configure --prefix=/usr --libexec=/usr/lib --disable-schemas-compile override_dh_install: dh_install |