[pkg-bacula-commits] [bacula] 01/01: Bump debhelper compat level to 10

Carsten Leonhardt leo at moszumanska.debian.org
Wed Oct 19 14:45:54 UTC 2016


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

leo pushed a commit to branch master
in repository bacula.

commit a28d8dd0b114dc96e42c477d3079dae7e8af9313
Author: Carsten Leonhardt <leo at debian.org>
Date:   Wed Oct 19 16:45:14 2016 +0200

    Bump debhelper compat level to 10
    
    parallel builds are now the default, so we can drop the --parallel from debian/rules
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 4 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ee809a..d18734f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ bacula (7.4.4+dfsg-2) unstable; urgency=medium
 
   * Added version to Depends on lsb-base (found by lintian)
   * Use the new default-mysql-* metapackages in dependencies
+  * Bump debhelper compat level to 10, parallel build now default
 
  --
 
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 ad1929c..41304f2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  autoconf,
  autotools-dev,
  bc,
- debhelper (>= 9),
+ debhelper (>= 10),
  dh-systemd (>= 1.5) [linux-any],
  libacl1-dev,
  libcap-dev [linux-any],
diff --git a/debian/rules b/debian/rules
index 468c7ac..c3c006a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,9 +94,9 @@ endef
 
 %:
 ifeq ($(HAVE_SYSTEMD),1)
-	dh $@ --with autotools_dev,systemd --parallel
+	dh $@ --with autotools_dev,systemd
 else
-	dh $@ --with autotools_dev --parallel
+	dh $@ --with autotools_dev
 endif
 
 # For packages depending on bacula-director-DBTYPE, we handle the

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list