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
|
ruby-magic (0.2.9-4) unstable; urgency=medium
* Team upload
* Use libmagic-dev in Build-Depends/Depends instead of libmagic1
(Closes: #1066854)
* Drop deprecated *-Ruby-Versions fields
-- Antonio Terceiro <terceiro@debian.org> Fri, 12 Apr 2024 07:45:21 -0300
ruby-magic (0.2.9-3) unstable; urgency=medium
* Team upload.
[ Debian Janitor ]
* Use secure copyright file specification URI.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update standards version to 4.4.1, no changes needed.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on ruby-ffi.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.5.1, no changes needed.
* Update standards version to 4.6.2, no changes needed.
[ Lucas Kanashiro ]
* d/p/0002-Fix-FTBFS-with-Ruby-3.2.patch: replace File.exists? with
File.exist?
-- Lucas Kanashiro <kanashiro@debian.org> Mon, 26 Feb 2024 12:55:06 -0300
ruby-magic (0.2.9-2) unstable; urgency=medium
* Team upload
[ Cédric Boutillier ]
* Use https:// in Vcs-* fields
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
* Run wrap-and-sort on packaging files
[ Antonio Terceiro ]
* Remove myself from Uploaders:
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Antonio Terceiro ]
* Team upload
* Refresh packaging files against a preview of gem2deb 1.0.
* debian/control:
* Bump debhelper compat to 12 (and drop debian/compat)
* Point Vcs-* to salsa.debian.org
* Bump Standards-Versions to 4.4.0
* add Rules-Require-Root: no
* Replace hardcoded depends with ${ruby:Depends}
* debian/ruby-tests.rb: remove, replaced by debian/ruby-tests.rake
* debian/rules: install using the Rubygems layout
* debian/watch: point at gemwatch.debian.net
-- Antonio Terceiro <terceiro@debian.org> Mon, 03 Feb 2020 12:59:53 +0100
ruby-magic (0.2.9-1) unstable; urgency=medium
[ Thiago Ribeiro ]
* Team upload
* New upstream release
[ Antonio Terceiro ]
* Update packaging with a new dh-make-ruby run
- drop documentation from the binary package
-- Thiago Ribeiro <thiagitosouza@gmail.com> Mon, 17 Aug 2015 13:30:25 -0300
ruby-magic (0.2.8-1) unstable; urgency=medium
* New upstream release
* drop patch already applied upstream:
- 0001-Fix-Magic.guess_string_mime_encoding.patch
* drop patch fix-against-new-libmagic.diff; this patch tried to workaround a
regression that seems to have been fixed in libmagic1 (Closes: #747738)
* add myself to Uploaders:
-- Antonio Terceiro <terceiro@debian.org> Mon, 26 May 2014 11:03:07 -0300
ruby-magic (0.2.6-3) unstable; urgency=medium
* Team upload.
* Fix code and test assumptions to work with newer libmagic versions
Patch: debian/patches/fix-against-new-libmagic.diff
(Closes: #741815)
-- Antonio Terceiro <terceiro@debian.org> Fri, 18 Apr 2014 21:20:25 -0300
ruby-magic (0.2.6-2) unstable; urgency=low
* Team upload.
[ Cédric Boutillier ]
* debian/control: remove obsolete DM-Upload-Allowed flag
* debian/copyright: use DEP5 copyright-format/1.0 official URL for Format
field
[ Antonio Terceiro ]
* Fix Mime.guess_string_mime_encoding
* Updated Standards-Versions to 3.9.4. No changes required.
-- Antonio Terceiro <terceiro@debian.org> Tue, 13 Aug 2013 12:19:17 +0200
ruby-magic (0.2.6-1) unstable; urgency=low
* Initial release (Closes: #629136)
* Unit test patched not to use rubygems and to require test_declarative.
-- Dmitry Borodaenko <angdraug@debian.org> Sat, 17 Sep 2011 15:36:57 +0300
|