The branch, build-main has been updated 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/control | 2 ++ debian/rules | 9 +++------ 2 files changed, 5 insertions(+), 6 deletions(-) The diff of changes is: 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).