]> 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>
Tue, 13 Feb 2024 21:36:09 +0000 (22: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 cea6b835445bbb134cf6d0693354ea0428106429..192dbf714ff01b8d97c4d12d285401e64cbc6a64 100644 (file)
@@ -26,6 +26,7 @@ bcachefs-tools (1:1.4.2~git20240213-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>  Tue, 13 Feb 2024 21:43:21 +0100