File: changelog

package info (click to toggle)
libcryptui 3.12.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,496 kB
  • sloc: ansic: 19,242; sh: 11,159; xml: 780; makefile: 382
file content (171 lines) | stat: -rw-r--r-- 6,281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
libcryptui (3.12.2-8) unstable; urgency=medium

  * Extend patch to fix build with gnupg2 2.4
  * Stop using debian/control.in and dh-sequence-gnome
  * Update standards version to 4.6.2, no changes needed

 -- Jeremy BĂ­cha <jbicha@ubuntu.com>  Wed, 20 Mar 2024 20:37:49 -0400

libcryptui (3.12.2-7) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 13
  * Set debhelper-compat version in Build-Depends
  * Add debian/upstream/metadata
  * Update standards version to 4.6.1, no changes needed
  * Avoid explicitly specifying -Wl,--as-needed linker flag

  [ Andreas Metzler ]
  * Add patch to fix build with latest gpgme1.0 (Closes: #1024497)

  [ Jeremy Bicha ]
  * Refresh patches
  * Simplify debian/rules
  * Set Rules-Requires-Root: no

 -- Jeremy Bicha <jbicha@ubuntu.com>  Sun, 11 Dec 2022 10:06:10 -0500

libcryptui (3.12.2-6) unstable; urgency=medium

  * Update Vcs fields for migration to https://salsa.debian.org/
  * Bump Standards-Version to 4.3.0

 -- Jeremy Bicha <jbicha@debian.org>  Thu, 27 Dec 2018 20:12:06 -0500

libcryptui (3.12.2-5) unstable; urgency=medium

  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2
  * Bump debhelper compat to 11
  * Add symbols file
  * debian/rules:
    - Run gtkdocize to fix build with latest gtk-doc
    - Build with all hardening flags
  * Extend git_allow-gpg2-2.1.patch to build with gpg 2.2 too
    (Closes: #876599)

 -- Jeremy Bicha <jbicha@debian.org>  Mon, 25 Dec 2017 11:20:07 -0500

libcryptui (3.12.2-4) unstable; urgency=medium

  * Convert from cdbs to dh.
  * Bump debhelper compat level to 10 for automatic dh-autoreconf.
  * Drop obsolete Breaks/Replaces.
  * Drop explicit Build-Depends on gir1.2-gtk-3.0, this dependency is pulled
    automatically via libgtk-3-dev.
  * Install typelib files into multiarch paths.
    Mark gir1.2-cryptui-0.0 and libcryptui-dev as Multi-Arch: same.
  * Bump Standards-Version to 4.0.0.
  * debian/patches/daemon-fix-conflicting-return-types.patch
    - Fix conflicting return types in functions
      seahorse_dbus_server_{init,cleanup}. (Closes: #749001)
  * debian/patches/libcryptui-fix-logic-flaw-in-the-prompt-recipients-d.patch
    - Fix logic flaw in the prompt recipients dialog. (Closes: #770436)
  * debian/patches/daemon-port-to-gcr-3.patch
    - Port from libgnome-keyring to libgcr.
    - Update Build-Depends accordingly.
  * Add Build-Depends on libglib2.0-doc for proper cross references in the
    gtk-doc API documentation.

 -- Michael Biebl <biebl@debian.org>  Mon, 10 Jul 2017 00:30:34 +0200

libcryptui (3.12.2-3) unstable; urgency=medium

  [ Jeremy Bicha ]
  * Depend on gnupg instead of transitional gnupg2

  [ Emilio Pozuelo Monfort ]
  * Switch libgpgme11-dev build-dependency to libgpgme-dev.
  * Bump Standards-Version to 3.9.8, no changes needed.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Mon, 05 Dec 2016 18:51:31 +0100

libcryptui (3.12.2-2) unstable; urgency=medium

  [ Laurent Bigonville ]
  * Drop debian/patches/01_autostart_path.patch: Almost all the .desktop files
    have moved to /etc/xdg/autostart and the patch is useless anyway as
    nothing in the code uses the define.

  [ Jeremy Bicha ]
  * debian/copyright: Use https for copyright headers
  * debian/watch: Use https and use new "special strings"
  * Have seahorse-daemon depend on gnupg2 to match seahorse

  [ Andreas Henriksson ]
  * Have quilt refresh d/p/02_seahorse-daemon_libcryptui_static_link.patch
  * Add debian/patch/git_allow-gpg2-2.1.patch (Closes: #834008)

 -- Andreas Henriksson <andreas@fatal.se>  Mon, 15 Aug 2016 18:01:29 +0200

libcryptui (3.12.2-1) unstable; urgency=medium

  * Team upload.

  [ Jackson Doak ]
  * New upstream release

  [ Andreas Henriksson ]
  * Bump debhelper build-dependency to >= 9 to match debian/compat
  * Bump Standards-Version to 3.9.5

 -- Andreas Henriksson <andreas@fatal.se>  Sat, 12 Jul 2014 14:39:59 +0200

libcryptui (3.8.0-1) unstable; urgency=low

  [ Michael Biebl ]
  * Change section of gir1.2-cryptui-0.0 to introspection.

  [ Josselin Mouette ]
  * Remove MA: same statements for the -dev package, because it depends
    on the gir package which is not MA compatible.

  [ Emilio Pozuelo Monfort ]
  * New upstream release.
  * debian/control.in:
    + Update (build-)dependencies.
    + Remove Build-Conflicts on gnupg2. libgpgme11 depends on it and
      gets pulled because of libgpgme11-dev. The build conflict comes
      from seahorse's packaging and shouldn't be needed here.
  * debian/patches/99_ltmain_as-needed.patch:
    + Removed. Instead...
  * debian/rules:
    + Pass --as-needed to dh_autoreconf so it does the --as-needed magic.
      The patch was useless before as we were calling autoreconf after
      applying the patch.

 -- Emilio Pozuelo Monfort <pochu@debian.org>  Tue, 11 Jun 2013 20:09:34 +0200

libcryptui (3.2.2-1) unstable; urgency=low

  * Initial release, based on Seahorse's packaging.
  * This library is split from the seahorse source, so the soname bump is
    kept.
  * Introduce a new seahorse-daemon package. Make it Break seahorse < 3.2.
  * Let libcryptui0a depend on seahorse-daemon, as the D-Bus service is
    required.
  * Add Breaks for older seahorse and seahorse-plugins, as there was a
    small unannounced API break.
  * Refresh patches.
  * Add a libcryptui-doc. Add necessary Replaces/Breaks.
  * Add Multi-Arch support:
    - Bump debhelper & cdbs.
    - Add Pre-Depends.
    - Fix install dirs in *.install.
    - Use the M-A dir as $libdir.
    - Mark libcryptui0a Multi-Arch: same.
    - Mark seahorse-daemon Multi-Arch: foreign.
    - Mark libcryptui-doc Multi-Arch: foreign.
  * Add debian/patches/02_seahorse-daemon_libcryptui_static_link.patch, by
    Michael Biebl: create a noinst libcryptui-private.la, and link
    seahorse-daemon against it to avoid a dependency loop between
    seahorse-daemon and libcryptui which requires the D-Bus service.
  * Don't pass obsolete --with-pgp.
  * Pass --enable-gtk-doc, and Build-Depend on libgtk-3-doc to ensure correct
    cross-references.
  * Move locales to seahorse-daemon.
  * Add -Wl,-z,defs to LDFLAGS.
  * Update copyright.

 -- Jordi Mallach <jordi@debian.org>  Wed, 23 Nov 2011 12:30:54 +0100