[Debian-ha-commits] [resource-agents] 01/01: Install upstream ldirectord.service file

myon at debian.org myon at debian.org
Thu Apr 23 20:41:51 UTC 2015


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

myon pushed a commit to branch master
in repository resource-agents.

commit 85b5ac9ba5c41d1b811d3c7525186b12eb05cd03
Author: Adrian Vondendriesch <Adrian.Vondendriesch at credativ.de>
Date:   Thu Apr 23 22:41:34 2015 +0200

    Install upstream ldirectord.service file
---
 debian/changelog          | 4 ++++
 debian/control            | 1 +
 debian/ldirectord.install | 1 +
 debian/rules              | 2 +-
 4 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bf171d8..56d7a62 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 resource-agents (1:3.9.6-1) UNRELEASED; urgency=medium
 
+  [ Christoph Berg ]
   * New upstream release
   * Bump dh compat to 9.
   * Rewrite ldirectord description, the old one was a mess.
@@ -12,6 +13,9 @@ resource-agents (1:3.9.6-1) UNRELEASED; urgency=medium
   * Replace hardening-wrapper with buildflags.mk.
   * Add myself to Uploaders; bump Standards-Version.
 
+  [ Adrian Vondendriesch ]
+  * Install upstream ldirectord.service file
+
  -- Christoph Berg <myon at debian.org>  Fri, 17 Apr 2015 09:55:14 +0200
 
 resource-agents (1:3.9.5+git+a626847-1) experimental; urgency=medium
diff --git a/debian/control b/debian/control
index 4864297..dc0957e 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: autoconf,
                autotools-dev,
                cluster-glue-dev,
                debhelper (>= 9),
+               dh-systemd,
                docbook-xml,
                docbook-xsl,
                libcluster-glue-dev,
diff --git a/debian/ldirectord.install b/debian/ldirectord.install
index 6ba781d..3a6b53d 100644
--- a/debian/ldirectord.install
+++ b/debian/ldirectord.install
@@ -3,3 +3,4 @@ etc/init.d/ldirectord
 etc/logrotate.d/ldirectord
 usr/sbin/ldirectord
 usr/share/man/man8/ldirectord.8
+lib/systemd/system/
diff --git a/debian/rules b/debian/rules
index 3725cce..3e36035 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ get-orig-source:
 	uscan --noconf --force-download --rename --repack --download-current-version --destdir=/
 
 %:
-	dh $@
+	dh $@ --with=systemd
 
 override_dh_auto_configure:
 	dh_testdir

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



More information about the Debian-HA-Commits mailing list