The branch, master has been updated via 967e770745d177f90464b4fa182609df5a3038ed (commit) via e19417335131818466e514e54a746aa617a7f672 (commit) from 4484efb83c5637797fefa85d00b1b5392a2f80aa (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 967e770745d177f90464b4fa182609df5a3038ed Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 16:56:33 2012 +0100 mention Ted Gould in fork statement commit e19417335131818466e514e54a746aa617a7f672 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 9 16:52:56 2012 +0100 use cdbs for packaging ----------------------------------------------------------------------- Summary of changes: debian/changelog | 2 +- debian/control | 2 ++ debian/rules | 9 +++------ 3 files changed, 6 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index 95514f3..12027fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,7 @@ lightdm-remote-session-x2go (0.0.0.1-0~x2go1) UNRELEASED; urgency=low * Initial upstream release. Forked from Canonical's - lightdm-remote-session-freerdp. + lightdm-remote-session-freerdp (by Ted Gould <ted@canonical.com>). -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 08 Nov 2012 22:27:37 +0100 diff --git a/debian/control b/debian/control index 94f3f0e..e59624c 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Uploaders: Build-Depends: debhelper (>= 9), dh-apparmor, + cdbs, + dh-autoreconf, Standards-Version: 3.9.3 Homepage: http://wiki.x2go.org Vcs-Git: git://code.x2go.org/lightdm-remote-session-x2go diff --git a/debian/rules b/debian/rules index 18a6333..4edf62f 100755 --- a/debian/rules +++ b/debian/rules @@ -1,8 +1,5 @@ #!/usr/bin/make -f -%: - dh $@ - -override_dh_installdeb: - dh_apparmor --profile-name=lightdm-remote-session-x2go -plightdm-remote-session-x2go - dh_installdeb +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/autoreconf.mk +include /usr/share/cdbs/1/class/autotools.mk hooks/post-receive -- lightdm-remote-session-x2go.git (X2Go-based remote login session support for LightDM) 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 "lightdm-remote-session-x2go.git" (X2Go-based remote login session support for LightDM).