diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2013-06-03 16:45:36 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2013-06-03 16:45:36 -0400 |
commit | de677e8616af52b666430dcfcf87da27dc192f89 (patch) | |
tree | 7315880dfbd546facb49eb2372a1f36d0c08e1bd /debian/control | |
parent | 0f96eaa7063719725176f8598e4bf4dd22767e45 (diff) | |
download | libpam-freerdp2-de677e8616af52b666430dcfcf87da27dc192f89.tar.gz libpam-freerdp2-de677e8616af52b666430dcfcf87da27dc192f89.tar.bz2 libpam-freerdp2-de677e8616af52b666430dcfcf87da27dc192f89.zip |
added inline packaging
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0b6507f --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +Source: libpam-freerdp +Section: misc +Priority: extra +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> +Build-Depends: debhelper (>= 9), + dh-autoreconf, + gnome-common, + libfreerdp-dev, + 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 + +Package: libpam-freerdp +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. + Most useful with the pam-temp-account module. |