The branch, master has been updated via 2a9d64ae0863147ded432227b13275107ba18ff2 (commit) from aef801292911351c8b281bae25e1e7f14fb445f5 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 2a9d64ae0863147ded432227b13275107ba18ff2 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Sun Sep 16 08:41:51 2012 +0200 fixing Debian package build issues ----------------------------------------------------------------------- Summary of changes: debian/changelog | 3 ++- debian/control | 1 + debian/rules | 4 ++++ debian/x2gobroker-zeroconf.install | 1 - 4 files changed, 7 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 832aa39..ce356c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ x2gobroker (0.0.0.1-0~x2go1) UNRELEASED; urgency=low * Setting up new public X2Go project: x2gohttpbroker. * /debian/control: + Add an initial dependency selection to the various Depends fields. - * Fix code indentations (spaces replaced by tabs, use proper indentation levels). + * Fix code indentations (spaces replaced by tabs, use proper indentation + levels). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 15 Sep 2012 17:30:24 +0200 diff --git a/debian/control b/debian/control index 55b6f94..0280326 100644 --- a/debian/control +++ b/debian/control @@ -131,6 +131,7 @@ Description: X2Go http(s) session broker (for demo purposes only) Package: x2gobroker-agent Architecture: any Depends: + ${shlibs:Depends}, ${misc:Depends}, x2goserver, Description: X2Go http(s) based session broker (common files) diff --git a/debian/rules b/debian/rules index 848b362..82087a5 100755 --- a/debian/rules +++ b/debian/rules @@ -17,5 +17,9 @@ # Free Software Foundation, Inc., # 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +export DEB_CFLAGS_MAINT_APPEND = -Wall +include /usr/share/dpkg/buildflags.mk + include /usr/share/cdbs/1/class/makefile.mk include /usr/share/cdbs/1/rules/debhelper.mk \ No newline at end of file diff --git a/debian/x2gobroker-zeroconf.install b/debian/x2gobroker-zeroconf.install index 2f66b9f..ea6bbbb 100644 --- a/debian/x2gobroker-zeroconf.install +++ b/debian/x2gobroker-zeroconf.install @@ -1,2 +1 @@ -etc/x2gobroker-zeroconf.cfg etc/x2go/ lib/x2gobroker-zeroconf.pm usr/lib/x2go/broker/ hooks/post-receive -- x2gobroker.git (HTTP(S) Session broker for X2Go) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "x2gobroker.git" (HTTP(S) Session broker for X2Go).