diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2013-06-26 19:21:58 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-06-26 19:21:58 +0000 |
commit | 027c2ed6e6a264dc6614d5f181700ffa587ef3c5 (patch) | |
tree | 835fc4acf6bfb8e247bbcb29fd1f10d93ee63782 | |
parent | 0f96eaa7063719725176f8598e4bf4dd22767e45 (diff) | |
parent | 56dd647f5ee8c9363efea3e6c209e38175f708c4 (diff) | |
download | libpam-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.
-rw-r--r-- | .bzr-builddeb/default.conf | 2 | ||||
-rw-r--r-- | debian/changelog | 98 | ||||
-rw-r--r-- | debian/compat | 1 | ||||
-rw-r--r-- | debian/control | 27 | ||||
-rw-r--r-- | debian/copyright | 22 | ||||
-rwxr-xr-x | debian/rules | 12 |
6 files changed, 162 insertions, 0 deletions
diff --git a/.bzr-builddeb/default.conf b/.bzr-builddeb/default.conf new file mode 100644 index 0000000..6c96a98 --- /dev/null +++ b/.bzr-builddeb/default.conf @@ -0,0 +1,2 @@ +[BUILDDEB] +split = True diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..bdcbda4 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,98 @@ +libpam-freerdp (1.0.1-0ubuntu1) UNRELEASED; urgency=low + + * Inline packaging + + -- Ken VanDine <ken.vandine@canonical.com> Mon, 03 Jun 2013 16:45:23 -0400 + +libpam-freerdp (1.0.1-0ubuntu1~ppa2) quantal; urgency=low + + * Added autogen.sh + + -- Iftikhar Ahmad (QA Engineer) <iftikhar.ahmad@canonical.com> Tue, 12 Mar 2013 11:16:18 +0500 + +libpam-freerdp (1.0.1-0ubuntu1~ppa1) quantal; urgency=low + + * New upstream release. + * Fix build issue + + -- Ted Gould <ted@ubuntu.com> 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 <mterry@ubuntu.com> 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 <ted@ubuntu.com> 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 <ted@ubuntu.com> 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 <ted@ubuntu.com> 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 <mterry@ubuntu.com> 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 <ted@ubuntu.com> 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 <ted@ubuntu.com> 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 <ted@ubuntu.com> Sun, 19 Aug 2012 21:11:42 -0500 + +libpam-freerdp (0.0.1-0ubuntu1~ppa1) quantal; urgency=low + + * New upstream release. + + -- Ted Gould <ted@ubuntu.com> Sun, 19 Aug 2012 21:02:26 -0500 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..7446b52 --- /dev/null +++ b/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 <http://www.gnu.org/licenses/> + . + 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 new file mode 100755 index 0000000..c96a9f0 --- /dev/null +++ b/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 |