[connid] 01/01: Update compat to 10, add systemd service

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Wed Aug 16 19:51:38 UTC 2017


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

mans0954 pushed a commit to branch master
in repository connid.

commit 6fa3a5328a618e1958026ad9bba826b20966b350
Author: Christopher Hoskin <christopher.hoskin at gmail.com>
Date:   Wed Aug 16 20:51:02 2017 +0100

    Update compat to 10, add systemd service
---
 debian/changelog             | 1 +
 debian/compat                | 2 +-
 debian/connid-server.service | 9 +++++++++
 debian/control               | 2 +-
 4 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 85fc7b2..b107866 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,5 +10,6 @@ connid (1.4.3.0-1) UNRELEASED; urgency=medium
   * Add upstream changelog 
   * Bump Standards-Version from 3.9.8 to 4.0.0 (no change required)
   * Add connid-server package 
+  * Update compat to 10, add systemd service 
 
  -- Christopher Hoskin <mans0954 at debian.org>  Sun, 13 Aug 2017 18:18:22 +0100
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/connid-server.service b/debian/connid-server.service
new file mode 100644
index 0000000..89eeef9
--- /dev/null
+++ b/debian/connid-server.service
@@ -0,0 +1,9 @@
+[Unit]
+Description=ConnId (Connectors for Identity Management) Service
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/connid-server -run
+
+[Install]
+WantedBy=multi-user.target
diff --git a/debian/control b/debian/control
index 5fe199f..6a25178 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: connid
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org> 
 Uploaders: Christopher Hoskin <mans0954 at debian.org>
-Build-Depends: debhelper (>= 9), maven-debian-helper,
+Build-Depends: debhelper (>= 10), maven-debian-helper,
  libmaven-bundle-plugin-java,
  testng,
  libfest-assert-java,

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



More information about the pkg-java-commits mailing list