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
|
ruby-beautify (0.97.4-4) unstable; urgency=medium
* Fix compatibility with Ruby 2.5. Closes: 888117
* debian/control: Use salsa.debian.org in Vcs-* fields.
* debian/watch: Replace http with https and update watch version.
* debian/copyright: Bump years to include 2018, use https in link.
* debian/ compat control: Bump debhelper version to 11.
* debian/control: Bump Standards-Version to 4.1.3; no changes needed.
-- Tomasz Nitecki <tnnn@tnnn.pl> Thu, 15 Feb 2018 23:55:45 +0100
ruby-beautify (0.97.4-3) unstable; urgency=medium
[ Cédric Boutillier ]
* Use https:// in Vcs-* fields
* Use https:// in Vcs-* fields
* Run wrap-and-sort on packaging files
* Use new default gem2deb Rakefile to run the tests
[ Tomasz Nitecki ]
* debian/control: Bumped Standards-Version to 3.9.8 (no changes needed).
-- Tomasz Nitecki <tnnn@tnnn.pl> Mon, 23 Jan 2017 14:19:08 +0100
ruby-beautify (0.97.4-2) unstable; urgency=medium
* debian/control: Fixed Vcs-Git field.
-- Tomasz Nitecki <tnnn@tnnn.pl> Tue, 01 Mar 2016 14:12:49 -0300
ruby-beautify (0.97.4-1) unstable; urgency=medium
* Imported Upstream version 0.97.4
* Metadata is now provided by upstream (using gemwatch).
* debian/control: Bumped Standards-Version to 3.9.7 (no changes needed).
* debian/rules: Removed autogenerated stubs.
* debian/control: Switchted Vcs-git to https source.
* We are symlinking rbeautify to ruby-beautify, instead of installing two
copies of the same binary.
* debian/README.source: Information about manpages generation added.
-- Tomasz Nitecki <tnnn@tnnn.pl> Tue, 01 Mar 2016 09:04:22 -0300
ruby-beautify (0.97.3-2) unstable; urgency=medium
* Team upload.
[ Tomasz Nitecki ]
* debian/compat, debian/control: Bumped compat version to 9.
* debian/rules: Removed obsolete symlink creation (already done upstream).
[ Christian Hofstaedtler ]
* Update packaging boilerplate with dh-make-ruby -w
* Switch to gemwatch uscan to get a rubygem-enabled orig.tar.gz
* Add missing rubygems metadata
-- Christian Hofstaedtler <zeha@debian.org> Wed, 09 Sep 2015 23:41:59 +0000
ruby-beautify (0.97.3-1) unstable; urgency=medium
* Imported Upstream version 0.97.3 (Closes: #794160)
* Removed Debian patch that was applied upstream.
* Added required import of fileutils (used only during tests).
* debian/rules: Added a check testing if a directory exists before deleting
it, so that we don't return status 1 (when run without tests) and break
ReproducibleBuilds.
-- Tomasz Nitecki <tnnn@tnnn.pl> Sat, 08 Aug 2015 23:58:13 +0200
ruby-beautify (0.97.2-1~exp1) experimental; urgency=medium
* Imported Upstream version 0.97.2
* debian/watch: Updated so it points at github upstream.
* debian/rules: Delete original binary and symlinke ruby-beautify to provide
rbeautify.
* debian/copyright: Upstream changed file name from RELEASE.md to WHATSNEW.md.
* debian/ruby-beautify.docs: Changed gem changelog source.
* Fixed NameError caused by calling with '-V' option.
* Removed deprecated patches as ruby-beautify was rewritten and they are not
needed anymore.
* Disabled bundler and codeclimate-test-reporter for test runs.
* Manpage updated to match the new version.
-- Tomasz Nitecki <tnnn@tnnn.pl> Sat, 11 Apr 2015 11:00:22 +0200
ruby-beautify (0.92.2-1) unstable; urgency=medium
* Initial release (Closes: #730712)
* Package preparation.
* Manpage added.
* Patch for newline issue and depreciation fixes.
* Minor packaging fixes.
-- Tomasz Nitecki <tnnn@tnnn.pl> Wed, 22 Oct 2014 20:39:05 +0200
|