[tryton-debian-vcs] tryton-server branch debian updated. debian/3.2.0-1-2-g0388f73

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue May 13 19:27:56 UTC 2014


The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-server.git;a=commitdiff;h=debian/3.2.0-1-2-g0388f73

commit 0388f73c255872e6d9d3531d7ef106abbed6a16c
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Tue May 13 21:24:19 2014 +0200

    Building with dh-systemd to provide clean interaction when switching init systems.

diff --git a/debian/control b/debian/control
index 73c5778..2eb21ba 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Tryton Maintainers <maintainers at debian.tryton.org>
 Uploaders: Mathias Behrle <mathiasb at m9s.biz>
 Build-Depends:
  debhelper (>= 9), python (>= 2.6.6-3~), python-setuptools,
- python-sphinx (>= 1.0.7+dfsg), dh-python
+ python-sphinx (>= 1.0.7+dfsg), dh-python, dh-systemd (>= 1.3)
 Standards-Version: 3.9.5
 Homepage: http://www.tryton.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-server.git
diff --git a/debian/rules b/debian/rules
index 0ad01e1..8c432ff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@ export PYBUILD_DESTDIR_python2=debian/tryton-server
 export PYBUILD_DISABLE_python2.7=test
 
 %:
-	dh ${@} --with python2,sphinxdoc --buildsystem=pybuild
+	dh ${@} --with python2,sphinxdoc,systemd --buildsystem=pybuild
 
 override_dh_auto_clean:
 	dh_auto_clean
-- 
tryton-server



More information about the tryton-debian-vcs mailing list