debian/0000755000000000000000000000000012151616375007175 5ustar debian/watch0000644000000000000000000000032212071566535010226 0ustar version=3 opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ filenamemangle=s|(.*)/$|HSH-$1.tar.gz|" \ http://hackage.haskell.org/packages/archive/HSH \ ([\d\.]*\d)/ debian/rules0000755000000000000000000000050012071566437010254 0ustar #!/usr/bin/make -f # Standard way of building Haskell libraries . include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk # If no threaded RTS is found, disable it DEB_SETUP_GHC6_CONFIGURE_ARGS := $(shell test -e /usr/lib/ghc-$(GHC6_VERSION)/libHSrts_thr.a || echo --flags=-threaded) debian/copyright0000644000000000000000000000406412071566437011140 0ustar This is hdbc-postgresql, written and maintained by John Goerzen on Tue, 27 Dec 2005 16:57:21 -0600. The original source can always be found at: ftp://ftp.debian.org/dists/unstable/main/source/ The Darcs repository for this program can be accessed with: darcs get --partial http://darcs.complete.org/hdbc-postgresql Copyright (C) 2005, 2006 John Goerzen This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU Lesser General Public License can be found in `/usr/share/common-licenses/LGPL'. ------------------------------------------------------------------ pgtypes.h comes from the psqlodbc distribution, which bears this copyright: Copyright (C) 1998 Insight Distribution Systems Copyright (C) 1998 - 2005 The PostgreSQL Global Development Group Multibyte support was added by Sankyo Unyu Service, (C) 2001. The code contained in this library is based on code written by Christian Czezatke and Dan McGuirk, (C) 1996. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Most of pgtypes.h was removed by John Goerzen since it was not relevant for this task.debian/source/0000755000000000000000000000000012147744160010474 5ustar debian/source/format0000644000000000000000000000001412147744160011702 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212147620565010374 0ustar 9 debian/control0000644000000000000000000000550712147621355010606 0ustar Source: haskell-hsh Priority: optional Maintainer: Debian Haskell Group Uploaders: John Goerzen Build-Depends: cdbs, debhelper (>= 9), ghc (>= 6.12), ghc-doc (>= 6.12), ghc-prof (>= 6.12), haddock, haskell-devscripts (>= 0.8.13), hscolour, libghc-hslogger-dev (>= 1.0.8-2~), libghc-hslogger-doc (>= 1.0.8-2~), libghc-hslogger-prof (>= 1.0.8-2~), libghc-missingh-dev (>= 1.1.0.1-1~), libghc-missingh-doc (>= 1.1.0.1-1~), libghc-missingh-prof (>= 1.1.0.1-1~), libghc-mtl-dev, libghc-mtl-doc, libghc-mtl-prof Standards-Version: 3.9.4 Section: haskell Homepage: http://software.complete.org/hsh Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-hsh Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-hsh Package: libghc-hsh-dev Section: haskell Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Library to mix shell scripting with Haskell programs HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. Package: libghc-hsh-prof Section: haskell Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Library to mix shell scripting with Haskell programs; profiling HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. . This package contains the HSH library compiled for profiling support Package: libghc-hsh-doc Section: haskell Architecture: any Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Library to mix shell scripting with Haskell programs; documentation HSH is designed to let you mix and match shell expressions with Haskell programs. With HSH, it is possible to easily run shell commands, capture their output or provide their input, and pipe them to/from other shell commands and arbitrary Haskell functions at will. . This package contains the hyperlinked documentation for the HSH library debian/changelog0000644000000000000000000001353212151616375011053 0ustar haskell-hsh (2.1.0-2build1) saucy; urgency=low * Rebuild for new GHC ABIs. -- Colin Watson Thu, 30 May 2013 10:33:49 +0100 haskell-hsh (2.1.0-2) unstable; urgency=low * Enable compat level 9 * Bump standards version to 3.9.4 -- Joachim Breitner Fri, 24 May 2013 12:50:59 +0200 haskell-hsh (2.1.0-1) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Change Vcs headers to Darcs * Add watch file * New upstream release * New upstream release -- Joachim Breitner Thu, 07 Feb 2013 21:39:37 +0100 haskell-hsh (2.0.3-6) unstable; urgency=low * Sourceful upload to rebuild documentation package -- Joey Hess Mon, 27 Feb 2012 19:37:21 -0400 haskell-hsh (2.0.3-5) unstable; urgency=low * Fix detection of threaded runtime (include hlibrary.mk first!) -- Joachim Breitner Sat, 04 Jun 2011 22:31:50 +0200 haskell-hsh (2.0.3-4) unstable; urgency=low * [482498f] s/ghc6/ghc/ * [4295e79] Standards-Version → 3.9.2, no changes required * [9b4826d] Use haskell substvars * [01f9b9f] Add -prof package * [fd18206] Remove unnecessary debian/dirs file * [1d409fc] Add -doc package * [9df42f2] BD on backport-safe versions -- Iain Lane Mon, 30 May 2011 23:23:33 +0100 haskell-hsh (2.0.3-3) unstable; urgency=low * Add threaded flag to cabal file and implement logic in debian/rules to detect whether a threaded runtime is available at build time. (Closes: #542842) -- Joachim Breitner Fri, 07 May 2010 19:44:27 +0200 haskell-hsh (2.0.3-2) unstable; urgency=low [ Erik de Castro Lopo ] * NMU upload ok-ed by regular maintainer. * debian/rules - Convert to hlibrary.mk (dh_haskell was removed to haskell-devscripts). * debian/control - Depend on haskell-devscripts >= 0.6.18. - Move Build-Depends-Indeps to Build-Depends. - Add hscolour to build deps. - Standards-Version 3.8.3 - Section haskell. * debian/compat - Version 5 [ John Goerzen ] * Rebuild with GHC 6.12. -- John Goerzen Fri, 19 Feb 2010 10:26:33 -0600 haskell-hsh (2.0.3-1) unstable; urgency=low * New upstream version fixes a hang condition in some situations. * Added build-dep on utf8-string. Closes: #536679. * Rebuilt with newer GHC. Closes: #525480. * Switched to Haskell team maintenance. -- John Goerzen Thu, 20 Aug 2009 08:40:48 -0500 haskell-hsh (2.0.0-1) unstable; urgency=low * New upstream release: + Core completely re-implemented in terms of System.Process instead of the POSIX-specific routines. Significant reduction in code size and complexity. Better compatibility. + Simplify and rework several ShellEquivs functions. + Eliminate ShellEquivs functions no longer needed: teeBS, teeFIFOBS, catToBS, catToFIFOBS, catFromBS. + Drop (>|-) operator -- no longer useful * Rebuild with newer GHC. -- John Goerzen Wed, 03 Jun 2009 21:28:05 -0500 haskell-hsh (1.2.6.3) unstable; urgency=low * Rebuild with newer libs. -- John Goerzen Thu, 11 Dec 2008 09:15:40 -0600 haskell-hsh (1.2.6.2) unstable; urgency=low * Rebuild with newer MissingH and hslogger. Closes: #429708. * Use dh_haskell_depends in debian/rules to permanently help fix this problem. -- John Goerzen Fri, 05 Dec 2008 14:13:58 -0600 haskell-hsh (1.2.6.1) unstable; urgency=low * Rebuild with newer MissingH. -- John Goerzen Wed, 23 Apr 2008 02:57:01 -0500 haskell-hsh (1.2.6.0) unstable; urgency=low * Now support ByteString for many operations. -- John Goerzen Thu, 10 Apr 2008 17:47:34 -0500 haskell-hsh (1.2.5.2) unstable; urgency=low * Rebuild against newer hslogger. Closes: #468961. -- John Goerzen Sun, 02 Mar 2008 11:29:56 -0600 haskell-hsh (1.2.5.1) unstable; urgency=low * Rebuild wiht newer regexp. -- John Goerzen Fri, 15 Feb 2008 06:43:18 -0600 haskell-hsh (1.2.5.0) unstable; urgency=low * Updates for GHC 6.8 and 6.8 libs. -- John Goerzen Fri, 11 Jan 2008 03:59:19 -0600 haskell-hsh (1.2.4) unstable; urgency=low * Rebuild for newer libs. Closes: #429708, #432448, #430016. -- John Goerzen Thu, 12 Jul 2007 03:21:30 -0500 haskell-hsh (1.2.3) unstable; urgency=low * Rebuild with newer GHC. -- John Goerzen Wed, 06 Jun 2007 06:52:20 -0500 haskell-hsh (1.2.2) unstable; urgency=low * Rebuild for newer MissingH. Closes: #421452. * Rebuild for newer FilePath. Closes: #419194. -- John Goerzen Thu, 03 May 2007 19:57:14 -0500 haskell-hsh (1.2.1) unstable; urgency=low * Rebuild for newer MissingH. -- John Goerzen Thu, 8 Mar 2007 14:31:13 -0600 haskell-hsh (1.2.0) unstable; urgency=low * Renamed catFromS to echo. * New commands mkdir, glob, bracketCD -- John Goerzen Sat, 3 Mar 2007 08:20:48 -0600 haskell-hsh (1.1.0) unstable; urgency=low * Bumping version number (should have in 1.0.1 due to API change) * New ShellEquivs commands: appendTo, exit * New Commands helpers: runIO, runSL * Fixes to readlink, readlinkabs -- John Goerzen Sat, 3 Mar 2007 08:06:20 -0600 haskell-hsh (1.0.1) unstable; urgency=low * New class to handle the different ways of invoking run. * Many new ways to get results back. -- John Goerzen Thu, 1 Mar 2007 17:41:00 -0600 haskell-hsh (1.0.0) unstable; urgency=low * Initial release. Closes: #413017. -- John Goerzen Thu, 1 Mar 2007 03:00:56 -0600