[Git][haskell-team/DHG_packages][master] initial packaging of js-dgtable

Frédéric-Emmanuel Picca gitlab at salsa.debian.org
Sun May 3 21:11:09 BST 2020



Frédéric-Emmanuel Picca pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
a0a98a40 by Picca Frédéric-Emmanuel at 2020-05-03T22:10:36+02:00
initial packaging of js-dgtable

- - - - -


8 changed files:

- + p/haskell-js-dgtable/debian/changelog
- + p/haskell-js-dgtable/debian/compat
- + p/haskell-js-dgtable/debian/control
- + p/haskell-js-dgtable/debian/copyright
- + p/haskell-js-dgtable/debian/haskell-js-dgtable-utils.install
- + p/haskell-js-dgtable/debian/rules
- + p/haskell-js-dgtable/debian/source/format
- + p/haskell-js-dgtable/debian/watch


Changes:

=====================================
p/haskell-js-dgtable/debian/changelog
=====================================
@@ -0,0 +1,6 @@
+haskell-js-dgtable (0.5.2-1) unstable; urgency=low
+
+  [ Debian Haskell Group ]
+  * Initial release
+
+ -- Picca Frédéric-Emmanuel <picca at debian.org>  Mon, 27 Apr 2020 19:39:58 +0200


=====================================
p/haskell-js-dgtable/debian/compat
=====================================
@@ -0,0 +1 @@
+10


=====================================
p/haskell-js-dgtable/debian/control
=====================================
@@ -0,0 +1,74 @@
+Source: haskell-js-dgtable
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Priority: optional
+Section: haskell
+Build-Depends: debhelper (>= 10),
+ haskell-devscripts-minimal | haskell-devscripts (>= 0.13),
+ cdbs,
+ ghc,
+ ghc-prof,
+Build-Depends-Indep: ghc-doc,
+Standards-Version: 4.4.0
+Homepage: https://github.com/ndmitchell/js-dgtable#readme
+Vcs-Browser: https://salsa.debian.org/haskell-team/DHG_packages/tree/master/p/haskell-js-dgtable
+Vcs-Git: https://salsa.debian.org/haskell-team/DHG_packages.git
+X-Description: Obtain minified jquery.dgtable code
+ This package bundles the minified <https://github.com/danielgindi/jquery.dgtable jquery.dgtable> 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.dgtable version. The package is designed
+ to meet the redistribution requirements of downstream users (e.g. Debian).
+
+Package: libghc-js-dgtable-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-js-dgtable-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-js-dgtable-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}
+
+Package: haskell-js-dgtable-utils
+Architecture: all
+Section: misc
+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}


=====================================
p/haskell-js-dgtable/debian/copyright
=====================================
@@ -0,0 +1,36 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: js-dgtable
+Upstream-Contact: Neil Mitchell <ndmitchell at gmail.com>
+Source: https://hackage.haskell.org/package/js-dgtable
+
+Files: *
+Copyright: Neil Mitchell 2019
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright Neil Mitchell 2019.
+ Copyright (c) 2014 Daniel Cohen Gindi (danielgindi at gmail.com)
+ .
+ The MIT License (MIT)
+ .
+ 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.


=====================================
p/haskell-js-dgtable/debian/haskell-js-dgtable-utils.install
=====================================
@@ -0,0 +1 @@
+javascript/jquery.dgtable.min.js usr/share/js-dgtable/.


=====================================
p/haskell-js-dgtable/debian/rules
=====================================
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+
+DEB_SETUP_BIN_NAME = debian/hlibrary.setup
+DEB_CABAL_PACKAGE = js-dgtable
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-js-dgtable-utils:: build-ghc-stamp


=====================================
p/haskell-js-dgtable/debian/source/format
=====================================
@@ -0,0 +1 @@
+3.0 (quilt)


=====================================
p/haskell-js-dgtable/debian/watch
=====================================
@@ -0,0 +1,2 @@
+version=3
+https://hackage.haskell.org/package/js-dgtable/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a0a98a408ca622c35034bcf9073045bb0d285469

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/-/commit/a0a98a408ca622c35034bcf9073045bb0d285469
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-haskell-commits/attachments/20200503/496ce9f0/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list