[polybori] 08/13: Build also python module.
Tobias Hansen
thansen at moszumanska.debian.org
Sat Nov 4 01:30:37 UTC 2017
This is an automated email from the git hooks/post-receive script.
thansen pushed a commit to branch master
in repository polybori.
commit 334e284bd5dddddf0a3126dc43138384f23c0dd4
Author: Tobias Hansen <thansen at debian.org>
Date: Tue Oct 24 23:39:49 2017 +0000
Build also python module.
---
debian/rules | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/debian/rules b/debian/rules
index b7062c5..483bfd9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,26 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
%:
dh $@ --parallel --with autoreconf --with python2
+override_dh_auto_build:
+ dh_auto_build
+ dh_auto_build --buildsystem=pybuild --sourcedirectory=sage-brial
+
+override_dh_auto_clean:
+ dh_auto_clean
+ dh_auto_clean --buildsystem=pybuild --sourcedirectory=sage-brial
+
+override_dh_auto_configure:
+ dh_auto_configure
+ dh_auto_configure --buildsystem=pybuild --sourcedirectory=sage-brial
+
+override_dh_auto_install:
+ dh_auto_install
+ dh_auto_install --buildsystem=pybuild --sourcedirectory=sage-brial
+
+override_dh_auto_test:
+ dh_auto_test
+ dh_auto_test --buildsystem=pybuild --sourcedirectory=sage-brial
+
override_dh_strip:
dh_strip -plibbrial0 \
--dbg-package=libbrial0-dbg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/polybori.git
More information about the debian-science-commits
mailing list