[Git][haskell-team/DHG_packages][master] Initial packaging of singletons-2.4.1
Sean Whitton
gitlab at salsa.debian.org
Sat Dec 8 02:53:12 GMT 2018
Sean Whitton pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
e7342957 by Sean Whitton at 2018-12-08T02:43:47Z
Initial packaging of singletons-2.4.1
- - - - -
8 changed files:
- + p/haskell-singletons/debian/changelog
- + p/haskell-singletons/debian/compat
- + p/haskell-singletons/debian/control
- + p/haskell-singletons/debian/copyright
- + p/haskell-singletons/debian/docs
- + p/haskell-singletons/debian/rules
- + p/haskell-singletons/debian/source/format
- + p/haskell-singletons/debian/watch
Changes:
=====================================
p/haskell-singletons/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-singletons (2.4.1-1) unstable; urgency=medium
+
+ * Initial release
+
+ -- Sean Whitton <spwhitton at spwhitton.name> Fri, 07 Dec 2018 19:43:39 -0700
=====================================
p/haskell-singletons/debian/compat
=====================================
@@ -0,0 +1 @@
+10
=====================================
p/haskell-singletons/debian/control
=====================================
@@ -0,0 +1,78 @@
+Source: haskell-singletons
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Sean Whitton <spwhitton at spwhitton.name>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-mtl-dev (>= 2.2.1),
+ libghc-mtl-prof,
+ libghc-syb-dev (>= 0.4),
+ libghc-syb-prof,
+ libghc-text-dev (>= 1.2),
+ libghc-text-prof,
+ libghc-th-desugar-dev (>= 1.8),
+ libghc-th-desugar-dev (<< 1.9),
+ libghc-th-desugar-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-mtl-doc,
+ libghc-syb-doc,
+ libghc-text-doc,
+ libghc-th-desugar-doc,
+Standards-Version: 3.9.6
+Homepage: http://www.github.com/goldfirere/singletons
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-singletons
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: A framework for generating singleton types
+ This library generates singleton types, promoted functions, and singleton
+ functions using Template Haskell. It is useful for programmers who wish
+ to use dependently typed programming techniques. The library was originally
+ presented in /Dependently Typed Programming with Singletons/, published
+ at the Haskell Symposium, 2012.
+ (<https://cs.brynmawr.edu/~rae/papers/2012/singletons/paper.pdf>)
+ Version 1.0 and onwards works a lot harder to promote functions. See the
+ paper published at Haskell Symposium, 2014:
+ <https://cs.brynmawr.edu/~rae/papers/2014/promotion/promotion.pdf>.
+
+Package: libghc-singletons-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-singletons-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-singletons-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-singletons/debian/copyright
=====================================
@@ -0,0 +1,41 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: singletons
+Upstream-Contact: Richard Eisenberg <rae at cs.brynmawr.edu>, Jan Stolarek <jan.stolarek at p.lodz.pl>
+Source: https://hackage.haskell.org/package/singletons
+
+Files: *
+Copyright: (C) 2012, 2013, 2014, 2015, 2016 Richard Eisenberg
+ (C) 2014 Jan Stolerek
+ (C) 2013-2014, 2014 Jan Stolarek, Richard Eisenberg
+ (C) 2017 Ryan Scott
+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:
+ .
+ 1. Redistributions of source code must retain the above copyright notice, this
+ list of conditions and the following disclaimer.
+ .
+ 2. 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.
+ .
+ 3. Neither the name of the author nor the names of its 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 HOLDER 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-singletons/debian/docs
=====================================
@@ -0,0 +1 @@
+README.md
=====================================
p/haskell-singletons/debian/rules
=====================================
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = singletons
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
=====================================
p/haskell-singletons/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)
=====================================
p/haskell-singletons/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/singletons/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/e73429571139d7c88013795261cd94713302287c
--
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/e73429571139d7c88013795261cd94713302287c
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/20181208/5c1fb4cb/attachment-0001.html>
More information about the Pkg-haskell-commits
mailing list