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.vandew...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to