[Git][haskell-team/DHG_packages][master] add generic-data and generic-lens

Clint Adams gitlab at salsa.debian.org
Thu Jun 4 01:25:19 BST 2020



Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
23721d3a by Clint Adams at 2020-06-03T20:24:34-04:00
add generic-data and generic-lens

- - - - -


16 changed files:

- + p/haskell-generic-data/debian/changelog
- + p/haskell-generic-data/debian/compat
- + p/haskell-generic-data/debian/control
- + p/haskell-generic-data/debian/copyright
- + p/haskell-generic-data/debian/patches/no-one-liner
- + p/haskell-generic-data/debian/patches/series
- + p/haskell-generic-data/debian/rules
- + p/haskell-generic-data/debian/source/format
- + p/haskell-generic-data/debian/watch
- + p/haskell-generic-lens/debian/changelog
- + p/haskell-generic-lens/debian/compat
- + p/haskell-generic-lens/debian/control
- + p/haskell-generic-lens/debian/copyright
- + p/haskell-generic-lens/debian/rules
- + p/haskell-generic-lens/debian/source/format
- + p/haskell-generic-lens/debian/watch


Changes:

=====================================
p/haskell-generic-data/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-generic-data (0.7.0.0-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Wed, 03 Jun 2020 20:05:54 -0400


=====================================
p/haskell-generic-data/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-generic-data/debian/control
=====================================
@@ -0,0 +1,71 @@
+Source: haskell-generic-data
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-base-orphans-dev (>= 0.8),
+ libghc-base-orphans-prof (>= 0.8),
+ libghc-contravariant-dev,
+ libghc-contravariant-prof,
+ libghc-show-combinators-dev,
+ libghc-show-combinators-prof,
+ libghc-generic-lens-dev (>= 1.1.0.0),
+ libghc-generic-lens-prof (>= 1.1.0.0),
+ libghc-tasty-dev,
+ libghc-tasty-prof,
+ libghc-tasty-hunit-dev,
+ libghc-tasty-hunit-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-base-orphans-doc,
+ libghc-contravariant-doc,
+ libghc-show-combinators-doc,
+Standards-Version: 4.5.0
+Homepage: https://github.com/Lysxia/generic-data#readme
+X-Description: deriving instances with GHC.Generics and related utils
+ Generic implementations of standard type classes.
+ Operations on generic representations to help using GHC.Generics.
+
+Package: libghc-generic-data-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-generic-data-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-generic-data-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-generic-data/debian/copyright
=====================================
@@ -0,0 +1,31 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: generic-data
+Upstream-Contact: lysxia at gmail.com
+Source: https://hackage.haskell.org/package/generic-data
+
+Files: *
+Copyright: 2018 Li-yao Xia
+License: Expat
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: Expat
+
+License: Expat
+ 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-generic-data/debian/patches/no-one-liner
=====================================
@@ -0,0 +1,23 @@
+--- a/generic-data.cabal
++++ b/generic-data.cabal
+@@ -103,20 +103,6 @@
+   default-language: Haskell2010
+   type: exitcode-stdio-1.0
+ 
+-test-suite one-liner-surgery-test
+-  hs-source-dirs: test
+-  main-is: one-liner-surgery.hs
+-  build-depends:
+-    tasty,
+-    tasty-hunit,
+-    generic-data,
+-    generic-lens >= 1.1.0.0,
+-    one-liner >= 1.0,
+-    base
+-  ghc-options: -Wall
+-  default-language: Haskell2010
+-  type: exitcode-stdio-1.0
+-
+ benchmark bench
+   hs-source-dirs: test
+   main-is: bench.hs


=====================================
p/haskell-generic-data/debian/patches/series
=====================================
@@ -0,0 +1 @@
+no-one-liner


=====================================
p/haskell-generic-data/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = yes
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = generic-data
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-generic-data/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-generic-data/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/generic-data/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))


=====================================
p/haskell-generic-lens/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-generic-lens (1.2.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Wed, 03 Jun 2020 20:09:28 -0400


=====================================
p/haskell-generic-lens/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-generic-lens/debian/control
=====================================
@@ -0,0 +1,78 @@
+Source: haskell-generic-lens
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Clint Adams <clint at debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-profunctors-dev (>= 5.0),
+ libghc-profunctors-dev (<< 6.0),
+ libghc-profunctors-prof (>= 5.0),
+ libghc-profunctors-prof (<< 6.0),
+ libghc-tagged-dev (>= 0.8),
+ libghc-tagged-dev (<< 1),
+ libghc-tagged-prof (>= 0.8),
+ libghc-tagged-prof (<< 1),
+ libghc-hunit-dev,
+ libghc-hunit-prof,
+ libghc-doctest-dev,
+ libghc-doctest-prof,
+ libghc-inspection-testing-dev (>= 0.2),
+ libghc-inspection-testing-prof (>= 0.2),
+ libghc-lens-dev,
+ libghc-lens-prof,
+ libghc-profunctors-dev,
+ libghc-profunctors-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-profunctors-doc,
+ libghc-tagged-doc,
+Standards-Version: 4.5.0
+Homepage: https://github.com/kcsongor/generic-lens
+X-Description: generically derive traversals, lenses and prisms
+ This library uses GHC.Generics to derive efficient optics
+ (traversals, lenses and prisms) for algebraic data types in a
+ type-directed way, with a focus on good type inference and error
+ messages when possible.
+
+Package: libghc-generic-lens-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-generic-lens-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-generic-lens-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-generic-lens/debian/copyright
=====================================
@@ -0,0 +1,40 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: generic-lens
+Upstream-Contact: kiss.csongor.kiss at gmail.com
+Source: https://hackage.haskell.org/package/generic-lens
+
+Files: *
+Copyright: 2019 Csongor Kiss
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ 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 Csongor Kiss 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-generic-lens/debian/rules
=====================================
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_ENABLE_TESTS = no
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = generic-lens
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk


=====================================
p/haskell-generic-lens/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-generic-lens/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/generic-lens/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/23721d3ace29bfe48b204bed345cc7e7a0e25344

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/23721d3ace29bfe48b204bed345cc7e7a0e25344
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/20200604/9a54c89f/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list