[Git][haskell-team/DHG_packages][master] add panic

Clint Adams gitlab at salsa.debian.org
Tue Nov 6 13:34:17 GMT 2018


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


Commits:
dc908bc2 by Clint Adams at 2018-11-06T13:34:04Z
add panic

- - - - -


7 changed files:

- + p/haskell-panic/debian/changelog
- + p/haskell-panic/debian/compat
- + p/haskell-panic/debian/control
- + p/haskell-panic/debian/copyright
- + p/haskell-panic/debian/rules
- + p/haskell-panic/debian/source/format
- + p/haskell-panic/debian/watch


Changes:

=====================================
p/haskell-panic/debian/changelog
=====================================
@@ -0,0 +1,5 @@
+haskell-panic (0.4.0.1-1) unstable; urgency=low
+
+  * Initial release
+
+ -- Clint Adams <clint at debian.org>  Tue, 06 Nov 2018 08:30:08 -0500


=====================================
p/haskell-panic/debian/compat
=====================================
@@ -0,0 +1 @@
+9


=====================================
p/haskell-panic/debian/control
=====================================
@@ -0,0 +1,58 @@
+Source: haskell-panic
+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 (>= 9),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.8),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-gitrev-dev (>= 1.0),
+ libghc-gitrev-prof (>= 1.0),
+Build-Depends-Indep: ghc-doc,
+ libghc-gitrev-doc,
+Standards-Version: 4.2.1
+X-Description: convenient way to panic
+ This provides a data type and function to throw an exception with
+ a message and a call stack.
+
+Package: libghc-panic-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-panic-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-panic-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-panic/debian/copyright
=====================================
@@ -0,0 +1,25 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: panic
+Upstream-Contact: iavor.diatchki at gmail.com
+Source: https://hackage.haskell.org/package/panic
+
+Files: *
+Copyright: 2018 Iavor Diatchki
+License: ISC
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: ISC
+
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any purpose
+ with or without fee is hereby granted, provided that the above copyright notice
+ and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
+ OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
+ TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
+ THIS SOFTWARE.


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


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


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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/dc908bc2e287284e83932c41b953051869ff3d0f
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/20181106/0a9522a1/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list