This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2gobroker. from a90af68 Revert "debian/rules: fix clean and common-binary-indep target declaration." new 2bc5234 debian/rules: try to call common-binary-indep from common-binary-arch. 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 | 2 ++ 2 files changed, 4 insertions(+) -- 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 2bc5234b90dffc781bcd192b9b304671f259cb5d Author: Mihai Moldovan <ionic@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@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