aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2013-06-26 19:21:58 +0000
committerTarmac <Unknown>2013-06-26 19:21:58 +0000
commit027c2ed6e6a264dc6614d5f181700ffa587ef3c5 (patch)
tree835fc4acf6bfb8e247bbcb29fd1f10d93ee63782 /debian/control
parent0f96eaa7063719725176f8598e4bf4dd22767e45 (diff)
parent56dd647f5ee8c9363efea3e6c209e38175f708c4 (diff)
downloadlibpam-freerdp2-027c2ed6e6a264dc6614d5f181700ffa587ef3c5.tar.gz
libpam-freerdp2-027c2ed6e6a264dc6614d5f181700ffa587ef3c5.tar.bz2
libpam-freerdp2-027c2ed6e6a264dc6614d5f181700ffa587ef3c5.zip
inline packaging and preparation for daily release
. Approved by PS Jenkins bot, Ted Gould.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..46a7f47
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+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.