1. 08 Jan, 2022 1 commit
  2. 07 Jan, 2022 1 commit
  3. 30 Oct, 2021 2 commits
    • Kip's avatar
      Merge pull request #1012 from Tachi107/debian-watch-remove-pretty · ee9240f6
      Kip authored
      d/watch: remove manual `pretty` option
      ee9240f6
    • Andrea Pappacoda's avatar
      d/watch: remove manual `pretty` option · cec95bc1
      Andrea Pappacoda authored
      This was needed to replace the default `~git$date.$hash` suffix with
      `+git$date.$hash`, because in Debian `+` is greater than `~`, and it was
      needed to make the PPA happy. This unfortunately requires the d/watch
      file to be updated every time the version number is bumped.
      
      Dropping the custom version in d/watch and relying on the default is
      just better, and will also fix CI.
      cec95bc1
  4. 21 Oct, 2021 1 commit
  5. 28 Sep, 2021 2 commits
    • Kip's avatar
      Merge pull request #990 from Tachi107/debian-watch · b1ef6ce8
      Kip authored
      build(debian): use d/watch to download latest HEAD
      b1ef6ce8
    • Andrea Pappacoda's avatar
      build(debian): use d/watch to download latest HEAD · 47152583
      Andrea Pappacoda authored
      This allows the use of uscan to get the upstream source, a much more
      elegant approach.
      
      See
      manpages.debian.org/uscan.html#direct_access_to_the_git_repository_(HEAD)
      
      I've also fixed a few Lintian warnings, like including the license with
      the docs, using the wrong section for the package, not including the ITP
      bug in the first changelog entry and wrong capitalization of
      Vcs-Browser. The only major violation left is the use of the
      "libpistache0" package name even if the SONAME is 0.0. I would suggest
      removing the minor SOVERSION, as ABI is either compatible or
      incompatible, there's no "minor" incompatibility. More of this in a
      separate PR.
      47152583
  6. 16 Sep, 2021 2 commits
  7. 03 Sep, 2021 3 commits