[DHG_packages] 12/21: Initial packaging of hpack-0.14.0

Joachim Breitner nomeata at moszumanska.debian.org
Wed Jun 1 09:05:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch LTS-6
in repository DHG_packages.

commit ddaa331ae976985aa879559cc6d133f065499fdd
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Wed Jun 1 10:35:18 2016 +0200

    Initial packaging of hpack-0.14.0
---
 p/haskell-hpack/debian/changelog                   |  5 ++
 p/haskell-hpack/debian/compat                      |  1 +
 p/haskell-hpack/debian/control                     | 88 ++++++++++++++++++++++
 p/haskell-hpack/debian/copyright                   | 33 ++++++++
 p/haskell-hpack/debian/haskell-hpack-utils.install |  1 +
 p/haskell-hpack/debian/rules                       |  9 +++
 p/haskell-hpack/debian/source/format               |  1 +
 p/haskell-hpack/debian/watch                       |  2 +
 8 files changed, 140 insertions(+)

diff --git a/p/haskell-hpack/debian/changelog b/p/haskell-hpack/debian/changelog
new file mode 100644
index 0000000..051b7c3
--- /dev/null
+++ b/p/haskell-hpack/debian/changelog
@@ -0,0 +1,5 @@
+haskell-hpack (0.14.0-1) UNRELEASED; urgency=low
+
+  * Initial release
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 01 Jun 2016 10:35:17 +0200
diff --git a/p/haskell-hpack/debian/compat b/p/haskell-hpack/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-hpack/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-hpack/debian/control b/p/haskell-hpack/debian/control
new file mode 100644
index 0000000..fe3a0ca
--- /dev/null
+++ b/p/haskell-hpack/debian/control
@@ -0,0 +1,88 @@
+Source: haskell-hpack
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>
+Priority: extra
+Section: haskell
+Build-Depends: debhelper (>= 9),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-glob-dev,
+ libghc-glob-prof,
+ libghc-aeson-dev (>= 0.8),
+ libghc-aeson-prof,
+ libghc-base-compat-dev (>= 0.8),
+ libghc-base-compat-prof,
+ libghc-text-dev,
+ libghc-text-prof,
+ libghc-unordered-containers-dev,
+ libghc-unordered-containers-prof,
+ libghc-yaml-dev,
+ libghc-yaml-prof,
+Build-Depends-Indep: ghc-doc,
+ libghc-glob-doc,
+ libghc-aeson-doc,
+ libghc-base-compat-doc,
+ libghc-text-doc,
+ libghc-unordered-containers-doc,
+ libghc-yaml-doc,
+Standards-Version: 3.9.6
+Homepage: https://github.com/sol/hpack#readme
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-hpack
+Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
+X-Description: An alternative format for Haskell packages
+
+Package: libghc-hpack-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-hpack-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-hpack-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-hpack-utils
+Architecture: any
+Section: misc
+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}
diff --git a/p/haskell-hpack/debian/copyright b/p/haskell-hpack/debian/copyright
new file mode 100644
index 0000000..a27d5e9
--- /dev/null
+++ b/p/haskell-hpack/debian/copyright
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: hpack
+Upstream-Contact: Simon Hengel <sol at typeful.net>
+Source: https://hackage.haskell.org/package/hpack
+
+Files: *
+Copyright: (No copyright field in cabal file)
+License: MIT
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: MIT
+
+License: MIT
+ Copyright (c) 2014-2016 Simon Hengel <sol at typeful.net>
+ .
+ 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.
diff --git a/p/haskell-hpack/debian/haskell-hpack-utils.install b/p/haskell-hpack/debian/haskell-hpack-utils.install
new file mode 100644
index 0000000..e8f31b8
--- /dev/null
+++ b/p/haskell-hpack/debian/haskell-hpack-utils.install
@@ -0,0 +1 @@
+dist-ghc/build/hpack/hpack usr/bin
diff --git a/p/haskell-hpack/debian/rules b/p/haskell-hpack/debian/rules
new file mode 100755
index 0000000..fc94f90
--- /dev/null
+++ b/p/haskell-hpack/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = hpack
+DEB_DEFAULT_COMPILER = ghc
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
+
+build/haskell-hpack-utils:: build-ghc-stamp
diff --git a/p/haskell-hpack/debian/source/format b/p/haskell-hpack/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-hpack/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-hpack/debian/watch b/p/haskell-hpack/debian/watch
new file mode 100644
index 0000000..9a4de5f
--- /dev/null
+++ b/p/haskell-hpack/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/hpack/distro-monitor .*-([0-9\.]+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list