Merge lp:~ari-tczew/gnome-keyring/ubuntu into lp:~ubuntu-desktop/gnome-keyring/ubuntu

Proposed by Artur Rona
Status: Merged
Merged at revision: 98
Proposed branch: lp:~ari-tczew/gnome-keyring/ubuntu
Merge into: lp:~ubuntu-desktop/gnome-keyring/ubuntu
Diff against target: 134 lines (+46/-8)
7 files modified
debian/README.Debian (+1/-1)
debian/changelog (+39/-1)
debian/control (+2/-3)
debian/control.in (+1/-2)
debian/gnome-keyring.install (+2/-0)
debian/gnome-keyring.links (+1/-0)
debian/patches/series (+0/-1)
To merge this branch: bzr merge lp:~ari-tczew/gnome-keyring/ubuntu
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Ubuntu Sponsors Pending
Review via email: mp+263978@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Looks good, thanks Artur!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/README.Debian'
2--- debian/README.Debian 2011-06-30 15:32:46 +0000
3+++ debian/README.Debian 2015-07-06 21:34:43 +0000
4@@ -18,7 +18,7 @@
5 for a password for the "Default" keyring.
6
7 If you change your authentication password (using passwd or
8-gnome-about-me for example), the password for the login keyrign should
9+gnome-about-me for example), the password for the login keyring should
10 be updated automatically.
11
12 SSH and GPG agents
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2015-04-08 14:08:45 +0000
16+++ debian/changelog 2015-07-06 21:34:43 +0000
17@@ -1,4 +1,42 @@
18-gnome-keyring (3.15.92-0ubuntu1) vivid; urgency=medium
19+gnome-keyring (3.16.0-2ubuntu1) wily; urgency=low
20+
21+ * Merge from Debian unstable. Remaining changes:
22+ - debian/gnome-keyring.ubiquity, debian/rules:
23+ + Apply capabilities at the end of the ubiquity process
24+ to make sure new installs have gnome-keyring-daemon
25+ with cap_ipc_lock+ep.
26+ - debian/control, debian/rules, debian/*.install:
27+ + MultiArch support. (Closes: #686843)
28+ - debian/control, debian/*.install:
29+ + Install pkcs11 in its own binary. (Closes: #783961)
30+ - debian/patches/04_nodisplay_autostart.patch:
31+ + Clean up Startup Applications dialog by hiding default apps.
32+ - debian/patches/bgz_exit_on_bus_close.patch:
33+ + Exit on D-Bus disconnection.
34+ * debian/control:
35+ - Drop duplicated Build-Depends on dh-autoreconf.
36+
37+ -- Artur Rona <ari-tczew@ubuntu.com> Mon, 06 Jul 2015 22:57:02 +0200
38+
39+gnome-keyring (3.16.0-2) unstable; urgency=medium
40+
41+ * Upload to unstable.
42+
43+ -- Dmitry Shachnev <mitya57@debian.org> Mon, 04 May 2015 21:56:18 +0300
44+
45+gnome-keyring (3.16.0-1) experimental; urgency=medium
46+
47+ * New upstream release.
48+ - Contains lots of memory leaks fixes.
49+ - Fixes issues with logout from Plasma session.
50+ * Fix a typo in README.debian (closes: #755367).
51+ * Update Homepage field.
52+ * Install manpages, now that is possible again.
53+ * Bump Standards-Version to 3.9.6, no changes needed.
54+
55+ -- Dmitry Shachnev <mitya57@debian.org> Fri, 17 Apr 2015 14:43:05 +0300
56+
57+gnome-keyring (3.16.0-0ubuntu1) vivid; urgency=medium
58
59 * New upstream release
60 - includes fix to "Can't log out from Plasma session with SDDM" LP: #1407152
61
62=== modified file 'debian/control'
63--- debian/control 2015-03-05 17:56:31 +0000
64+++ debian/control 2015-07-06 21:34:43 +0000
65@@ -7,10 +7,9 @@
66 Priority: optional
67 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
68 XSBC-Original-Maintainer: Josselin Mouette <joss@debian.org>
69-Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>
70+Uploaders: Andreas Henriksson <andreas@fatal.se>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Dmitry Shachnev <mitya57@debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>
71 Build-Depends: debhelper (>= 9),
72 cdbs,
73- dh-autoreconf,
74 ca-certificates,
75 dh-autoreconf,
76 docbook-xml,
77@@ -29,7 +28,7 @@
78 libtasn1-6-dev,
79 libtasn1-bin,
80 libglib2.0-doc
81-Standards-Version: 3.9.5
82+Standards-Version: 3.9.6
83 Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/gnome-keyring/ubuntu
84 Vcs-Bzr: lp:~ubuntu-desktop/gnome-keyring/ubuntu
85 Homepage: https://wiki.gnome.org/GnomeKeyring
86
87=== modified file 'debian/control.in'
88--- debian/control.in 2015-03-05 17:56:31 +0000
89+++ debian/control.in 2015-07-06 21:34:43 +0000
90@@ -6,7 +6,6 @@
91 Uploaders: @GNOME_TEAM@
92 Build-Depends: debhelper (>= 9),
93 cdbs,
94- dh-autoreconf,
95 ca-certificates,
96 dh-autoreconf,
97 docbook-xml,
98@@ -25,7 +24,7 @@
99 libtasn1-6-dev,
100 libtasn1-bin,
101 libglib2.0-doc
102-Standards-Version: 3.9.5
103+Standards-Version: 3.9.6
104 Vcs-Browser: https://code.launchpad.net/~ubuntu-desktop/gnome-keyring/ubuntu
105 Vcs-Bzr: lp:~ubuntu-desktop/gnome-keyring/ubuntu
106 Homepage: https://wiki.gnome.org/GnomeKeyring
107
108=== modified file 'debian/gnome-keyring.install'
109--- debian/gnome-keyring.install 2015-03-05 17:55:40 +0000
110+++ debian/gnome-keyring.install 2015-07-06 21:34:43 +0000
111@@ -3,6 +3,8 @@
112 usr/share/dbus-1/services
113 usr/share/glib-2.0/schemas
114 usr/share/GConf/gsettings
115+usr/share/man/man1/gnome-keyring.1
116+usr/share/man/man1/gnome-keyring-daemon.1
117 usr/lib/gnome-keyring/devel/*.so
118 etc/xdg/autostart
119 debian/gnome-keyring*.conf usr/share/upstart/sessions/
120
121=== added file 'debian/gnome-keyring.links'
122--- debian/gnome-keyring.links 1970-01-01 00:00:00 +0000
123+++ debian/gnome-keyring.links 2015-07-06 21:34:43 +0000
124@@ -0,0 +1,1 @@
125+usr/share/man/man1/gnome-keyring.1 usr/share/man/man1/gnome-keyring-3.1
126
127=== modified file 'debian/patches/series'
128--- debian/patches/series 2015-04-08 14:08:45 +0000
129+++ debian/patches/series 2015-07-06 21:34:43 +0000
130@@ -1,4 +1,3 @@
131 03_kfreebsd.patch
132 04_nodisplay_autostart.patch
133-
134 bgz_exit_on_bus_close.patch

Subscribers

People subscribed via source and target branches

to all changes: