[freecad] 04/05: Switch to debhelper 10
Graham Inggs
ginggs at moszumanska.debian.org
Fri Jan 20 10:09:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
ginggs pushed a commit to branch master
in repository freecad.
commit e25f6a6a3b05fa6a7e8cc85bbf3fe36ee6d07750
Author: Graham Inggs <ginggs at debian.org>
Date: Fri Jan 20 11:20:53 2017 +0200
Switch to debhelper 10
---
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/compat b/debian/compat
index 45a4fb7..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+10
diff --git a/debian/control b/debian/control
index 0b66f53..ac03c0a 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Section: science
Testsuite: autopkgtest
Priority: extra
Build-Depends: cmake,
- debhelper (>= 9),
+ debhelper (>= 10),
gfortran,
libboost-date-time-dev,
libboost-dev,
diff --git a/debian/rules b/debian/rules
index 5c1f708..5583cf7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=cmake --parallel --with python2
+ dh $@ --buildsystem=cmake --with python2
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/freecad.git
More information about the debian-science-commits
mailing list