Merge lp:~robru/signon-keyring-extension/inline-packaging into lp:signon-keyring-extension

Proposed by Robert Bruce Park
Status: Merged
Approved by: Víctor R. Ruiz
Approved revision: 19
Merged at revision: 17
Proposed branch: lp:~robru/signon-keyring-extension/inline-packaging
Merge into: lp:signon-keyring-extension
Diff against target: 137 lines (+106/-0)
6 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+60/-0)
debian/compat (+1/-0)
debian/control (+20/-0)
debian/copyright (+10/-0)
debian/rules (+13/-0)
To merge this branch: bzr merge lp:~robru/signon-keyring-extension/inline-packaging
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Didier Roche-Tolomelli Approve
Ken VanDine Pending
Víctor R. Ruiz Pending
Review via email: mp+135496@code.launchpad.net

Description of the change

Inline packaging metadata.

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Looking good, building fine in pbuilder, tests running. What else? :)

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: Approve (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) wrote :
review: Needs Fixing (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 2012-11-21 18:55:29 +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 2012-11-21 18:55:29 +0000
13@@ -0,0 +1,60 @@
14+signon-keyring-extension (0.4-0ubuntu1) raring; urgency=low
15+
16+ * Inline packaging metadata.
17+
18+ -- Robert Bruce Park <robert.park@canonical.com> Wed, 21 Nov 2012 12:50:55 -0600
19+
20+signon-keyring-extension (0.3-0ubuntu1) quantal; urgency=low
21+
22+ * New upstream release
23+
24+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 27 Jul 2012 09:10:31 -0400
25+
26+signon-keyring-extension (0.2+bzr12-0quantal1) quantal; urgency=low
27+
28+ * rebuild for quantal
29+
30+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 16 Jul 2012 10:25:01 -0400
31+
32+signon-keyring-extension (0.2+bzr12-0precise4) precise; urgency=low
33+
34+ * debian/rules
35+ - disable tests
36+
37+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 15 Jun 2012 22:41:19 -0400
38+
39+signon-keyring-extension (0.2+bzr12-0precise3) precise; urgency=low
40+
41+ * no change rebuild
42+
43+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 15 Jun 2012 16:58:36 -0400
44+
45+signon-keyring-extension (0.2+bzr12-0precise2) precise; urgency=low
46+
47+ * rebased on trunk
48+
49+ -- Ken VanDine <ken.vandine@canonical.com> Fri, 30 Mar 2012 11:54:38 -0400
50+
51+signon-keyring-extension (0.2+bzr12-0precise1) precise; urgency=low
52+
53+ * New upstream snapshot 0.2-bzr12
54+
55+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 22 Mar 2012 12:09:07 -0400
56+
57+signon-keyring-extension (0.2-0precise1) precise; urgency=low
58+
59+ * New upstream snapshot
60+
61+ -- Ken VanDine <ken.vandine@canonical.com> Mon, 19 Mar 2012 12:19:50 -0400
62+
63+signon-keyring-extension (0.1-bzr9-0precise1) precise; urgency=low
64+
65+ * New upstream release.
66+
67+ -- Alberto Mardegan <alberto.mardegan@canonical.com> Tue, 10 Jan 2012 10:51:14 +0100
68+
69+signon-keyring-extension (0.1-0precise1) precise; urgency=low
70+
71+ * Initial release
72+
73+ -- Ken VanDine <ken.vandine@canonical.com> Thu, 05 Jan 2012 09:24:07 -0500
74
75=== added file 'debian/compat'
76--- debian/compat 1970-01-01 00:00:00 +0000
77+++ debian/compat 2012-11-21 18:55:29 +0000
78@@ -0,0 +1,1 @@
79+9
80
81=== added file 'debian/control'
82--- debian/control 1970-01-01 00:00:00 +0000
83+++ debian/control 2012-11-21 18:55:29 +0000
84@@ -0,0 +1,20 @@
85+Source: signon-keyring-extension
86+Priority: optional
87+Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
88+Build-Depends: debhelper (>= 9),
89+ libgnome-keyring-dev,
90+ pkg-config,
91+ signond-dev,
92+Standards-Version: 3.9.3
93+Section: gnome
94+Homepage: https://launchpad.net/signon-keyring-extension
95+# If you aren't a member of ~online-accounts but need to upload packaging changes,
96+# just go ahead. ~online-accounts will notice and sync up the code again.
97+Vcs-Bzr: https://code.launchpad.net/~online-accounts/signon-keyring-extension/trunk
98+
99+Package: signon-keyring-extension
100+Architecture: any
101+Depends: ${misc:Depends},
102+ ${shlibs:Depends},
103+Description: GNOME keyring extension for signond
104+ Single Signon extension for the GNOME keyring
105
106=== added file 'debian/copyright'
107--- debian/copyright 1970-01-01 00:00:00 +0000
108+++ debian/copyright 2012-11-21 18:55:29 +0000
109@@ -0,0 +1,10 @@
110+Format: http://dep.debian.net/deps/dep5
111+Upstream-Name: online-accounts-keyring-extension
112+Upstream-Contact: Alberto Mardegan <alberto.mardegan@canonical.com>
113+Source: https://launchpad.net/online-accounts-keyring-extension
114+
115+Files: *
116+Copyright: 2011 Canonical Ltd.
117+License: LGPL-2.1
118+ On Debian systems, the complete text of the GNU Lesser General
119+ Public License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
120
121=== added file 'debian/rules'
122--- debian/rules 1970-01-01 00:00:00 +0000
123+++ debian/rules 2012-11-21 18:55:29 +0000
124@@ -0,0 +1,13 @@
125+#!/usr/bin/make -f
126+# -*- makefile -*-
127+
128+# Uncomment this to turn on verbose mode.
129+#export DH_VERBOSE=1
130+export DPKG_GENSYMBOLS_CHECK_LEVEL=4
131+
132+override_dh_install:
133+ rm -f debian/*/usr/bin/keyring-test
134+ dh_install --fail-missing
135+
136+%:
137+ dh $@

Subscribers

People subscribed via source and target branches