This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from e3d1c93 fix log message for bind address new f46d30b debian/python-x2gobroker.install: Install defaults.conf into bin:package python-x2gobroker. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 2 ++ debian/python-x2gobroker.install | 1 + 2 files changed, 3 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit f46d30b82367297d6d612bb9354eb1a1256d9bb9 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Dec 5 11:41:29 2014 +0100 debian/python-x2gobroker.install: Install defaults.conf into bin:package python-x2gobroker. --- debian/changelog | 2 ++ debian/python-x2gobroker.install | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index edd9382..a0cc46b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -225,6 +225,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low * debian/*.postinst: + Assure that the log directory always exists (no matter what combination of packages got installed). + * debian/python-x2gobroker.install: + + Install defaults.conf into bin:package python-x2gobroker. * debian/source/format: + Switch to format 1.0. * rpm/*.init: diff --git a/debian/python-x2gobroker.install b/debian/python-x2gobroker.install index edbea88..702c646 100644 --- a/debian/python-x2gobroker.install +++ b/debian/python-x2gobroker.install @@ -1,5 +1,6 @@ etc/x2gobroker.conf etc/x2go/ etc/broker/x2gobroker-sessionprofiles.conf etc/x2go/broker/ etc/broker/x2gobroker-loggers.conf etc/x2go/broker/ +etc/broker/defaults.conf etc/x2go/broker/ pam/x2gobroker etc/pam.d/ usr/ -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git