1. 26 Oct, 2020 6 commits
  2. 25 Oct, 2020 6 commits
  3. 05 Sep, 2020 5 commits
  4. 01 Sep, 2020 1 commit
  5. 27 Apr, 2020 1 commit
  6. 25 Apr, 2020 8 commits
    • Daniel Leidert's avatar
      Add patch to avoid having bundler look for gems not necessary for our platform · 3bc6611f
      Daniel Leidert authored
        * 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/series: Adjust accordingly.
      3bc6611f
    • Daniel Leidert's avatar
      Enable new command tests · 48df060a
      Daniel Leidert authored
        * d/ruby-tests.rake: Enable the new command test based on the
          AUTOPKGTEST_TEST_NEW_COMMAND environment variable.
        * d/tests/control: Add another test to run test_new_command.rb.
      48df060a
    • Daniel Leidert's avatar
      Fix tests and only run coffescript tests via d/tests/control atm · cbd3e904
      Daniel Leidert authored
        * d/ruby-tests.rake: Enable coffeescript tests based on the
          AUTOPKGTEST_TEST_COFFEESCRIPT environment variable.
        * 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.
      
      Remove all attempts to run test_new_command.rb. It always fails when run the
      first time and then succeeds. Maybe this is a root issue and we need to run
      the test as root?
      cbd3e904
    • Daniel Leidert's avatar
      Add patch to disable simplecov custom profile · 4cedab58
      Daniel Leidert authored
        * 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/series: Adjust accordingly.
      4cedab58
    • Daniel Leidert's avatar
      Add patch to fix convertible tests · 7f8d9dd6
      Daniel Leidert authored
        * 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/series: Adjust accordingly.
      7f8d9dd6
    • Daniel Leidert's avatar
      Refresh patches · b95af93e
      Daniel Leidert authored
      b95af93e
    • Daniel Leidert's avatar
      Enable more tests and handle coffeescript tests in autopkgtest only · 50f9bec9
      Daniel Leidert authored
        * d/ruby-tests.rake: Use gem2deb. Enable tag and convertible tests. Enable
          test_site.rb and test_new_command.rb. Only enable coffeescript tests with
          autopkgtest.
        * d/tests/control: Change to run gem2deb-test-runner as command.
        * d/tests/coffeescript*: Remove files. This is handled by d/ruby-tests.rake.
      50f9bec9
    • Daniel Leidert's avatar
      Adjust some patches to fix some tests with autopkgtest · d70fe72e
      Daniel Leidert authored
        * 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/series: Adjust accordingly.
      d70fe72e
  7. 24 Apr, 2020 2 commits
    • Daniel Leidert's avatar
      Massive update to the dependencies · 6534db4e
      Daniel Leidert authored
        * 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.
      6534db4e
    • Daniel Leidert's avatar
      Add patch to fix Ruvy 2.7 warnings · 6d6c0efb
      Daniel Leidert authored
        * d/patches/0021-Fix-ruby27-warnings.patch: Add patch.
          - Fiy Ruby 2.7 warnings.
        * d/patches/series: Enable new patch.
      6d6c0efb
  8. 16 Apr, 2020 3 commits
  9. 24 Feb, 2020 6 commits
  10. 22 Jan, 2020 2 commits