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