--- libpam-freerdp-1.0.1+13.10.20130724.orig/debian/copyright +++ libpam-freerdp-1.0.1+13.10.20130724/debian/copyright @@ -0,0 +1,22 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: libpam-freerdp +Source: http://launchpad.net/libpam-freerdp + +Files: * +Copyright: 2012, Canonical Ltd. +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. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". + --- libpam-freerdp-1.0.1+13.10.20130724.orig/debian/control +++ libpam-freerdp-1.0.1+13.10.20130724/debian/control @@ -0,0 +1,27 @@ +Source: libpam-freerdp +Section: misc +Priority: extra +Maintainer: Ubuntu Developers +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. --- libpam-freerdp-1.0.1+13.10.20130724.orig/debian/compat +++ libpam-freerdp-1.0.1+13.10.20130724/debian/compat @@ -0,0 +1 @@ +9 --- libpam-freerdp-1.0.1+13.10.20130724.orig/debian/rules +++ libpam-freerdp-1.0.1+13.10.20130724/debian/rules @@ -0,0 +1,12 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +override_dh_install: + find debian/libpam-freerdp -name '*.a' -delete + find debian/libpam-freerdp -name '*.la' -delete + dh_install --fail-missing + +%: + dh $@ --with autoreconf --- libpam-freerdp-1.0.1+13.10.20130724.orig/debian/changelog +++ libpam-freerdp-1.0.1+13.10.20130724/debian/changelog @@ -0,0 +1,112 @@ +libpam-freerdp (1.0.1+13.10.20130724-0ubuntu1) saucy; urgency=low + + [ Ken VanDine ] + * Inline packaging + * Automatic snapshot from revision 38 (bootstrap) + + [ Iftikhar Ahmad ] + * Added autogen.sh + + [ Ken VanDine ] + * inline packaging and preparation for daily release . + + [ Iftikhar Ahmad ] + * Improving the test coverage.. + * Empty password fix and added related unit test Bug#1092428. (LP: + #1092428) + + [ iahmad ] + * Empty password fix and added related unit test Bug#1092428. (LP: + #1092428) + + [ Ubuntu daily release ] + * Automatic snapshot from revision 42 + + -- Ubuntu daily release Wed, 24 Jul 2013 19:31:03 +0000 + +libpam-freerdp (1.0.1-0ubuntu1) quantal-proposed; urgency=low + + * New upstream release. + - Fix link issue + + -- Ted Gould Tue, 25 Sep 2012 11:18:25 -0500 + +libpam-freerdp (1.0.0-0ubuntu1) quantal; urgency=low + + * New upstream release + - Add a '.' for a blank domain + - Block usernames with spaces + - Add test suite + * debian/control: + - Add gtest build-dependency for test suite + + -- Michael Terry Thu, 20 Sep 2012 15:39:30 -0400 + +libpam-freerdp (0.4.0-0ubuntu1) quantal; urgency=low + + * New upstream release. + * Security fixes for priviledged kill of PID + * Ensuring return values are trapped + * Binding port after dropping permissions + * Handling more corner cases + + -- Ted Gould Wed, 05 Sep 2012 15:57:55 -0500 + +libpam-freerdp (0.3.0-0ubuntu1) quantal; urgency=low + + * New upstream release. + * Bug fixes and security fixes + + -- Ted Gould Wed, 29 Aug 2012 10:35:22 -0500 + +libpam-freerdp (0.2.0-0ubuntu1) quantal; urgency=low + + [ Ted Gould ] + * New upstream release. + * Now with auth helper! + * Adding session code in + * Various fixes + * debian/control: Adding a build-dep on libfreerdp-dev + + [ Michael Terry ] + * debian/control: + - Add pkg-config to Build-Depends + + -- Ted Gould Tue, 21 Aug 2012 18:48:42 -0500 + +libpam-freerdp (0.0.2-0ubuntu1) quantal; urgency=low + + * Initial release in Ubuntu (LP: #1039585) + * Add watch file + * Use 3.0 quilt format + * Drop dh-autoreconf + * Don't install .la or .a files + + -- Michael Terry Tue, 21 Aug 2012 11:22:23 -0400 + +libpam-freerdp (0.0.2-0ubuntu1~ppa3) quantal; urgency=low + + * Upstream merge + * Fixing pointers to make PAM happy + + -- Ted Gould Sun, 19 Aug 2012 22:05:52 -0500 + +libpam-freerdp (0.0.2-0ubuntu1~ppa2) quantal; urgency=low + + * Upstream merge + * Changing the conv pointer + + -- Ted Gould Sun, 19 Aug 2012 21:44:43 -0500 + +libpam-freerdp (0.0.2-0ubuntu1~ppa1) quantal; urgency=low + + * New upstream release. + * Fixing naming and other cleanups + + -- Ted Gould Sun, 19 Aug 2012 21:11:42 -0500 + +libpam-freerdp (0.0.1-0ubuntu1~ppa1) quantal; urgency=low + + * New upstream release. + + -- Ted Gould Sun, 19 Aug 2012 21:02:26 -0500