From 108b2b34bb6b7ca533d779948bcd15a9925b1eb4 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 31 May 2015 01:28:15 +0300 Subject: haskell-js-jquery: Initial Check-In --- p/haskell-js-jquery/debian/changelog | 5 ++ p/haskell-js-jquery/debian/compat | 1 + p/haskell-js-jquery/debian/control | 69 ++++++++++++++++++++++ p/haskell-js-jquery/debian/copyright | 37 ++++++++++++ .../debian/libghc-js-jquery-data.dirs | 1 + p/haskell-js-jquery/debian/rules | 15 +++++ p/haskell-js-jquery/debian/source/format | 1 + p/haskell-js-jquery/debian/watch | 2 + 8 files changed, 131 insertions(+) create mode 100644 p/haskell-js-jquery/debian/changelog create mode 100644 p/haskell-js-jquery/debian/compat create mode 100644 p/haskell-js-jquery/debian/control create mode 100644 p/haskell-js-jquery/debian/copyright create mode 100644 p/haskell-js-jquery/debian/libghc-js-jquery-data.dirs create mode 100755 p/haskell-js-jquery/debian/rules create mode 100644 p/haskell-js-jquery/debian/source/format create mode 100644 p/haskell-js-jquery/debian/watch (limited to 'p/haskell-js-jquery') diff --git a/p/haskell-js-jquery/debian/changelog b/p/haskell-js-jquery/debian/changelog new file mode 100644 index 000000000..302b60817 --- /dev/null +++ b/p/haskell-js-jquery/debian/changelog @@ -0,0 +1,5 @@ +haskell-js-jquery (1.11.3-1) UNRELEASED; urgency=low + + * Initial release. (Closes: #787184) + + -- Iustin Pop Sat, 30 May 2015 18:15:54 +0200 diff --git a/p/haskell-js-jquery/debian/compat b/p/haskell-js-jquery/debian/compat new file mode 100644 index 000000000..ec635144f --- /dev/null +++ b/p/haskell-js-jquery/debian/compat @@ -0,0 +1 @@ +9 diff --git a/p/haskell-js-jquery/debian/control b/p/haskell-js-jquery/debian/control new file mode 100644 index 000000000..e20ed6e30 --- /dev/null +++ b/p/haskell-js-jquery/debian/control @@ -0,0 +1,69 @@ +Source: haskell-js-jquery +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Iustin Pop +Build-Depends: debhelper (>= 9) + , cdbs + , haskell-devscripts (>= 0.8.15) + , ghc + , ghc-prof +Build-Depends-Indep: ghc-doc +Standards-Version: 3.9.6 +Homepage: http://hackage.haskell.org/package/js-jquery +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-js-jquery +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-js-jquery +X-Description: bundles the minified jQuery code into a Haskell package + This package bundles the minified jQuery code into a Haskell package, so it can + be depended upon by Cabal packages. The first three components of the version + number match the upstream jQuery version. The haskell library is designed to + meet the redistribution requirements of downstream users, and to reduce + duplication of bundled code in Debian. + +Package: libghc-js-jquery-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-js-jquery-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-js-jquery-doc +Section: doc +Architecture: all +Depends: ${misc:Depends}, ${haskell:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} + +Package: libghc-js-jquery-data +Architecture: all +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: ${haskell:ShortDescription}${haskell:ShortBlurb} + ${haskell:LongDescription} + . + ${haskell:Blurb} diff --git a/p/haskell-js-jquery/debian/copyright b/p/haskell-js-jquery/debian/copyright new file mode 100644 index 000000000..6d7c3042c --- /dev/null +++ b/p/haskell-js-jquery/debian/copyright @@ -0,0 +1,37 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: js-jquery +Upstream-Contact: Neil Mitchell +Source: http://hackage.haskell.org/package/js-jquery + +Files: * +Copyright: 2014-2015 Neil Mitchell +License: Expat + +Files: debian/* +Copyright: 2015 Iustin Pop +License: Expat + +Files: javascript/* +Copyright: 2005, 2014 jQuery Foundation, Inc. and other contributors +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, F ITNESS FOR A PARTICULAR PURPOSE AND + NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS + BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIA BILITY, 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-js-jquery/debian/libghc-js-jquery-data.dirs b/p/haskell-js-jquery/debian/libghc-js-jquery-data.dirs new file mode 100644 index 000000000..dd222dbfa --- /dev/null +++ b/p/haskell-js-jquery/debian/libghc-js-jquery-data.dirs @@ -0,0 +1 @@ +usr/share diff --git a/p/haskell-js-jquery/debian/rules b/p/haskell-js-jquery/debian/rules new file mode 100755 index 000000000..07bc1466f --- /dev/null +++ b/p/haskell-js-jquery/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f + +# The upstream tests connect to the internet, so don't enable them. +# DEB_ENABLE_TESTS = yes + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk + +DEB_GHC_EXTRA_PACKAGES := libghc-js-jquery-data (>= $(CABAL_VERSION)) + +DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=haskell-js-jquery + +install/libghc-js-jquery-data:: debian/tmp-inst-ghc + mv debian/tmp-inst-ghc/usr/share/haskell-js-jquery \ + debian/libghc-js-jquery-data/usr/share/ diff --git a/p/haskell-js-jquery/debian/source/format b/p/haskell-js-jquery/debian/source/format new file mode 100644 index 000000000..163aaf8d8 --- /dev/null +++ b/p/haskell-js-jquery/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/p/haskell-js-jquery/debian/watch b/p/haskell-js-jquery/debian/watch new file mode 100644 index 000000000..2cd5e98f0 --- /dev/null +++ b/p/haskell-js-jquery/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/js-jquery/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) -- cgit v1.2.3