[Git][haskell-team/DHG_packages][master] 2 commits: optparse-applicative: Upgrading from 0.17.1.0 to 0.18.1.0
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Fri Sep 20 09:58:05 BST 2024
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e2029a4d by Ilias Tsitsimpis at 2024-09-20T11:41:35+03:00
optparse-applicative: Upgrading from 0.17.1.0 to 0.18.1.0
- - - - -
65814958 by Ilias Tsitsimpis at 2024-09-20T11:57:17+03:00
prettyprinter-compat-ansi-wl-pprint: Initial release
- - - - -
9 changed files:
- p/haskell-optparse-applicative/debian/changelog
- p/haskell-optparse-applicative/debian/control
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/changelog
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/compat
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/control
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/copyright
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/rules
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/source/format
- + p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/watch
Changes:
=====================================
p/haskell-optparse-applicative/debian/changelog
=====================================
@@ -1,8 +1,9 @@
-haskell-optparse-applicative (0.17.1.0-2) UNRELEASED; urgency=medium
+haskell-optparse-applicative (0.18.1.0-1) unstable; urgency=medium
* Declare compliance with Debian policy 4.7.0
+ * New upstream release
- -- Ilias Tsitsimpis <iliastsi at debian.org> Wed, 11 Sep 2024 15:18:00 +0300
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 11:40:41 +0300
haskell-optparse-applicative (0.17.1.0-1) unstable; urgency=medium
=====================================
p/haskell-optparse-applicative/debian/control
=====================================
@@ -7,12 +7,15 @@ Rules-Requires-Root: no
Build-Depends:
cdbs,
debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
ghc (>= 9.4),
ghc-prof,
- haskell-devscripts (>= 0.13),
- libghc-ansi-wl-pprint-dev (>= 0.6.8),
- libghc-ansi-wl-pprint-dev (<< 1.1),
- libghc-ansi-wl-pprint-prof,
+ libghc-prettyprinter-dev (>= 1.7),
+ libghc-prettyprinter-dev (<< 1.8),
+ libghc-prettyprinter-prof,
+ libghc-prettyprinter-ansi-terminal-dev (>= 1.1),
+ libghc-prettyprinter-ansi-terminal-dev (<< 1.2),
+ libghc-prettyprinter-ansi-terminal-prof,
libghc-transformers-compat-dev (>= 0.3),
libghc-transformers-compat-dev (<< 0.8),
libghc-transformers-compat-prof,
@@ -20,7 +23,8 @@ Build-Depends:
libghc-quickcheck2-dev (<< 2.15) <!nocheck>,
libghc-quickcheck2-prof,
Build-Depends-Indep: ghc-doc,
- libghc-ansi-wl-pprint-doc,
+ libghc-prettyprinter-doc,
+ libghc-prettyprinter-ansi-terminal-doc,
libghc-transformers-compat-doc,
Standards-Version: 4.7.0
Homepage: https://github.com/pcapriotti/optparse-applicative
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-prettyprinter-compat-ansi-wl-pprint (1.0.2-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Fri, 20 Sep 2024 11:50:29 +0300
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/control
=====================================
@@ -0,0 +1,65 @@
+Source: haskell-prettyprinter-compat-ansi-wl-pprint
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Ilias Tsitsimpis <iliastsi at debian.org>
+Priority: optional
+Section: haskell
+Rules-Requires-Root: no
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-prettyprinter-dev (>= 1.7.0),
+ libghc-prettyprinter-prof,
+ libghc-prettyprinter-ansi-terminal-dev (>= 1.1),
+ libghc-prettyprinter-ansi-terminal-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-prettyprinter-doc,
+ libghc-prettyprinter-ansi-terminal-doc,
+Standards-Version: 4.7.0
+Homepage: https://github.com/quchen/prettyprinter
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-prettyprinter-compat-ansi-wl-pprint
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-prettyprinter-compat-ansi-wl-pprint]
+X-Description: compatibility package to migrate to prettyprinter
+ This library provides a drop-in compatibility package to migrate from
+ 'ansi-wl-pprint' to 'prettyprinter'.
+
+Package: libghc-prettyprinter-compat-ansi-wl-pprint-dev
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-prettyprinter-compat-ansi-wl-pprint-prof
+Architecture: any
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Provides: ${haskell:Provides},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
+
+Package: libghc-prettyprinter-compat-ansi-wl-pprint-doc
+Architecture: all
+Section: doc
+Depends: ${haskell:Depends},
+ ${misc:Depends},
+Recommends: ${haskell:Recommends},
+Suggests: ${haskell:Suggests},
+Conflicts: ${haskell:Conflicts},
+Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
+ ${haskell:LongDescription}
+ .
+ ${haskell:Blurb}
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: prettyprinter-compat-ansi-wl-pprint
+Upstream-Contact: David Luposchainsky <dluposchainsky at google>
+Source: https://hackage.haskell.org/package/prettyprinter-compat-ansi-wl-pprint
+
+Files: *
+Copyright:
+ (C) 2008 Daan Leijen
+ (C) 2008 Max Bolingbroke
+ (C) 2016 David Luposchainsky
+License: BSD-2-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-2-clause
+
+License: BSD-2-clause
+ Copyright 2008, Daan Leijen and Max Bolingbroke, 2016 David Luposchainsky. All
+ rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without modification,
+ are permitted provided that the following conditions are met:
+ .
+ - Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ - Redistributions in binary form must reproduce the above copyright notice,
+ this list of conditions and the following disclaimer in the documentation
+ and/or other materials provided with the distribution.
+ .
+ This software is provided by the copyright holders "as is" and any express or
+ implied warranties, including, but not limited to, the implied warranties of
+ merchantability and fitness for a particular purpose are disclaimed. In no event
+ shall the copyright holders be liable for any direct, indirect, incidental,
+ special, exemplary, or consequential damages (including, but not limited to,
+ procurement of substitute goods or services; loss of use, data, or profits; or
+ business interruption) however caused and on any theory of liability, whether in
+ contract, strict liability, or tort (including negligence or otherwise) arising
+ in any way out of the use of this software, even if advised of the possibility
+ of such damage.
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/rules
=====================================
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-prettyprinter-compat-ansi-wl-pprint/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/prettyprinter-compat-ansi-wl-pprint/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/4889ad6cc7c88ba100efb6c76f430692d3c15224...65814958cf9ce87dbc5a33173cf0781f67a71174
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/4889ad6cc7c88ba100efb6c76f430692d3c15224...65814958cf9ce87dbc5a33173cf0781f67a71174
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/20240920/d1a7f529/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list