[saga] 01/01: Remove unneeded configure option
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Mon Aug 4 19:29:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
johanvdw-guest pushed a commit to branch master
in repository saga.
commit a073b42599ff4d063b94e3b69992c45443de2270
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Mon Aug 4 21:28:53 2014 +0200
Remove unneeded configure option
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8351df1..42abbeb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ CFLAGS+=$(CPPFLAGS)
dh $@ --with python2 --with autoreconf
override_dh_auto_configure:
- dh_auto_configure -- --enable-unicode --prefix=/usr --enable-python $(shell dpkg-buildflags --export=configure)
+ dh_auto_configure -- --prefix=/usr --enable-python $(shell dpkg-buildflags --export=configure)
VERSION := $(shell grep '^AC_INIT' configure.ac | \
sed 's/AC_INIT(saga, \([0-9|\.]*\)\,.*)/\1/g')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/saga.git
More information about the Pkg-grass-devel
mailing list