[pysparse] 04/06: Use pybuild.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Fri Sep 23 13:52:08 UTC 2016


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

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

commit 36baf55b0bf5267a03331a045b3dc7aa684f8357
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Fri Sep 23 12:33:20 2016 +0100

    Use pybuild.
---
 debian/python-sparse.install | 1 -
 debian/rules                 | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/python-sparse.install b/debian/python-sparse.install
deleted file mode 100644
index 73752c9..0000000
--- a/debian/python-sparse.install
+++ /dev/null
@@ -1 +0,0 @@
-usr
diff --git a/debian/rules b/debian/rules
index bdb14c9..cf3aeea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 
+export PYBUILD_NAME = sparse
+
 %:
-	dh $@ --with python2
+	dh $@ --with python2 --buildsystem=pybuild
 
 override_dh_auto_install:
 	dh_auto_install

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



More information about the debian-science-commits mailing list