]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Add debhelper tokens to postinst and postrm scripts (Lintian warning).
authorSteinar H. Gunderson <sesse@debian.org>
Tue, 13 Feb 2024 21:09:27 +0000 (22:09 +0100)
committerSteinar H. Gunderson <sesse@debian.org>
Wed, 21 Feb 2024 18:36:13 +0000 (19:36 +0100)
debian/bcachefs-tools.postinst
debian/bcachefs-tools.postrm
debian/changelog

index 483b96190d4b63ab502f31aae72dc2566855e01c..56dd8905da46b7685248a1a2725b32c259ce12a5 100644 (file)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 case "$1" in
     configure)
        if which update-initramfs >/dev/null; then
index 6b6fe8acd31a9c1c2894398aff08554ad6264cba..2d913367eb818d9c92a44cead68dc23eb6e9a765 100644 (file)
@@ -2,6 +2,8 @@
 
 set -e
 
+#DEBHELPER#
+
 case "$1" in
     remove)
        if which update-initramfs >/dev/null; then
index 726208278a0d272943945310b314cdfb460f6858..31b76bd751315cdae894d6332e7f26d9c0b1a6aa 100644 (file)
@@ -27,6 +27,7 @@ bcachefs-tools (1:1.6.3-0.1) UNRELEASED; urgency=medium
     * Add build-dependency on all relevant Rust crates, and on python3:native
       due to use of the Cargo wrapper.
   * Build-Depend on pkgconf instead of pkg-config (Lintian warning).
+  * Add debhelper tokens to postinst and postrm scripts (Lintian warning).
 
  -- Steinar H. Gunderson <sesse@debian.org>  Wed, 21 Feb 2024 19:32:51 +0100