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
|
ruby-rack-test (2.2.0-1) unstable; urgency=medium
* Team upload
* New upstream version 2.2.0
* Drop deprecated X?-Ruby-Versions: fields
-- Antonio Terceiro <terceiro@debian.org> Wed, 29 Jan 2025 15:23:05 +0100
ruby-rack-test (2.1.0-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Refresh patch.
* Declare compliance with Debian Policy 4.7.0.
* Add patch to skip test with invalid domain.
-- Lucas Kanashiro <kanashiro@debian.org> Wed, 17 Jul 2024 23:55:57 -0300
ruby-rack-test (2.0.2-2) unstable; urgency=medium
* Team upload
* Drop spurious build dependency on rubocop
-- Antonio Terceiro <terceiro@debian.org> Thu, 15 Dec 2022 11:11:43 -0300
ruby-rack-test (2.0.2-1) unstable; urgency=medium
* Team upload
* debian/watch: point at github to get tests
* New upstream version 2.0.2
- Upstream changed the test suite from rspec to minitest, so the reported
build failure no longer applies (Closes: #1005427)
* debian/upstream/metadata: update with dh-make-ruby
* debian/rules: stop setting DH_RUBY_GEMSPEC, no longer needed
* debian/control: update with dh-make-ruby
- Bump Standards-Version to 4.6.1; no changes needed
- Drop alternative build dependency on ruby-rack1.4 (it no longer exists)
- Update homepage to point to the new upstream homepage
- Add Testsuite: autopkgtest-pkg-ruby
- Add Rules-Requires-Root: no
- Replace hardcoded dependencies with ${ruby:Depends
- Update binary package description from upstream metadata
* Add build dependency on ruby-minitest-global-expectations
* debian/ruby-tests.rake: symlink to upstream Rakefile.
Upstream switched from rspec to minitest, so using rspec no longer
works.
* Drop patches, no longer needed in new upstream release
* Add patch to make test suite work against installed package
-- Antonio Terceiro <terceiro@debian.org> Sun, 21 Aug 2022 11:12:15 -0300
ruby-rack-test (0.7.0-2) unstable; urgency=medium
* Team Upload
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Debian Janitor ]
* Use secure copyright file specification URI.
* Wrap long lines in changelog entries: 0.6.2-2.
* Use secure URI in debian/watch.
* Use secure URI in Homepage field.
* Bump debhelper from old 10 to 12.
* Set debhelper-compat version in Build-Depends.
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
* Update standards version to 4.1.1, no changes needed.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Remove constraints unnecessary since buster:
+ Build-Depends: Drop versioned constraint on ruby-rack.
+ ruby-rack-test: Drop versioned constraint on ruby-rack in Depends.
* Update watch file format version to 4.
* Bump debhelper from old 12 to 13.
[ Pirate Praveen ]
* Bump Standards-Version to 4.6.0 (no changes needed)
* Switch to gem-install layout for bundle --local compatibility
-- Pirate Praveen <praveen@debian.org> Mon, 24 Jan 2022 01:15:24 +0530
ruby-rack-test (0.7.0-1) unstable; urgency=medium
[ Cédric Boutillier ]
* Bump debhelper compatibility level to 9
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
* Run wrap-and-sort on packaging files
[ Youhei SASAKI ]
* New upstream version 0.7.0
* Install History.md as upstream changelog
* Update README.rdoc to README.md
* Update testsuite: Import upstream rspec files
* Add patch: Drop ruby-code-climate-reporter from gemspec
* Update Build-Depends
* Bump Compat: 10
* Bump Standard Version: 4.1.0
-- Youhei SASAKI <uwabami@gfd-dennou.org> Tue, 05 Sep 2017 13:51:32 +0900
ruby-rack-test (0.6.3-1) unstable; urgency=medium
* Team upload
* New upstream release
* Refresh patch 0001-Remove-Bundler-Dependencies.patch
* Add 0002-Port-to-rspec-3.patch (fixes FTBFS)
-- Antonio Terceiro <terceiro@debian.org> Fri, 14 Aug 2015 11:12:26 -0300
ruby-rack-test (0.6.2-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:15:51 -0300
ruby-rack-test (0.6.2-2) unstable; urgency=low
Team upload.
[ Cédric Boutillier ]
* debian/control: remove obsolete DM-Upload-Allowed flag
* use canonical URI in Vcs-* fields
* debian/copyright: use DEP5 copyright-format/1.0 official URL for Format
field
[ Christian Hofstaedtler ]
* Add alternative dependency on ruby-rack1.4
* Update Standards-Version to 3.9.5 (no changes)
-- Christian Hofstaedtler <zeha@debian.org> Mon, 02 Dec 2013 20:48:06 +0100
ruby-rack-test (0.6.2-1) unstable; urgency=low
* Imported Upstream version 0.6.2
-- Youhei SASAKI <uwabami@gfd-dennou.org> Thu, 29 Nov 2012 01:13:43 +0900
ruby-rack-test (0.6.1-3) unstable; urgency=low
* Fix FTBFS: Add ruby-rack-protection into Build-Depends
Thanks to Lucas Nussbaum (Closes: #680810)
* Bump Standard Version: 3.9.3
-- Youhei SASAKI <uwabami@gfd-dennou.org> Mon, 09 Jul 2012 22:05:13 +0900
ruby-rack-test (0.6.1-2) unstable; urgency=low
* Bump build dependency on gem2deb to >= 0.3.0~
-- Antonio Terceiro <terceiro@debian.org> Mon, 25 Jun 2012 14:34:23 -0300
ruby-rack-test (0.6.1-1) unstable; urgency=low
* Team upload.
* New upstream release.
-- Lucas Nussbaum <lucas@debian.org> Wed, 21 Dec 2011 10:59:43 +0100
ruby-rack-test (0.6.0-1) unstable; urgency=low
* Initial release (Closes: #635388)
-- Youhei SASAKI <uwabami@gfd-dennou.org> Tue, 26 Jul 2011 01:51:10 +0900
|