[Pkg-mongodb-maintainers] [pkg-mongodb] 305/394: Enable systemd service

Apollon Oikonomopoulos apoikos at moszumanska.debian.org
Wed Sep 21 13:59:48 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 8d51cbbd27f6fc4e5cb294a0e8b7ea3fe10dd04d
Author: Laszlo Boszormenyi (GCS) <gcs at debian.org>
Date:   Tue Jun 30 15:40:18 2015 +0000

    Enable systemd service
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 6575a1b..48a59e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mongodb (1:2.4.10-2) unstable; urgency=low
+
+  * Enable systemd service (closes: #745674).
+
+ -- Laszlo Boszormenyi (GCS) <gcs at debian.org>  Sat, 21 Jun 2014 18:34:48 +0000
+
 mongodb (1:2.4.10-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/rules b/debian/rules
index 0f89afe..879323a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -51,7 +51,7 @@ override_dh_installinit:
 	dh_installinit -pmongodb-server --name=mongodb
 
 %:
-	dh $@ --parallel
+	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