[X2Go-Commits] [x2gobroker] 01/01: debian/rules: fix clean and common-binary-indep target declaration.
git-admin at x2go.org
git-admin at x2go.org
Thu Apr 2 21:53:21 CEST 2015
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 at 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 at 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
More information about the x2go-commits
mailing list