diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-11 20:31:52 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-05-11 20:31:52 +0200 |
commit | becf26eefe3a6c339d67731c05addc7544b948a8 (patch) | |
tree | 4a4232d3920d07d2af4a27fd4bd0f32e40f19aa0 | |
parent | 88d8ca6b151daf1d70a620e677b1407f669a8b98 (diff) | |
download | lightdm-remote-session-x2go-becf26eefe3a6c339d67731c05addc7544b948a8.tar.gz lightdm-remote-session-x2go-becf26eefe3a6c339d67731c05addc7544b948a8.tar.bz2 lightdm-remote-session-x2go-becf26eefe3a6c339d67731c05addc7544b948a8.zip |
debian/: Adopt packaging from official Debian package.
-rw-r--r-- | debian/control | 19 | ||||
-rwxr-xr-x | 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 <devs@lists.arctica-project.org> Uploaders: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 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=.. |