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
|
ruby-treetop (1.6.8-1) unstable; urgency=medium
[ Cédric Boutillier ]
* Team upload.
* Fix bug number in the previous changelog entry (795121 instead of 795134)
[ Lucas Albuquerque Medeiros de Moura ]
* Team upload.
* Imported Upstream version 1.6.8 (Closes: #841570)
* Bump standards-version to 3.9.8
-- Lucas Albuquerque Medeiros de Moura <lucas.moura128@gmail.com> Wed, 30 Nov 2016 21:13:49 -0200
ruby-treetop (1.6.3-1) unstable; urgency=medium
* Imported Upstream version 1.6.3
+ add support for RSpec3 (Closes: #795121)
* Drop drop-failing-test.patch, applied upstream
-- Cédric Boutillier <boutil@debian.org> Thu, 13 Aug 2015 11:51:47 +0200
ruby-treetop (1.6.2-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Refreshed packaging using dh-make-ruby.
* Add patch: do-not-depend-on-lib-for-tests.patch. This is required
to allow running tests on ci.d.n.
* Drop patch: 0001-Do-not-require-rubygems.patch. No longer needed.
* Add patch: drop-failing-test.patch. This test was already removed
upstream.
-- Lucas Nussbaum <lucas@debian.org> Tue, 12 May 2015 13:28:46 +0200
ruby-treetop (1.4.15-1) unstable; urgency=medium
* Imported Upstream version 1.4.15
The indent method of the String class extension is now inlined to avoid
collision with the one from ActiveSupport (Closes: #759925)
* Do not install the HTML manual, as the tools to build it from source are
not available in the Debian archive.
* Refresh 0001-Do-not-require-rubygems.patch
* Remove 0002-Add-a-tt-manual-page.patch, applied upstream
* Remove 0003-Use-ruby18-compatible-regexp.patch, applied upstream
* Drop 0004-privacy-breach.patch, not needed without HTML manual
-- Cédric Boutillier <boutil@debian.org> Mon, 22 Sep 2014 15:07:29 +0200
ruby-treetop (1.4.14-3) unstable; urgency=medium
* Team upload.
* Rebuild against newer gem2deb (adds gemspecs for all interpreters, current
and future)
-- Antonio Terceiro <terceiro@debian.org> Mon, 19 May 2014 12:49:30 -0300
ruby-treetop (1.4.14-2) unstable; urgency=low
* debian/copyright: update to the correct source URL, according to
Rubygems.org
* Use the rake method to run the tests.
This method finds the spec_helper.rb file (Closes: #735866)
* Bump Standards-Version to 3.9.5 (no changes needed)
* Fix privacy breach in the HTML documentation
-- Cédric Boutillier <boutil@debian.org> Sun, 19 Jan 2014 16:52:20 +0100
ruby-treetop (1.4.14-1) unstable; urgency=low
* New upstream version
* debian/patches:
+ 0001-Do-not-require-rubygems.patch refreshed
+ 0002-Add-a-tt-manual-page.patch: update and forward tt manpage
+ 0003-Require-rspec-core-shared_context.patch dropped (included upstream)
+ 0003-Use-ruby18-compatible-regexp.patch addedto make specs
pass with Ruby 1.8.
* debian/control:
+ update my email address
+ update Homepage field
+ bump Standards-Version to 3.9.4 (no changes needed)
* debian/copyright: update source URL
-- Cédric Boutillier <boutil@debian.org> Wed, 19 Jun 2013 17:34:11 +0200
ruby-treetop (1.4.10-5) unstable; urgency=low
* Bump build dependency on gem2deb to >= 0.3.0~
* debian/ruby-treetop.install: install rubygems-integration data
-- Antonio Terceiro <terceiro@debian.org> Mon, 25 Jun 2012 20:42:21 -0300
ruby-treetop (1.4.10-4) unstable; urgency=low
* Fix typo in the short description of treetop package (Closes: #671972)
-- Cédric Boutillier <cedric.boutillier@gmail.com> Tue, 08 May 2012 15:26:26 +0200
ruby-treetop (1.4.10-3) unstable; urgency=low
* Add myself to Uploaders:
* Bump Standard-Versions: to 3.9.3 (no changes needed)
* Modify ruby-tests.rb to use rspec/autorun and to load only *_spec.rb files
* Import upstream commit to require rspec/core/shared_context
(Closes: #665251)
* Fix hyphens in the manpage tt.1
* Register html documentation with doc-base
-- Cédric Boutillier <cedric.boutillier@gmail.com> Sun, 06 May 2012 23:04:12 +0200
ruby-treetop (1.4.10-2) unstable; urgency=low
* control: Add ruby-polyglot to the Build-Depends list
-- Carl Worth <cworth@debian.org> Mon, 05 Mar 2012 16:01:27 -0800
ruby-treetop (1.4.10-1) unstable; urgency=low
* Initial release (Closes: #624624)
* Add README and generated documentation to the package.
* Package the examples as well.
* Remove all uses of "require 'rubygems'"
* Split the /usr/bin/tt program out into its own package named treetop.
* Install tt.1 manual page as part of treetop package.
-- Carl Worth <cworth@debian.org> Thu, 01 Mar 2012 14:42:19 -0800
|