Merge lp:~bcurtiswx/ubuntu/oneiric/seahorse/3.0.0-1ubuntu1 into lp:~ubuntu-desktop/seahorse/ubuntu

Proposed by Brian Curtis
Status: Merged
Merged at revision: 30
Proposed branch: lp:~bcurtiswx/ubuntu/oneiric/seahorse/3.0.0-1ubuntu1
Merge into: lp:~ubuntu-desktop/seahorse/ubuntu
Diff against target: 518 lines (+193/-81)
15 files modified
debian/NEWS (+4/-4)
debian/changelog (+39/-0)
debian/control (+46/-22)
debian/control.in (+44/-20)
debian/copyright (+24/-4)
debian/gir1.2-cryptui-0.0.install (+1/-0)
debian/libcryptui-dev.install (+1/-0)
debian/libcryptui0.install (+0/-1)
debian/libcryptui0a.install (+1/-0)
debian/patches/01_autostart_path.patch (+4/-4)
debian/patches/01_lpi.patch (+16/-16)
debian/patches/08_force_ssh.patch (+4/-4)
debian/patches/99_ltmain_as-needed.patch (+3/-3)
debian/rules (+5/-2)
debian/watch (+1/-1)
To merge this branch: bzr merge lp:~bcurtiswx/ubuntu/oneiric/seahorse/3.0.0-1ubuntu1
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
Review via email: mp+62151@code.launchpad.net

Description of the change

seahorse (3.0.0-1ubuntu1) oneiric; urgency=low

  * Rebase on Debian unstable, remaining Ubuntu Changes:
  * debian/control.in:
    - Added Vcs-Bzr link
    - Updated dep to liblaunchpad-integration-3.0-dev
  * debian/rules:
    - Run autotools
    - Added a shlibs rule for libcryptui0a (>=3.0.0)
  * debian/seahorse.preinst:
    - Remove daemon autostart .desktop file on upgrade
  * debian/patches/01_lpi.patch
    - Launchpad Integration
  * debian/patches/11_ubuntu-keyserver.patch
    - Make ubuntu keyserver the default

 -- Brian Curtis <email address hidden> Wed, 18 May 2011 13:40:24 -0400

To post a comment you must log in.
Revision history for this message
Brian Curtis (bcurtiswx) wrote :

hmm, should be stable not unstable i believe

38. By Brian Curtis

* Rebase on Debian stable, remaining Ubuntu changes:
* debian/control.in:
  - Bump libglib2.0-dev version
  - Make libcryptui-dev replace seahorse
  - Build-depend on liblaunchpadintegration-dev
  - Added Vcs-Bzr link
* debian/rules:
  - Add a shlibs rule for libcryptui0 (>= 2.25.4)
  - Run autotools on build
* debian/seahorse.preinst:
  - Remove daemon autostart .desktop file on upgrade.
* debian/patches/01_lpi.patch:
  - Launchpad integration
* debian/patches/11_ubuntu-keyserver.patch:
  - Make ubuntu keyserver the default
* debian/patches/90_autotools.patch:
  - Obsolete, now done in debian/rules
* debian/watch:
  - Watch for unstable versions

39. By Brian Curtis

changelog typo

40. By Brian Curtis

VCZ BZR from gnome3-team to ubuntu-desktop

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/NEWS'
2--- debian/NEWS 2009-10-19 03:16:33 +0000
3+++ debian/NEWS 2011-05-24 17:43:31 +0000
4@@ -1,8 +1,8 @@
5 seahorse (0.9.0-1) unstable; urgency=low
6
7- * From version 0.9.0 seahorse-agent has been renamed to seahorse-daemon.
8- For now, a convenient wrapper is provided, so old installations won't
9- break, but you should change your gnome-session settings, as this
10- wrapper will be dropped anytime.
11+ From version 0.9.0 seahorse-agent has been renamed to seahorse-daemon.
12+ For now, a convenient wrapper is provided, so old installations won't
13+ break, but you should change your gnome-session settings, as this
14+ wrapper will be dropped anytime.
15
16 -- Jose Carlos Garcia Sogo <jsogo@debian.org> Tue, 21 March 2006 00:00:00 +0100
17
18=== modified file 'debian/changelog'
19--- debian/changelog 2011-03-31 13:49:02 +0000
20+++ debian/changelog 2011-05-24 17:43:31 +0000
21@@ -1,3 +1,42 @@
22+seahorse (3.0.0-1ubuntu1) oneiric; urgency=low
23+
24+ * Rebase on Debian stable, remaining Ubuntu Changes:
25+ * debian/control.in:
26+ - Added Vcs-Bzr link
27+ - Updated dep to liblaunchpad-integration-3.0-dev
28+ * debian/rules:
29+ - Run autotools
30+ - Added a shlibs rule for libcryptui0a (>=3.0.0)
31+ * debian/seahorse.preinst:
32+ - Remove daemon autostart .desktop file on upgrade
33+ * debian/patches/01_lpi.patch
34+ - Launchpad Integration
35+ * debian/patches/11_ubuntu-keyserver.patch
36+ - Make ubuntu keyserver the default
37+
38+ -- Brian Curtis <bcurtiswx@ubuntu.com> Wed, 18 May 2011 13:40:24 -0400
39+
40+seahorse (3.0.0-1) unstable; urgency=low
41+
42+ * New upstream stable release.
43+ * Build with GTK+3 and require 3.0 versions of libgnome-keyring-dev and
44+ libgcr-dev.
45+ * Rename libcryptui0 to libcryptui0a, as it now links to GTK+3 but
46+ didn't get a soname bump upstream.
47+ * Refresh patches.
48+ * Build-Depend on dh-autoreconf, and use it to replace 90_autotools.patch.
49+ * Enable gobject-introspection support for libcryptui.
50+ * Disable libnotify support temporarily, to avoid entangling the
51+ gnome-keyring transition with libnotify's.
52+ * Bump Standards-Version to 3.9.2 (no changes required).
53+ * Add Vcs-* and Homepage fields.
54+ * Add copyright notes for libcryptui, which is LGPL, and point to the
55+ non-symlinked version of GPL-2.
56+ * Adapt the format of debian/NEWS to something lintian wouldn't ever
57+ bark about.
58+
59+ -- Jordi Mallach <jordi@debian.org> Thu, 14 Apr 2011 23:26:01 +0200
60+
61 seahorse (2.32.0-0ubuntu3) natty; urgency=low
62
63 * debian/patches/91_credentialview_use_cpu.patch: git commit, don't eat cpu
64
65=== modified file 'debian/control'
66--- debian/control 2010-05-31 12:39:52 +0000
67+++ debian/control 2011-05-24 17:43:31 +0000
68@@ -6,33 +6,37 @@
69 Source: seahorse
70 Section: gnome
71 Priority: optional
72+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Jordi Mallach <jordi@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
73 Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
74 XSBC-Original-Maintainer: Jose Carlos Garcia Sogo <jsogo@debian.org>
75-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Sebastian Dröge <slomo@debian.org>
76 Build-Depends: debhelper (>= 5),
77 cdbs (>= 0.4.41),
78+ dh-autoreconf,
79 scrollkeeper,
80 libgpgme11-dev (>= 1.0.0),
81 libgp11-dev (>= 2.29.4),
82- libgcr-dev (>= 2.25.5),
83+ libgcr-3-dev (>= 3.0.0),
84 intltool (>= 0.35),
85 libsoup2.4-dev,
86 libldap2-dev,
87- libnotify-dev,
88 libavahi-glib-dev (>= 0.6),
89 libavahi-client-dev (>= 0.6),
90- libdbus-glib-1-dev,
91+ libdbus-glib-1-dev (>= 0.35),
92 gnome-doc-utils,
93 gtk-doc-tools (>= 1.9),
94- libgnome-keyring-dev (>= 2.25.5),
95- libglib2.0-dev (>= 2.16.0),
96- libgtk2.0-dev (>= 2.18.0),
97+ libgnome-keyring-dev (>= 3.0.0),
98+ libglib2.0-dev (>= 2.10.0),
99+ libgtk-3-dev (>= 2.90.0),
100+# libnotify-dev (>= 0.7),
101 libgconf2-dev,
102+ gobject-introspection (>= 0.6.4),
103+ libgirepository1.0-dev (>= 0.6.4),
104+ gir1.2-gtk-3.0,
105 gnome-pkg-tools,
106- liblaunchpad-integration-dev (>= 0.1.17)
107+ liblaunchpad-integration-3.0-dev
108 Build-Conflicts: gnupg2
109-Standards-Version: 3.8.4
110-Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/seahorse/ubuntu
111+Standards-Version: 3.9.2
112+Vcs-Bzr: https://code.launchpad.net/~gnome3-team/seahorse/ubuntu
113
114 Package: seahorse
115 Architecture: any
116@@ -45,39 +49,59 @@
117 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
118 that integrates to the GNOME desktop. It is a tool for secure
119 communications and data storage. Data encryption and digital signature
120- creation can easily be performed through a GUI and Key Management
121+ creation can easily be performed through a GUI and Key Management
122 operations can easily be carried out through an intuitive interface.
123
124-Package: libcryptui0
125+Package: libcryptui0a
126 Architecture: any
127+Section: libs
128 Depends: ${shlibs:Depends},
129 ${misc:Depends}
130-Section: libs
131 Replaces: seahorse (<< 2.23.6-0ubuntu2)
132+Conflicts: libcryptui0
133 Description: the UI library for DBUS functions exported by seahorse
134 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
135 that integrates to the GNOME desktop. It is a tool for secure
136 communications and data storage. Data encryption and digital signature
137- creation can easily be performed through a GUI and Key Management
138+ creation can easily be performed through a GUI and Key Management
139 operations can easily be carried out through an intuitive interface.
140 .
141 This package contains the shared library.
142
143 Package: libcryptui-dev
144 Architecture: any
145+Section: libdevel
146 Depends: ${shlibs:Depends},
147 ${misc:Depends},
148- libglib2.0-dev (>= 2.16.0),
149- libgtk2.0-dev (>= 2.18.0),
150+ libglib2.0-dev (>= 2.10.0),
151+ libgtk-3-dev (>= 2.90.0),
152 libgconf2-dev,
153- libcryptui0 (= ${binary:Version})
154-Section: libdevel
155+ libcryptui0a (= ${binary:Version}),
156+ gir1.2-cryptui-0.0 (= ${binary:Version})
157 Replaces: seahorse (<< 2.25.90-0ubuntu2)
158 Description: the UI library for DBUS functions exported by seahorse (development)
159 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
160 that integrates to the GNOME desktop. It is a tool for secure
161 communications and data storage. Data encryption and digital signature
162- creation can easily be performed through a GUI and Key Management
163- operations can easily be carried out through an intuitive interface.
164- .
165- This package contains the development files for the library
166+ creation can easily be performed through a GUI and Key Management
167+ operations can easily be carried out through an intuitive interface.
168+ .
169+ This package contains the development files for the library.
170+
171+Package: gir1.2-cryptui-0.0
172+Architecture: any
173+Section: libs
174+Depends: ${gir:Depends},
175+ ${misc:Depends}
176+Description: GObject introspection data for the Seahorse CryptUI library
177+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
178+ that integrates to the GNOME desktop. It is a tool for secure
179+ communications and data storage. Data encryption and digital signature
180+ creation can easily be performed through a GUI and Key Management
181+ operations can easily be carried out through an intuitive interface.
182+ .
183+ This package contains introspection data for the Seahorse CryptUI
184+ library.
185+ .
186+ It can be used by packages using the GIRepository format to generate
187+ dynamic bindings.
188
189=== modified file 'debian/control.in'
190--- debian/control.in 2010-05-31 12:39:52 +0000
191+++ debian/control.in 2011-05-24 17:43:31 +0000
192@@ -6,27 +6,31 @@
193 Uploaders: @GNOME_TEAM@
194 Build-Depends: debhelper (>= 5),
195 cdbs (>= 0.4.41),
196+ dh-autoreconf,
197 scrollkeeper,
198 libgpgme11-dev (>= 1.0.0),
199 libgp11-dev (>= 2.29.4),
200- libgcr-dev (>= 2.25.5),
201+ libgcr-3-dev (>= 3.0.0),
202 intltool (>= 0.35),
203 libsoup2.4-dev,
204 libldap2-dev,
205- libnotify-dev,
206 libavahi-glib-dev (>= 0.6),
207 libavahi-client-dev (>= 0.6),
208- libdbus-glib-1-dev,
209+ libdbus-glib-1-dev (>= 0.35),
210 gnome-doc-utils,
211 gtk-doc-tools (>= 1.9),
212- libgnome-keyring-dev (>= 2.25.5),
213- libglib2.0-dev (>= 2.16.0),
214- libgtk2.0-dev (>= 2.18.0),
215+ libgnome-keyring-dev (>= 3.0.0),
216+ libglib2.0-dev (>= 2.10.0),
217+ libgtk-3-dev (>= 2.90.0),
218+# libnotify-dev (>= 0.7),
219 libgconf2-dev,
220+ gobject-introspection (>= 0.6.4),
221+ libgirepository1.0-dev (>= 0.6.4),
222+ gir1.2-gtk-3.0,
223 gnome-pkg-tools,
224- liblaunchpad-integration-dev (>= 0.1.17)
225+ liblaunchpad-integration-3.0-dev
226 Build-Conflicts: gnupg2
227-Standards-Version: 3.8.4
228+Standards-Version: 3.9.2
229 Vcs-Bzr: https://code.launchpad.net/~ubuntu-desktop/seahorse/ubuntu
230
231 Package: seahorse
232@@ -40,39 +44,59 @@
233 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
234 that integrates to the GNOME desktop. It is a tool for secure
235 communications and data storage. Data encryption and digital signature
236- creation can easily be performed through a GUI and Key Management
237+ creation can easily be performed through a GUI and Key Management
238 operations can easily be carried out through an intuitive interface.
239
240-Package: libcryptui0
241+Package: libcryptui0a
242 Architecture: any
243+Section: libs
244 Depends: ${shlibs:Depends},
245 ${misc:Depends}
246-Section: libs
247 Replaces: seahorse (<< 2.23.6-0ubuntu2)
248+Conflicts: libcryptui0
249 Description: the UI library for DBUS functions exported by seahorse
250 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
251 that integrates to the GNOME desktop. It is a tool for secure
252 communications and data storage. Data encryption and digital signature
253- creation can easily be performed through a GUI and Key Management
254+ creation can easily be performed through a GUI and Key Management
255 operations can easily be carried out through an intuitive interface.
256 .
257 This package contains the shared library.
258
259 Package: libcryptui-dev
260 Architecture: any
261+Section: libdevel
262 Depends: ${shlibs:Depends},
263 ${misc:Depends},
264- libglib2.0-dev (>= 2.16.0),
265- libgtk2.0-dev (>= 2.18.0),
266+ libglib2.0-dev (>= 2.10.0),
267+ libgtk-3-dev (>= 2.90.0),
268 libgconf2-dev,
269- libcryptui0 (= ${binary:Version})
270-Section: libdevel
271+ libcryptui0a (= ${binary:Version}),
272+ gir1.2-cryptui-0.0 (= ${binary:Version})
273 Replaces: seahorse (<< 2.25.90-0ubuntu2)
274 Description: the UI library for DBUS functions exported by seahorse (development)
275 Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
276 that integrates to the GNOME desktop. It is a tool for secure
277 communications and data storage. Data encryption and digital signature
278- creation can easily be performed through a GUI and Key Management
279- operations can easily be carried out through an intuitive interface.
280- .
281- This package contains the development files for the library
282+ creation can easily be performed through a GUI and Key Management
283+ operations can easily be carried out through an intuitive interface.
284+ .
285+ This package contains the development files for the library.
286+
287+Package: gir1.2-cryptui-0.0
288+Architecture: any
289+Section: libs
290+Depends: ${gir:Depends},
291+ ${misc:Depends}
292+Description: GObject introspection data for the Seahorse CryptUI library
293+ Seahorse is a front end for GnuPG - the GNU Privacy Guard program -
294+ that integrates to the GNOME desktop. It is a tool for secure
295+ communications and data storage. Data encryption and digital signature
296+ creation can easily be performed through a GUI and Key Management
297+ operations can easily be carried out through an intuitive interface.
298+ .
299+ This package contains introspection data for the Seahorse CryptUI
300+ library.
301+ .
302+ It can be used by packages using the GIRepository format to generate
303+ dynamic bindings.
304
305=== modified file 'debian/copyright'
306--- debian/copyright 2009-10-19 03:16:33 +0000
307+++ debian/copyright 2011-05-24 17:43:31 +0000
308@@ -9,7 +9,7 @@
309 Copyright (C) 2002, 2003 Jacob Perkins
310 Copyright (C) 2004, 2006 Nate Nielsen, Adam Schreiber
311
312-Main License (everything except docs):
313+Main License (everything except docs and libcryptui):
314
315 This package is free software; you can redistribute it and/or modify
316 it under the terms of the GNU General Public License as published by
317@@ -26,9 +26,29 @@
318 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
319
320 On Debian systems, the complete text of the GNU General
321-Public License can be found in `/usr/share/common-licenses/GPL'.
322-
323-Documentation and help files are covered by GFDL license.
324+Public License can be found in `/usr/share/common-licenses/GPL-2'.
325+
326+The libcryptui code is covered by LGPL-2.1:
327+
328+ This program is free software; you can redistribute it and/or modify
329+ it under the terms of the GNU Lesser General Public License as
330+ published by the Free Software Foundation; either version 2.1 of
331+ the License, or (at your option) any later version.
332+
333+ This program is distributed in the hope that it will be useful, but
334+ WITHOUT ANY WARRANTY; without even the implied warranty of
335+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
336+ Lesser General Public License for more details.
337+
338+ You should have received a copy of the GNU Lesser General Public
339+ License along with this program; if not, write to the Free Software
340+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
341+ 02110-1301, USA.
342+
343+On Debian systems, the complete text of the GNU General
344+Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
345+
346+Documentation and help files are covered by GFDL 1.1 license.
347
348 GFDL License:
349
350
351=== added file 'debian/gir1.2-cryptui-0.0.install'
352--- debian/gir1.2-cryptui-0.0.install 1970-01-01 00:00:00 +0000
353+++ debian/gir1.2-cryptui-0.0.install 2011-05-24 17:43:31 +0000
354@@ -0,0 +1,1 @@
355+debian/tmp/usr/lib/girepository-1.0/CryptUI-0.0.typelib
356
357=== modified file 'debian/libcryptui-dev.install'
358--- debian/libcryptui-dev.install 2010-05-31 12:39:52 +0000
359+++ debian/libcryptui-dev.install 2011-05-24 17:43:31 +0000
360@@ -2,3 +2,4 @@
361 debian/tmp/usr/lib/*.so
362 debian/tmp/usr/lib/pkgconfig
363 debian/tmp/usr/share/gtk-doc
364+debian/tmp/usr/share/gir-1.0/CryptUI-0.0.gir
365
366=== removed file 'debian/libcryptui0.install'
367--- debian/libcryptui0.install 2009-10-19 03:16:33 +0000
368+++ debian/libcryptui0.install 1970-01-01 00:00:00 +0000
369@@ -1,1 +0,0 @@
370-debian/tmp/usr/lib/libcryptui.so.*
371
372=== added file 'debian/libcryptui0a.install'
373--- debian/libcryptui0a.install 1970-01-01 00:00:00 +0000
374+++ debian/libcryptui0a.install 2011-05-24 17:43:31 +0000
375@@ -0,0 +1,1 @@
376+debian/tmp/usr/lib/libcryptui.so.*
377
378=== modified file 'debian/patches/01_autostart_path.patch'
379--- debian/patches/01_autostart_path.patch 2010-05-31 12:39:52 +0000
380+++ debian/patches/01_autostart_path.patch 2011-05-24 17:43:31 +0000
381@@ -1,8 +1,8 @@
382-Index: seahorse-2.26.1/daemon/Makefile.am
383+Index: seahorse-3.0.0/daemon/Makefile.am
384 ===================================================================
385---- seahorse-2.26.1.orig/daemon/Makefile.am 2009-05-20 18:44:11.026450272 +0200
386-+++ seahorse-2.26.1/daemon/Makefile.am 2009-05-20 18:44:48.634700182 +0200
387-@@ -14,7 +14,7 @@ INCLUDES = -I$(top_builddir) \
388+--- seahorse-3.0.0.orig/daemon/Makefile.am 2011-04-14 17:33:57.639294959 +0200
389++++ seahorse-3.0.0/daemon/Makefile.am 2011-04-14 17:34:00.955294958 +0200
390+@@ -12,7 +12,7 @@
391 -DLOCALEDIR=\""$(localedir)"\" \
392 -DPIXMAPSDIR=\""$(pixmapsdir)"\" \
393 -DLIBCRYPTUI_API_SUBJECT_TO_CHANGE \
394
395=== modified file 'debian/patches/01_lpi.patch'
396--- debian/patches/01_lpi.patch 2010-04-29 00:05:45 +0000
397+++ debian/patches/01_lpi.patch 2011-05-24 17:43:31 +0000
398@@ -1,20 +1,20 @@
399-Index: seahorse-2.30.1/configure.in
400+Index: seahorse-2.91.2/configure.in
401 ===================================================================
402---- seahorse-2.30.1.orig/configure.in 2010-04-27 11:16:23.000000000 +1000
403-+++ seahorse-2.30.1/configure.in 2010-04-29 09:57:13.422808183 +1000
404-@@ -50,7 +50,7 @@
405- AC_SUBST([GTK_CFLAGS])
406-
407- AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
408--PKG_CHECK_MODULES(SEAHORSE, gmodule-2.0 gconf-2.0 gthread-2.0 gtk+-2.0 >= 2.10.0)
409-+PKG_CHECK_MODULES(SEAHORSE, gmodule-2.0 gconf-2.0 gthread-2.0 gtk+-2.0 >= 2.10.0 launchpad-integration)
410+--- seahorse-2.91.2.orig/configure.in 2010-10-21 11:42:41.000000000 +1100
411++++ seahorse-2.91.2/configure.in 2011-01-06 11:12:28.642069798 +1100
412+@@ -75,7 +75,7 @@
413+ AC_SUBST(GTK_CFLAGS)
414+ AC_SUBST(GTK_LIBS)
415
416+-PKG_CHECK_MODULES(SEAHORSE, gmodule-2.0 gio-2.0 gconf-2.0 gthread-2.0 gtk+-$GTK_API_VERSION >= $GTK_REQUIRED)
417++PKG_CHECK_MODULES(SEAHORSE, gmodule-2.0 gio-2.0 gconf-2.0 gthread-2.0 gtk+-$GTK_API_VERSION >= $GTK_REQUIRED launchpad-integration-3.0)
418
419 AC_MSG_CHECKING([for some Win32 platform])
420-Index: seahorse-2.30.1/src/seahorse-key-manager.ui
421+ case "$host" in
422+Index: seahorse-2.91.2/src/seahorse-key-manager.ui
423 ===================================================================
424---- seahorse-2.30.1.orig/src/seahorse-key-manager.ui 2010-04-27 11:16:23.000000000 +1000
425-+++ seahorse-2.30.1/src/seahorse-key-manager.ui 2010-04-29 09:57:13.422808183 +1000
426+--- seahorse-2.91.2.orig/src/seahorse-key-manager.ui 2009-04-18 13:22:13.000000000 +1000
427++++ seahorse-2.91.2/src/seahorse-key-manager.ui 2011-01-06 11:12:07.526070993 +1100
428 @@ -29,6 +29,7 @@
429 </menu>
430 <menu name="Help" action="help-menu">
431@@ -23,10 +23,10 @@
432 <menuitem action="app-about"/>
433 </menu>
434
435-Index: seahorse-2.30.1/src/seahorse-viewer.c
436+Index: seahorse-2.91.2/src/seahorse-viewer.c
437 ===================================================================
438---- seahorse-2.30.1.orig/src/seahorse-viewer.c 2010-04-27 11:16:23.000000000 +1000
439-+++ seahorse-2.30.1/src/seahorse-viewer.c 2010-04-29 09:57:13.422808183 +1000
440+--- seahorse-2.91.2.orig/src/seahorse-viewer.c 2010-10-07 07:15:51.000000000 +1100
441++++ seahorse-2.91.2/src/seahorse-viewer.c 2011-01-06 11:12:07.526070993 +1100
442 @@ -34,6 +34,7 @@
443
444 #include <glib/gi18n-lib.h>
445@@ -35,7 +35,7 @@
446
447 enum {
448 PROP_0,
449-@@ -701,6 +702,9 @@
450+@@ -675,6 +676,9 @@
451 gtk_window_add_accel_group (GTK_WINDOW (win),
452 gtk_ui_manager_get_accel_group (pv->ui_manager));
453
454
455=== modified file 'debian/patches/08_force_ssh.patch'
456--- debian/patches/08_force_ssh.patch 2010-04-29 00:05:45 +0000
457+++ debian/patches/08_force_ssh.patch 2011-05-24 17:43:31 +0000
458@@ -1,8 +1,8 @@
459-Index: seahorse-2.30.1/configure.in
460+Index: seahorse-3.0.0/configure.in
461 ===================================================================
462---- seahorse-2.30.1.orig/configure.in 2010-04-29 09:57:13.422808183 +1000
463-+++ seahorse-2.30.1/configure.in 2010-04-29 09:57:17.252808788 +1000
464-@@ -463,16 +463,16 @@
465+--- seahorse-3.0.0.orig/configure.in 2011-04-14 17:33:56.859294959 +0200
466++++ seahorse-3.0.0/configure.in 2011-04-14 17:34:06.623294976 +0200
467+@@ -494,16 +494,16 @@
468 echo "disabling ssh support"
469 else
470
471
472=== modified file 'debian/patches/99_ltmain_as-needed.patch'
473--- debian/patches/99_ltmain_as-needed.patch 2010-04-29 00:05:45 +0000
474+++ debian/patches/99_ltmain_as-needed.patch 2011-05-24 17:43:31 +0000
475@@ -1,7 +1,7 @@
476-Index: seahorse-2.30.1/ltmain.sh
477+Index: seahorse-2.26.2/ltmain.sh
478 ===================================================================
479---- seahorse-2.30.1.orig/ltmain.sh 2010-04-29 09:57:37.605306450 +1000
480-+++ seahorse-2.30.1/ltmain.sh 2010-04-29 09:57:48.842813940 +1000
481+--- seahorse-2.26.2.orig/ltmain.sh 2009-08-24 21:41:38.000000000 +0200
482++++ seahorse-2.26.2/ltmain.sh 2009-08-24 21:41:41.000000000 +0200
483 @@ -4716,6 +4716,11 @@
484 arg=$func_stripname_result
485 ;;
486
487=== modified file 'debian/rules'
488--- debian/rules 2010-05-31 12:39:52 +0000
489+++ debian/rules 2011-05-24 17:43:31 +0000
490@@ -1,5 +1,6 @@
491 #!/usr/bin/make -f
492
493+include /usr/share/cdbs/1/rules/autoreconf.mk
494 include /usr/share/cdbs/1/rules/debhelper.mk
495 include /usr/share/cdbs/1/class/gnome.mk
496 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
497@@ -14,9 +15,11 @@
498
499 LDFLAGS += -Wl,-O1 -Wl,--as-needed
500
501-DEB_DH_MAKESHLIBS_ARGS_libcryptui0 += -V 'libcryptui0 (>= 2.27.5)'
502+DEB_DH_MAKESHLIBS_ARGS_libcryptui0a += -V 'libcryptui0a (>= 3.0.0)'
503
504 DEB_CONFIGURE_EXTRA_FLAGS += --disable-update-mime-database \
505 --disable-schemas-install \
506 --disable-scrollkeeper \
507- --enable-pgp
508+ --disable-libnotify \
509+ --enable-pgp \
510+ --with-gtk=3.0
511
512=== modified file 'debian/watch'
513--- debian/watch 2010-05-31 12:39:52 +0000
514+++ debian/watch 2011-05-24 17:43:31 +0000
515@@ -1,2 +1,2 @@
516 version=2
517-http://ftp.gnome.org/pub/gnome/sources/seahorse/([\d\.]+)\d/seahorse-([\d\.]+)\.tar\.gz
518+http://ftp.gnome.org/pub/gnome/sources/seahorse/([\d\.]+)[02468]/seahorse-([\d\.]+)\.tar\.gz

Subscribers

People subscribed via source and target branches

to all changes: