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
|
ruby-graphviz (1.2.5-2) unstable; urgency=medium
* Team upload.
* d/patches/remove_git_from_gemspec.patch: Add patch.
- Remove git from gemspec and fix gem layout installation.
* d/debian/patches/series: Enable new patch.
-- Daniel Leidert <dleidert@debian.org> Thu, 26 Mar 2020 00:41:49 +0100
ruby-graphviz (1.2.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
- Fixes Ruby2.7 build issues.
[ Debian Janitor ]
* 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.
[ Daniel Leidert ]
* d/control: Add Rules-Requires-Root field.
(Standards-Version): Bump to 4.5.0.
(Depends): Remove ruby-interpreter.
* d/copyright: Add Upstream-Contact.
(Source): Use github release page.
* d/ruby-graphviz.docs: Install README.md.
* d/ruby-graphviz.lintian-overrides: Update.
* d/ruby-tests.rake: Don't run files in sub-directories copied from the
examples directory (closes: #952039). Be verbose and show warnings.
* d/rules: Remove obsolete G_HOME environment variable (closes: #894880).
Use gem installation layout.
(override_dh_installchangelogs): Install CHANGELOG.md.
* d/watch: Use github release page.
* d/upstream/metadata: Add YAML markup, and Archive and Changelog fields.
-- Daniel Leidert <dleidert@debian.org> Wed, 25 Mar 2020 01:10:06 +0100
ruby-graphviz (1.2.3-1) unstable; urgency=medium
* Team upload.
[ HIGUCHI Daisuke (VDR dai) ]
* New upstream release (Closes: #888150)
* eliminate lintian warning: file-contains-trailing-whitespace
* eliminate lintian warning: debian-watch-uses-insecure-uri
* eliminate lintian warning: insecure-copyright-format-uri
* eliminate lintian warning: homepage-field-uses-insecure-uri
* Use salsa.debian.org in Vcs-* fields
* Bump debhelper compatibility level to 11
* Bump Standards-Version to 4.1.3 (no changes needed)
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Sat, 31 Mar 2018 22:26:39 +0900
ruby-graphviz (1.2.2-1) unstable; urgency=medium
* Team upload
* Imported Upstream version 1.2.2
- does not treat dot output into stderr as an error (Closes: #714472)
* debian/control
+ remove obsolete DM-Upload-Allowed flag
+ use canonical URI in Vcs-* fields with https://
* Bump debhelper compatibility level to 9
* Remove version in the gem2deb build-dependency
* Bump Standards-Version to 3.9.8
* Run wrap-and-sort on packaging files
* Update packaging with dh-make-ruby -w
* Install upstream manpages
* patches
+ drop fix-ruby2gv.patch (applied upstream)
+ drop remove-rubygems-require.patch (outdated)
+ add clean_test_helper.patch to load open3, and remove bundler usage in
tests
-- Cédric Boutillier <boutil@debian.org> Tue, 07 Jun 2016 21:56:17 +0200
ruby-graphviz (1.0.8-2) unstable; urgency=low
* Remove require 'rubygems' line from tests too
* Override lintian message for duplicate sample files
-- Praveen Arimbrathodiyil <praveen@debian.org> Mon, 29 Oct 2012 19:14:05 +0530
ruby-graphviz (1.0.8-1) unstable; urgency=low
* Initial release (Closes: #676393)
-- Praveen Arimbrathodiyil <praveen@debian.org> Fri, 26 Oct 2012 18:38:19 +0530
|