[DHG_packages] 12/16: haskell-network-uri: jessie backport

Joachim Breitner nomeata at moszumanska.debian.org
Sun Jul 26 21:14:27 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 55c048ae9b8c2919e5c76f5fa1d657cc3265a63c
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Sun Jul 26 20:31:27 2015 +0200

    haskell-network-uri: jessie backport
---
 p/haskell-network-uri/debian/changelog     | 24 ++++++++++++
 p/haskell-network-uri/debian/compat        |  1 +
 p/haskell-network-uri/debian/control       | 63 ++++++++++++++++++++++++++++++
 p/haskell-network-uri/debian/copyright     | 42 ++++++++++++++++++++
 p/haskell-network-uri/debian/rules         |  6 +++
 p/haskell-network-uri/debian/source/format |  1 +
 p/haskell-network-uri/debian/watch         |  2 +
 7 files changed, 139 insertions(+)

diff --git a/p/haskell-network-uri/debian/changelog b/p/haskell-network-uri/debian/changelog
new file mode 100644
index 0000000..f902a8c
--- /dev/null
+++ b/p/haskell-network-uri/debian/changelog
@@ -0,0 +1,24 @@
+haskell-network-uri (2.6.0.3-1~bpo8+1) jessie-backports; urgency=medium
+
+  * Rebuild for jessie-backports.
+
+ -- Joachim Breitner <nomeata at debian.org>  Sun, 26 Jul 2015 20:31:17 +0200
+
+haskell-network-uri (2.6.0.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 29 Jun 2015 11:44:19 +0200
+
+haskell-network-uri (2.6.0.1-2) unstable; urgency=medium
+
+  * Upload to unstable
+
+ -- Joachim Breitner <nomeata at debian.org>  Mon, 27 Apr 2015 11:51:58 +0200
+
+haskell-network-uri (2.6.0.1-1) experimental; urgency=low
+
+  [ Christopher Reichert ]
+  * Initial release (Closes: #779024)
+
+ -- Dmitry Bogatov <KAction at gnu.org>  Fri, 27 Feb 2015 20:49:50 +0300
diff --git a/p/haskell-network-uri/debian/compat b/p/haskell-network-uri/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/p/haskell-network-uri/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/p/haskell-network-uri/debian/control b/p/haskell-network-uri/debian/control
new file mode 100644
index 0000000..f864f2b
--- /dev/null
+++ b/p/haskell-network-uri/debian/control
@@ -0,0 +1,63 @@
+Source: haskell-network-uri
+Priority: extra
+Section: haskell
+Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
+Uploaders: Christopher Reichert <creichert07 at gmail.com>, Dmitry Bogatov <KAction at gnu.org>
+Build-Depends: debhelper (>= 9.0),
+ haskell-devscripts (>= 0.9),
+ cdbs,
+ ghc,
+ ghc-prof,
+ libghc-parsec3-dev (>= 3.0),
+ libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-prof
+Build-Depends-Indep: ghc-doc,
+ libghc-parsec3-doc,
+Standards-Version: 3.9.6
+Homepage: http://hackage.haskell.org/package/network-uri
+Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-network-uri
+Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-network-uri
+X-Description: URI manipulation
+ Library defines functions for handling URIs. It presents substantially
+ the same interface as the older GHC Network.URI module, but is implemented
+ using Parsec rather than a Regex library.
+
+Package: libghc-network-uri-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-network-uri-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-network-uri-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}
diff --git a/p/haskell-network-uri/debian/copyright b/p/haskell-network-uri/debian/copyright
new file mode 100644
index 0000000..9f52069
--- /dev/null
+++ b/p/haskell-network-uri/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: network-uri
+Upstream-Contact: Johan Tibell <johan.tibell at gmail.com>
+Source: http://hackage.haskell.org/package/network-uri
+
+Files: *
+Copyright: 2007-2010, Johan Tibell,
+           2002-2010, The University Court of the University of Glasgow.
+	   2004 Graham Klyne
+License: BSD-3-clause
+
+Files: debian/*
+License: BSD-3-clause
+Copyright: held by the contributors mentioned in debian/changelog
+
+License: BSD-3-clause
+ 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 name of the University nor the names of its contributors may be
+ used to endorse or promote products derived from this software without
+ specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE UNIVERSITY COURT OF THE UNIVERSITY OF
+ GLASGOW AND THE 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
+ UNIVERSITY COURT OF THE UNIVERSITY OF GLASGOW OR THE 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-network-uri/debian/rules b/p/haskell-network-uri/debian/rules
new file mode 100755
index 0000000..93df94e
--- /dev/null
+++ b/p/haskell-network-uri/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_CABAL_PACKAGE = network-uri
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/hlibrary.mk
diff --git a/p/haskell-network-uri/debian/source/format b/p/haskell-network-uri/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/p/haskell-network-uri/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/p/haskell-network-uri/debian/watch b/p/haskell-network-uri/debian/watch
new file mode 100644
index 0000000..3ba8125
--- /dev/null
+++ b/p/haskell-network-uri/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://hackage.haskell.org/package/network-uri/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