summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:23:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-08-26 10:23:10 +0000
commite88c37d2cd900bd7e75067fcb6a1c00f7522848c (patch)
tree70db772dfe3d91998909fcb585b671e5661d72b5 /debian
parentMerging upstream version 0.1.47. (diff)
downloaddebputy-e88c37d2cd900bd7e75067fcb6a1c00f7522848c.tar.xz
debputy-e88c37d2cd900bd7e75067fcb6a1c00f7522848c.zip
Merging debian version 0.1.47.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r--debian/changelog25
-rw-r--r--debian/control12
2 files changed, 33 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index f8bbcf8..02fd12e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,25 @@
+debputy (0.1.47) unstable; urgency=medium
+
+ * LSP/Lint:
+ - Fix missing textwrap.dedent for hover docs
+ - Tweak wording for undocumented fields
+ - Tweak wording for the `important` value from `Priority`
+ - Tweak rendering of header of hover docs for known value
+ - In hover docs, recognize `debputy-plugin-X` similar to `dh-sequence-Y`
+ - Make a d/changelog diagnostic message a bit more precise
+
+ * migrate-from-dh:
+ - Add remark about https://bugs.debian.org/1067653 in relevant
+ warnings.
+
+ * Expand documentation on integration modes (Closes: debputy#117)
+ * debputy: Fix a warning from auto-detecting when the source
+ package has no `debhelper` compat level.
+ * debputy: Restore log output from `pygls` (`debputy lsp server`)
+
+
+ -- Niels Thykier <niels@thykier.net> Tue, 13 Aug 2024 12:44:52 +0000
+
debputy (0.1.46-0.0~progress7.99u1) graograman-backports; urgency=medium
* Uploading to graograman-updates, remaining changes:
@@ -70,7 +92,8 @@ debputy (0.1.45) unstable; urgency=medium
* debputy: Remove `--spellcheck` from "random" subcommands
* debputy: Fix missing warning with `--debug` (it was supposed to be omitted,
but never was due to exception flow).
- * debputy reformat: Fix bug where orphaned packages would have a style by default
+ * debputy reformat: Fix bug where orphaned packages would have a style by
+ default
* doc: Document decision on plugin module import vs. initialization design
* LSP/Lint: Fix crash with certain field being duplicated
* MANIFEST-FORMAT.md: Fix wording
diff --git a/debian/control b/debian/control
index 47dab2d..ee86276 100644
--- a/debian/control
+++ b/debian/control
@@ -77,9 +77,15 @@ Description: Manifest style Debian-based package builder (debhelper integration)
Package builder that provides a declarative manifest for building Debian-based
packages.
.
- This version integrates with the debhelper sequencer dh and will replace
- several of debhelper's tools that are covered by debputy.
- .
The debputy package builder aims to reduce cognitive load for the packager
and provide better introspection to packagers, linters and the Debian
janitor.
+ .
+ This version integrates with the debhelper sequencer dh. Multiple integration
+ modes are possible with dh. The most trivial integration mode is
+ dh-sequence-zz-debputy-rrr, which is a mostly standard dh sequence with very
+ few changes aimed entirely at removing the need for fakeroot when assmebling
+ the .deb.
+ .
+ For more information on all integration modes and what they do, please see
+ https://salsa.debian.org/debian/debputy/-/blob/main/INTEGRATION-MODES.md