From de677e8616af52b666430dcfcf87da27dc192f89 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Mon, 3 Jun 2013 16:45:36 -0400 Subject: added inline packaging --- .bzr-builddeb/default.conf | 2 + debian/changelog | 98 ++++++++++++++++++++++++++++++++++++++++++++++ debian/compat | 1 + debian/control | 26 ++++++++++++ debian/copyright | 22 +++++++++++ debian/rules | 9 +++++ 6 files changed, 158 insertions(+) create mode 100644 .bzr-builddeb/default.conf create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules 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..4aa0d3a --- /dev/null +++ b/debian/changelog @@ -0,0 +1,98 @@ +libpam-freerdp (1.0.1-0ubuntu1~ppa3) UNRELEASED; urgency=low + + * Inline packaging + + -- Ken VanDine 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) 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 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 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..0b6507f --- /dev/null +++ b/debian/control @@ -0,0 +1,26 @@ +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. 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 + . + 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..6be1096 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +override_dh_install: + find debian/libpam-freerdp -name '*.a' -delete + find debian/libpam-freerdp -name '*.la' -delete + dh_install --fail-missing + +%: + dh $@ --with autoreconf -- cgit v1.2.3 From 56dd647f5ee8c9363efea3e6c209e38175f708c4 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Wed, 26 Jun 2013 14:18:21 -0400 Subject: cleanup --- debian/changelog | 2 +- debian/control | 5 +++-- debian/rules | 3 +++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4aa0d3a..bdcbda4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -libpam-freerdp (1.0.1-0ubuntu1~ppa3) UNRELEASED; urgency=low +libpam-freerdp (1.0.1-0ubuntu1) UNRELEASED; urgency=low * Inline packaging diff --git a/debian/control b/debian/control index 0b6507f..46a7f47 100644 --- a/debian/control +++ b/debian/control @@ -11,8 +11,9 @@ Build-Depends: debhelper (>= 9), 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. +# 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 diff --git a/debian/rules b/debian/rules index 6be1096..c96a9f0 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/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 -- cgit v1.2.3