[Pkg-haskell-commits] darcs: js-flot: Initial Check-In
Iustin Pop
iustin at debian.org
Sun May 31 21:42:37 UTC 2015
Sun May 31 21:39:42 UTC 2015 Iustin Pop <iustin at debian.org>
* Initial Check-In
A ./changelog
A ./compat
A ./control
A ./copyright
A ./libghc-js-flot-data.dirs
A ./rules
A ./source/
A ./source/format
A ./source/lintian-overrides
A ./watch
Sun May 31 21:39:42 UTC 2015 Iustin Pop <iustin at debian.org>
* Initial Check-In
diff -rN -u old-js-flot/changelog new-js-flot/changelog
--- old-js-flot/changelog 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/changelog 2015-05-31 21:42:37.453947804 +0000
@@ -0,0 +1,5 @@
+haskell-js-flot (0.8.3-1) unstable; urgency=low
+
+ * Initial release. (Closes: #787185)
+
+ -- Iustin Pop <iustin at debian.org> Sun, 31 May 2015 22:51:04 +0200
diff -rN -u old-js-flot/compat new-js-flot/compat
--- old-js-flot/compat 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/compat 2015-05-31 21:42:37.453947804 +0000
@@ -0,0 +1 @@
+9
diff -rN -u old-js-flot/control new-js-flot/control
--- old-js-flot/control 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/control 2015-05-31 21:42:37.453947804 +0000
@@ -0,0 +1,72 @@
+Source: haskell-js-flot
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Iustin Pop <iustin at 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-flot
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-js-flot
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-js-flot
+X-Description: bundles the jQuery Flot code into a Haskell package
+ This package bundles the minified jQuery Flot 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 flot
+ 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-flot-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-flot-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-flot-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-flot-data
+Architecture: all
+Depends: ${haskell:Depends}
+ , ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
+Description: ${haskell:ShortDescription}; runtime files
+ ${haskell:LongDescription}
+ .
+ This package provides the runtime files needed by binaries which use
+ the Haskell js-jflot library. See http://www.haskell.org/ for more
+ information on Haskell.
diff -rN -u old-js-flot/copyright new-js-flot/copyright
--- old-js-flot/copyright 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/copyright 2015-05-31 21:42:37.453947804 +0000
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: js-flot
+Upstream-Contact: Neil Mitchell <ndmitchell at gmail.com>
+Source: http://hackage.haskell.org/package/js-flot
+
+Files: *
+Copyright: 2014-2015 Neil Mitchell
+License: Expat
+
+Files: debian/*
+Copyright: 2015 Iustin Pop
+License: Expat
+
+Files: javascript/*
+Copyright: 2007-2014 IOLA and Ole Laursen
+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 -rN -u old-js-flot/libghc-js-flot-data.dirs new-js-flot/libghc-js-flot-data.dirs
--- old-js-flot/libghc-js-flot-data.dirs 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/libghc-js-flot-data.dirs 2015-05-31 21:42:37.457947894 +0000
@@ -0,0 +1 @@
+usr/share
diff -rN -u old-js-flot/rules new-js-flot/rules
--- old-js-flot/rules 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/rules 2015-05-31 21:42:37.457947894 +0000
@@ -0,0 +1,14 @@
+#!/usr/bin/make -f
+
+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-flot-data (>= $(CABAL_VERSION))
+
+DEB_SETUP_GHC_CONFIGURE_ARGS := --datasubdir=haskell-js-flot
+
+install/libghc-js-flot-data:: debian/tmp-inst-ghc
+ mv debian/tmp-inst-ghc/usr/share/haskell-js-flot \
+ debian/libghc-js-flot-data/usr/share/
diff -rN -u old-js-flot/source/format new-js-flot/source/format
--- old-js-flot/source/format 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/source/format 2015-05-31 21:42:37.461947984 +0000
@@ -0,0 +1 @@
+3.0 (quilt)
diff -rN -u old-js-flot/source/lintian-overrides new-js-flot/source/lintian-overrides
--- old-js-flot/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/source/lintian-overrides 2015-05-31 21:42:37.461947984 +0000
@@ -0,0 +1,18 @@
+# This package is a special case; it's a Haskell library wrapping a javascript
+# library. As such, it provides the entire up-upstream javascript sources in an
+# archive, unfortunately not found by Lintian. Hence this override:
+haskell-js-flot source: source-is-missing javascript/jquery.flot.time.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.threshold.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.symbol.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.stack.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.selection.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.resize.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.pie.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.navigate.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.image.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.fillbetween.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.errorbars.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.crosshair.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.categories.min.js
+haskell-js-flot source: source-is-missing javascript/jquery.flot.canvas.min.js
diff -rN -u old-js-flot/watch new-js-flot/watch
--- old-js-flot/watch 1970-01-01 00:00:00.000000000 +0000
+++ new-js-flot/watch 2015-05-31 21:42:37.461947984 +0000
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/js-flot/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Pkg-haskell-commits
mailing list