haskell-idna (0.3.0-6) unstable; urgency=medium
authorClint Adams <clint@debian.org>
Thu, 27 Oct 2016 22:34:29 +0000 (23:34 +0100)
committerClint Adams <clint@debian.org>
Thu, 27 Oct 2016 22:34:29 +0000 (23:34 +0100)
  * Upload to unstable as part of GHC 8 transition.

[dgit import unpatched haskell-idna 0.3.0-6]

1  2 
debian/changelog
debian/compat
debian/control
debian/copyright
debian/rules
debian/source/format
debian/watch

index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..05c975f5a6f8cb39f939ac7df6278f6733ccef79
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,63 @@@
++haskell-idna (0.3.0-6) unstable; urgency=medium
++
++  * Upload to unstable as part of GHC 8 transition.
++
++ -- Clint Adams <clint@debian.org>  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 <clint@debian.org>  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 <clint@debian.org>  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 <nomeata@debian.org>  Thu, 20 Aug 2015 10:27:59 +0200
++
++haskell-idna (0.3.0-2) unstable; urgency=medium
++
++  * Upload to unstable
++
++ -- Joachim Breitner <nomeata@debian.org>  Mon, 27 Apr 2015 11:51:00 +0200
++
++haskell-idna (0.3.0-1) experimental; urgency=medium
++
++  * New upstream release
++
++ -- Joachim Breitner <nomeata@debian.org>  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 <nomeata@debian.org>  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 <nomeata@debian.org>  Fri, 24 May 2013 12:51:10 +0200
++
++haskell-idna (0.2-1) experimental; urgency=low
++
++  * Initial release.
++
++ -- Joachim Breitner <nomeata@debian.org>  Sun, 10 Mar 2013 00:49:16 +0100
diff --cc debian/compat
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..ec635144f60048986bc560c5576355344005e6e7
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++9
diff --cc debian/control
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..c8a3ff19a35fee8d1d3fa9b9fbfd6fa29faa460e
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,79 @@@
++Source: haskell-idna
++Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
++Uploaders:
++ Joachim Breitner <nomeata@debian.org>,
++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}
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..2927aaf472f12e83c828bea316e98eb09c109359
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,42 @@@
++Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
++Upstream-Name: idna
++Upstream-Contact: George Pollard <porges@porg.es>
++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 --cc debian/rules
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..683e77bcfaf05b8f51c0089176116ff1586ccb44
new file mode 100755 (executable)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,4 @@@
++#!/usr/bin/make -f
++
++include /usr/share/cdbs/1/rules/debhelper.mk
++include /usr/share/cdbs/1/class/hlibrary.mk
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..163aaf8d82b6c54f23c45f32895dbdfdcc27b047
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)
diff --cc debian/watch
index 0000000000000000000000000000000000000000,0000000000000000000000000000000000000000..b60a37cdec34ba98de72a96f8507fa91e7efa9db
new file mode 100644 (file)
--- /dev/null
--- /dev/null
@@@ -1,0 -1,0 +1,2 @@@
++version=3
++http://hackage.haskell.org/package/idna/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))