summaryrefslogtreecommitdiff
path: root/p/haskell-js-jquery
diff options
context:
space:
mode:
authorIustin Pop <iustin@debian.org>2015-05-31 01:28:15 +0300
committerIustin Pop <iustin@debian.org>2015-05-31 01:28:15 +0300
commit108b2b34bb6b7ca533d779948bcd15a9925b1eb4 (patch)
treedaaaa38be5743aace9dc381960fbf4d73f950d9b /p/haskell-js-jquery
parent9d6cb5c6b9cb060e9d1f165f5c97674a3093b20e (diff)
downloadDHG_packages-108b2b34bb6b7ca533d779948bcd15a9925b1eb4.tar.gz
haskell-js-jquery: Initial Check-In
Diffstat (limited to 'p/haskell-js-jquery')
-rw-r--r--p/haskell-js-jquery/debian/changelog5
-rw-r--r--p/haskell-js-jquery/debian/compat1
-rw-r--r--p/haskell-js-jquery/debian/control69
-rw-r--r--p/haskell-js-jquery/debian/copyright37
-rw-r--r--p/haskell-js-jquery/debian/libghc-js-jquery-data.dirs1
-rwxr-xr-xp/haskell-js-jquery/debian/rules15
-rw-r--r--p/haskell-js-jquery/debian/source/format1
-rw-r--r--p/haskell-js-jquery/debian/watch2
8 files changed, 131 insertions, 0 deletions
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 <iustin@debian.org> 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 <pkg-haskell-maintainers@lists.alioth.debian.org>
+Uploaders: Iustin Pop <iustin@debian.org>
+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 <ndmitchell@gmail.com>
+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)))