This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from 2dfdd41 x2gobroker.spec: clause if-clause in postinst new 5e77ef5 Don't package x2gobroker-daemon.1 nor x2gobroker-ssh.1 man pages twice. 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 ++ x2gobroker.spec | 2 ++ 2 files changed, 4 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 5e77ef5041ef07a5322f289bc60eea90c748d767 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Oct 15 06:34:25 2014 +0200 Don't package x2gobroker-daemon.1 nor x2gobroker-ssh.1 man pages twice. --- debian/changelog | 2 ++ x2gobroker.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index f45b4f3..5266d2b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -197,6 +197,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low + Rework Description: of bin:package x2gobroker-agent. Imporve line breaks, so that we now have lines that are close to 80 chars long. + Add x2gobroker-rpmlintrc file. + + Don't package x2gobroker-daemon.1 nor x2gobroker-ssh.1 man pages + twice. [ Josh Lukens ] * New upstream version (0.0.3.0): diff --git a/x2gobroker.spec b/x2gobroker.spec index d0b5a03..cd9b60c 100644 --- a/x2gobroker.spec +++ b/x2gobroker.spec @@ -475,6 +475,8 @@ fi %_sbindir/x2gobroker-keygen %_sbindir/x2gobroker-testagent %_mandir/man1/x2gobroker*.1* +%exclude %_mandir/man1/x2gobroker-ssh.1* +%exclude %_mandir/man1/x2gobroker-daemon.1* %_mandir/man8/x2gobroker-keygen.8* %_mandir/man8/x2gobroker-testagent.8* -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git