[Git][haskell-team/DHG_packages][master] 2 commits: persistent: Upgrading from 2.10.5.2 to 2.13.3.5
Scott Talbert (@swt2c)
gitlab at salsa.debian.org
Fri Jul 29 18:55:17 BST 2022
Scott Talbert pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
b2306359 by Scott Talbert at 2022-07-29T13:39:31-04:00
persistent: Upgrading from 2.10.5.2 to 2.13.3.5
- - - - -
cf06f6b1 by Scott Talbert at 2022-07-29T13:44:30-04:00
Initial packaging of lift-type-0.1.0.1
- - - - -
9 changed files:
- + p/haskell-lift-type/debian/changelog
- + p/haskell-lift-type/debian/compat
- + p/haskell-lift-type/debian/control
- + p/haskell-lift-type/debian/copyright
- + p/haskell-lift-type/debian/rules
- + p/haskell-lift-type/debian/source/format
- + p/haskell-lift-type/debian/watch
- p/haskell-persistent/debian/changelog
- p/haskell-persistent/debian/control
Changes:
=====================================
p/haskell-lift-type/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-lift-type (0.1.0.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Scott Talbert <swt at techie.net> Fri, 29 Jul 2022 13:41:28 -0400
=====================================
p/haskell-lift-type/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-lift-type/debian/control
=====================================
@@ -0,0 +1,57 @@
+Source: haskell-lift-type
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Scott Talbert <swt at techie.net>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.6.1
+Homepage: https://github.com/parsonsmatt/lift-type#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-lift-type
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git [p/haskell-lift-type]
+X-Description: Lift a type from a Typeable constraint to a Template Haskell type
+ Lift your types from a Typeable constraint to a Template Haskell type
+
+Package: libghc-lift-type-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-lift-type-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-lift-type-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-lift-type/debian/copyright
=====================================
@@ -0,0 +1,44 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: lift-type
+Upstream-Contact: parsonsmatt at gmail.com
+Source: https://hackage.haskell.org/package/lift-type
+
+Files: *
+Copyright: 2021 Matt Parsons
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Copyright Author name here (c) 2021
+ .
+ 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.
+ .
+ * Neither the name of Author name here nor the names of other
+ contributors may be used to endorse or promote products derived
+ from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "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
+ OWNER OR CONTRIBUTORS 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-lift-type/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = lift-type
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-lift-type/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-lift-type/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/lift-type/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
=====================================
p/haskell-persistent/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-persistent (2.10.5.2-2) UNRELEASED; urgency=medium
+haskell-persistent (2.13.3.5-1) unstable; urgency=medium
+ [ Ilias Tsitsimpis ]
* Declare compliance with Debian policy 4.6.1
- -- Ilias Tsitsimpis <iliastsi at debian.org> Tue, 28 Jun 2022 15:32:53 +0300
+ [ Scott Talbert ]
+ * New upstream release
+
+ -- Scott Talbert <swt at techie.net> Fri, 29 Jul 2022 13:37:11 -0400
haskell-persistent (2.10.5.2-1) unstable; urgency=medium
=====================================
p/haskell-persistent/debian/control
=====================================
@@ -12,6 +12,7 @@ Build-Depends:
ghc-prof,
haskell-devscripts (>= 0.13),
libghc-aeson-dev (>= 1.0),
+ libghc-aeson-dev (<< 2.1),
libghc-aeson-prof,
libghc-attoparsec-dev,
libghc-attoparsec-prof,
@@ -25,6 +26,9 @@ Build-Depends:
libghc-fast-logger-prof,
libghc-http-api-data-dev (>= 0.3),
libghc-http-api-data-prof,
+ libghc-lift-type-dev (>= 0.1.0.0),
+ libghc-lift-type-dev (<< 0.2.0.0),
+ libghc-lift-type-prof,
libghc-monad-logger-dev (>= 0.3.28),
libghc-monad-logger-prof,
libghc-path-pieces-dev (>= 0.2),
@@ -37,21 +41,37 @@ Build-Depends:
libghc-scientific-prof,
libghc-silently-dev,
libghc-silently-prof,
+ libghc-th-lift-instances-dev (>= 0.1.14),
+ libghc-th-lift-instances-dev (<< 0.2),
+ libghc-th-lift-instances-prof,
libghc-unliftio-dev,
libghc-unliftio-prof,
libghc-unliftio-core-dev,
libghc-unliftio-core-prof,
libghc-unordered-containers-dev,
libghc-unordered-containers-prof,
+ libghc-vault-dev,
+ libghc-vault-prof,
libghc-vector-dev,
libghc-vector-prof,
- libsqlite3-dev,
+ libghc-quickcheck2-dev,
+ libghc-quickcheck2-prof,
libghc-aeson-dev,
libghc-blaze-html-dev,
+ libghc-conduit-dev,
+ libghc-fast-logger-dev,
libghc-hspec-dev (>= 2.4),
libghc-hspec-prof,
libghc-http-api-data-dev,
+ libghc-monad-logger-dev,
libghc-path-pieces-dev,
+ libghc-quickcheck-instances-dev (>= 0.3),
+ libghc-quickcheck-instances-prof,
+ libghc-resource-pool-dev,
+ libghc-resourcet-dev,
+ libghc-shakespeare-dev,
+ libghc-shakespeare-prof,
+ libghc-th-lift-instances-dev,
Build-Depends-Indep: ghc-doc,
libghc-aeson-doc,
libghc-attoparsec-doc,
@@ -60,15 +80,18 @@ Build-Depends-Indep: ghc-doc,
libghc-conduit-doc,
libghc-fast-logger-doc,
libghc-http-api-data-doc,
+ libghc-lift-type-doc,
libghc-monad-logger-doc,
libghc-path-pieces-doc,
libghc-resource-pool-doc,
libghc-resourcet-doc,
libghc-scientific-doc,
libghc-silently-doc,
+ libghc-th-lift-instances-doc,
libghc-unliftio-doc,
libghc-unliftio-core-doc,
libghc-unordered-containers-doc,
+ libghc-vault-doc,
libghc-vector-doc,
Standards-Version: 4.6.1
Homepage: http://www.yesodweb.com/book/persistent
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/5a2e294963cd5e1fb127afce54a731c3a4688175...cf06f6b1b115c3dae8eda3e2f3bad61170709ade
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/compare/5a2e294963cd5e1fb127afce54a731c3a4688175...cf06f6b1b115c3dae8eda3e2f3bad61170709ade
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/20220729/ce447925/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list