[libgpuarray] 03/04: Normalize the preamble of the rules file

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jul 25 23:14:19 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository libgpuarray.

commit 9d50d363d8fd0fda75f5b0db7462440247716921
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Wed Jul 26 00:03:08 2017 +0100

    Normalize the preamble of the rules file
---
 debian/rules | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index bdaca00..d31f8c1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,15 @@
 #!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
-export DEB_BUILD_MAINT_OPTIONS = hardening=+bindnow
 
-export PYBUILD_NAME = pygpu
-export PYBUILD_SYSTEM = distutils
-export PYBUILD_BEFORE_BUILD = {interpreter} setup.py build_ext -b {build_dir} -I $(CURDIR)/src -L $(CURDIR)/lib
-export PYBUILD_AFTER_INSTALL_python2-dbg = rm -f {destdir}/{install_dir}/pygpu/*.h
-export PYBUILD_AFTER_INSTALL_python3-dbg = rm -f {destdir}/{install_dir}/pygpu/*.h
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+
+export PYBUILD_NAME=pygpu
+export PYBUILD_SYSTEM=distutils
+export PYBUILD_BEFORE_BUILD={interpreter} setup.py build_ext -b {build_dir} -I $(CURDIR)/src -L $(CURDIR)/lib
+export PYBUILD_AFTER_INSTALL_python2-dbg=rm -f {destdir}/{install_dir}/pygpu/*.h
+export PYBUILD_AFTER_INSTALL_python3-dbg=rm -f {destdir}/{install_dir}/pygpu/*.h
 
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/libgpuarray.git



More information about the debian-science-commits mailing list