debian/0000755000000000000000000000000012147643144007174 5ustar debian/watch0000644000000000000000000000035212036251734010222 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|unix-bytestring-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/unix-bytestring \ ([\d\.]*\d)/ debian/control0000644000000000000000000000463612147625442010611 0ustar Source: haskell-unix-bytestring Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof Build-Depends-Indep: ghc-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/unix-bytestring Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unix-bytestring Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unix-bytestring Package: libghc-unix-bytestring-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Unix/POSIX-specific functions for ByteStrings${haskell:ShortBlurb} Provides ByteString file-descriptor based I/O API, designed loosely after the String file-descriptor based I/O API in System.Posix.IO. The functions here wrap standard C implementations of the functions specified by the ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4, Version 2 (`XPG4.2') specifications. . ${haskell:Blurb} Package: libghc-unix-bytestring-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Unix/POSIX-specific functions for ByteStrings${haskell:ShortBlurb} Provides ByteString file-descriptor based I/O API, designed loosely after the String file-descriptor based I/O API in System.Posix.IO. The functions here wrap standard C implementations of the functions specified by the ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4, Version 2 (`XPG4.2') specifications. . ${haskell:Blurb} Package: libghc-unix-bytestring-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Unix/POSIX-specific functions for ByteStrings${haskell:ShortBlurb} Provides ByteString file-descriptor based I/O API, designed loosely after the String file-descriptor based I/O API in System.Posix.IO. The functions here wrap standard C implementations of the functions specified by the ISO/IEC 9945-1:1990 (`POSIX.1') and X/Open Portability Guide Issue 4, Version 2 (`XPG4.2') specifications. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036251734010252 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000166112147643144011052 0ustar haskell-unix-bytestring (0.3.5.4-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:20 +0200 haskell-unix-bytestring (0.3.5.4-1) experimental; urgency=low [ Giovanni Mascellani ] * Team upload. * Fix Homepage: link [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this packages is built against experimental * Bump standards version, no change * New upstream release + Drop patches -- Joachim Breitner Sat, 20 Oct 2012 17:11:00 +0200 haskell-unix-bytestring (0.3.5-2) unstable; urgency=low * Add missing class constraints for GHC 7.4.1. -- Clint Adams Tue, 14 Feb 2012 21:17:22 -0500 haskell-unix-bytestring (0.3.5-1) unstable; urgency=low * Initial release. -- Clint Adams Wed, 01 Feb 2012 07:56:41 -0500 debian/source/0000755000000000000000000000000012036251734010471 5ustar debian/source/format0000644000000000000000000000001412036251734011677 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616347010377 0ustar 9 debian/copyright0000644000000000000000000000712112036251734011125 0ustar === Notes === The following license applies to all code in this package, with the exception of the functions System.Posix.IO.ByteString.fdReadBuf and System.Posix.IO.ByteString.fdWriteBuf. Those functions were copied from the unix package and are subject to the license described in LICENSE-unix, as well as this license. === unix-bytestring license === Copyright (c) 2010, 2011, wren ng thornton. 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 the copyright holders 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. The unix package (source of the functions System.Posix.IO.ByteString.fdReadBuf and System.Posix.IO.ByteString.fdWriteBuf) is under this license: The Glasgow Haskell Compiler License Copyright 2004, The University Court of the University of Glasgow. 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 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.