diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-01 22:04:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2015-02-01 22:04:04 +0100 |
commit | 818b78e9ca20f25a63ab262b8d2852158df64aa5 (patch) | |
tree | d96e49473fed42e2872cecf8969ee2ca438ac9d6 /debian/rules | |
parent | d2fbbed6c9e7da895915ef57ae57be63a6bfe4a7 (diff) |
FTBFS at i386 & powerpc
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 71e7242..1d42699 100755 --- a/debian/rules +++ b/debian/rules @@ -5,10 +5,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all export VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w)) %: - dh $@ + dh $@ override_dh_auto_configure: - ./configure --debug --prefix=/usr --libexec=/usr/lib --disable-schemas-compile + ./configure --prefix=/usr --libexec=/usr/lib --disable-schemas-compile override_dh_installchangelogs: dh_installchangelogs NEWS |