]> git.donarmstrong.com Git - perltidy.git/commitdiff
Set debhelper-compat version in Build-Depends.
authorDebian Janitor <janitor@jelmer.uk>
Mon, 31 Oct 2022 14:49:54 +0000 (14:49 +0000)
committerDebian Janitor <janitor@jelmer.uk>
Mon, 31 Oct 2022 14:49:54 +0000 (14:49 +0000)
Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html

debian/changelog
debian/compat [deleted file]
debian/control

index 7dbe25aa8fa54991eeff2cd66e09b908c5622566..f98d650b488ef721ebb5b210d9d036022f561a06 100644 (file)
@@ -3,6 +3,7 @@ perltidy (20220613-2) UNRELEASED; urgency=medium
   * Trim trailing whitespace.
   * Use secure URI in Homepage field.
   * Bump debhelper from old 12 to 13.
+  * Set debhelper-compat version in Build-Depends.
 
  -- Debian Janitor <janitor@jelmer.uk>  Mon, 31 Oct 2022 14:49:53 -0000
 
diff --git a/debian/compat b/debian/compat
deleted file mode 100644 (file)
index b1bd38b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-13
index c86574eab923067f261589f481d3ec0f70946e46..324285af2ea0d1454fcffef8c4ec204ea3f08cbe 100644 (file)
@@ -2,7 +2,7 @@ Source: perltidy
 Section: devel
 Priority: optional
 Maintainer: Don Armstrong <don@debian.org>
-Build-Depends: debhelper (>= 13~)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: perl
 Standards-Version: 4.3.0
 Homepage: https://perltidy.sourceforge.net/