debian/0000755000000000000000000000000012233311021007152 5ustar debian/copyright0000644000000000000000000000160112036251743011122 0ustar This package was debianized by Clint Adams on Wed, 15 Jun 2011 17:49:38 -0000 It was downloaded from http://hackage.haskell.org/package/unlambda Upstream Authors: Ørjan Johansen Don Stewart - http://www.cse.unsw.edu.au/~dons Copyright: 2001 Ørjan Johansen 2006 Don Stewart License: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program 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 General Public License for more details. The text of the GNU GPL can be found in /usr/share/common-licenses/GPL-2 debian/unlambda.manpages0000644000000000000000000000002112233311021012443 0ustar debian/unlambda.1debian/watch0000644000000000000000000000017612224036536010226 0ustar version=3 http://hackage.haskell.org/package/unlambda/distro-monitor .*-([0-9\.]+).(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz))) debian/compat0000644000000000000000000000000212147616350010371 0ustar 9 debian/patches/0000755000000000000000000000000012046665401010621 5ustar debian/patches/series0000644000000000000000000000003512046665401012034 0ustar unlambda_hs_charset_fix.diff debian/patches/unlambda_hs_charset_fix.diff0000644000000000000000000000121612046665401016307 0ustar Index: unlambda-0.1.3/Language/Unlambda.hs =================================================================== --- unlambda-0.1.3.orig/Language/Unlambda.hs 2012-10-31 12:57:28.000000000 -0400 +++ unlambda-0.1.3/Language/Unlambda.hs 2012-11-01 12:45:35.773424569 -0400 @@ -5,7 +5,7 @@ This is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. -Copyright (C) 2001 by Ørjan Johansen +Copyright (C) 2001 by Ørjan Johansen Copyright (C) 2006 by Don Stewart - http://www.cse.unsw.edu.au/~dons This program is free software; you can redistribute it and/or modify debian/control0000644000000000000000000000406012233311021010555 0ustar Source: haskell-unlambda Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Clint Adams Build-Depends: debhelper (>= 9) , cdbs , haskell-devscripts (>= 0.8.15) , ghc , ghc-prof , libghc-mtl-dev , libghc-mtl-prof Build-Depends-Indep: ghc-doc , libghc-mtl-doc Standards-Version: 3.9.4 Homepage: http://hackage.haskell.org/package/unlambda Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-unlambda Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-unlambda Package: libghc-unlambda-dev Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Unlambda interpreter library${haskell:ShortBlurb} It is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. . ${haskell:Blurb} Package: libghc-unlambda-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: Unlambda interpreter library${haskell:ShortBlurb} It is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. . ${haskell:Blurb} Package: libghc-unlambda-doc Section: doc Architecture: all Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: Unlambda interpreter library${haskell:ShortBlurb} It is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. . ${haskell:Blurb} Package: unlambda Architecture: any Depends: ${haskell:Depends} , ${shlibs:Depends} , ${misc:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Provides: ${haskell:Provides} Description: interpreter for the Unlambda language It is an interpreter of the Unlambda language, written in the pure, lazy, functional language Haskell. debian/rules0000755000000000000000000000015512036251744010253 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/unlambda.haskell-binaries0000644000000000000000000000001012233311021014063 0ustar unlambdadebian/unlambda.10000644000000000000000000000067112233311021011023 0ustar .TH UNLAMBDA 1 "October 07 2013" .SH NAME unlambda \- an unlambda programming language interpreter .SH SYNOPSIS .B \fBunlambda\fP .SH DESCRIPTION \fBunlambda\fP reads an unlambda program from the standard input, and prints the processed information to the standard output. .SH OPTIONS None. .SH AUTHOR .nh \fBunlambda\fP was written by Ørjan Johansen and Don Stewart This manual page was written by Raúl Benencia for the Debian Project. debian/changelog0000644000000000000000000000272712233311021011034 0ustar haskell-unlambda (0.1.3-4) unstable; urgency=low [ Joachim Breitner ] * Adjust watch file to new hackage layout [ Raúl Benencia ] * Enable unlambda binary package * Add manpage for the unlambda program -- Raúl Benencia Sun, 27 Oct 2013 19:03:37 -0300 haskell-unlambda (0.1.3-3) unstable; urgency=low * Move Haskell blurb to the end of the description, reduces the impact of #708703 -- Joachim Breitner Sat, 25 May 2013 23:52:49 +0200 haskell-unlambda (0.1.3-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:21 +0200 haskell-unlambda (0.1.3-1) experimental; urgency=low * New upstream version. -- Clint Adams Thu, 01 Nov 2012 12:42:15 -0400 haskell-unlambda (0.1-3) experimental; urgency=low [ Joachim Breitner ] * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change [ Clint Adams ] * Patch to build with GHC 7.6. -- Clint Adams Wed, 31 Oct 2012 04:10:50 +0000 haskell-unlambda (0.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package. -- Clint Adams Thu, 09 Feb 2012 15:08:16 -0500 haskell-unlambda (0.1-1) unstable; urgency=low * Initial release. -- Clint Adams Wed, 15 Jun 2011 13:49:38 -0400 debian/source/0000755000000000000000000000000012036251744010472 5ustar debian/source/format0000644000000000000000000000001412036251744011700 0ustar 3.0 (quilt)