[X2Go-Commits] [x2gobroker] 01/01: debian/rules: try to call common-binary-indep from common-binary-arch.

git-admin at x2go.org git-admin at x2go.org
Thu Apr 2 22:28:24 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 2bc5234b90dffc781bcd192b9b304671f259cb5d
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Apr 2 22:27:49 2015 +0200

    debian/rules: try to call common-binary-indep from common-binary-arch.
---
 debian/changelog |    2 ++
 debian/rules     |    2 ++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0a7ee8f..5df4393 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:
+    + Try to call common-binary-indep from common-binary-arch.
 
  -- 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..5c338d1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,8 @@ common-binary-indep::
 	cp pam/x2gobroker.Debian pam/x2gobroker
 	cp x2gobroker-ssh.sudo x2gobroker-ssh
 
+common-binary-arch:: common-binary-indep
+
 clean::
 	rm -f pam/x2gobroker
 	rm -f lib/x2gobroker-agent

--
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