- 08 Jan, 2022 1 commit
-
-
Kip authored
watch: use manual pretty option
-
- 07 Jan, 2022 1 commit
-
-
Andrea Pappacoda authored
I tried dropping it in cec95bc1, but unfortunately until we tag a release we'll have to manually update the watch file.
-
- 30 Oct, 2021 2 commits
-
-
Kip authored
d/watch: remove manual `pretty` option
-
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.
-
- 21 Oct, 2021 1 commit
-
-
Kip Warner authored
-
- 28 Sep, 2021 2 commits
-
-
Kip authored
build(debian): use d/watch to download latest HEAD
-
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.
-
- 16 Sep, 2021 2 commits
-
-
Kip authored
build(debian): depend on python3-distutils
-
Andrea Pappacoda authored
The Meson Debian package should depend on that package itself, but for some reason it doesnt (for details, see https://github.com/mesonbuild/meson/issues/4267#issuecomment-920919273 )
-
- 03 Sep, 2021 3 commits
-
-
Kip authored
Move Debian data to the `debian` branch
-
Andrea Pappacoda authored
-
Kip Warner authored
-