jekyll (3.9.0+dfsg-3) unstable; urgency=medium * d/jekyll.lintian-overrides: Ignore spare-manual-page hint. * d/jekyll.manpages: Install all new manual pages. * d/jekyll.1: Rename to d/man/jekyll.1 and split out d/man/jekyll-build.1, d/man/jekyll-clean.1, d/man/jekyll-doctor.1, d/man/jekyll-help.1, d/man/jekyll-new-theme.1, d/man/jekyll-new.1 and d/man/jekyll-serve.1. * d/man/jekyll-b.1, d/man/jekyll-hyde.1, d/man/jekyll-s.1, -- Daniel Leidert Fri, 30 Oct 2020 14:52:04 +0100 jekyll (3.9.0+dfsg-2) unstable; urgency=medium * Team upload. * d/clean: Add file and remove override target in d/rules. * d/rules (override_dh_auto_clean): Remove target. * d/patches/*.patch: Refresh and add Forwarded field. * d/patches/0027-Fix-test-for-pygments-2.7.1.patch: Add patch. - Build with pygments 2.7.1. * d/patches/0028-Fix-test-for-rouge-3.22.patch: Add patch. - Relax test to work with ruby-rouge 3.22 too. * d/patches/series: Enable new patches. * d/source/lintian-overrides: Override debian-watch-does-not-check-gpg-signature and package-uses-old-debhelper-compat-version. * d/tests/control: Name tests. -- Daniel Leidert Mon, 26 Oct 2020 19:32:39 +0100 jekyll (3.9.0+dfsg-1) unstable; urgency=medium * Team Upload [ Debian Janitor ] * Wrap long lines in changelog entries: 1.5.1-1. * Set field Upstream-Contact in debian/copyright. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). [ Daniel Leidert ] * d/control (Build-Depends): Add ruby-coderay and ruby-yajl. Remove unused ruby-toml. (Depends): Replace most dependencies by ${ruby:Depends} except for those not listed in the gemspec but rather the Gemfile. (Suggests): Add jekyll-theme-minima, ruby-jekyll-avatar, and ruby-jekyll-mentions. (Description): Add a paragraph how to find the plugins. * d/ruby-tests.rake: Use gem2deb. Enable tag, convertible, plugin, and site tests. Enable coffeescript tests based on AUTOPKGTEST_TEST_COFFEESCRIPT environment variable. Enable the new command test based on the AUTOPKGTEST_TEST_NEW_COMMAND environment variable. * d/patches/0004_skip_test_autopkgtest.patch: Adjust patch. - Skip tests in test_site.rb which require the test-theme. * d/patches/0018-fix-test-configuration-autopkgtest.patch: Adjust patch. - Fix the path to site-template when running the test with autopkgtest. * d/patches/0021-Fix-ruby27-warnings.patch: Add patch. - Fiy Ruby 2.7 warnings. * d/patches/0022-escape-regex-characters-in-match.patch: New patch. - Convertible tests try to match some paths to output. Because our version contains a plus sign it must be escaped properly. * d/patches/0023-drop-custom-profile-simplecov.patch: Add new patch. - This custom profile somehow interfers with the tests and leads to errors. Worse the errors are not shown. So drop it. * d/patches/0024-use-platforms-in-gemfile.patch: Add patch. - Don't use :install_if in default Gemfile and use :platforms instead (see https://lists.debian.org/debian-ruby/2020/04/msg00062.html). * d/patches/0025-skip-plugin-tests-requiring-bundler.patch: Add patch. - Skip plugin manager test relying on bundler and upstream's Gemfile. * d/patches/series: Adjust accordingly. * d/tests/control: Change to run gem2deb-test-runner as command. By setting an enviromnent variable we set the tests to load in d/ruby-tests.rake. Add another test to run test_new_command.rb. * d/tests/coffeescript*: Remove files. This is handled by d/ruby-tests.rake. [ Cédric Boutillier ] * [ci skip] Update team name [ Pirate Praveen ] * New upstream version 3.9.0+dfsg (Closes: #961194, #966020) -- Pirate Praveen Sat, 05 Sep 2020 14:19:21 +0530 jekyll (3.8.6+dfsg-3) unstable; urgency=medium * d/control (Uploaders): Add myself. (Standards-Version): Bump to 4.5.0. (Depends): Remove ruby-interpreter. -- Daniel Leidert Mon, 24 Feb 2020 21:29:16 +0100 jekyll (3.8.6+dfsg-2) unstable; urgency=medium * Team upload to unstable. * The tests run fine with ruby2.7 (closes: #952079). -- Daniel Leidert Mon, 24 Feb 2020 02:46:44 +0100 jekyll (3.8.6+dfsg-1) experimental; urgency=medium * Team upload. * New upstream release. * d/control: Add Rules-Requires-Root=no. (Build-Depends): Remove all packages depending on jekyll to prevent test issues. Fix uses-debhelper-compat-file. (Homepage): Update URL. * d/ruby-tests.rake: Exclude coffeescript tests. See README.source. * d/README.source: Explain the necessary test related changes. * d/patches/0015-Fix-CVE-2018-17567-Closes-909933.patch: Remove patch. - Fix has been applied by upstream. * debian/patches/0020-Skip-test-theme-tests.patch: Add patch. - Don't run test trying to load the test-theme theme. * d/patches/series: Remove patch. * d/source/lintian-overrides: Add some overrides. * d/tests/coffeescript, d/tests/coffeescript.rake: Run test_coffeescript.rb. * d/tests/control: Enable test. * d/upstream/metadata: Add basic metadata. -- Daniel Leidert Wed, 22 Jan 2020 23:06:07 +0100 jekyll (3.8.3+dfsg-8) unstable; urgency=medium * Team upload. * d/control (Recommends): Drop ruby-sequel* and ruby-mysql which are not used by jekyll anymore (leftovers of jekyll 0.x series). (Suggests): Drop ruby-jekyll-plugin for now. * d/jekyll.1: Massive update (closes: #948220). * d/p/0019-Compare-lists-ignoring-the-order.patch: Add patch. - Ignore list order when comparing Dir.glob() and Utils.safe_glob() to fix reprotest run. * d/p/series: Add patch. -- Daniel Leidert Fri, 10 Jan 2020 22:10:55 +0100 jekyll (3.8.3+dfsg-7) unstable; urgency=medium * Team upload. [ Utkarsh Gupta ] * Add salsa-ci.yml [ Daniel Leidert ] * d/compat: Raise to level 12. * d/control (Standards-Version): Bump to 4.4.1. (Build-Depends): Bump debhelper to version 12. (Depends): Move ruby-jekyll-coffeescript, ruby-jekyll-feed, ruby-jekyll-gist, and ruby-jekyll-paginate to Suggests (closes: #945334). Add more plugins to the suggested package list. * d/copyright: Major update. (Format): Use secure URI. * d/jekyll.lintian-overrides: Add overrides. * d/README.Debian: Rename to debian/README.source. * d/missing-sources/: Move the files into d/missing-sources/docs/js/. * d/p/0017-allow-jekyll-to-run-with-ruby-i18n-1.x.patch: Add patch. - Allow ruby-i18n 0.x and 1.x (closes: #948215). * d/p/0018-fix-test-configuration-autopkgtest.patch: Add patch. - Fix autopkgtest failure due to src/lib being removed. * d/p/series: Add patches. -- Daniel Leidert Tue, 07 Jan 2020 23:22:28 +0100 jekyll (3.8.3+dfsg-6) unstable; urgency=medium * Team upload * Bump Standards-Version to 4.4.0 (no changes needed) -- Pirate Praveen Mon, 05 Aug 2019 05:55:43 +0000 jekyll (3.8.3+dfsg-5) experimental; urgency=medium * Build with webpack 4 -- Pirate Praveen Thu, 01 Aug 2019 21:11:29 +0200 jekyll (3.8.3+dfsg-4) unstable; urgency=medium * d/control: Add bundler to Depends (Closes: #924230) -- Youhei SASAKI Sat, 16 Mar 2019 19:33:25 +0900 jekyll (3.8.3+dfsg-3.1) unstable; urgency=medium [ Jelmer Vernooij ] * Non-maintainer upload. * Use secure URI in Homepage field. [ Dr. Tobias Quathamer ] * Fix CVE-2018-17567, patch by Youhei SASAKI (Closes: #909933) -- Dr. Tobias Quathamer Sat, 16 Feb 2019 13:46:27 +0100 jekyll (3.8.3+dfsg-3) unstable; urgency=medium [ Gianfranco Costamagna ] * Team upload (with maintainer permission) [ Simon Quigley ] * Fix the build failure by skipping the test that requires network access. Closes: #907322 -- Simon Quigley Mon, 10 Sep 2018 19:08:09 -0500 jekyll (3.8.3+dfsg-2) unstable; urgency=medium * Team upload * Reupload to unstable * Check gemspec dependencies on build -- Pirate Praveen Thu, 23 Aug 2018 16:51:07 +0530 jekyll (3.8.3+dfsg-1) experimental; urgency=medium * Team upload [ Youhei SASAKI ] * d/patches: Refresh, Update [ Manas Kashyap ] * Import Upstream version 3.8.3 * Standard version updated to 4.2.0 * Added ruby-em-websocket as dependency in debian control file [ Pirate Praveen ] * Add ruby-httpclient and ruby-tomlrb to build-depends * Tighten dependency on ruby-liquid * Disable failing tests * Embed source for livereload.js * Build livereload.js from source using webpack * Exclude livereload.js from source tarball -- Pirate Praveen Thu, 23 Aug 2018 16:32:36 +0530 jekyll (3.2.1+dfsg-1) unstable; urgency=medium * Imported Upstream version 3.2.1+dfsg * Refresh patches * Skip installation of files missing sources (removed upstream) * Depend on ruby-pathutil (TODO: to be packaged) * Exclude tests with test-theme (needs gemspec magic) * Attempt to fix jekyll with rouge2 (incomplete, WIP with upstream contributor). Still problems with codeblocks... -- Cédric Boutillier Wed, 24 Aug 2016 17:22:11 +0200 jekyll (3.1.6+dfsg-3) unstable; urgency=medium * Team upload * Relax dependency for ruby-colorator -- Cédric Boutillier Wed, 06 Jul 2016 22:42:24 +0200 jekyll (3.1.6+dfsg-2) unstable; urgency=medium * Team upload * Add adapt_test_rouge2.patch to fix a test for ruby-rouge 2.x -- Cédric Boutillier Mon, 04 Jul 2016 12:04:06 +0200 jekyll (3.1.6+dfsg-1) unstable; urgency=medium * Team upload * Imported Upstream version 3.1.6+dfsg * Remove version in the gem2deb build-dependency * Set Section: to web * Use https:// in Vcs-* fields * Bump Standards-Version to 3.9.8 (no changes needed) * Run wrap-and-sort on packaging files * Drop paragraph about removed script/rebund in copyright file * Add repacksuffix option to debian/watch * Depend on ruby-lauchy-shim and drop 0003-Remove-Launchy-Dependencies.patch * Build-depend on ruby-nokogiri * Drop 0004-Fix-Gemfile-versioning-toml.patch (was fixing a change in a previous patch) * refresh patches * Add 0010-require-openssl.patch to require openssl in tests needing it * Add 0011-fix-test-pygments.patch to fix change of output in pygments (Closes: #825628) * Add 0012_no_require_relative.patch to use LOAD_PATH to find jekyll in tests * Add 0013_require_coffee_script_test.patch to require coffee_script for autopkgtests * Add 0014_skip_test_autopkgtest.patch to skip a failing test in autopkgtest environment -- Cédric Boutillier Sun, 05 Jun 2016 11:33:15 +0200 jekyll (3.0.1+dfsg-1) unstable; urgency=medium [ Dominique Dumont ] * control: removed dod from uploaders [ Youhei SASAKI ] * Update debian/watch: use Github as upstream * Imported Upstream version 3.0.1 * Refresh patches + Add patch: 0009-Remove-relative-LOAD_PATH-from-bin-jekyll.patch * Drop obsolete test-sources * Exclude test/test_convertible.rb * Install missing-sources to site_templates -- Youhei SASAKI Sun, 22 Nov 2015 15:31:07 +0900 jekyll (2.2.0+dfsg-2) unstable; urgency=medium * Team upload. * Update Build-Depends ruby-activesupport-3.2 to ruby-activesupport, which is the 4.0 version that we're going to ship in jessie. Thanks to Lucas Nussbaum (Closes: #768697) * Build-Depend on ruby-test-unit to fix test runner failure -- Christian Hofstaedtler Sun, 09 Nov 2014 16:34:41 +0100 jekyll (2.2.0+dfsg-1) unstable; urgency=medium * Imported Upstream version 2.2.0+dfsg * Refresh patches * Update Depends/Build-Depends + add ruby-jekyll-{paginate,gist,watch} -- Youhei SASAKI Wed, 30 Jul 2014 18:21:02 +0900 jekyll (2.0.3+dfsg-1) unstable; urgency=low [Harlan Lieberman-Berg] * New upstream version. * Add new files to d/copyright. * New versions of jekyll don't use modernizr. * Install the upstream changelog. * Refresh patches for newer upstream version. [Youhei SASAKI] * Prepare d/changelog for upload * Disable some tests during build process * Update d/control: Refresh Depends and Build Depends + add ruby-rouge * Update d/rules: + add auto_build/auto_clean rules + add pre/post hook for test: create symlink for test + add original test files provided Gem * Add patches: + Remove newline for Maruku(=> 0.7.1), coffee-script + Fix relative LOAD_PATH in test_redcloth + Update test_rdiscount for newer RDiscount >= 2.0 -- Youhei SASAKI Tue, 03 Jun 2014 03:51:14 +0900 jekyll (1.5.1+dfsg1-2) unstable; urgency=medium [ Youhei SASAKI ] * Refresh patches, Drop obsolete patch (Closes: #746607) [ Dominique Dumont ] * control: added Depends on ruby-kramdows, ruby-rdiscount, ruby-redcloth (Closes: #712952) * forgot in last version: (Closes: #712954) * remove convenience copy of libjs-modernizr: * copyright file exludes libjs-moderniz.min.js + depends on libjs-modernizr + added a symlink using Debian's libjs-moderniz.min.js * watch file mangles version to add dfsg * updated copyright * added README.Debian -- Dominique Dumont Mon, 05 May 2014 18:01:01 +0200 jekyll (1.5.1-1) unstable; urgency=medium [ 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 [ Dominique Dumont ] * Imported Upstream version 1.5.1 * control: * updated with cme, removed bogus dep on ruby-marku (is maruku) * actual dep is on version 3.2 of ruby-activesupport * updated patch headers for DEP-3 * refreshed patch * removed dependency on launchy and use xdg-open instead * removed debian/jekyll.doc (README.textile is gone) * debian/ruby-tests.rake: disable failing (well, all) tests -- Dominique Dumont Tue, 29 Apr 2014 13:46:48 +0200 jekyll (0.11.2-1) unstable; urgency=low * Initial release (Closes: #672509) -- Youhei SASAKI Tue, 08 May 2012 18:44:34 +0900