This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from ae444f8 debian/rules: fix clean and common-binary-indep target declaration. new a90af68 Revert "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, 2 insertions(+), 4 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 a90af68ab6a267355ad8ba473886c8a9d45e46be Author: Mihai Moldovan <ionic@ionic.de> Date: Thu Apr 2 21:58:46 2015 +0200 Revert "debian/rules: fix clean and common-binary-indep target declaration." This reverts commit ae444f8d7c59cf28ea16c76d5f4464a66859b8d8. --- debian/changelog | 2 -- debian/rules | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 973f8d2..0a7ee8f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -408,8 +408,6 @@ 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 620019c..af8f246 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