File: changelog

package info (click to toggle)
popplerkit.framework 0.0.20051227svn-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,632 kB
  • sloc: objc: 2,303; cpp: 672; sh: 475; ansic: 55; makefile: 29
file content (224 lines) | stat: -rw-r--r-- 9,064 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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
popplerkit.framework (0.0.20051227svn-16) unstable; urgency=medium

  * debian/patches/poppler2502.patch: Cope with poppler/25.02 GlobalParams
    change which leads to abort for all rdeps as nullptr is no longer
    accepted (Closes: #1101320).  Also use the correct variable
    bindings_CPPFLAGS instead of bindings_CCFLAGS throughout the makefile
    when defining preprocessor options.

 -- Yavor Doganov <yavor@gnu.org>  Tue, 25 Mar 2025 18:11:02 +0200

popplerkit.framework (0.0.20051227svn-15) unstable; urgency=medium

  * Upload to unstable now that the poppler transition is over.
  * Mark 6 patches as Forwarded: not-needed; there's no upstream.
  * debian/control (Standards-Version): Bump to 4.7.2; no changes needed.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 13 Mar 2025 20:59:34 +0200

popplerkit.framework (0.0.20051227svn-14) experimental; urgency=medium

  [ Helmut Grohne ]
  * debian/patches/cross.patch: Fix FTCBFS: Use the host architecture
    pkg-config (Closes: #1093994).

  [ Yavor Doganov ]
  * Run wrap-and-sort -ast.
  * debian/control (Build-Depends): Require libgnustep-gui-dev (>= 0.32)
    to assist the gworkspace transition.  Remove gnustep-make; implied.
    Replace libfontconfig1-dev with libfontconfig-dev, libfreetype6-dev
    with libfreetype-dev and pkg-config with pkgconf.  Add dpkg-build-api.
    (Multi-Arch): Mark both packages as M-A: same.
    (Standards-Version): Bump to 4.7.0; no changes needed.
  * debian/rules (LDFLAGS): Move to...
    (DEB_LDFLAGS_MAINT_APPEND): ...and remove -Wl,--as-needed.
    (DEB_MAKE_EXTRA_ARGS): Set OBJCFLAGS to OBJCFLACS, CCFLAGS to CXXFLAGS
    and reset CFLAGS to eliminate legitimate compiler warnings.
  * debian/patches/build_poppler71.patch: Mark as Forwarded: not-needed as
    there's no upstream for this package.
  * debian/patches/poppler2206.patch: Likewise.
  * debian/patches/build_poppler107.patch: Add DEP-3 headers.
  * debian/copyright: Add comment that the source is available only in
    Debian.  Update copyright years.

 -- Yavor Doganov <yavor@gnu.org>  Sat, 15 Feb 2025 09:38:28 +0200

popplerkit.framework (0.0.20051227svn-13) unstable; urgency=medium

  * Team upload
  * Add patch to fix build with poppler >= 24.04

 -- Jeremy Bícha <jbicha@ubuntu.com>  Thu, 27 Jun 2024 20:28:30 -0400

popplerkit.framework (0.0.20051227svn-12) unstable; urgency=medium

  * debian/rules (fonts): New variable.
    (binary-post-install/libpopplerkit0): Restore target and create
    symlinks in a shell loop using the new hardcoded variable above.  This
    has to be done after gsdh_gnustep is being run but since it is
    executed after dh_link, using a .links file leads to unintented move
    of the .plist file from /usr/share to /usr/lib (Closes: #1035984).
    Thanks, Andreas Beckmann!
  * debian/libpopplerkit0.links: Delete; it was a bad idea that resulted
    in yet another RC bug.

 -- Yavor Doganov <yavor@gnu.org>  Tue, 16 May 2023 19:52:53 +0300

popplerkit.framework (0.0.20051227svn-11) unstable; urgency=medium

  * debian/patches/debian-fonts.patch: New; use new font names from the
    fonts-urw-base35 package.
  * debian/libpopplerkit0.links: New file; create symlinks for the font
    files from fonts-urw-base35 (Closes: #1035862).
  * debian/rules (binary-post-install/libpopplerkit0): Remove; symlinks
    are now handled via .links.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 11 May 2023 19:49:38 +0300

popplerkit.framework (0.0.20051227svn-10) unstable; urgency=medium

  * Team upload
  * Depend on fonts-urwbase35 instead of transitional gsfonts (Closes: #1020346)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Wed, 21 Sep 2022 12:59:25 -0400

popplerkit.framework (0.0.20051227svn-9) unstable; urgency=medium

  * Team upload

  [ Nathan Pratta Teodosio ]
  * Add patch to fix build against poppler 22.06 (Closes: #1012857)

 -- Jeremy Bicha <jbicha@ubuntu.com>  Thu, 11 Aug 2022 10:03:39 -0400

popplerkit.framework (0.0.20051227svn-8.2) unstable; urgency=medium

  * Non-maintainer upload

  [ Sebastien Bacher ]
  * Add patch to build with popper.pc; the splash file has been deprecated

 -- Jeremy Bicha <jeremy.bicha@canonical.com>  Tue, 08 Feb 2022 09:46:16 -0500

popplerkit.framework (0.0.20051227svn-8.1) unstable; urgency=medium

  * Non-maintainer upload

  [ Peter Michael Green ]
  * Fix build with poppler 0.85 (Closes: #968719)

 -- Sebastian Ramacher <sramacher@debian.org>  Sun, 20 Sep 2020 10:30:28 +0200

popplerkit.framework (0.0.20051227svn-8) unstable; urgency=medium

  [ Sebastien Bacher ]
  * Add build_popper71.patch to fix build with poppler 0.71 (MR: !1).

  [ Yavor Doganov ]
  * debian/compat: Bump to 10.
  * debian/control (Build-Depends): Require debhelper >= 10.  Add
    gnustep-make (>= 2.7.0-4) for "noopt" and "terse" support.
    (Vcs-Git, Vcs-Browser): Update following the migration to Salsa.
    (Standards-Version): Claim compliance with 4.2.1 as of this release.
  * debian/rules:
    + Enable all hardening.
    + Support "noopt" and "terse" in DEB_BUILD_OPTIONS.
    + Don't set DEB_GS_AUTO_LINTIAN_OVERRIDES; deprecated.
  * debian/watch: Add a fake one so that uscan doesn't return error.
  * debian/copyright: Rewrite in format 1.0.  Add MissingKit's (sort of a)
    license; list all copyright holders.

 -- Yavor Doganov <yavor@gnu.org>  Wed, 12 Dec 2018 17:40:57 +0200

popplerkit.framework (0.0.20051227svn-7.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix compatibility with Poppler >= 0.20.x (Closes: #679893)

 -- Pino Toscano <pino@debian.org>  Tue, 23 Jul 2013 12:33:12 +0200

popplerkit.framework (0.0.20051227svn-7) unstable; urgency=low

  * debian/compat: Set to 8.
  * debian/control (Uploaders): Remove Hubert as per his request.
    (Build-Depends): Add libfontconfig1-dev (Closes: #661075).  Replace
    libpoppler-dev with libpoppler-private-dev (Closes: #660109).  Remove
    dpatch.  Unversion libgnustep-gui-dev.  Bump debhleper to >= 8.
    (Vcs-Arch): Replace with...
    (Vcs-Git): ...as the package is maintained with Git now.
    (Vcs-Browser): New field.
    (Depends): Add ${misc:Depends}.
    (Standards-Version): Bump to 3.9.3; no changes necessary.
  * debian/source/format: New file.
  * debian/rules: Don't include /usr/share/cdbs/1/rules/dpatch.mk.
    (LDFLAGS): New variable, define to -Wl,-z,defs -Wl,--as-needed.
    (DEB_MAKE_EXTRA_ARGS): Explicitly define to ensure the package is
    built with hardening-enabled OBJCFLAGS and CCFLAGS.
  * debian/patches/01_etoile.dpatch:
  * debian/patches/02_poppler06.dpatch:
  * debian/patches/05_C++-compilation.dpatch: Convert and rename to
    standard patches.
  * debian/patches/00list: Rename to...
  * debian/patches/series: ...and amend patches' names.

 -- Yavor Doganov <yavor@gnu.org>  Thu, 31 May 2012 18:37:17 +0300

popplerkit.framework (0.0.20051227svn-6) unstable; urgency=low

  * debian/compat: Switch to debhelper 6; 4 is now deprecated.
  * debian/control: Wrap all fields for diff-friendliness.
    (Build-Depends): Bump debhelper to >= 6.
    (Standards-Version): Set to 3.8.1; no changes needed.
    (Vcs-Arch): New field.
    (libpopplerkit0) <Section>: Remove; inherited from the Source stanza.
    (Maintainer): Set to the GNUstep team.
    (Uploaders): Add myself.
  * debian/patches/05_C++-compilation.dpatch: New patch, fixes FTBFS with
    gnustep-make 2.0.8.
  * debian/patches/01_etoile.dpatch: Link against all libraries we use
    symbols from: libobjc, libgnustep-base, libgnustep-gui, libfontconfig.
  * debian/patches/00list: Update.
  * debian/rules: Export messages=yes to get verbose build logs.
  * debian/watch: Add a dummy one.

 -- Yavor Doganov <yavor@gnu.org>  Fri, 20 Mar 2009 13:47:10 +0200

popplerkit.framework (0.0.20051227svn-5) unstable; urgency=low

  * Recompile with new GNUstep.
  * debian/patches/02_poppler06.dpatch: Add support for Poppler 0.6 (taken
    from Étoilé SVN). (closes: #451952)
  * debian/control: use ${binary:Version} instead of ${Source-Version}.

 -- Hubert Chathi <uhoreg@debian.org>  Tue, 11 Dec 2007 09:27:40 -0500

popplerkit.framework (0.0.20051227svn-4) unstable; urgency=low

  * Update maintainer address.
  * Apply patches from Étoilé (thanks to Rob Burns, Jason Clouse, and
    Yen-Ju Chen).
    * Add support Poppler 0.5.
    * Fix distorted colours in splash renderer.
    * Add missing check for fontconfig.

 -- Hubert Chan <uhoreg@debian.org>  Wed, 23 May 2007 17:50:38 -0400

popplerkit.framework (0.0.20051227svn-3) unstable; urgency=low

  * Recompile with new GNUstep libraries.
  * Bump standards version to 3.7.2. (no changes)
  * Add Debianization copyright info to copyright file.

 -- Hubert Chan <hubert@uhoreg.ca>  Wed, 30 Aug 2006 22:09:21 -0600

popplerkit.framework (0.0.20051227svn-2) unstable; urgency=low

  * Drop SONAME from -dev package name.

 -- Hubert Chan <hubert@uhoreg.ca>  Wed, 29 Mar 2006 21:57:43 -0700

popplerkit.framework (0.0.20051227svn-1) unstable; urgency=low

  * Initial release (closes: #342134).

 -- Hubert Chan <hubert@uhoreg.ca>  Wed, 28 Dec 2005 00:35:07 -0700