debian/0000755000000000000000000000000012151073173007166 5ustar debian/watch0000644000000000000000000000035012056627606010227 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|process-extras-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/process-extras \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000015512056627606010261 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/copyright0000644000000000000000000000266712056627606011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: process-extras Upstream-Contact: David Lazar Source: http://hackage.haskell.org/package/process-extras Files: * Copyright: 2012 David Lazar License: process-extras license Files: debian/* Copyright: 2012 Joachim Breitner License: process-extras license License: process-extras license Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: . The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. . THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. debian/source/0000755000000000000000000000000012056627606010500 5ustar debian/source/format0000644000000000000000000000001412056627606011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147616300010364 0ustar 9 debian/control0000644000000000000000000000356712147625410010606 0ustar Source: haskell-process-extras Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-text-dev , libghc-text-prof Build-Depends-Indep: ghc-doc , libghc-text-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/process-extras Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-process-extras Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-process-extras Package: libghc-process-extras-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Extra functionality for the Process library${haskell:ShortBlurb} This libraries provides variants of the System.Process module, based on lazy and strict ByteStrings resp. lazy and strict Text. . ${haskell:Blurb} Package: libghc-process-extras-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Extra functionality for the Process library${haskell:ShortBlurb} This libraries provides variants of the System.Process module, based on lazy and strict ByteStrings resp. lazy and strict Text. . ${haskell:Blurb} Package: libghc-process-extras-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Extra functionality for the Process library${haskell:ShortBlurb} This libraries provides variants of the System.Process module, based on lazy and strict ByteStrings resp. lazy and strict Text. . ${haskell:Blurb} debian/changelog0000644000000000000000000000106512151073173011042 0ustar haskell-process-extras (0.2.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Tue, 28 May 2013 10:18:51 +0100 haskell-process-extras (0.2.0-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:44 +0200 haskell-process-extras (0.2.0-1) experimental; urgency=low * Initial release. -- Joachim Breitner Sun, 02 Dec 2012 11:38:05 +0100