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 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400
|
nanoc (4.11.23-1) unstable; urgency=medium
* New upstream version 4.11.23
* Refresh patches
* Add 2 patches to adjust the test suite for Debian
* Add myself to Uploaders:
-- Antonio Terceiro <terceiro@debian.org> Sat, 06 Feb 2021 11:28:54 -0300
nanoc (4.11.18-1) unstable; urgency=medium
* Team upload
* Add missing ${ruby:Depends} to all binary packages
* autopkgtest: add smoke test
* debian/ruby-tests.rake: run tests against installed code
-- Antonio Terceiro <terceiro@debian.org> Mon, 01 Feb 2021 09:45:59 -0300
nanoc (4.11.18-1~1) experimental; urgency=medium
* Team upload
[ Cédric Boutillier ]
* New upstream version 4.11.18
* New binary package for the external filter
[ Antonio Terceiro ]
* Add binary packages for nanoc-checking and nanoc-deploying
* Refresh patches
* debian/ruby-tests.rake: Don't Repeat Yourself
- run tests for new sub-packages
- do the right thing under autopkgtest
* debian/rules: produce version numbers matching the gemspecs
* add new build dependency: ruby-webmock
-- Antonio Terceiro <terceiro@debian.org> Fri, 29 Jan 2021 10:17:00 -0300
nanoc (4.11.14-4) unstable; urgency=medium
* Skip nanoc-live tests failing on ipv6-only builders (Closes: #972701)
* Use the correct json shema gem as dependency for ruby-nanoc-core
-- Cédric Boutillier <boutil@debian.org> Wed, 18 Nov 2020 14:26:19 +0100
nanoc (4.11.14-3) unstable; urgency=medium
* Use asciidoc instead of asciidoc-base package name in dependencies
(Closes: #971653)
* Remove or reshuffle some dependencies between packages
* Rules doesn't require root
-- Cédric Boutillier <boutil@debian.org> Tue, 13 Oct 2020 15:40:03 +0200
nanoc (4.11.14-2) unstable; urgency=medium
* Make nanoc depend on ruby-nanoc-cli (Closes: #968056)
* Bump debhelper compatibility level to 13
* Use secure URI in Homepage field.
-- Cédric Boutillier <boutil@debian.org> Wed, 26 Aug 2020 16:21:09 +0200
nanoc (4.11.14-1) unstable; urgency=medium
[ Utkarsh Gupta ]
* Add salsa-ci.yml
[ Cédric Boutillier ]
* New upstream version 4.11.14
* Use gem installation layout
* Refresh patches
* Create new ruby-nanoc-core and ruby-nanoc-cli binary packages
* Drop nanoc-doc package
* Skip failing tests
* Add upstream/metadata and .gitattributes
* Add README.md as doc for nanoc package
* Remove symlink for gemspec in debian/
* remove old NEWS entry
* add tests for nanoc-live
* debian/patches:
+ skip gem and manifest generation specs for nanoc-live
+ Force external encoding to UTF-8 for live_recompiler_spec
+ Add live command if ruby-nanoc-live installed
[ Marc Dequènes (Duck) ]
* add ruby-nanoc-live
* Add missing Ruby interpreter dependency.
* Enable dependency checking
-- Cédric Boutillier <boutil@debian.org> Mon, 27 Jul 2020 12:16:36 +0200
nanoc (4.11.0-5) unstable; urgency=medium
* Replace python-pygments by python3-pygments to ease removal of Python 2
from bullseye. Thanks Sandro Tosi. (Closes: #943191)
-- Cédric Boutillier <boutil@debian.org> Tue, 07 Apr 2020 01:53:43 +0200
nanoc (4.11.0-4) unstable; urgency=medium
* Fix issues with tests (Closes: #952038)
+ Add patch to skip tests failing with newer ruby-rouge
+ Add requirement on ruby-colored, dropped from newer ruby-cri
+ Skip patches relying on SAFE mechanism, dropped in ruby2.7
+ Skip checksum spec issues with ruby2.7
-- Cédric Boutillier <boutil@debian.org> Thu, 12 Mar 2020 14:14:23 +0100
nanoc (4.11.0-3) unstable; urgency=medium
* Change (build-)dependencies from ruby-fog (removed from the archive) to
ruby-fog-local (Closes: #924845)
-- Cédric Boutillier <boutil@debian.org> Thu, 12 Mar 2020 14:13:40 +0100
nanoc (4.11.0-2) unstable; urgency=medium
* Tighten ruby-hamster and ruby-ref dependency relation from Recommends to
Depends. (Closes: #916724)
* Add minimal version 1.3 to ruby-adsf dependency (Closes: #917207)
* Change dependency from python-pygments to python3-pygments to find the
pygmentize script (Closes: #917890)
* Link nanoc gemspec under debian/ to make dependencies checkable in
autopkgtest (Closes: #917144)
-- Cédric Boutillier <boutil@debian.org> Sun, 06 Jan 2019 22:10:41 +0100
nanoc (4.11.0-1) unstable; urgency=medium
* Reupload to unstable
* Bump Standards-Version to 4.2.1 (no changes needed)
-- Cédric Boutillier <boutil@debian.org> Sat, 22 Dec 2018 11:55:13 +0100
nanoc (4.11.0-1~exp1) experimental; urgency=medium
* New upstream version 4.11.0
* Use Github as the source to get tests
* Change to multibinary layout, although we only build nanoc so far
+ adapt paths for patches and rules to find tests to run
* Add dependencies on ddmetrics ddmemoize and slow_enumerator_tools,
* (build)depend on ruby-brandur-json-schema (json_schema gem), ruby-erubi,
ruby-parallel, ruby-tomlrb
* Refresh no_privacy_breach patch and filter_out_nil_gemspec.patch
* New rspec_* patches: skip some failing rspec
* Use https in copyright format URL
* Disable gemspec dependencies for now
-- Cédric Boutillier <boutil@debian.org> Mon, 10 Dec 2018 23:38:05 +0100
nanoc (4.8.10-2) unstable; urgency=medium
* Skip temporarily cli failing test (Closes: #892195)
* Skip failing autopkgtest with local firewall (Closes: #893447).
Thanks Steve Langasek for the patch.
* Sort files when producing the documentation (Closes: #884936).
Thanks Chris Lamb for the patch.
* Move debian/watch to gemwatch.debian.net
* Bump Standards-Version to 4.1.5 (no changes needed)
-- Cédric Boutillier <boutil@debian.org> Mon, 30 Jul 2018 17:18:00 +0200
nanoc (4.8.10-1) unstable; urgency=medium
* New upstream version 4.8.10
* Refresh filter_out_nil_gemspec.patch
* Bump Standards-Version to 4.1.1 (no changes needed)
-- Cédric Boutillier <boutil@debian.org> Tue, 17 Oct 2017 21:49:22 +0200
nanoc (4.8.9-1) unstable; urgency=medium
* New upstream version 4.8.9
+ add new dependency on ruby-addressable
-- Cédric Boutillier <boutil@debian.org> Mon, 25 Sep 2017 14:59:37 +0200
nanoc (4.8.5-1) unstable; urgency=medium
* New upstream version 4.8.5
* Remove dependency on (broken) ruby-compass (Closes: #875510)
* Bump Standards-Version to 4.1.0
-- Cédric Boutillier <boutil@debian.org> Tue, 12 Sep 2017 15:51:08 +0200
nanoc (4.8.0-1) unstable; urgency=medium
* New upstream version 4.8.0
+ Adds support for asciidoctor filter
* Bump Debhelper compatibility version to 10
* Refresh skip_tests_autopkgtest.patch
-- Cédric Boutillier <boutil@debian.org> Thu, 20 Jul 2017 17:08:05 +0200
nanoc (4.7.13-1) unstable; urgency=medium
* New upstream version 4.7.13
* Upload to unstable
* refresh patches
* Build-depend on ruby-fuubar
* Bump Standards-version to 4.0.0 (no changes needed)
-- Cédric Boutillier <boutil@debian.org> Sun, 02 Jul 2017 11:45:10 +0200
nanoc (4.7.9-1~exp1) experimental; urgency=medium
* New upstream version 4.7.9
[Antonio Terceiro]
* debian/rules: export TZ=UTC to make sure the tests pass regardless of the
local timezone
-- Cédric Boutillier <boutil@debian.org> Thu, 04 May 2017 11:01:36 +0200
nanoc (4.7.8-1~exp1) experimental; urgency=medium
* New upstream version 4.7.8
* Refresh no_privacy_breach.patch, no_simplecov.patch, no_vcr.patch,
no_w3c_validators.patch
* Bump version in ruby-cri dependency
* Depend on ruby-nokogumbo and ruby-ddplugin
* Build-depend and suggest git
-- Cédric Boutillier <boutil@debian.org> Sat, 22 Apr 2017 09:08:37 +0200
nanoc (4.4.7-3) unstable; urgency=medium
* Team upload.
* debian/rules: export TZ=UTC to make sure the tests pass regardless of the
local timezone (Closes: #861119)
-- Antonio Terceiro <terceiro@debian.org> Thu, 27 Apr 2017 19:09:59 -0300
nanoc (4.4.7-2) unstable; urgency=medium
* Depend on asciidoc-base instead of asciidoc (Closes: #850357)
* Mark nanoc-doc as Multi-Arch: foreign
* Update manpage
* Enable dependency checks in debian/rules
-- Cédric Boutillier <boutil@debian.org> Tue, 10 Jan 2017 14:47:00 +0100
nanoc (4.4.7-1) unstable; urgency=medium
* New upstream version 4.4.7
* Capitalize Nanoc where possible, as upstream official name
* Rely on gem2deb rake tasks to run tests in ruby-tests.rake
* Run now also tests in spec/ together with those in test/
* Exclude tests on 'less' gem (until it gets packaged)
* Move old rake task to debian/ and generate documentation with it
-- Cédric Boutillier <boutil@debian.org> Wed, 28 Dec 2016 23:03:49 +0100
nanoc (4.3.4-1) unstable; urgency=medium
* New upstream version 4.3.4
-- Cédric Boutillier <boutil@debian.org> Thu, 06 Oct 2016 22:02:43 +0200
nanoc (4.3.2-1) unstable; urgency=medium
* Imported Upstream version 4.3.2
-- Cédric Boutillier <boutil@debian.org> Tue, 23 Aug 2016 21:48:40 +0200
nanoc (4.2.4-1) unstable; urgency=medium
* Imported Upstream version 4.2.4
* Depend on ruby-ref
-- Cédric Boutillier <boutil@debian.org> Mon, 01 Aug 2016 23:18:28 +0200
nanoc (4.2.3-1) unstable; urgency=medium
* Imported Upstream version 4.2.3
* Depend on ruby-rouge >= 2 now it is in the archive
and drop test modification for older version
-- Cédric Boutillier <boutil@debian.org> Sun, 03 Jul 2016 18:50:55 +0200
nanoc (4.2.2-1) unstable; urgency=medium
* Imported Upstream version 4.2.2
* Build-depend on ruby-contracts and ruby-hamster
* Adapt tests to (now old) ruby-rouge 1.x
-- Cédric Boutillier <boutil@debian.org> Sat, 02 Jul 2016 21:49:06 +0200
nanoc (4.2.0-1) unstable; urgency=medium
* Imported Upstream version 4.2.0
* Depend on ruby-adsf (Closes: #819357)
* Bump Standards-version to 3.9.8 (no changes needed)
* Refresh deactivate_test_huge_site.patch
* Add skip_tests_autopkgtest.patch to improve autopkgtest results
-- Cédric Boutillier <boutil@debian.org> Mon, 06 Jun 2016 15:20:38 +0200
nanoc (4.1.4-2) unstable; urgency=medium
* Team upload.
[ Cédric Boutillier ]
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Run wrap-and-sort on packaging files
[ Christian Hofstaedtler ]
* Drop ruby-bluecloth dependency. Please use rdiscount instead.
-- Christian Hofstaedtler <zeha@debian.org> Sun, 01 May 2016 20:09:44 +0000
nanoc (4.1.4-1) unstable; urgency=medium
* Upload to unstable
* Imported Upstream version 4.1.4
* Use the Rake method to run the tests
* Add patch to filter out nil Gem::Specifications with Ruby 2.3
(fixes tests for ruby2.3)
* Add encoding patch to fix test involving non ASCII chars in clean
environment
-- Cédric Boutillier <boutil@debian.org> Mon, 29 Feb 2016 13:03:12 +0100
nanoc (4.1.2-1~exp1) experimental; urgency=medium
* Imported Upstream version 4.1.2
* Bump Standards-Version to 3.9.7 (no changes needed)
* Use https to fix insecure Vcs-* fields
* Use debhelper compatibility level 9
* Unapply deactivate_rubygems_in_tests.patch and
no_bundler_no_loadpath_modif.patch, not needed anymore
* Add news with a link to upstream upgrade guide
* Move the the web section of the archive
-- Cédric Boutillier <boutil@debian.org> Sat, 20 Feb 2016 22:08:51 +0100
nanoc (3.8.0-1) unstable; urgency=medium
* Imported Upstream version 3.8.0
* Refresh patches
+ drop deactivate_uglify_test.patch (not needed anymore)
+ add set-load_paths-for-sass-tests.patch because of a change in default
options of ruby-sass 3.4.14
* Depend (but do not build-depend) on ruby-rouge
tests using rouge are failing for the moment. Not adding it to
build-depends deactivates these tests.
* Remove coverage/ when cleaning
-- Cédric Boutillier <boutil@debian.org> Sat, 20 Jun 2015 23:57:13 +0200
nanoc (3.7.3-1) unstable; urgency=medium
* Imported Upstream version 3.7.3
* Bump Standards-Version to 3.9.6 (no changes needed)
* Set Testsuite field to autopkgtest-pkg-ruby
-- Cédric Boutillier <boutil@debian.org> Mon, 06 Oct 2014 23:40:01 +0200
nanoc (3.7.2-1) unstable; urgency=medium
* Imported Upstream version 3.7.2
* Refresh patches
-- Cédric Boutillier <boutil@debian.org> Thu, 21 Aug 2014 16:17:45 +0200
nanoc (3.7.0-1) unstable; urgency=medium
* Imported Upstream version 3.7.0
* Refresh no_bundler_no_loadpath_modif.patch and no_vcr.patch
* Build-depend on ruby-coveralls
-- Cédric Boutillier <boutil@debian.org> Mon, 09 Jun 2014 23:38:41 +0200
nanoc (3.6.11-1) unstable; urgency=medium
* Imported Upstream version 3.6.11
* debian/patches:
+ remove unapplied add_if_have.patch
+ add no_vcr.patch waiting for ruby-vcr to be packaged
+ refresh deactivate_test_huge_site.patch and
deactivate_rubygems_in_tests.patch
-- Cédric Boutillier <boutil@debian.org> Fri, 09 May 2014 17:24:21 +0200
nanoc (3.6.9-1) unstable; urgency=medium
* Imported Upstream version 3.6.9
* Remove identifier.rb from debian/ since it is now available in the source
* Refresh no_privacy_breach.patch and no_rdoc4.patch
* Dependencies:
- add highlight and ruby-pygments.rb as suggestions
- drop dependency on ruby-systemu
-- Cédric Boutillier <boutil@debian.org> Tue, 15 Apr 2014 11:13:08 +0200
nanoc (3.6.7-1) unstable; urgency=medium
* Initial release (Closes: #714849)
-- Cédric Boutillier <boutil@debian.org> Fri, 14 Feb 2014 12:18:18 +0100
|