--- haskell-vty-3.1.8.4.orig/debian/copyright +++ haskell-vty-3.1.8.4/debian/copyright @@ -0,0 +1,51 @@ +This package was debianized by Eric Warmenhoven on +Thu, 06 Mar 2008 16:09:48 -0800. + +It was downloaded from + +Upstream Author: + + Stefan O'Rear + +Copyright: + + + +License: + + The license is BSD-like. Full text follows: + + Copyright Stefan O'Rear 2006 + + 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 Stefan O'Rear 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 Debian packaging is (C) 2008, Eric Warmenhoven and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- haskell-vty-3.1.8.4.orig/debian/control +++ haskell-vty-3.1.8.4/debian/control @@ -0,0 +1,56 @@ +Source: haskell-vty +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Eric Warmenhoven +Build-Depends: cdbs, + debhelper (>= 7), + haskell-devscripts (>= 0.7), + ghc6, + ghc6-prof, + ghc6-doc, + libghc6-terminfo-dev (>= 0.3), + libghc6-terminfo-dev (<< 0.4), + libghc6-terminfo-prof, + libghc6-terminfo-doc, +Standards-Version: 3.8.4 +Homepage: http://hackage.haskell.org/package/vty +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-vty +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-vty + +Package: libghc6-vty-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Terminal interface library for ghc6 + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + Vty is a terminal interface/control library for Haskell. It has a + very easy API. + +Package: libghc6-vty-prof +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Terminal interface library for ghc6; profiling libraries + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + Vty is a terminal interface/control library for Haskell. It has a + very easy API. + +Package: libghc6-vty-doc +Architecture: all +Section: doc +Depends: ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Terminal interface library for ghc6; API documentation + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + Vty is a terminal interface/control library for Haskell. It has a + very easy API. --- haskell-vty-3.1.8.4.orig/debian/watch +++ haskell-vty-3.1.8.4/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|vty-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/vty \ + ([\d\.]*\d)/ --- haskell-vty-3.1.8.4.orig/debian/examples +++ haskell-vty-3.1.8.4/debian/examples @@ -0,0 +1 @@ +test/Test.hs --- haskell-vty-3.1.8.4.orig/debian/rules +++ haskell-vty-3.1.8.4/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- haskell-vty-3.1.8.4.orig/debian/docs +++ haskell-vty-3.1.8.4/debian/docs @@ -0,0 +1,2 @@ +README +TODO --- haskell-vty-3.1.8.4.orig/debian/compat +++ haskell-vty-3.1.8.4/debian/compat @@ -0,0 +1 @@ +7 --- haskell-vty-3.1.8.4.orig/debian/changelog +++ haskell-vty-3.1.8.4/debian/changelog @@ -0,0 +1,78 @@ +haskell-vty (3.1.8.4-2build2) natty; urgency=low + + * Rebuild against new library ABIs + + -- Iain Lane Mon, 24 Jan 2011 16:29:31 +0000 + +haskell-vty (3.1.8.4-2build1) maverick; urgency=low + + * No-change rebuild to pick up new library ABIs + + -- Emmet Hikory Thu, 26 Aug 2010 20:15:47 +0900 + +haskell-vty (3.1.8.4-2) unstable; urgency=low + + [ Marco TĂșlio Gontijo e Silva ] + * debian/control: Change Priority: to extra. + * debian/watch: Use format that works for --download-current-version. + * debian/watch: Add .tar.gz to downloaded filename. + * debian/watch: Include package name in downloaded .tar.gz. + * debian/watch: Remove spaces, since they're not allowed by uscan. + * debian/control: Add field Provides: ${haskell:Provides} to -dev and + -prof packages. + * debian/control: Add Vcs-Darcs: field. + * debian/control: Add Homepage: field. + * debian/control: Use Vcs-Browser: field. + * debian/control: Remove dependency in hscolour, since it's now a + dependency of haskell-devscripts. + * debian/control: Remove haddock from Build-Depends:, since it's now a + Depends: of haskell-devscripts. + * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. + * debian/control: Use more sintetic link in Homepage:. + * debian/control: Remove uneeded Build-Depends: in libghc6-utf8- + string-*. + + [ Joachim Breitner ] + * Bump haskell-devscripts dependency to 0.7 + + -- Joachim Breitner Sat, 20 Feb 2010 16:09:58 +0100 + +haskell-vty (3.1.8.4-1) unstable; urgency=low + + [ Joachim Breitner ] + * Adopt for the Debian Haskell Group + + [ Iain Lane ] + * New upstream release + * debian/control: Update for new build-dependencies + * debian/control: Bump standards-version, add Homepage field + + -- Iain Lane Sun, 12 Jul 2009 17:58:47 +0100 + +haskell-vty (3.0.1-1.2) unstable; urgency=low + + * Depend on hscolour + + -- Joachim Breitner Fri, 10 Jul 2009 11:28:09 +0200 + +haskell-vty (3.0.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Rebuild against current ghc (Closes: 523296, 534064, 517332) + * Change section + * Update to current haskell-devscripts packaging style + + -- Joachim Breitner Fri, 10 Jul 2009 02:41:15 +0200 + +haskell-vty (3.0.1-1) unstable; urgency=low + + * New upstream version. + + -- Eric Warmenhoven Mon, 31 Mar 2008 17:40:43 -0700 + +haskell-vty (3.0.0-1) unstable; urgency=low + + * Initial release. Closes: #470396. + + -- Eric Warmenhoven Thu, 06 Mar 2008 16:09:48 -0800 +