[Git][haskell-team/DHG_packages][master] hasktags: Fix FTBFS
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Jan 5 01:07:38 GMT 2024
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
4fd2beb2 by Scott Talbert at 2024-01-04T20:05:37-05:00
hasktags: Fix FTBFS
- - - - -
6 changed files:
- p/hasktags/debian/changelog
- p/hasktags/debian/control
- p/hasktags/debian/copyright
- + p/hasktags/debian/patches/newer-deps
- + p/hasktags/debian/patches/series
- p/hasktags/debian/rules
Changes:
=====================================
p/hasktags/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-hasktags (0.72.0-2) UNRELEASED; urgency=medium
+hasktags (0.72.0-2) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.2
- -- Ilias Tsitsimpis <iliastsi at debian.org> Sun, 27 Aug 2023 12:35:02 +0300
+ [ Scott Talbert ]
+ * Fix FTBFS (Closes: #1054843)
+
+ -- Scott Talbert <swt at techie.net> Thu, 04 Jan 2024 19:40:10 -0500
hasktags (0.72.0-1) unstable; urgency=medium
=====================================
p/hasktags/debian/control
=====================================
@@ -5,11 +5,13 @@ Uploaders:
Priority: optional
Section: haskell
Rules-Requires-Root: no
-Build-Depends:
+Build-Depends: debhelper (>= 10),
haskell-devscripts (>= 0.13),
cdbs,
ghc,
ghc-prof,
+ libghc-hunit-dev,
+ libghc-hunit-prof,
libghc-json-dev (>= 0.5),
libghc-json-dev (<< 0.11),
libghc-json-prof,
@@ -20,10 +22,6 @@ Build-Depends:
libghc-utf8-string-prof,
libghc-optparse-applicative-dev,
libghc-optparse-applicative-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-json-doc,
- libghc-microlens-platform-doc,
- libghc-utf8-string-doc,
Standards-Version: 4.6.2
Homepage: https://github.com/MarcWeber/hasktags
Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/hasktags
=====================================
p/hasktags/debian/copyright
=====================================
@@ -7,13 +7,13 @@ Files: *
Copyright:
1992-2002, The University Court of the University of Glasgow.
2004 Oleg Kiselyov, Alistair Bayley
-License: hasktags license
+License: BSD-3-clause
Files: debian/*
Copyright: held by the contributors mentioned in debian/changelog
-License: hasktags license
+License: BSD-3-clause
-License: hasktags license
+License: BSD-3-clause
All rights reserved.
.
Redistribution and use in source and binary forms, with or without
@@ -45,7 +45,7 @@ License: hasktags license
Files: testcases/testcase4.hs
Copyright: 2004-2006 John Goerzen <jgoerzen at complete.org>
-License:
+License: LGPL-2.1-or-later
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation; either version 2.1 of the License, or
@@ -56,5 +56,5 @@ License:
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Lesser General Public License for more details.
.
- See /usr/share/common-licenses/LGPL2.1 for a copy of the GNU Lesser General
+ See /usr/share/common-licenses/LGPL-2.1 for a copy of the GNU Lesser General
Public License.
=====================================
p/hasktags/debian/patches/newer-deps
=====================================
@@ -0,0 +1,11 @@
+--- a/hasktags.cabal
++++ b/hasktags.cabal
+@@ -63,7 +63,7 @@ library
+ build-depends:
+ utf8-string,
+ base >= 4 && < 5,
+- bytestring >= 0.9 && < 0.11,
++ bytestring >= 0.9 && < 0.12,
+ directory >= 1.2.6 && < 1.4,
+ filepath,
+ json >= 0.5 && < 0.11,
=====================================
p/hasktags/debian/patches/series
=====================================
@@ -0,0 +1 @@
+newer-deps
=====================================
p/hasktags/debian/rules
=====================================
@@ -1,6 +1,6 @@
#!/usr/bin/make -f
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4fd2beb2843049c9b976186a5584dd62968e150b
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/4fd2beb2843049c9b976186a5584dd62968e150b
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/20240105/bc3f48bd/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list