[Pkg-mongodb-maintainers] [pkg-mongodb] 309/394: Enable systemd unit file

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:49 UTC 2016


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

apoikos pushed a commit to branch master
in repository pkg-mongodb.

commit d909da53fac7a5b3843dd66189ae4efb7dab8eb8
Author: Laszlo Boszormenyi (GCS) <gcs at debian.org>
Date:   Tue Jun 30 15:55:45 2015 +0000

    Enable systemd unit file
---
 debian/changelog | 6 ++++++
 debian/rules     | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d73c5bd..9c7f91a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1:2.4.10-3) unstable; urgency=medium
+
+  * Enable systemd unit file (closes: #767211).
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Wed, 29 Oct 2014 22:43:27 +0000
+
 mongodb (1:2.4.10-2) unstable; urgency=low
 
   * Enable systemd service (closes: #745674).
diff --git a/debian/rules b/debian/rules
index 879323a..c663936 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,10 +48,11 @@ override_dh_auto_install:
 	scons $(DEB_SCONS_INSTALL)
 
 override_dh_installinit:
+	dh_systemd_enable --name=mongodb
 	dh_installinit -pmongodb-server --name=mongodb
 
 %:
-	dh $@ --parallel --with-systemd
+	dh $@ --parallel --with=systemd
 
 .PHONY: override_dh_clean override_dh_auto_build override_dh_auto_test \
 	override_dh_auto_install override_dh_installinit

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



More information about the Pkg-mongodb-maintainers mailing list