Merge lp:~noskcaj/seahorse/3.18 into lp:~ubuntu-desktop/seahorse/ubuntu

Proposed by Jackson Doak
Status: Merged
Merged at revision: 76
Proposed branch: lp:~noskcaj/seahorse/3.18
Merge into: lp:~ubuntu-desktop/seahorse/ubuntu
Diff against target: 348 lines (+38/-234)
6 files modified
debian/changelog (+34/-2)
debian/control (+2/-1)
debian/control.in (+2/-1)
debian/menu (+0/-7)
debian/seahorse.install (+0/-1)
debian/seahorse.xpm (+0/-222)
To merge this branch: bzr merge lp:~noskcaj/seahorse/3.18
Reviewer Review Type Date Requested Status
Robert Ancell Approve
Review via email: mp+275917@code.launchpad.net

Description of the change

merge from debian, adding a build-dep in gnupg2 that is needed to build.

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

Thanks Jackson!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-05-31 20:39:47 +0000
3+++ debian/changelog 2015-10-27 20:47:18 +0000
4@@ -1,3 +1,35 @@
5+seahorse (3.18.0-2ubuntu1) xenial; urgency=low
6+
7+ * Merge from debian. Remaining changes:
8+ - debian/patches/use-stable-libsecret.patch:
9+ + Use the stable libsecret.
10+ - debian/patches/use_valid_help_url:
11+ + Let help buttons point to valid documentation references.
12+ - debian/control:
13+ + Update Vcs-* field.
14+ * Add build-depend on gnupg2 to allow building
15+
16+ -- Jackson Doak <noskcaj@ubuntu.com> Wed, 28 Oct 2015 07:11:48 +1100
17+
18+seahorse (3.18.0-2) unstable; urgency=medium
19+
20+ * Depend on gnupg2 instead of gnupg
21+ - since we need >= 2.0.12 (see previous upload).
22+
23+ -- Andreas Henriksson <andreas@fatal.se> Sat, 03 Oct 2015 11:39:57 +0200
24+
25+seahorse (3.18.0-1) unstable; urgency=medium
26+
27+ [ Michael Biebl ]
28+ * Remove Debian menu entry.
29+
30+ [ Andreas Henriksson ]
31+ * New upstream release.
32+ * Updates according to configure.ac changes:
33+ - bump dependency on gnupg to >= 2.0.12
34+
35+ -- Andreas Henriksson <andreas@fatal.se> Fri, 02 Oct 2015 23:44:57 +0200
36+
37 seahorse (3.16.0-1ubuntu1) wily; urgency=medium
38
39 * Merge from debian. Remaining changes:
40@@ -1072,7 +1104,6 @@
41 for seahorse-daemon.
42
43 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Sat, 25 Mar 2006 14:09:59 +0100
44-
45
46 seahorse (0.8.0-1) unstable; urgency=low
47
48@@ -1338,7 +1369,7 @@
49 * I forgot to change Mantainer field in debian/control file. Sorry
50
51 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Fri, 8 Feb 2002 15:42:21 +0100
52-
53+
54 seahorse (0.5.0-3) unstable; urgency=low
55
56 * I have adopted this package. (Closes: #132441)
57@@ -1441,3 +1472,4 @@
58 * Initial Release.
59
60 -- Anthony Mulcahy <anthony@kcn.ne.jp> Mon, 10 Jan 2000 22:17:00 +0900
61+
62
63=== modified file 'debian/control'
64--- debian/control 2015-05-31 20:39:47 +0000
65+++ debian/control 2015-10-27 20:47:18 +0000
66@@ -12,6 +12,7 @@
67 debhelper (>= 9),
68 dh-autoreconf,
69 gnome-pkg-tools,
70+ gnupg2,
71 gtk-doc-tools (>= 1.9),
72 intltool (>= 0.35),
73 libavahi-client-dev (>= 0.6),
74@@ -37,7 +38,7 @@
75 ${shlibs:Depends},
76 gcr (>= 3.4),
77 gnome-keyring (>= 3.4),
78- gnupg (>= 1.4.7)
79+ gnupg2 (>= 2.0.12)
80 Recommends: openssh-client
81 Description: GNOME front end for GnuPG
82 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
83
84=== modified file 'debian/control.in'
85--- debian/control.in 2015-05-31 20:39:47 +0000
86+++ debian/control.in 2015-10-27 20:47:18 +0000
87@@ -8,6 +8,7 @@
88 debhelper (>= 9),
89 dh-autoreconf,
90 gnome-pkg-tools,
91+ gnupg2,
92 gtk-doc-tools (>= 1.9),
93 intltool (>= 0.35),
94 libavahi-client-dev (>= 0.6),
95@@ -33,7 +34,7 @@
96 ${shlibs:Depends},
97 gcr (>= 3.4),
98 gnome-keyring (>= 3.4),
99- gnupg (>= 1.4.7)
100+ gnupg2 (>= 2.0.12)
101 Recommends: openssh-client
102 Description: GNOME front end for GnuPG
103 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
104
105=== removed file 'debian/menu'
106--- debian/menu 2012-09-18 17:09:25 +0000
107+++ debian/menu 1970-01-01 00:00:00 +0000
108@@ -1,7 +0,0 @@
109-?package(seahorse):needs="X11" \
110- section="Applications/System/Security" \
111- hints="Gnome" \
112- title="Seahorse" \
113- longtitle="GNOME frontend for managing GnuPG and SSH keys" \
114- command="/usr/bin/seahorse" \
115- icon="/usr/share/pixmaps/seahorse.xpm"
116
117=== removed file 'debian/seahorse.install'
118--- debian/seahorse.install 2012-09-18 17:09:25 +0000
119+++ debian/seahorse.install 1970-01-01 00:00:00 +0000
120@@ -1,1 +0,0 @@
121-debian/seahorse.xpm /usr/share/pixmaps
122
123=== removed file 'debian/seahorse.xpm'
124--- debian/seahorse.xpm 2009-10-19 03:16:33 +0000
125+++ debian/seahorse.xpm 1970-01-01 00:00:00 +0000
126@@ -1,222 +0,0 @@
127-/* XPM */
128-static char *seahorse[] = {
129-/* columns rows colors chars-per-pixel */
130-"32 32 184 2",
131-" c black",
132-". c #3D3D3D",
133-"X c #2C344E",
134-"o c #743700",
135-"O c #5B4900",
136-"+ c #614713",
137-"@ c #6F581D",
138-"# c #756324",
139-"$ c #7A6625",
140-"% c #796B26",
141-"& c #7E6A2B",
142-"* c #7D702E",
143-"= c #7F7035",
144-"- c #4C4C4C",
145-"; c #555555",
146-": c #55565C",
147-"> c #5C5C5C",
148-", c #626054",
149-"< c #716744",
150-"1 c #776D43",
151-"2 c #746B49",
152-"3 c #7B6F43",
153-"4 c #636363",
154-"5 c #6B6B6B",
155-"6 c #7B7667",
156-"7 c #737272",
157-"8 c #797876",
158-"9 c #7B7B7B",
159-"0 c #8E6500",
160-"q c #8A711D",
161-"w c #906300",
162-"e c #926A00",
163-"r c #9A7500",
164-"t c #9A7C00",
165-"y c #9E7E09",
166-"u c #977E1E",
167-"i c #856C2E",
168-"p c #826B30",
169-"a c #8B6B39",
170-"s c #8B762E",
171-"d c #8D7A2A",
172-"f c #847333",
173-"g c #867836",
174-"h c #887635",
175-"j c #8C7C3B",
176-"k c #937B20",
177-"l c #A27E00",
178-"z c #907F40",
179-"x c #817A60",
180-"c c #9D800D",
181-"v c #9E8216",
182-"b c #9E8219",
183-"n c #9B842D",
184-"m c #90803E",
185-"M c #9E8B3D",
186-"N c #A58304",
187-"B c #A3840D",
188-"V c #A58C07",
189-"C c #A98405",
190-"Z c #A98509",
191-"A c #AC8B0C",
192-"S c #A28513",
193-"D c #AC8C12",
194-"F c #AA8E1F",
195-"G c #AD9816",
196-"H c #B08D0D",
197-"J c #B18D10",
198-"K c #B2910F",
199-"L c #B9970D",
200-"P c #B39212",
201-"I c #B79817",
202-"U c #B7991B",
203-"Y c #BE9D14",
204-"T c #BA9B1A",
205-"R c #A78B20",
206-"E c #AA8F21",
207-"W c #B19627",
208-"Q c #BB9E22",
209-"! c #B09B3D",
210-"~ c #AAAA00",
211-"^ c #BFA020",
212-"/ c #B9A032",
213-"( c #928341",
214-") c #91834A",
215-"_ c #9E8C42",
216-"` c #9A8B4A",
217-"' c #91875A",
218-"] c #968A5B",
219-"[ c #87816C",
220-"{ c #868271",
221-"} c #87857A",
222-"| c #908967",
223-" . c #948B6B",
224-".. c #9E9571",
225-"X. c #A49241",
226-"o. c #A99541",
227-"O. c #AD9A4D",
228-"+. c #A29352",
229-"@. c #A0945C",
230-"#. c #A79954",
231-"$. c #AB9D56",
232-"%. c #A99B59",
233-"&. c #B09E4E",
234-"*. c #B4905E",
235-"=. c #A19561",
236-"-. c #A69B62",
237-";. c #A0997B",
238-":. c #AEA05C",
239-">. c #B3A45B",
240-",. c #AEA162",
241-"<. c #AFA36A",
242-"1. c #B3A663",
243-"2. c #B6A965",
244-"3. c #B7A969",
245-"4. c #BBAE67",
246-"5. c #BAAD6A",
247-"6. c #BDB16C",
248-"7. c #C09F18",
249-"8. c #C3992A",
250-"9. c #C5A312",
251-"0. c #C3A41C",
252-"q. c #C9A615",
253-"w. c #CAA61D",
254-"e. c #CCAA1C",
255-"r. c #C3A521",
256-"t. c #C6AA25",
257-"y. c #C6A929",
258-"u. c #CDAD23",
259-"i. c #CAAD2B",
260-"p. c #C6AB32",
261-"a. c #C3AB3B",
262-"s. c #CAAF32",
263-"d. c #C8AF39",
264-"f. c #CFB025",
265-"g. c #CFB12B",
266-"h. c #CCB133",
267-"j. c #CCB33E",
268-"k. c #D0B126",
269-"l. c #D2B32B",
270-"z. c #D4B92C",
271-"x. c #D3B633",
272-"c. c #D6B934",
273-"v. c #D5BA3A",
274-"b. c #D9BC36",
275-"n. c #D9BE3A",
276-"m. c #C3AB41",
277-"M. c #C0AC4D",
278-"N. c #CFB640",
279-"B. c #C3B055",
280-"V. c #D5BD45",
281-"C. c #C1B66E",
282-"Z. c #C4BA71",
283-"A. c #C7BC7A",
284-"S. c #C8BB74",
285-"D. c #DBC032",
286-"F. c #DBC13D",
287-"G. c #E0C63F",
288-"H. c #E3CA3C",
289-"J. c #DDC443",
290-"K. c #DDC54B",
291-"L. c #E0C646",
292-"P. c #E3CA43",
293-"I. c #E2CA4C",
294-"U. c #E4CE54",
295-"Y. c #E9D242",
296-"T. c #EBD44A",
297-"R. c #EFD948",
298-"E. c #E7D157",
299-"W. c #E6D25B",
300-"Q. c #E9D45C",
301-"!. c #EBD760",
302-"~. c #EDDA66",
303-"^. c #EFDD6A",
304-"/. c #F0DE6B",
305-"(. c #838383",
306-"). c #888783",
307-"_. c #8C8C8C",
308-"`. c #9C9786",
309-"'. c #929292",
310-"]. c #9B9B9B",
311-"[. c #A59F8A",
312-"{. c #A2A2A3",
313-"}. c #ABA9A2",
314-"|. c None",
315-/* pixels */
316-"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.",
317-"|.|.|.|.|.|.; ; 4 4 4 4 > ; (.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.",
318-"|.|.|.|.|.; 4 8 _.{.{.].9 4 > |.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.",
319-"|.|.|.|.: 4 (.`.......[.}.].5 > |.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.",
320-"|.|.|.X > 6 ] _ O.>.5.<.-.;.'.5 - |.|.|.|.|.|.|.|.|.|.|.|.|.|.|.",
321-"|.|.|.: 2 n W p.d.h.a.B.A.-. .8 4 4 4 4 4 4 4 4 4 4 4 4 4 > > |.",
322-"|.|.|.d E i.F.J.K.U.U.V.a.S.-.[ (.(.).).)._.(.(.(.(.(.(.(.9 4 : ",
323-"|.|.A I i.c.u.T T V.Q.~.U.m.C.' (._._.'.'._._.'._.'._.'.'._.5 > ",
324-"|.C P w.e.I S N B Q U.Q.^.K.>.@.} _._._._._._._.9 ).(.(._.).5 > ",
325-"|.D Y w.Y u < = v T I.Q.~.~.d.+.{ _.(._.].].].).5 (.9 5 ).8 > : ",
326-"|.P 0.e.Y b f u I c.I.E.~.^.j.M x 7 4 7 (.(.(.5 5 5 5 4 4 > - |.",
327-"|.K e.q.9.L L 9.u.b.J.E.!.~.j.! ) 3 1 > : > > 4 4 4 > ; . |.|.",
328-"|.P r.e.e.q.q.e.u.l.c.J.Q.~.h.&.2.$.( h q |.|.|.|.|.|.|.|.|.|.|.",
329-"|.K w.e.e.e.e.e.u.l.x.b.I.Q.! >.1.6.>.+.j f $ |.|.|.|.|.|.|.|.|.",
330-"|.A T u.e.e.u.u.k.l.z.c.n.s.o.2.2.1.4.6.1.` h f |.|.|.|.|.|.|.|.",
331-"|.N P r.k.k.k.k.l.l.c.b.n.Q o.#.$.6.1.1.5.5.%.( h % |.|.|.|.|.|.",
332-"|.|.C P r.l.l.l.z.x.c.F.F.g.F j ` Z.C.4.1.3.5.2.+.j p $ |.|.|.|.",
333-"|.|.|.A P T r.t.t.x.b.F.F.H.0.S m #.6.Z.5.#.-.5.4.-.` j f |.|.|.",
334-"|.|.|.|.C N A P P T D.H.F.H.D.I q g ( #.+.j 2.-.1.3.3.` f |.|.|.",
335-"|.|.|.|.|.|.|.|.A K 9.z.F.F.H.t.A |.p f m m 1.` %.2.3.` f |.|.|.",
336-"|.|.|.|.|.|.|.|.|.r K z.Y.F.F.F.I Z |.|.|.h h z %.,.+.m i |.|.|.",
337-"|.|.|.|.|.|.|.|.|.O J z.R.P.F.P.g.A |.|.|.p i j j m f f g |.|.|.",
338-"|.|.|.|.|.|.|.|.|.|.C T P.T.F.J.F.T N |.|.|.|.i $ # + |.|.|.|.|.",
339-"|.|.|.|.|.|.|.|.|.|.|.A t.P.n.v.J.h.P |.|.|.|.|.|.|.|.|.|.|.|.|.",
340-"|.|.|.|.|.|.|.|.|.|.|.N K P T i.J.J.T A |.|.|.|.|.|.|.|.|.|.|.|.",
341-"|.|.|.|.|.|.|.|.|.|.|.|.c T y.J.n.L.h.P r |.|.|.|.|.|.|.|.|.|.|.",
342-"|.|.|.|.|.|.|.|.|.|.|.|.|.P ^ i.i.F.J.r.A |.|.|.|.|.|.|.|.|.|.|.",
343-"|.|.|.|.|.|.|.|.|.|.|.|.|.A A P v.F.J.h.A |.|.|.|.|.|.|.|.|.|.|.",
344-"|.|.|.|.|.|.|.|.|.|.|.|.|.|.w P s.v.x.^ A |.|.|.|.|.|.|.|.|.|.|.",
345-"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.A D T T A t |.|.|.|.|.|.|.|.|.|.|.",
346-"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.0 l N A |.|.|.|.|.|.|.|.|.|.|.|.",
347-"|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|.|."
348-};

Subscribers

People subscribed via source and target branches

to all changes: