Skip to content

Commit

Permalink
Update default Standards-Version to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clinty committed Oct 20, 2024
1 parent 339a561 commit 23bbaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Debian/Debianize/Finalize.hs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ officialSettings = do

let packagesURI = "https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/" <> pack src
zoom D.control $ do
S.standardsVersion .?= Just (parseStandardsVersion "4.6.2")
S.standardsVersion .?= Just (parseStandardsVersion "4.7.0")
S.homepage .?= Just ("https://hackage.haskell.org/package/" <> pack (unPackageName cabal))
S.vcsFields %= Set.union (Set.fromList
[ S.VCSBrowser packagesURI
Expand Down
2 changes: 1 addition & 1 deletion src/Debian/Debianize/Optparse.hs
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ standardsVersionP :: O.Parser StandardsVersion
standardsVersionP = O.option (parseStandardsVersion <$> O.str) m where
m = O.help helpMsg
<> O.long "standards-version"
<> O.value (parseStandardsVersion "4.6.2")
<> O.value (parseStandardsVersion "4.7.0")
<> O.metavar "CABALVERSION"
helpMsg = unlines [
"Claim compatibility to this version of the Debian policy",
Expand Down

0 comments on commit 23bbaef

Please sign in to comment.