diff options
| author | Clint Adams <clint@debian.org> | 2017-05-09 18:58:59 -0400 |
|---|---|---|
| committer | Clint Adams <clint@debian.org> | 2017-05-09 18:58:59 -0400 |
| commit | 76d90f179d6b1c8c32d45ee0e30063a8b3440b98 (patch) | |
| tree | 3e8f9d4886d69950d529fa97f4f75ed46fb4a83e | |
| parent | ced9914d7beefb47f3cf4aff3e94ed942a51d079 (diff) | |
| download | DHG_packages-76d90f179d6b1c8c32d45ee0e30063a8b3440b98.tar.gz | |
Add call-stack
| -rw-r--r-- | p/haskell-call-stack/debian/changelog | 5 | ||||
| -rw-r--r-- | p/haskell-call-stack/debian/compat | 1 | ||||
| -rw-r--r-- | p/haskell-call-stack/debian/control | 56 | ||||
| -rw-r--r-- | p/haskell-call-stack/debian/copyright | 31 | ||||
| -rwxr-xr-x | p/haskell-call-stack/debian/rules | 9 | ||||
| -rw-r--r-- | p/haskell-call-stack/debian/source/format | 1 | ||||
| -rw-r--r-- | p/haskell-call-stack/debian/watch | 2 |
7 files changed, 105 insertions, 0 deletions
diff --git a/p/haskell-call-stack/debian/changelog b/p/haskell-call-stack/debian/changelog new file mode 100644 index 000000000..be0fea2e6 --- /dev/null +++ b/p/haskell-call-stack/debian/changelog @@ -0,0 +1,5 @@ +haskell-call-stack (0.1.0-1) unstable; urgency=low + + * Initial release + + -- Clint Adams <clint@debian.org> Tue, 09 May 2017 18:53:17 -0400 diff --git a/p/haskell-call-stack/debian/compat b/p/haskell-call-stack/debian/compat new file mode 100644 index 000000000..f599e28b8 --- /dev/null +++ b/p/haskell-call-stack/debian/compat @@ -0,0 +1 @@ +10 diff --git a/p/haskell-call-stack/debian/control b/p/haskell-call-stack/debian/control new file mode 100644 index 000000000..c34c49a1a --- /dev/null +++ b/p/haskell-call-stack/debian/control @@ -0,0 +1,56 @@ +Source: haskell-call-stack +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Clint Adams <clint@debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 10), + haskell-devscripts-minimal | haskell-devscripts (>= 0.8), + cdbs, + ghc, + ghc-prof, + libghc-nanospec-dev, +Build-Depends-Indep: ghc-doc, +Standards-Version: 3.9.8 +Homepage: https://github.com/sol/call-stack#readme +X-Description: use GHC call-stacks in a backward compatible way + Source locations in a GHC call stack. + +Package: libghc-call-stack-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-call-stack-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-call-stack-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} diff --git a/p/haskell-call-stack/debian/copyright b/p/haskell-call-stack/debian/copyright new file mode 100644 index 000000000..85a0400a0 --- /dev/null +++ b/p/haskell-call-stack/debian/copyright @@ -0,0 +1,31 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: call-stack +Upstream-Contact: Simon Hengel <sol@typeful.net> +Source: https://hackage.haskell.org/package/call-stack + +Files: * +Copyright: 2016 Simon Hengel +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. diff --git a/p/haskell-call-stack/debian/rules b/p/haskell-call-stack/debian/rules new file mode 100755 index 000000000..13aef2b01 --- /dev/null +++ b/p/haskell-call-stack/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_ENABLE_TESTS = yes +DEB_SETUP_BIN_NAME = debian/hlibrary.setup +DEB_CABAL_PACKAGE = call-stack +DEB_DEFAULT_COMPILER = ghc + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/p/haskell-call-stack/debian/source/format b/p/haskell-call-stack/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-call-stack/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-call-stack/debian/watch b/p/haskell-call-stack/debian/watch new file mode 100644 index 000000000..0a1b58d1e --- /dev/null +++ b/p/haskell-call-stack/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/call-stack/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |
