From becf26eefe3a6c339d67731c05addc7544b948a8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 11 May 2018 20:31:52 +0200 Subject: debian/: Adopt packaging from official Debian package. --- debian/control | 19 ++++++++++--------- debian/rules | 13 +++++++++++++ 2 files changed, 23 insertions(+), 9 deletions(-) diff --git a/debian/control b/debian/control index 35a9ae3..d8336ae 100644 --- a/debian/control +++ b/debian/control @@ -5,11 +5,12 @@ Maintainer: Artica Project Uploaders: Mike Gabriel Build-Depends: + cdbs, debhelper (>= 9), dh-apparmor, - cdbs, dh-autoreconf, -Standards-Version: 4.1.1 + dpkg-dev (>= 1.16.1.1), +Standards-Version: 4.1.4 Homepage: http://github.com/ArcticaProject/lightdm-remote-session-x2go Vcs-Git: https://github.com/ArcticaProject/lightdm-remote-session-x2go/ Vcs-Browser: https://github.com/ArcticaProject/lightdm-remote-session-x2go/ @@ -19,14 +20,14 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - socat, - zenity, - pyhoca-cli (>= 0.2.1.0-0~), libpam-x2go (>= 0.0.2), lightdm (>= 1.3.3-0~), + pyhoca-cli (>= 0.2.1.0-0~), + socat, + zenity, Suggests: apparmor, -Description: Log into X2Go sessions via LightDM - The configuration files needed and scripts required to login - to a full screen X2Go session using LightDM and PyHoca / Python X2Go - or X2Go Client. +Description: LightDM Remote Logon Support for X2Go sessions + The configuration files needed and scripts required to login to a + fullscreen X2Go session using LightDM's Arctica Greeter and PyHoca / + Python X2Go or X2Go Client. diff --git a/debian/rules b/debian/rules index 4edf62f..8637658 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,18 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/rules/autoreconf.mk include /usr/share/cdbs/1/class/autotools.mk + +#pre-build:: +# ln -fs README.md README +# +#clean:: +# rm -f README + +get-orig-source: + uscan --noconf --force-download --rename --download-current-version --destdir=.. -- cgit v1.2.3