ruby-prawn (1.3.0+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 1.3.0+dfsg
  * Update source field in copyright
  * Do not capitalize short description
  * Bump version in dependency on ruby-pdf-core and ruby-ttfunk
  * Refresh 0200_replace_BASEDIR_data_by_DATADIR.patch and
    0400_use_system_fonts.patch
  * No need to fiddle with the VERSION file in the root directory:
    - drop 0650_move_VERSION.patch, merged upstream
    - do not copy/clean non existing VERSION file
  * Drop copyright notice for the lib/prawn/document/graphics_state.rb,
    removed upstream

 -- Cédric Boutillier <boutil@debian.org>  Sun, 28 Sep 2014 23:56:41 +0200

ruby-prawn (1.2.1+dfsg-2) unstable; urgency=medium

  * Explicitly build-depend on fonts-arphic-gkai00mp, fonts-dejavu-core
    and add those packages to the dependency list for autopkgtest suite.
    Those packages were automatically pulled by ruby-prawn-manual-builder
    during the build, but they are needed also to run the tests When
    building the package, even if we don't build the manual.

 -- Cédric Boutillier <boutil@debian.org>  Thu, 11 Sep 2014 14:30:20 +0200

ruby-prawn (1.2.1+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 1.2.1+dfsg
    - tables support is now moved out of prawn core library
  * Run wrap and sort on fields of debian/ files
  * Make sure that the VERSION file gets installed:
    - copy VERSION to lib/prawn/ before dh_auto_install
    - add 0650_move_VERSION.patch to used the copied version file
    - clean the copied version file afterwards
  * Refresh patches and remove not applied obsolete patched from
    debian/patches
    - add 0600_replace_require_relative_manual.patch to avoid wrong relative
      path for the system installed library.
  * Build-depend on ruby-prawn-manual-builder to build the manual
  * debian/copyright:
    - fix entry for lib/prawn/graphics/gradient.rb, renamed/rewritten
      to patterns.rb
    - fix typo in lib/prawn/measurements.rb filename
  * Add autopkgtest support

 -- Cédric Boutillier <boutil@debian.org>  Mon, 08 Sep 2014 14:15:05 +0200

ruby-prawn (1.0.0+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 1.0.0+dfsg
  * update the list of removed files in debian/repack.sh and
    debian/README.source
  * Patches:
    + refresh:
        0100_remove_bundler_rubygems_stuff.patch
        0200_replace_BASEDIR_data_by_DATADIR.patch
        0300_fix_paths.patch
        0400_use_system_fonts.patch
        0405_use_system_fonts_manual.patch
        0500_disable_tests_using_removed_files.patch
    + drop:
        0102_simply_require_ttfunk.patch
        0210_change_spec_data_to_datadir_pdfs.patch
        0700_dont_call_git_from_manual.patch
  * debian/copyright:
    + add copyright/license for data/fonts/Panic+Sans.dfont
    + update my email address and years
  * Dependencies:
    + depend and build-depend on ruby-pdf-core

 -- Cédric Boutillier <boutil@debian.org>  Tue, 15 Apr 2014 00:52:19 +0200

ruby-prawn (1.0.0~rc2+really0.14.0+dfsg-1) unstable; urgency=low

  [ Gunnar Wolf ]
  * New upstream release
    + Funky version number introduced because upstream receded from 1.0.0
      release candidates, but plans to release a 1.0.0 in a few weeks
      (https://github.com/prawnpdf/prawn/wiki/Development-Roadmap)
  * Refresh patches

  [ Cédric Boutillier ]
  * Filter out specs marked as unresolved, as in upstream Rakefile
  * Add 0700_dont_call_git_from_manual.patch to not call git from the manual
  * Bump Standards-Version to 3.9.5 (no changes needed)
  * Drop ruby-afm and ruby-pdf-inspector from dependencies; bump version for
    ruby-pdf-reader dependency.

 -- Cédric Boutillier <boutil@debian.org>  Fri, 07 Mar 2014 13:29:02 +0100

ruby-prawn (1.0.0~rc2+dfsg-1) unstable; urgency=low

  * Imported Upstream version 1.0.0~rc2+dfsg
  * debian/control: 
    + remove obsolete DM-Upload-Allowed flag
    + use canonical URI in Vcs-* fields
    + update my email address
    + bump Standards-Version to 3.9.4 (no changes needed)
    + drop transitional packages
    + build-depend on coderay, rename ttf-dejavu-core dependency to
      fonts-dejavu-core
  * debian/copyright:
      use DEP5 copyright-format/1.0 official URL for Format field
  * debian/repack: 
      base directory of the tarball renamed; use simply +dfsg suffix
  * debian/patches:
    + refresh patches
    + update dejavu font path in 040* patches
  * Update debian/watch. Thanks Bart Martens
  * Use ruby-tests.rb to run tests
  * Remove lintian-overrides, about transitional packages

 -- Cédric Boutillier <boutil@debian.org>  Fri, 09 Aug 2013 00:19:56 +0200

ruby-prawn (1.0.0~rc1+dfsg1-3) unstable; urgency=low

  * Bump build dependency on gem2deb to >= 0.3.0~

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 26 Jun 2012 14:50:27 +0200

ruby-prawn (1.0.0~rc1+dfsg1-2) unstable; urgency=low

  * debian/patches:
    + add 1001_fix_encoding_in_font_spec.patch
      Change the encoding with Ruby 1.9 of a string used for comparison in
      font_spec.rb (Closes: #676199)
    + add 1002_define_external_encoding_for_manual.patch
      Set external encoding to successfully build the manual on systems with
      non Unicode locale
  * Move debian/source.lintian-overrides to d/source/lintian-overrides
  * Bump Standards-version to 3.9.3 (no changes needed)

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Tue, 12 Jun 2012 22:54:27 +0200

ruby-prawn (1.0.0~rc1+dfsg1-1) unstable; urgency=low

  * Packaging with gem2deb
    + renaming source and binary packages
  * Bump Standards-version to 3.9.2
  * Add debian/repack.sh script to remove unwanted fonts and images
    (Closes: #631276)
  * Disable several specs requiring removed data files
  * Build Prawn's manual and register in doc-base (ruby-prawn-doc package)
  * Add lintian overrides for duplicate descriptions of transition packages
  * Add myself as an uploader

 -- Cédric Boutillier <cedric.boutillier@gmail.com>  Mon, 24 Oct 2011 18:47:19 +0200

libprawn-ruby (0.9.1+dfsg2-1) unstable; urgency=low

  * New +dfsg version, no longer including non-free fonts (Closes: #592915)
  * Standards-version: 3.8.4 → 3.9.1.0 (No changes needed)

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 13 Aug 2010 16:16:36 -0500

libprawn-ruby (0.9.1+dfsg-1) unstable; urgency=low

  [ Paul van Tilburg ]
  * debian/watch: small fix to keep PET happy.

  [ Gunnar Wolf ]
  * New upstream release
  * Standards-version 3.8.3→3.8.4 (no changes)
  * Dropped the generated ruby1.9 binary package in favor of the ruby1.9.1
    one; bumping up the build-dependency on ruby-pkg-tools accordingly
    (Closes: #569880)

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 09 Apr 2010 18:21:04 -0500

libprawn-ruby (0.7.1+dfsg-1) unstable; urgency=low

  * New upstream release

 -- Gunnar Wolf <gwolf@debian.org>  Mon, 04 Jan 2010 11:17:49 -0600

libprawn-ruby (0.6.3+dfsg-2) unstable; urgency=low

  * Added a (very!) simple redirection allowing for API stability,
    requiring "prawn/core" when only "prawn" is requested

 -- Gunnar Wolf <gwolf@debian.org>  Fri, 27 Nov 2009 13:28:26 -0600

libprawn-ruby (0.6.3+dfsg-1) unstable; urgency=low

  [ Ryan Niebur ]
  * fixed long description (Closes: #542457)

  [ Gunnar Wolf ]
  * Pointing debian/watch to githubredir instead of rubyforge, as new
    upstream versions have not been noticed :-/
  * New upstream release
  * Switched to 3.0 (quilt) source format; documenting the origin of the
    three orig.tar.gz files in README.source
  * The (so far only) patch is documented following the DEP3 guidelines

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 24 Nov 2009 17:06:18 -0600

libprawn-ruby (0.4.1+dfsg-2) unstable; urgency=low

  * add build dep on ruby 1.9 (Closes: #543035)
  * Add myself to Uploaders
  * Debian Policy 3.8.3
  * add README.source

 -- Ryan Niebur <ryanryan52@gmail.com>  Sun, 23 Aug 2009 11:25:23 -0700

libprawn-ruby (0.4.1+dfsg-1) unstable; urgency=low

  * Initial upload (Closes: #532796)

 -- Gunnar Wolf <gwolf@debian.org>  Tue, 30 Jun 2009 17:35:16 -0500
