[DHG_packages] 15/16: haskell-cabal: jessie backport

Joachim Breitner nomeata at moszumanska.debian.org
Sun Jul 26 21:14:28 UTC 2015


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

nomeata pushed a commit to branch jessie-backports
in repository DHG_packages.

commit c6b4a5715c83afcae3b030049f8e5acfa749475f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jul 26 20:38:47 2015 +0200

    haskell-cabal: jessie backport
---
 p/haskell-cabal/debian/changelog                 | 39 +++++++++++++++++
 p/haskell-cabal/debian/compat                    |  1 +
 p/haskell-cabal/debian/control                   | 55 ++++++++++++++++++++++++
 p/haskell-cabal/debian/copyright                 | 47 ++++++++++++++++++++
 p/haskell-cabal/debian/libghc-cabal-doc.doc-base |  8 ++++
 p/haskell-cabal/debian/libghc-cabal-doc.docs     |  1 +
 p/haskell-cabal/debian/rules                     |  9 ++++
 p/haskell-cabal/debian/source/format             |  1 +
 p/haskell-cabal/debian/watch                     |  2 +
 9 files changed, 163 insertions(+)

diff --git a/p/haskell-cabal/debian/changelog b/p/haskell-cabal/debian/changelog
new file mode 100644
index 0000000..6e6b16e
--- /dev/null
+++ b/p/haskell-cabal/debian/changelog
@@ -0,0 +1,39 @@
+haskell-cabal (1.22.1.1-2~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 26 Jul 2015 20:38:45 +0200
+
+haskell-cabal (1.22.1.1-2) unstable; urgency=medium
+
+  * Upload to unstable
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:48:07 +0200
+
+haskell-cabal (1.22.1.1-1) experimental; urgency=medium
+
+  * New upstream version
+  * Remove doc-sources (now distributed by upstream)
+  * Remove quickcheck patch (fixed upstream)
+  * Make debian/copyright comply dep5
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Sun, 15 Mar 2015 13:49:03 +0300
+
+haskell-cabal (1.20.0.2-2) experimental; urgency=medium
+
+  * Depend on haskell-devscripts 0.9, found in experimental
+
+ -- Joachim Breitner <nomeata at debian.org>  Sat, 20 Dec 2014 17:09:43 +0100
+
+haskell-cabal (1.20.0.2-1) unstable; urgency=medium
+
+  * New upstream release
+  * Add patch: quickcheck 2.7 compatibility
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 30 Jul 2014 22:52:23 +0200
+
+haskell-cabal (1.20.0.1-1) unstable; urgency=low
+
+  * Initial release.
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 09 Jun 2014 12:02:18 +0200
diff --git a/p/haskell-cabal/debian/compat b/p/haskell-cabal/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-cabal/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-cabal/debian/control b/p/haskell-cabal/debian/control
new file mode 100644
index 0000000..39f87b8
--- /dev/null
+++ b/p/haskell-cabal/debian/control
@@ -0,0 +1,55 @@
+Source: haskell-cabal
+Section: haskell
+Priority: extra
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Build-Depends: debhelper (>= 9)
+  , cdbs
+  , haskell-devscripts (>= 0.9)
+  , ghc
+  , ghc-prof
+Build-Depends-Indep: ghc-doc
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/Cabal
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-cabal
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-cabal
+X-Description: Framework for packaging Haskell software
+ The Haskell Common Architecture for Building Applications and
+ Libraries: a framework defining a common interface for authors to more
+ easily build their Haskell applications in a portable way.
+
+Package: libghc-cabal-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-cabal-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-cabal-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}
diff --git a/p/haskell-cabal/debian/copyright b/p/haskell-cabal/debian/copyright
new file mode 100644
index 0000000..1c78904
--- /dev/null
+++ b/p/haskell-cabal/debian/copyright
@@ -0,0 +1,47 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Cabal
+Source: http://hackage.haskell.org/package/Cabal
+
+Files: *
+Copyright: 2003-2014, Isaac Jones, Simon Marlow, Martin Sjögren,
+                      Bjorn Bringert, Krasimir Angelov,
+                      Malcolm Wallace, Ross Patterson, Ian Lynagh,
+                      Duncan Coutts, Thomas Schilling,
+                      Johan Tibell, Mikhail Glushenkov
+License: BSD-3-clause
+
+
+Files: debian/*
+Copyright: held by the contributors mentioned in debian/changelog
+License: BSD-3-clause
+
+License: BSD-3-clause
+ All rights reserved.
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are
+ met:
+ .
+     * Redistributions of source code must retain the above copyright
+       notice, this list of conditions and the following disclaimer.
+ .
+     * Redistributions in binary form must reproduce the above
+       copyright notice, this list of conditions and the following
+       disclaimer in the documentation and/or other materials provided
+       with the distribution.
+ .
+     * Neither the name of Isaac Jones nor the names of other
+       contributors may be used to endorse or promote products derived
+       from this software without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
+ "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
+ LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
+ A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
+ OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+ SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+ DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
diff --git a/p/haskell-cabal/debian/libghc-cabal-doc.doc-base b/p/haskell-cabal/debian/libghc-cabal-doc.doc-base
new file mode 100644
index 0000000..7050e17
--- /dev/null
+++ b/p/haskell-cabal/debian/libghc-cabal-doc.doc-base
@@ -0,0 +1,8 @@
+Document: cabal-user-guide
+Title: Cabal User Guide
+Abstract: User documentation for Cabal, the Haskell build and package system.
+Section: Programming/Haskell
+
+Format: html
+Index: /usr/share/doc/libghc-cabal-doc/users-guide/index.html
+Files: /usr/share/doc/libghc-cabal-doc/users-guide/*.html
diff --git a/p/haskell-cabal/debian/libghc-cabal-doc.docs b/p/haskell-cabal/debian/libghc-cabal-doc.docs
new file mode 100644
index 0000000..a5b8b54
--- /dev/null
+++ b/p/haskell-cabal/debian/libghc-cabal-doc.docs
@@ -0,0 +1 @@
+doc/users-guide/
diff --git a/p/haskell-cabal/debian/rules b/p/haskell-cabal/debian/rules
new file mode 100755
index 0000000..ff23d1d
--- /dev/null
+++ b/p/haskell-cabal/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+# DEB_ENABLE_TESTS = yes
+
+clean::
+	find \( -name \*.hi -o -name \*.o \) -delete
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-cabal/debian/source/format b/p/haskell-cabal/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-cabal/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-cabal/debian/watch b/p/haskell-cabal/debian/watch
new file mode 100644
index 0000000..c352ae4
--- /dev/null
+++ b/p/haskell-cabal/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/Cabal/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