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 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292
|
coderay (1.1.3-8) unstable; urgency=medium
* Team upload.
* eliminate lintian warning: update-debian-copyright
* set Multi-Arch: foreign suggested by MA hinter.
* Declare compliance with Debian Policy 4.6.1
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Sun, 17 Jul 2022 17:46:07 +0900
coderay (1.1.3-7) unstable; urgency=medium
* Team upload.
* I finally lost my motivation then stepped down coderay's uploader.
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Sun, 26 Jun 2022 16:26:07 +0900
coderay (1.1.3-6) unstable; urgency=medium
* Team upload.
* Add upstream patch to fix test suite with Ruby 3
* Declare compliance with Debian Policy 4.6.0
-- Lucas Kanashiro <kanashiro@debian.org> Mon, 21 Feb 2022 09:18:41 -0300
coderay (1.1.3-5) unstable; urgency=medium
[ Debian Janitor ]
* Bump debhelper from old 12 to 13.
[ HIGUCHI Daisuke (VDR dai) ]
* eliminate lintian error: ruby-script-but-no-ruby-dep and
ruby-interpreter-is-deprecated.
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Tue, 12 Oct 2021 15:24:16 +0900
coderay (1.1.3-4) unstable; urgency=medium
[ Vivek K J ]
* Update Licence with modified upstream licence (Closes: #985033)
[ HIGUCHI Daisuke (VDR dai) ]
* d/copyright: fix Expat license.
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Sun, 28 Mar 2021 18:11:55 +0900
coderay (1.1.3-3) unstable; urgency=medium
[ Cédric Boutillier ]
* [ci skip] Update team name
* [ci skip] Add .gitattributes to keep unwanted files
out of the source package
[ Debian Janitor ]
* Set upstream metadata fields:
Bug-Database, Bug-Submit, Repository, Repository-Browse.
[ Youhei SASAKI ]
* Fix upstream URL (Closes: #976066)
* Bump Standards-Version to 4.5.1 (no changes needed)
-- Youhei SASAKI <uwabami@gfd-dennou.org> Thu, 14 Jan 2021 00:15:49 +0900
coderay (1.1.3-2) unstable; urgency=medium
* d/rules: fix gemspec version.
* d/p/0006-fix-coderay-absolute-file-path-test.patch: new file.
* d/t/,d/control: applying patch when autopkgtest.
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Thu, 20 Aug 2020 11:43:05 +0900
coderay (1.1.3-1) unstable; urgency=medium
* New upstream version 1.1.3
* d/watch: scan github instead of gemwatch due to lack of test materials
* d/p/0000-restore_tests_and_rake_tasks_v1.1.2.patch: removed.
due to use full source tarball instead of rubygem.
* d/p/0004-Add-Ruby-2.6-support.patch: removed.
due to imported to new release.
* d/p/0005-do_not_use_git_ls-files.patch: added. do not use `git ls-files`
* d/p/{0001,0003]*: eliminate lintian warning: patch-not-forwarded-upstream
* d/p/series: updated.
* d/control: add ruby-rspec-core, ruby-rspec-expectations, ruby-simplecov,
ruby-rspec-mocks to B-D.
* d/control: eliminate lintian warning: cute-field.
* d/rules: remove simplecov directory when dh_clean.
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Tue, 11 Aug 2020 00:09:15 +0900
coderay (1.1.2-3) unstable; urgency=medium
* Team upload.
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Debian Janitor ]
* Trim trailing whitespace.
* Use secure copyright file specification URI.
* Bump debhelper from old 11 to 12.
[ Lucas Kanashiro ]
* Add patch to support Ruby 2.6+
* d/control: use secure url in Homepage field
* d/control: rules does not require root
* Use autodep8 ruby tests instead of a hardcoded one
* d/copyright: use secure url in Source field
* Declare compliance with Debian Policy 4.5.0
-- Lucas Kanashiro <lucas.kanashiro@canonical.com> Tue, 10 Mar 2020 19:04:18 -0300
coderay (1.1.2-2) unstable; urgency=medium
[ HIGUCHI Daisuke (VDR dai) ]
* eliminate lintian warning: unnecessary-team-upload
* Move Vcs-* to salsa.debian.org
* Bump debhelper compatibility level to 11
* Update Standards-Version to 4.1.3
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Sat, 13 Jan 2018 12:14:09 +0900
coderay (1.1.2-1) unstable; urgency=medium
[ Cédric Boutillier ]
* Use https:// in Vcs-* fields
[ Antonio Terceiro ]
* Remove myself from Uploaders:
[ HIGUCHI Daisuke (VDR dai) ]
* set Maintainer as pkg-ruby-extras-maintainers with ex-maintainer's request.
* Imported Upstream version 1.1.2.
* Add myself to Uploaders.
* eliminate lintian warning: debian-watch-uses-insecure-uri
* eliminate lintian warning: unused-override
* d/p/0001-Remove-rubygems-depends.patch: restore lacking strings.
* d/p/0000-restore_tests_and_rake_tasks_v1.1.2.patch:
restore tests and rake_tasks v1.1.2.
* d/p/0002-Add-lack-file-for-UnitTest.patch: removed, imported upstream.
* use newer test.
- d/control: update b-d:
- d/ruby-tests.rb: added.
- d/ruby-test-files.yaml: removed.
- d/rules: remove test generated files.
- d/tests/: add for autopkgtest-pkg-ruby.
* Bump compat to 10.
* Bump Standards-Version to 4.1.1 (no further changes)
-- HIGUCHI Daisuke (VDR dai) <dai@debian.org> Mon, 23 Oct 2017 00:21:47 +0900
coderay (1.1.1-1) unstable; urgency=medium
* Team upload.
* Imported Upstream version 1.1.1, adds upstream support for Ruby 2.3.
* Update packaging using dh-make-ruby -w
-- Christian Hofstaedtler <zeha@debian.org> Tue, 01 Mar 2016 22:53:52 +0100
coderay (1.1.0-4) unstable; urgency=medium
* Team upload.
* Upload to unstable.
-- Sebastien Badia <seb@sebian.fr> Wed, 19 Aug 2015 17:49:35 +0200
coderay (1.1.0-3~exp1) experimental; urgency=medium
* Team upload.
* Target experimental and build with ruby 2.2.
* Lintian: fix copyright issue (wildcard-matches-nothing-in-dep5-copyright)
* Bump Standards-Version to 3.9.6 (no further changes)
* Update Vcs-Browser to cgit URL and HTTPS
-- Sebastien Badia <seb@sebian.fr> Fri, 10 Apr 2015 11:47:16 +0200
coderay (1.1.0-2) unstable; urgency=medium
* Rebuild against newer gem2deb to have rubygems-integration support for all
Ruby versions.
-- Antonio Terceiro <terceiro@debian.org> Sat, 13 Sep 2014 22:57:49 -0300
coderay (1.1.0-1) unstable; urgency=low
* Imported Upstream version 1.1.0
* Drop transitional packages
-- Youhei SASAKI <uwabami@gfd-dennou.org> Wed, 04 Sep 2013 18:51:14 +0900
coderay (1.0.9-1) unstable; urgency=low
[ Cédric Boutillier ]
* Team upload.
* debian/control: remove obsolete DM-Upload-Allowed flag
* use canonical URI in Vcs-* fields
[ Youhei SASAKI ]
* Imported Upstream version 1.0.9
* Bump Standard Version: 3.9.4
-- Youhei SASAKI <uwabami@gfd-dennou.org> Tue, 28 May 2013 22:05:47 +0900
coderay (1.0.8-1) experimental; urgency=low
* Imported Upstream version 1.0.8
* Add ruby-redcloth into Build-Depends
* Format URI update: DEP5 -> Formant/1.0
-- Youhei SASAKI <uwabami@gfd-dennou.org> Sun, 20 Jan 2013 06:44:17 +0900
coderay (1.0.6-2) unstable; urgency=low
* Team upload.
* Bump build dependency on gem2deb to >= 0.3.0~.
-- Paul van Tilburg <paulvt@debian.org> Wed, 27 Jun 2012 21:08:34 +0200
coderay (1.0.6-1) unstable; urgency=low
* Imported Upstream version 1.0.6
-- Youhei SASAKI <uwabami@gfd-dennou.org> Thu, 26 Apr 2012 19:26:09 +0900
coderay (1.0.5-1) unstable; urgency=low
* New Upstream version: 1.0.5
* Update patch: 0001-Remove-require-rubygems.patch
* New patch: 0002-Add-lack-file-for-UnitTest.patch
* Update debian/doc: name of README file was changed
* Update debian/control:
+ Add me to Uploaders
+ Bump Standard Version: 3.9.3
+ Add "Priority: extra" to Transitional packages
* Unapply patches after build
-- Youhei SASAKI <uwabami@gfd-dennou.org> Tue, 28 Feb 2012 19:46:58 +0900
coderay (0.9.8-1) unstable; urgency=low
* New upstream release
+ This release does not embed term/ansicolor, and therefore does not
conflict with ruby-term-ansicolor anymore (Closes: #599820).
* Migrate packages to new Ruby packaging policy
+ rename lib*-ruby to ruby-*
+ use gem2deb
* Add myself to Uploaders
-- Antonio Terceiro <terceiro@debian.org> Fri, 19 Aug 2011 19:24:58 -0700
coderay (0.9.7-1) UNRELEASED; urgency=low
* New upstream release,
does not embed ansicolor.rb (Closes: #599820).
* debian/copyright
+ update and convert to dep5 format.
* debian/control
+ add VCS fields
+ coderay depends on ruby package, not ruby1.8
* debian/rules
+ get-orig-source to fix upstream tarball mtime
+ work around libsetup modifying source (see #571981)
-- Jérémy Lal <kapouer@melix.org> Mon, 31 Jan 2011 00:58:11 +0100
coderay (0.9.4-1) UNRELEASED; urgency=low
* New upstream release
* debian/control
+ add ruby1.9.1 package
+ standard version to 3.9.1
* debian/rules
+ 1.9.1 package needs to remove same as 1.8 package
-- Joshua Timberman <joshua@opscode.com> Fri, 03 Sep 2010 01:17:22 -0600
coderay (0.9.3-1) UNRELEASED; urgency=low
* New upstream release
* Bumped Standard Version to 3.8.4
* debian/control
+ added myself to uploaders.
* debian/copright
+ added debian's copyright information.
* added debian/source.
* Switch to quilt 3.0 format.
-- Deepak Tripathi <apenguinlinux@gmail.com> Sun, 16 May 2010 00:39:17 -0400
coderay (0.8.359-1) unstable; urgency=low
* Initial release (Closes: #540662)
-- Joshua Timberman <joshua@opscode.com> Sun, 09 Aug 2009 08:07:54 -0600
|