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 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279
|
libspectre (0.2.12-2) unstable; urgency=medium
* Team upload.
* debian/control:
+ Use canonical maintainer team name.
+ Modernize build-dep: pkg-config => pkgconf.
+ Document the up-to-date Homepage.
* Update Standards-Version to 4.7.3, drop obsolete debian/control
fields: Priority: optional and Rules-Requires-Root: no.
* debian/copyright: Use the up-to-date Source field information.
* debian/watch: Update to version 5.
-- Boyuan Yang <byang@debian.org> Thu, 26 Feb 2026 18:05:09 -0500
libspectre (0.2.12-1) unstable; urgency=medium
* New upstream release.
* Update standards version to 4.6.2, no changes needed.
-- Pino Toscano <pino@debian.org> Tue, 10 Jan 2023 23:56:51 +0100
libspectre (0.2.11-1) unstable; urgency=medium
* New upstream release.
* Update standards version to 4.6.1, no changes needed.
* Remove inactive Uploaders.
-- Pino Toscano <pino@debian.org> Sat, 03 Dec 2022 16:42:31 +0100
libspectre (0.2.10-1) unstable; urgency=medium
* New upstream release.
* Bump watch file to v4, no changes required.
* Update standards version to 4.6.0, no changes needed.
* Update the build dependencies according to the upstream build system:
- bump libgs-dev to 9.53.0
* Use execute_after_dh_auto_install to avoid invoking dh_auto_install
manually.
-- Pino Toscano <pino@debian.org> Sun, 13 Feb 2022 12:27:16 +0100
libspectre (0.2.9-1) unstable; urgency=medium
* New upstream release.
* Add the upstream GPG signing key.
* Bump the debhelper compatibility to 13:
- switch the debhelper-compat build dependency to 13
* Add Rules-Requires-Root: no.
* Upstream now exports only the public symbols:
- remove the substitution of the current version in the symbols file
- drop the regex's for the internal symbols
* Update symbols file.
-- Pino Toscano <pino@debian.org> Fri, 07 Aug 2020 10:40:37 +0200
libspectre (0.2.8-2) unstable; urgency=medium
* Switch Vcs-* fields to salsa.debian.org.
* Add the configuration for the CI on salsa.
* Directly remove .la files from debian/tmp, instead of excluding them from
dh_install, as we are not installing them anyway.
* Bump the debhelper compatibility to 12:
- switch the debhelper build dependency to debhelper-compat 12
- remove debian/compat
- remove --parallel for dh, as now done by default
- stop explicitly using the autoreconf dh addon, as it is used by default
- drop remove the dh-autoreconf build dependency
- stop exporting V=1, as debhelper makes build verbose already
* Remove trailing whitespaces in changelog, and control.
* Drop the migration from libspectre1-dbg, no more needed after two Debian
stable releases.
* Use /usr/share/dpkg/pkg-info.mk to get the upstream version, instead of
parsing changelog manually.
* Bump Standards-Version to 4.5.0, no changes required.
* Use https for libspectre.freedesktop.org.
* Mark also libspectre-dev as Multi-Arch: same.
-- Pino Toscano <pino@debian.org> Wed, 04 Mar 2020 07:56:04 +0100
libspectre (0.2.8-1) unstable; urgency=medium
* New upstream release.
* Update the patches:
- upstream_Fix-the-build-with-Ghostscript-9.18.patch: drop, backported
from upstream
* Remove libspectre1-dbg in favour of the -dbgsym packages.
- remove the libspectre1-dbg suggest in libspectre1
* Create a symbols file, based on the current shlib version; make sure to
give the latest upstream version to the internal symbols
- remove the fixed shlib version
* Rewrite copyright as copyright-format v1.0, and update it.
-- Pino Toscano <pino@debian.org> Sun, 21 Aug 2016 06:53:23 +0200
libspectre (0.2.7-4) unstable; urgency=medium
* Backport upstream commit 34a52f30400aab1c21c69c31122d496751d7d99e to fix
build with Ghostscript >= 9.18; patch
upstream_Fix-the-build-with-Ghostscript-9.18.patch. (Closes: #815738)
* Bump Standards-Version to 3.9.8, no changes required.
* Update Vcs-* fields.
* Rename debian/docs to debian/libspectre1.docs, to make it more explicit
to which package it applies; also stop installing README and TODO, since
they provide no value to users.
-- Pino Toscano <pino@debian.org> Mon, 11 Apr 2016 21:51:29 +0200
libspectre (0.2.7-3) unstable; urgency=medium
* Enable the parallel build.
* Mark libspectre1-dbg as Multi-Arch: same.
* Enable the autoconf during the build: (Closes: #748774)
+ add dh-autoreconf Build-Depends
+ use the autoreconf dh addon
* Bump Standards-Version to 3.9.5, no changes required.
-- Pino Toscano <pino@debian.org> Mon, 25 Aug 2014 23:21:51 +0200
libspectre (0.2.7-2) unstable; urgency=low
* Upload to unstable.
-- Pino Toscano <pino@debian.org> Wed, 15 Aug 2012 12:25:52 +0200
libspectre (0.2.7-1) experimental; urgency=low
* New upstream release.
* Make builds verbose by exporting V=1.
-- Pino Toscano <pino@debian.org> Sat, 11 Aug 2012 11:25:13 +0200
libspectre (0.2.6-2) unstable; urgency=low
[ Pino Toscano ]
* Switch to my @debian.org address, I'm a DD since a while now.
* Remove "DM-Upload-Allowed" from control, no more neeed now.
* Add "Vcs-Git" and "Vcs-Browser" in control.
* Bump Standards-Version to 3.9.3, no changes required.
* Switch format to "3.0 (quilt)".
* Small touch to the description libspectre1.
* Refer directly to the /usr/share/common-licenses/GPL-2 file instead of
the "GPL" symlink.
* Bump to debhelper compatibility v9:
+ bump compat to 9.
+ bump debhelper Build-Depends to >= 9.
+ add "Pre-Depends: ${misc:Pre-Depends}" to libspectre1.
+ adjust install paths to multiarch locations.
* Set libspectre1 as Multi-Arch: same.
* Remove ${shlibs:Depends} from libspectre-dev and libspectre1-dbg.
* Update copyright with my entry.
[ Sune Vuorela ]
* Change my email address to the @debian.org one.
-- Pino Toscano <pino@debian.org> Sun, 24 Jun 2012 19:40:36 +0200
libspectre (0.2.6-1) unstable; urgency=low
[ Pino Toscano ]
* New upstream release:
+ calls ghostscript in a more secure way. (Closes: #583634)
* Set the source format to 1.0, for the moment.
* Add "DM-Upload-Allowed: yes" in control.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Thu, 10 Jun 2010 14:34:08 +0200
libspectre (0.2.5-1) unstable; urgency=low
[ Pino Toscano ]
* New upstream release (Closes: #578353):
+ provides updates config.{guess,sub}. (Closes: #566283)
+ should fix display and stability issues on powerpc. (Closes: #525928)
* Add myself to the uploaders (as comaint mostly).
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Wed, 21 Apr 2010 01:25:58 +0200
libspectre (0.2.4-1) unstable; urgency=low
* New upstream release.
[ Pino Toscano ]
* Bump Standards-Version to 3.8.4, no changes required.
* Drop Build-Depend on autoconf, automake, autotools-dev, and libtool, as we
don't autoreconf anymore.
* Adjust Build-Depends based on what the upstream configure checks:
+ add pkg-config >= 0.9.0.
+ set libgs-dev >= 8.62.
* Pass --list-missing to dh_install.
+ specify the .la file is not installed.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Fri, 26 Feb 2010 20:41:27 +0100
libspectre (0.2.3-2) unstable; urgency=low
[ Pino Toscano ]
* Restore debug symbols (d'oh! to uncommitted changes).
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Fri, 22 Jan 2010 14:57:54 +0100
libspectre (0.2.3-1) unstable; urgency=low
* New upstream release.
[ Pino Toscano ]
* Drop the Ghostscript headers removal, as upstream does not ship them
anymore, and consequently the "Debian source" suffix.
+ adapt the watch file to not mangle the 'ds' suffix.
* Disable the update of the autotools build system, no more needed now
(as it is not changed).
* Do not require and use quilt, as we have no more patches to apply.
* Switch to debhelper v7 (dh).
+ drop Build-Depends on cdbs.
* Add a versioned shlibs.
* Postscript -> PostScript in the package descriptions.
[ Ana Beatriz Guerrero Lopez ]
* Remove README.source, no needed now there is not have patch system.
* Update copyright years in debian/copyright.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Fri, 22 Jan 2010 13:18:03 +0100
libspectre (0.2.2.ds-3) unstable; urgency=low
+++ Changes by Armin Berres:
* Remove ununsed libspectre.la from -dev package (Closes: #548341).
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Sun, 04 Oct 2009 17:49:14 +0200
libspectre (0.2.2.ds-2) unstable; urgency=low
+++ Changes by Sune Vuorela:
* Switch Maintainer field to krap team and remove Matthew, he seems absent.
We hope he comes back.
* Add me to uploaders.
* Autoreconf; fixes FTBFS: (Closes: 543074)
- Add post-patches and clean targets.
- Update DEB_AUTO_UPDATE_AUTOMAKE to 1.12.
* Bump Standards-Version to 3.8.3.
* Move -dbg package to debug section.
+++ Changes by Ana Beatriz Guerrero Lopez:
* Add README.source file.
* Update to DEB_AUTO_UPDATE_AUTOCONF=2.64.
* Small packaging copyright update.
-- Debian Krap Maintainers <debian-qt-kde@lists.debian.org> Sat, 05 Sep 2009 16:27:52 +0200
libspectre (0.2.2.ds-1) unstable; urgency=low
* New upstream release.
+ Fixes rendering of Mozilla-generated files. (Closes: #484645)
+ Correctly loads EPS files with TIFF previews. (Closes: #490309)
* Make prune-ghostscript script actually work.
* Update Autotools instead of direct patching.
+ Add Build-Depends on autoconf, automake, and libtool.
+ Switch to from CDBS simple patch system to quilt.
+ Rewrite strip_ghostscript.patch as use-system-ghostscript.patch.
* Bump Standards-Version to 3.8.0, no changes required.
* Fix watch file.
* Adjust descriptions.
-- Matthew Rosewarne <mrosewarne@inoutbox.com> Sun, 30 Nov 2008 17:33:29 -0500
libspectre (0.2.0.ds-1) unstable; urgency=low
* Initial release (Closes: #456609).
* Removed ghostscript headers.
- Patched build system to omit libspectre/ghostscript.
+++ Changes by Ana Beatriz Guerrero Lopez:
* Add prune-ghostscript script to remove ghostscript stuff.
* Slight tweaking of debian/copyright.
* Add Homepage field.
-- Matthew Rosewarne <mrosewarne@inoutbox.com> Sun, 06 Jan 2008 21:58:55 +0100
|