cabal-debian 5.4.1 → 5.4.2
raw patch · 4 files changed
+4/−5 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- cabal-debian.cabal +2/−2
- src/Debian/Debianize/Finalize.hs +1/−1
- src/Debian/Debianize/Optparse.hs +1/−1
- test-data/haskell-devscripts/debian/control +0/−1
cabal-debian.cabal view
@@ -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>
src/Debian/Debianize/Finalize.hs view
@@ -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
src/Debian/Debianize/Optparse.hs view
@@ -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",
test-data/haskell-devscripts/debian/control view
@@ -13,7 +13,6 @@ Architecture: all Depends: dctrl-tools , debhelper- , dh-buildinfo , ghc (>= 7.6) , cdbs , ${misc:Depends}