This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from fbe3663 Add to BR: sudo (to have /etc/sudoers.d owned by some package). new ae444f8 debian/rules: fix clean and common-binary-indep target declaration. 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/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) -- Alioth's /srv/git/code.x2go.org/x2gobroker.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 ae444f8d7c59cf28ea16c76d5f4464a66859b8d8 Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 2 21:53:12 2015 +0200 debian/rules: fix clean and common-binary-indep target declaration. --- debian/changelog | 2 ++ debian/rules | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0a7ee8f..973f8d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -408,6 +408,8 @@ x2gobroker (0.0.3.0-0x2go1) UNRELEASED; urgency=low [ Mihai Moldovan ] * x2gobroker.spec: + Change all python-pampy references to python-pam on non-SUSE systems. + * debian/rules: + + Fix clean and common-binary-indep target declaration. -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 07 Jun 2013 23:25:30 +0200 diff --git a/debian/rules b/debian/rules index af8f246..620019c 100755 --- a/debian/rules +++ b/debian/rules @@ -31,12 +31,12 @@ DEB_PYTHON_INSTALL_ARGS_python-x2gobroker ?= --root=$(DEB_DESTDIR) --prefix=$(DE include /usr/share/cdbs/1/class/python-distutils.mk # needed when building with pysupport (e.g. on Ubuntu lucid) -common-binary-indep:: +common-binary-indep: mkdir -p debian/tmp/usr cp pam/x2gobroker.Debian pam/x2gobroker cp x2gobroker-ssh.sudo x2gobroker-ssh -clean:: +clean: rm -f pam/x2gobroker rm -f lib/x2gobroker-agent rm -f x2gobroker-ssh -- Alioth's /srv/git/code.x2go.org/x2gobroker.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git