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 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311
|
ruby-prawn (2.3.0+dfsg-1) unstable; urgency=medium
* Reupload to unstable
* Bump Standards-Version to 4.5.1 (no changes needed)
* Bump debhelper compatibility level to 13
-- Cédric Boutillier <boutil@debian.org> Sun, 27 Dec 2020 15:56:03 +0100
ruby-prawn (2.3.0+dfsg-1~exp1) experimental; urgency=medium
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 11 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.4.1, no changes needed.
[ Cédric Boutillier ]
* New upstream version 2.3.0+dfsg
* Use secure URI in Homepage field.
* Update standards version to 4.5.0, no changes needed.
* Refresh patches
* Bump ruby-ttf dependency min version to 1.6
* Explicitly state that debian/rules doesn't require root
* New patch: no require_relative from spec to lib
* Use secure URI in Homepage field.
* Update standards version to 4.5.0, no changes needed.
-- Cédric Boutillier <boutil@debian.org> Mon, 07 Sep 2020 17:23:29 +0200
ruby-prawn (2.2.0+dfsg-1) unstable; urgency=medium
* New upstream version 2.2.0+dfsg
* Refresh patches
* Bump minimal version for build-dependencies
+ 0.8.1 for ruby-pdf-core
+ 1.3 for ruby-pdf-inspector
* Fix path and filter for specs
* Check dependencies during test suite
* Use salsa.debian.org in Vcs-* fields
* Bump Standards-Version to 4.3.0 (no changes needed)
* Bump debhelper compatibility level to 11
* Fix empty line format in the description of ruby-prawn-doc package
* Debhelper installs docs under /usr/share/doc/ruby-prawn/
* Use SOURCE_DATE_EPOCH in debian/rules instead of parsing changelog
* Add a Comment: header to the paragraph explaining the repackaging in
copyright file
-- Cédric Boutillier <boutil@debian.org> Mon, 07 Jan 2019 23:51:28 +0100
ruby-prawn (2.1.0+dfsg-1) unstable; urgency=medium
* Imported Upstream version 2.1.0+dfsg
* Bump debhelper compatibility level to 9
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.8 (no changes needed)
* Run wrap-and-sort on packaging files
* Bump dependency versions of ruby-pdf-inspector and ruby-pdf-core
* Refresh patches
* Drop 0900_rspec3.patch, fixed upstream
-- Cédric Boutillier <boutil@debian.org> Tue, 07 Jun 2016 13:49:36 +0200
ruby-prawn (2.0.2+dfsg-1) unstable; urgency=medium
* Imported Upstream version 2.0.2+dfsg
* Refresh patches
* Add 0900_rspec3.patch to port to RSpec3
-- Cédric Boutillier <boutil@debian.org> Fri, 24 Jul 2015 20:26:11 +0200
ruby-prawn (2.0.1+dfsg-1) unstable; urgency=medium
[ Jérémy Bobbio ]
* Add 0700_use_deterministic_keys_for_gradients.patch to make
Prawn build PDF in a deterministic manner when they use gradients.
(Closes: #782890)
* Make the package build reproducibly:
- Add 0800_enable_manual_to_be_built_reproducibly.patch
to allow the manual last update to be set using an environment
variable. (Closes: #782891)
- Set the build date in debian/rules.
[ Cédric Boutillier ]
* Imported Upstream version 2.0.1+dfsg
* Refresh patches
* Update homepage to prawnpdf.org
* Bump Standards-Version to 3.9.6 (no changes needed)
* Update versions of ruby-pdf-inspector and ruby-pdf-core in dependencies
* Enable autopkg-pkg-ruby auto-package-test suite
-- Cédric Boutillier <boutil@debian.org> Wed, 29 Apr 2015 16:32:11 +0200
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
|