From: Clint Adams Date: Thu, 27 Oct 2016 22:34:29 +0000 (+0100) Subject: Import haskell-idna_0.3.0-6.debian.tar.xz X-Git-Tag: archive/raspbian/0.3.0-12+rpi1~1^2^2^2^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e03463b78b754d91719a41a31a2f5d16883a0a3a;p=haskell-idna.git Import haskell-idna_0.3.0-6.debian.tar.xz [dgit import tarball haskell-idna 0.3.0-6 haskell-idna_0.3.0-6.debian.tar.xz] --- e03463b78b754d91719a41a31a2f5d16883a0a3a diff --git a/changelog b/changelog new file mode 100644 index 0000000..05c975f --- /dev/null +++ b/changelog @@ -0,0 +1,63 @@ +haskell-idna (0.3.0-6) unstable; urgency=medium + + * Upload to unstable as part of GHC 8 transition. + + -- Clint Adams Thu, 27 Oct 2016 18:34:29 -0400 + +haskell-idna (0.3.0-5) experimental; urgency=medium + + [ Dmitry Bogatov ] + * Use secure (https) uri in Vcs-Git field in 'debian/control' + * Bump standards version to 3.9.8 (no changes needed) + + [ Clint Adams ] + * Temporarily build-depend on ghc 8. + + -- Clint Adams Sun, 16 Oct 2016 19:56:40 -0400 + +haskell-idna (0.3.0-4) unstable; urgency=medium + + * Switch Vcs-Git/Vcs-Browser headers to new location. + + -- Clint Adams Thu, 03 Dec 2015 14:54:39 -0500 + +haskell-idna (0.3.0-3) experimental; urgency=medium + + * Bump standards-version to 3.9.6 + * Depend on haskell-devscripts >= 0.10 to ensure that this package + builds against GHC in experimental + + -- Joachim Breitner Thu, 20 Aug 2015 10:27:59 +0200 + +haskell-idna (0.3.0-2) unstable; urgency=medium + + * Upload to unstable + + -- Joachim Breitner Mon, 27 Apr 2015 11:51:00 +0200 + +haskell-idna (0.3.0-1) experimental; urgency=medium + + * New upstream release + + -- Joachim Breitner Mon, 06 Apr 2015 13:04:26 +0200 + +haskell-idna (0.2-3) experimental; urgency=low + + * Adjust watch file to new hackage layout + * Depend on haskell-devscripts 0.9, found in experimental + + -- Joachim Breitner Sat, 20 Dec 2014 17:11:07 +0100 + +haskell-idna (0.2-2) unstable; urgency=low + + * Enable compat level 9 + * Bump standards version to 3.9.4 + * Use substvars for Haskell description blurbs + + -- Joachim Breitner Fri, 24 May 2013 12:51:10 +0200 + +haskell-idna (0.2-1) experimental; urgency=low + + * Initial release. + + -- Joachim Breitner Sun, 10 Mar 2013 00:49:16 +0100 diff --git a/compat b/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +9 diff --git a/control b/control new file mode 100644 index 0000000..c8a3ff1 --- /dev/null +++ b/control @@ -0,0 +1,79 @@ +Source: haskell-idna +Maintainer: Debian Haskell Group +Uploaders: + Joachim Breitner , +Priority: extra +Section: haskell +Build-Depends: + cdbs, + debhelper (>= 9), + ghc (>= 8), + ghc-prof, + haskell-devscripts (>= 0.13), + libghc-punycode-dev (>= 2.0), + libghc-punycode-prof, + libghc-stringprep-dev (<< 2), + libghc-stringprep-dev (>= 1), + libghc-stringprep-prof, + libghc-text-dev (>= 0.1), + libghc-text-prof, +Build-Depends-Indep: + ghc-doc, + libghc-punycode-doc, + libghc-stringprep-doc, + libghc-text-doc, +Standards-Version: 3.9.8 +Homepage: http://hackage.haskell.org/package/idna +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-idna +Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git + +Package: libghc-idna-dev +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends}, + ${shlibs:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, +Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb} + This package implements the Internationalized Domain Names in Applications + (RFC 3490) encoding. + . + ${haskell:Blurb} + +Package: libghc-idna-prof +Architecture: any +Depends: + ${haskell:Depends}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Provides: + ${haskell:Provides}, +Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb} + This package implements the Internationalized Domain Names in Applications + (RFC 3490) encoding. + . + ${haskell:Blurb} + +Package: libghc-idna-doc +Architecture: all +Section: doc +Depends: + ${haskell:Depends}, + ${misc:Depends}, +Recommends: + ${haskell:Recommends}, +Suggests: + ${haskell:Suggests}, +Description: Implements IDNA (RFC 3490)${haskell:ShortBlurb} + This package implements the Internationalized Domain Names in Applications + (RFC 3490) encoding. + . + ${haskell:Blurb} diff --git a/copyright b/copyright new file mode 100644 index 0000000..2927aaf --- /dev/null +++ b/copyright @@ -0,0 +1,42 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: idna +Upstream-Contact: George Pollard +Source: http://hackage.haskell.org/package/idna + +Files: * +Copyright: 2009 George Pollard +License: idna license + +Files: debian/* +Copyright: 2013 Joachim Breitner +License: idna license + +License: idna license + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. 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. + . + 3. Neither the name of the author nor the names of his contributors + may be used to endorse or promote products derived from this software + without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHORS ``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 AUTHORS 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/rules b/rules new file mode 100755 index 0000000..683e77b --- /dev/null +++ b/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/watch b/watch new file mode 100644 index 0000000..b60a37c --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=3 +http://hackage.haskell.org/package/idna/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))