[Git][haskell-team/haskell-devscripts][master] 3 commits: Fix GetCabalVersion.hs on GHC 8.8.4
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Tue Aug 2 16:34:23 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / haskell-devscripts
Commits:
f6c8f751 by Scott Talbert at 2022-08-02T11:24:21-04:00
Fix GetCabalVersion.hs on GHC 8.8.4
- - - - -
0573a088 by Scott Talbert at 2022-08-02T11:31:25-04:00
Fix lintian warnings
- - - - -
da4d0044 by Scott Talbert at 2022-08-02T11:32:14-04:00
Release version 0.16.27 to unstable
- - - - -
5 changed files:
- GetCabalVersion.hs
- debian/changelog
- debian/control
- debian/copyright
- debian/haskell-devscripts-minimal.lintian-overrides
Changes:
=====================================
GetCabalVersion.hs
=====================================
@@ -1,11 +1,7 @@
-import Distribution.PackageDescription (
- package,
- packageDescription,
- PackageIdentifier,
- pkgVersion
- )
+import Distribution.PackageDescription (package, packageDescription)
import Distribution.PackageDescription.Parsec (readGenericPackageDescription)
import Distribution.Pretty (prettyShow)
+import Distribution.Types.PackageId (PackageIdentifier, pkgVersion)
import Distribution.Verbosity (silent)
import System.Environment (getArgs)
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+haskell-devscripts (0.16.27) unstable; urgency=medium
+
+ * Fix GetCabalVersion.hs on GHC 8.8.4
+ * Fix lintian warnings
+
+ -- Scott Talbert <swt at techie.net> Tue, 02 Aug 2022 11:32:04 -0400
+
haskell-devscripts (0.16.26) unstable; urgency=medium
* Run package registration with a UTF-8 locale (Closes: #1012568)
=====================================
debian/control
=====================================
@@ -8,7 +8,7 @@ Uploaders: Joachim Breitner <nomeata at debian.org>
, Felix Lechner <felix.lechner at lease-up.com>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
-Standards-Version: 4.6.0
+Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/haskell-team/haskell-devscripts
Vcs-Git: https://salsa.debian.org/haskell-team/haskell-devscripts.git/
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: haskell-devscripts
Upstream-Contact: debian-haskell at lists.debian.org
-Source: https://anonscm.debian.org/cgit/pkg-haskell/haskell-devscripts.git
+Source: https://salsa.debian.org/haskell-team/haskell-devscripts.git
Files: *
Copyright: Copyright (C) 2004 John Goerzen
=====================================
debian/haskell-devscripts-minimal.lintian-overrides
=====================================
@@ -3,5 +3,5 @@ binary-package-depends-on-toolchain-package *debhelper*
binary-package-depends-on-toolchain-package *cdbs*
# obsolete scripts; last remaining uses documented there
-no-manual-page usr/bin/dh_haskell_provides
-no-manual-page usr/bin/dh_haskell_depends
+no-manual-page [usr/bin/dh_haskell_provides]
+no-manual-page [usr/bin/dh_haskell_depends]
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/c4fdf2de4256508b3c76860bac3724db18eebd4f...da4d004452f061a687d7ddbdf2e6675347bbc1f9
--
View it on GitLab: https://salsa.debian.org/haskell-team/haskell-devscripts/-/compare/c4fdf2de4256508b3c76860bac3724db18eebd4f...da4d004452f061a687d7ddbdf2e6675347bbc1f9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20220802/abbbdd42/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list