diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-20 12:23:15 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-20 12:23:15 +0300 |
commit | 8957373bdb5eca509073c2ea554b1db291dccee8 (patch) | |
tree | c51015274d38701738f857b808dbeb1a58ebf412 | |
parent | 7701ae195d7d268027fcfc1eff2d0b67aafa7978 (diff) | |
download | DHG_packages-8957373bdb5eca509073c2ea554b1db291dccee8.tar.gz |
Add Only 0.1-1
-rw-r--r-- | p/haskell-only/debian/changelog | 5 | ||||
-rw-r--r-- | p/haskell-only/debian/compat | 1 | ||||
-rw-r--r-- | p/haskell-only/debian/control | 56 | ||||
-rw-r--r-- | p/haskell-only/debian/copyright | 44 | ||||
-rwxr-xr-x | p/haskell-only/debian/rules | 8 | ||||
-rw-r--r-- | p/haskell-only/debian/source/format | 1 | ||||
-rw-r--r-- | p/haskell-only/debian/watch | 2 |
7 files changed, 117 insertions, 0 deletions
diff --git a/p/haskell-only/debian/changelog b/p/haskell-only/debian/changelog new file mode 100644 index 000000000..3733d8e96 --- /dev/null +++ b/p/haskell-only/debian/changelog @@ -0,0 +1,5 @@ +haskell-only (0.1-1) unstable; urgency=low + + * Initial release + + -- Igor Pashev <pashev.igor@gmail.com> Wed, 20 Sep 2017 12:19:06 +0300 diff --git a/p/haskell-only/debian/compat b/p/haskell-only/debian/compat new file mode 100644 index 000000000..f599e28b8 --- /dev/null +++ b/p/haskell-only/debian/compat @@ -0,0 +1 @@ +10 diff --git a/p/haskell-only/debian/control b/p/haskell-only/debian/control new file mode 100644 index 000000000..2323d7bd4 --- /dev/null +++ b/p/haskell-only/debian/control @@ -0,0 +1,56 @@ +Source: haskell-only +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Priority: extra +Section: haskell +Build-Depends: debhelper (>= 10), + haskell-devscripts-minimal | haskell-devscripts (>= 0.9), + cdbs, + ghc, + ghc-prof, +Build-Depends-Indep: ghc-doc, +Standards-Version: 3.9.6 +Homepage: http://hackage.haskell.org/package/Only +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-only +Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git +X-Description: The 1-tuple type or single-value "collection" + This package provides the canonical anonymous 1-tuple type missing from Haskell for attaching typeclass instances. + +Package: libghc-only-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-only-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-only-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-only/debian/copyright b/p/haskell-only/debian/copyright new file mode 100644 index 000000000..741cf0ca9 --- /dev/null +++ b/p/haskell-only/debian/copyright @@ -0,0 +1,44 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Only +Upstream-Contact: hvr@gnu.org +Source: https://hackage.haskell.org/package/Only + +Files: * +Copyright: 2017, Herbert Valerio Riedel +License: BSD3 + +Files: debian/* +Copyright: held by the contributors mentioned in debian/changelog +License: BSD3 + +License: BSD3 + Copyright (c) 2017, Herbert Valerio Riedel + . + All rights reserved. + . + 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 Herbert Valerio Riedel 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. diff --git a/p/haskell-only/debian/rules b/p/haskell-only/debian/rules new file mode 100755 index 000000000..93da8e9a1 --- /dev/null +++ b/p/haskell-only/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f + +DEB_SETUP_BIN_NAME = debian/hlibrary.setup +DEB_CABAL_PACKAGE = only +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-only/debian/source/format b/p/haskell-only/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-only/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-only/debian/watch b/p/haskell-only/debian/watch new file mode 100644 index 000000000..cfe8204ba --- /dev/null +++ b/p/haskell-only/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/Only/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) |