1. 19 Apr, 2021 5 commits
  2. 16 Apr, 2021 1 commit
  3. 14 Apr, 2021 2 commits
    • Valters Jansons's avatar
      debian: Rework historical changelog · 17c13870
      Valters Jansons authored
      Rewriting history is generally considered a "not-so-good" thing,
      however here the historical data does not align with best practises
      and therefore it is beneficial to provide a better example going
      forward.
      
      There is only one initial release. Everything following that should
      list some kind of release notes or changelog, or at the very least
      just say something along the lines of "New version" rather than
      "Initial release".
      
      In this commit, the Git history is used for this task,
      filtering out "Makefile" changes as to retain only changes
      that are visible to users, excluding building tooling.
      
      For Debian packages, upon release, the target distribution should be
      updated to "unstable" (or "experimental" if preferred for any reason)
      when a release is finalized. During development, an invalid
      distribution name is expected to be there for tracking unreleased
      changes. That is why "UNRELEASED" is the standard way of specifying
      ongoing development, being an invalid distribution name itself.
      
      The "(Closes: #XXXXXX)" tag is intended for linking to Debian bug
      tracker, such as linking to the initial Intent to Package ticket,
      or later update/bugfix tickets. There does not appear to be a bug
      tracker in use for this task here, and the XXXXXX bug ticket number
      does not take you anywhere. It's therefore better to just remove it.
      Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
      17c13870
    • Valters Jansons's avatar
      debian: Add missing '<' in copyright · 12a8a35b
      Valters Jansons authored
      The email address information should be inside brackets. This
      commit ensures the missing bracket character issue is remedied.
      Reviewed-by: default avatarPeter Müller <peter.mueller@ipfire.org>
      Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
      12a8a35b
  4. 07 Apr, 2021 1 commit
    • Valters Jansons's avatar
      debian: Add intltoolize to dh_auto_configure · 4e1a2bf3
      Valters Jansons authored
      Debian has automated building tools that handle source trees directly.
      It is expected that you can pick up a source tarball, and with the
      appropriate debian/ subtree, a successful build can be produced using
      the `debuild` tool. This depends on all the build steps having been
      included as part of the debian/rules file (see: `man debuild`).
      
      This commit ensures there is no need to manually run autogen.sh
      on a locally extracted source tarball prior to building for Debian.
      This is accomplished by adding the `intltoolize` command to the
      override_dh_auto_configure step in d/rules.
      
      There is no need to add the `autoreconf` command due to dh-autoreconf
      always handling that prior to the dh_auto_configure step.
      Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
      4e1a2bf3
  5. 31 Mar, 2021 3 commits
  6. 29 Mar, 2021 1 commit
  7. 22 Mar, 2021 1 commit
  8. 02 Mar, 2021 1 commit
  9. 26 Feb, 2021 1 commit
  10. 23 Feb, 2021 1 commit
  11. 25 Jan, 2021 2 commits
  12. 23 Dec, 2020 1 commit
  13. 21 Dec, 2020 1 commit
  14. 02 Dec, 2020 1 commit
  15. 01 Dec, 2020 1 commit
  16. 27 Nov, 2020 5 commits
  17. 26 Nov, 2020 4 commits
  18. 25 Nov, 2020 8 commits