diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 29 | ||||
-rw-r--r-- | debian/copyright | 8 | ||||
-rwxr-xr-x | debian/rules | 8 |
4 files changed, 33 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog index 3c1ef72..3e4bf87 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libpam-freerdp2 (1.0.2-0) UNRELEASED; urgency=medium + + * Continue libpam-freerdp under a slightly new name and make things + work and build against freerdp2-dev. + + -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 07 Dec 2017 10:41:09 +0100 + libpam-freerdp (1.0.1+15.04.20141111-0ubuntu1) vivid; urgency=low [ Iain Lane ] diff --git a/debian/control b/debian/control index 67c9908..86457da 100644 --- a/debian/control +++ b/debian/control @@ -1,27 +1,24 @@ -Source: libpam-freerdp +Source: libpam-freerdp2 Section: misc -Priority: extra -Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Priority: optional +Maintainer: Artica Project <devs@lists.arctica-project.org> +Uploaders: + Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Build-Depends: debhelper (>= 9), dh-autoreconf, - gnome-common, - libfreerdp-dev (>= 1.1.0~), + mate-common, + freerdp2-dev (>= 2~), libgtest-dev, libpam0g-dev, pkg-config, -Standards-Version: 3.9.4 -Homepage: http://launchpad.net/libpam-freerdp/ -# If you aren't a member of ~freerdp-remote-team but need to upload packaging -# changes, just go ahead. ~freerdp-remote-team will notice and sync up the -# code again. -Vcs-Bzr: https://code.launchpad.net/~freerdp-remote-team/libpam-freerdp/trunk +Standards-Version: 4.1.1 -Package: libpam-freerdp +Package: libpam-freerdp2 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - freerdp-x11, -Description: PAM Module to auth against an RDP server using FreeRDP - Auth and session PAM module that uses FreeRDP to authenticate against - an RDP server as the remote hosts and user. Local account required. + freerdp2-x11, +Description: PAM Module to auth against an RDP server using FreeRDPv2 + Auth and session PAM module that uses FreeRDPv2 to authenticate against + an RDP server as the remote host and user. Local account required. Most useful with the pam-temp-account module. diff --git a/debian/copyright b/debian/copyright index 7446b52..0365099 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,6 +5,13 @@ Source: http://launchpad.net/libpam-freerdp Files: * Copyright: 2012, Canonical Ltd. License: GPL-3 + +Files: debian/* +Copyright: 2012, Canonical Ltd. + 2017, Mike Gabriel <mike.gabriel@das-netzwerkteam.de> +License: GPL-3 + +License: GPL-3 This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 3 of the License. @@ -19,4 +26,3 @@ License: GPL-3 . On Debian systems, the complete text of the GNU General Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - diff --git a/debian/rules b/debian/rules index c96a9f0..6aab1ce 100755 --- a/debian/rules +++ b/debian/rules @@ -3,9 +3,13 @@ # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all +DPKG_EXPORT_BUILDFLAGS = 1 +include /usr/share/dpkg/buildflags.mk + override_dh_install: - find debian/libpam-freerdp -name '*.a' -delete - find debian/libpam-freerdp -name '*.la' -delete + find debian/libpam-freerdp2 -name '*.a' -delete + find debian/libpam-freerdp2 -name '*.la' -delete dh_install --fail-missing %: |