[Git][haskell-team/DHG_packages][master] ap-normalize: Initial release
Ilias Tsitsimpis (@iliastsi)
gitlab at salsa.debian.org
Sat Jul 23 12:02:06 BST 2022
Ilias Tsitsimpis pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
29edd076 by Ilias Tsitsimpis at 2022-07-23T14:00:44+03:00
ap-normalize: Initial release
- - - - -
7 changed files:
- + p/haskell-ap-normalize/debian/changelog
- + p/haskell-ap-normalize/debian/compat
- + p/haskell-ap-normalize/debian/control
- + p/haskell-ap-normalize/debian/copyright
- + p/haskell-ap-normalize/debian/rules
- + p/haskell-ap-normalize/debian/source/format
- + p/haskell-ap-normalize/debian/watch
Changes:
=====================================
p/haskell-ap-normalize/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-ap-normalize (0.1.0.1-1) unstable; urgency=low
+
+ * Initial release
+
+ -- Ilias Tsitsimpis <iliastsi at debian.org> Sat, 23 Jul 2022 13:57:57 +0300
=====================================
p/haskell-ap-normalize/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-ap-normalize/debian/control
=====================================
@@ -0,0 +1,61 @@
+Source: haskell-ap-normalize
+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-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-inspection-testing-dev,
+ libghc-inspection-testing-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.6.1
+Homepage: https://hackage.haskell.org/package/ap-normalize
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-ap-normalize
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Self-normalizing applicative expressions
+ An applicative functor transformer to normalize expressions using <$>, <*>,
+ and pure into a linear list of actions. See "ApNormalize" to get started.
+
+Package: libghc-ap-normalize-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-ap-normalize-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-ap-normalize-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-ap-normalize/debian/copyright
=====================================
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: ap-normalize
+Upstream-Contact: lysxia at gmail.com
+Source: https://hackage.haskell.org/package/ap-normalize
+
+Files: *
+Copyright: Li-yao Xia 2020
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ Copyright Li-yao Xia (c) 2020
+ .
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
+ this software and associated documentation files (the “Software”), to deal in
+ the Software without restriction, including without limitation the rights to
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+ of the Software, and to permit persons to whom the Software is furnished to do
+ so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
=====================================
p/haskell-ap-normalize/debian/rules
=====================================
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-ap-normalize/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-ap-normalize/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=4
+https://hackage.haskell.org/package/ap-normalize/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/29edd07664f4368ba6f6f63f67623ae90ab93cf0
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/29edd07664f4368ba6f6f63f67623ae90ab93cf0
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/20220723/8b71c1af/attachment-0001.htm>
More information about the Pkg-haskell-commits
mailing list