Merge lp:~ken-vandine/libpam-freerdp/packaging into lp:libpam-freerdp

Proposed by Ken VanDine
Status: Merged
Approved by: Francis Ginther
Approved revision: 42
Merged at revision: 41
Proposed branch: lp:~ken-vandine/libpam-freerdp/packaging
Merge into: lp:libpam-freerdp
Diff against target: 193 lines (+162/-0)
6 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+98/-0)
debian/compat (+1/-0)
debian/control (+27/-0)
debian/copyright (+22/-0)
debian/rules (+12/-0)
To merge this branch: bzr merge lp:~ken-vandine/libpam-freerdp/packaging
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Ted Gould (community) Approve
Review via email: mp+171626@code.launchpad.net

Commit message

inline packaging and preparation for daily release

Description of the change

inline packaging and preparation for daily release

To post a comment you must log in.
Revision history for this message
Ted Gould (ted) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Autolanding.
Approved revid is not set in launchpad. This is most likely a launchpad issue and re-approve should fix it. There is also a chance (although a very small one) this is a permission problem of the ps-jenkins bot.
http://s-jenkins:8080/job/libpam-freerdp2-autolanding/5/
Executed test runs:
    SUCCESS: http://s-jenkins:8080/job/libpam-freerdp2-autolanding/./build=pbuilder,distribution=saucy,flavor=amd64/5
    SUCCESS: http://s-jenkins:8080/job/libpam-freerdp2-autolanding/./build=pbuilder,distribution=saucy,flavor=i386/5

review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Fixed the job, re-approved so it can land.

Revision history for this message
PS Jenkins bot (ps-jenkins) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2013-06-26 18:24:46 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== added directory 'debian'
10=== added file 'debian/changelog'
11--- debian/changelog 1970-01-01 00:00:00 +0000
12+++ debian/changelog 2013-06-26 18:24:46 +0000
13@@ -0,0 +1,98 @@
14+libpam-freerdp (1.0.1-0ubuntu1) UNRELEASED; urgency=low
15+
16+ * Inline packaging
17+
18+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 03 Jun 2013 16:45:23 -0400
19+
20+libpam-freerdp (1.0.1-0ubuntu1~ppa2) quantal; urgency=low
21+
22+ * Added autogen.sh
23+
24+ -- Iftikhar Ahmad (QA Engineer) <iftikhar.ahmad@canonical.com> Tue, 12 Mar 2013 11:16:18 +0500
25+
26+libpam-freerdp (1.0.1-0ubuntu1~ppa1) quantal; urgency=low
27+
28+ * New upstream release.
29+ * Fix build issue
30+
31+ -- Ted Gould <ted@ubuntu.com> Tue, 25 Sep 2012 11:18:25 -0500
32+
33+libpam-freerdp (1.0.0-0ubuntu1) quantal; urgency=low
34+
35+ * New upstream release
36+ - Add a '.' for a blank domain
37+ - Block usernames with spaces
38+ - Add test suite
39+ * debian/control:
40+ - Add gtest build-dependency for test suite
41+
42+ -- Michael Terry <mterry@ubuntu.com> Thu, 20 Sep 2012 15:39:30 -0400
43+
44+libpam-freerdp (0.4.0-0ubuntu1) quantal; urgency=low
45+
46+ * New upstream release.
47+ * Security fixes for priviledged kill of PID
48+ * Ensuring return values are trapped
49+ * Binding port after dropping permissions
50+ * Handling more corner cases
51+
52+ -- Ted Gould <ted@ubuntu.com> Wed, 05 Sep 2012 15:57:55 -0500
53+
54+libpam-freerdp (0.3.0-0ubuntu1) quantal; urgency=low
55+
56+ * New upstream release.
57+ * Bug fixes and security fixes
58+
59+ -- Ted Gould <ted@ubuntu.com> Wed, 29 Aug 2012 10:35:22 -0500
60+
61+libpam-freerdp (0.2.0-0ubuntu1) quantal; urgency=low
62+
63+ [ Ted Gould ]
64+ * New upstream release.
65+ * Now with auth helper!
66+ * Adding session code in
67+ * Various fixes
68+ * debian/control: Adding a build-dep on libfreerdp-dev
69+
70+ [ Michael Terry ]
71+ * debian/control:
72+ - Add pkg-config to Build-Depends
73+
74+ -- Ted Gould <ted@ubuntu.com> Tue, 21 Aug 2012 18:48:42 -0500
75+
76+libpam-freerdp (0.0.2-0ubuntu1) quantal; urgency=low
77+
78+ * Initial release in Ubuntu (LP: #1039585)
79+ * Add watch file
80+ * Use 3.0 quilt format
81+ * Drop dh-autoreconf
82+ * Don't install .la or .a files
83+
84+ -- Michael Terry <mterry@ubuntu.com> Tue, 21 Aug 2012 11:22:23 -0400
85+
86+libpam-freerdp (0.0.2-0ubuntu1~ppa3) quantal; urgency=low
87+
88+ * Upstream merge
89+ * Fixing pointers to make PAM happy
90+
91+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Aug 2012 22:05:52 -0500
92+
93+libpam-freerdp (0.0.2-0ubuntu1~ppa2) quantal; urgency=low
94+
95+ * Upstream merge
96+ * Changing the conv pointer
97+
98+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Aug 2012 21:44:43 -0500
99+
100+libpam-freerdp (0.0.2-0ubuntu1~ppa1) quantal; urgency=low
101+
102+ * New upstream release.
103+ * Fixing naming and other cleanups
104+
105+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Aug 2012 21:11:42 -0500
106+
107+libpam-freerdp (0.0.1-0ubuntu1~ppa1) quantal; urgency=low
108+
109+ * New upstream release.
110+
111+ -- Ted Gould <ted@ubuntu.com> Sun, 19 Aug 2012 21:02:26 -0500
112
113=== added file 'debian/compat'
114--- debian/compat 1970-01-01 00:00:00 +0000
115+++ debian/compat 2013-06-26 18:24:46 +0000
116@@ -0,0 +1,1 @@
117+9
118
119=== added file 'debian/control'
120--- debian/control 1970-01-01 00:00:00 +0000
121+++ debian/control 2013-06-26 18:24:46 +0000
122@@ -0,0 +1,27 @@
123+Source: libpam-freerdp
124+Section: misc
125+Priority: extra
126+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
127+Build-Depends: debhelper (>= 9),
128+ dh-autoreconf,
129+ gnome-common,
130+ libfreerdp-dev,
131+ libgtest-dev,
132+ libpam0g-dev,
133+ pkg-config,
134+Standards-Version: 3.9.4
135+Homepage: http://launchpad.net/libpam-freerdp/
136+# If you aren't a member of ~freerdp-remote-team but need to upload packaging
137+# changes, just go ahead. ~freerdp-remote-team will notice and sync up the
138+# code again.
139+Vcs-Bzr: https://code.launchpad.net/~freerdp-remote-team/libpam-freerdp/trunk
140+
141+Package: libpam-freerdp
142+Architecture: any
143+Depends: ${shlibs:Depends},
144+ ${misc:Depends},
145+ freerdp-x11,
146+Description: PAM Module to auth against an RDP server using FreeRDP
147+ Auth and session PAM module that uses FreeRDP to authenticate against
148+ an RDP server as the remote hosts and user. Local account required.
149+ Most useful with the pam-temp-account module.
150
151=== added file 'debian/copyright'
152--- debian/copyright 1970-01-01 00:00:00 +0000
153+++ debian/copyright 2013-06-26 18:24:46 +0000
154@@ -0,0 +1,22 @@
155+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
156+Upstream-Name: libpam-freerdp
157+Source: http://launchpad.net/libpam-freerdp
158+
159+Files: *
160+Copyright: 2012, Canonical Ltd.
161+License: GPL-3
162+ This package is free software; you can redistribute it and/or modify
163+ it under the terms of the GNU General Public License as published by
164+ the Free Software Foundation; version 3 of the License.
165+ .
166+ This package is distributed in the hope that it will be useful,
167+ but WITHOUT ANY WARRANTY; without even the implied warranty of
168+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
169+ GNU General Public License for more details.
170+ .
171+ You should have received a copy of the GNU General Public License
172+ along with this program. If not, see <http://www.gnu.org/licenses/>
173+ .
174+ On Debian systems, the complete text of the GNU General
175+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
176+
177
178=== added file 'debian/rules'
179--- debian/rules 1970-01-01 00:00:00 +0000
180+++ debian/rules 2013-06-26 18:24:46 +0000
181@@ -0,0 +1,12 @@
182+#!/usr/bin/make -f
183+# -*- makefile -*-
184+# Uncomment this to turn on verbose mode.
185+#export DH_VERBOSE=1
186+
187+override_dh_install:
188+ find debian/libpam-freerdp -name '*.a' -delete
189+ find debian/libpam-freerdp -name '*.la' -delete
190+ dh_install --fail-missing
191+
192+%:
193+ dh $@ --with autoreconf

Subscribers

People subscribed via source and target branches