[med-svn] [librcsb-core-wrapper] 02/07: debhelper 10
Andreas Tille
tille at debian.org
Tue Nov 7 16:21:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository librcsb-core-wrapper.
commit 79915eb380074a7e71e4a941e7269d68df3f71e1
Author: Andreas Tille <tille at debian.org>
Date: Tue Nov 7 17:00:53 2017 +0100
debhelper 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 6 +++---
4 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 84a1602..74929ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ librcsb-core-wrapper (1.005-5) UNRELEASED; urgency=medium
* Enable build against libxerces-c3.2
* Moved packaging from SVN to Git
* Standards-Version: 4.1.1
+ * debhelper 10
-- Andreas Tille <tille at debian.org> Tue, 07 Nov 2017 16:58:10 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 12dd26d..43df43b 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Laszlo Kajan <lkajan at debian.org>,
Andreas Tille <tille at debian.org>
Section: libs
Priority: optional
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
doxygen,
graphviz,
libboost-python-dev,
diff --git a/debian/rules b/debian/rules
index 5e90bcb..df4f846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,16 +11,16 @@ ALLPY=$(PYVERSIONS) $(PYVERSIONS:%=%-dbg)
#export DH_VERBOSE=1
%:
- dh $@ --parallel --with python2
+ dh $@ --with python2
override_dh_auto_build: override_dh_auto_build-nopy override_dh_auto_build-py
override_dh_auto_build-nopy:
- dh_auto_build --parallel
+ dh_auto_build
$(MAKE) doc
override_dh_auto_build-py: override_dh_auto_build-nopy
- dh_auto_build --parallel --sourcedirectory=wrapper/python
+ dh_auto_build --sourcedirectory=wrapper/python
override_dh_auto_install: override_dh_auto_install-nopy override_dh_auto_install-py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/librcsb-core-wrapper.git
More information about the debian-med-commit
mailing list