[Debian-ha-commits] [ocfs2-tools] 03/07: debian/rules: update debhelper to version 10

Valentin Vidic vvidic-guest at moszumanska.debian.org
Mon Jul 10 11:54:50 UTC 2017


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

vvidic-guest pushed a commit to branch master
in repository ocfs2-tools.

commit 3262744faf73aae61e16597ce5032a2c91db48eb
Author: Valentin Vidic <Valentin.Vidic at CARNet.hr>
Date:   Thu Jul 6 08:31:47 2017 +0200

    debian/rules: update debhelper to version 10
---
 debian/compat  | 2 +-
 debian/control | 4 ++--
 debian/rules   | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

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 734e747..1544081 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian HA Maintainers <debian-ha-maintainers at lists.alioth.debian.org>
 Uploaders: Valentin Vidic <Valentin.Vidic at CARNet.hr>
 Standards-Version: 4.0.0
-Build-Depends: debhelper (>= 9), po-debconf, autotools-dev, comerr-dev,
+Build-Depends: debhelper (>= 10), po-debconf, autotools-dev, comerr-dev,
  uuid-dev, libncurses5-dev, libreadline-dev, libglib2.0-dev (>= 2.2.3),
  libblkid-dev (>= 1.36), libbz2-dev, libdevmapper-dev, libdlm-dev,
  libdlmcontrol-dev, libxml2-dev, libaio-dev, dh-autoreconf
@@ -27,7 +27,7 @@ Description: tools for managing OCFS2 cluster filesystems
 
 Package: ocfs2-tools-dev
 Architecture: linux-any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ocfs2-tools (= ${binary:Version})
+Depends: ${misc:Depends}, ocfs2-tools (= ${binary:Version})
 Section: devel
 Description: tools for managing OCFS2 cluster filesystems - development files
  OCFS2 is a general purpose cluster filesystem. Unlike the initial release
diff --git a/debian/rules b/debian/rules
index 7351196..a45b6f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=-format
 
 %:
-	dh $@ --with autoreconf,autotools_dev
+	dh $@ --with autotools_dev
 
 override_dh_autoreconf:
 	autoreconf -f -i -I/usr/share/aclocal
@@ -17,5 +17,5 @@ override_dh_installinit:
 	cp -f vendor/common/ocfs2.init debian/ocfs2-tools.ocfs2.init
 	cp -f vendor/common/o2cb.service debian/ocfs2-tools.o2cb.service
 	cp -f vendor/common/ocfs2.service debian/ocfs2-tools.ocfs2.service
-	dh_installinit -pocfs2-tools --name=o2cb --no-restart-on-upgrade
-	dh_installinit -pocfs2-tools --name=ocfs2 --no-restart-on-upgrade
+	dh_installinit -pocfs2-tools --name=o2cb --no-stop-on-upgrade
+	dh_installinit -pocfs2-tools --name=ocfs2 --no-stop-on-upgrade

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-ha/ocfs2-tools.git



More information about the Debian-HA-Commits mailing list