debian/0000775000000000000000000000000012260013663007167 5ustar debian/source/0000775000000000000000000000000012116745156010500 5ustar debian/source/format0000664000000000000000000000001412116745156011706 0ustar 3.0 (quilt) debian/copyright0000664000000000000000000000346712116745156011145 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: stringprep Upstream-Contact: George Pollard Source: http://hackage.haskell.org/package/stringprep Files: * Copyright: 2011, George Pollard License: stringprep license Files: debian/* Copyright: 2013 Joachim Breitner License: stringprep license License: stringprep license 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 the 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 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 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. debian/changelog0000664000000000000000000000160212260013663011040 0ustar haskell-stringprep (0.1.5-2build3) trusty; urgency=medium * No change rebuild for new text-icu GHC ABIs. -- Dimitri John Ledkov Sun, 29 Dec 2013 12:38:11 +0000 haskell-stringprep (0.1.5-2build2) trusty; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Mon, 09 Dec 2013 10:44:07 +0000 haskell-stringprep (0.1.5-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 13:34:13 +0100 haskell-stringprep (0.1.5-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:52:08 +0200 haskell-stringprep (0.1.5-1) experimental; urgency=low * Initial release. -- Joachim Breitner Sun, 10 Mar 2013 00:49:17 +0100 debian/control0000664000000000000000000000541512260013664010600 0ustar Source: haskell-stringprep Section: haskell Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-ranges-dev (>= 0.2.2) , libghc-ranges-prof , libghc-text-icu-dev (>= 0.6) , libghc-text-icu-prof , libghc-text-dev (>= 0.9) , libghc-text-prof Build-Depends-Indep: ghc-doc , libghc-ranges-doc , libghc-text-icu-doc , libghc-text-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/stringprep Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stringprep Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stringprep Package: libghc-stringprep-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb} RFC 3454 describes a framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The stringprep protocol is useful for protocol identifier values, company and personal names, internationalized domain names, and other text strings. . ${haskell:Blurb} Package: libghc-stringprep-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb} RFC 3454 describes a framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The stringprep protocol is useful for protocol identifier values, company and personal names, internationalized domain names, and other text strings. . ${haskell:Blurb} Package: libghc-stringprep-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Implements the "StringPrep" algorithm${haskell:ShortBlurb} RFC 3454 describes a framework for preparing Unicode text strings in order to increase the likelihood that string input and string comparison work in ways that make sense for typical users throughout the world. The stringprep protocol is useful for protocol identifier values, company and personal names, internationalized domain names, and other text strings. . ${haskell:Blurb} debian/rules0000775000000000000000000000015512116745156010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/watch0000664000000000000000000000034012116745156010226 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|stringprep-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/stringprep \ ([\d\.]*\d)/ debian/compat0000664000000000000000000000000212147616332010373 0ustar 9