diff --git a/cabal-debian.cabal b/cabal-debian.cabal
--- a/cabal-debian.cabal
+++ b/cabal-debian.cabal
@@ -1,7 +1,7 @@
 cabal-version:  3.0
 Name:           cabal-debian
-Version:        5.4.1
-Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw; 2017-2025 Clint Adams
+Version:        5.4.2
+Copyright:      Copyright (c) 2007-2014, David Fox, Jeremy Shaw; 2017-2026 Clint Adams
 License:        BSD-3-Clause
 License-File:   LICENSE
 Author:         David Fox <dsf@seereason.com>
diff --git a/src/Debian/Debianize/Finalize.hs b/src/Debian/Debianize/Finalize.hs
--- a/src/Debian/Debianize/Finalize.hs
+++ b/src/Debian/Debianize/Finalize.hs
@@ -462,7 +462,7 @@
 
         let packagesURI = "https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/" <> pack src
         zoom D.control $ do
-           S.standardsVersion .?= Just (parseStandardsVersion "4.7.2")
+           S.standardsVersion .?= Just (parseStandardsVersion "4.7.3")
            S.homepage .?= Just ("https://hackage.haskell.org/package/" <> pack (unPackageName cabal))
            S.vcsFields %= Set.union (Set.fromList
               [ S.VCSBrowser packagesURI
diff --git a/src/Debian/Debianize/Optparse.hs b/src/Debian/Debianize/Optparse.hs
--- a/src/Debian/Debianize/Optparse.hs
+++ b/src/Debian/Debianize/Optparse.hs
@@ -340,7 +340,7 @@
 standardsVersionP = O.option (parseStandardsVersion <$> O.str) m where
   m = O.help helpMsg
       <> O.long "standards-version"
-      <> O.value (parseStandardsVersion "4.7.2")
+      <> O.value (parseStandardsVersion "4.7.3")
       <> O.metavar "CABALVERSION"
   helpMsg = unlines [
     "Claim compatibility to this version of the Debian policy",
diff --git a/test-data/haskell-devscripts/debian/control b/test-data/haskell-devscripts/debian/control
--- a/test-data/haskell-devscripts/debian/control
+++ b/test-data/haskell-devscripts/debian/control
@@ -13,7 +13,6 @@
 Architecture: all
 Depends: dctrl-tools
   , debhelper
-  , dh-buildinfo
   , ghc (>= 7.6)
   , cdbs
   , ${misc:Depends}
