[saga] 04/04: Add all hardening + fix dh_python warnings
Johan Van de Wauw
johanvdw-guest at moszumanska.debian.org
Fri Jan 31 23:02:04 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 4c8f82337cf94cb54537260ff6962da18a333cb0
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date: Fri Jan 10 05:04:44 2014 -0500
Add all hardening + fix dh_python warnings
---
debian/rules | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/debian/rules b/debian/rules
index 28d3822..f891a04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,7 @@
#!/usr/bin/make -f
+
+CFLAGS+=$(CPPFLAGS)
+
%:
dh $@ --with python2 --with autoreconf
@@ -20,6 +23,9 @@ override_dh_clean:
dh_clean
rm -f src/saga_core/saga_api/saga_api.py
+override_dh_makeshlibs:
+ dh_makeshlibs -Xpython-saga
+
get-orig-source:
wget $(UPSTREAM_URL)
gunzip *.tar.gz
--
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