--- haskell-x11-xft-0.3.orig/debian/rules +++ haskell-x11-xft-0.3/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-x11-xft-0.3.orig/debian/watch +++ haskell-x11-xft-0.3/debian/watch @@ -0,0 +1,6 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|X11-xft-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/X11-xft \ + ([\d\.]*\d)/ + --- haskell-x11-xft-0.3.orig/debian/control +++ haskell-x11-xft-0.3/debian/control @@ -0,0 +1,74 @@ +Source: haskell-x11-xft +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group +Uploaders: Joachim Breitner +Standards-Version: 3.8.4 +Build-Depends: debhelper (>= 7) + , haskell-devscripts (>= 0.7) + , cdbs + , ghc6 + , ghc6-prof + , ghc6-doc + , libghc6-x11-dev (>= 1.2.1) + , libghc6-x11-doc + , libghc6-x11-prof + , libxft-dev +Homepage: http://hackage.haskell.org/package/X11-xft +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-x11-xft +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-x11-xft + +Package: libghc6-x11-xft-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} + , libxft-dev +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell Xft binding for GHC + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library is a binding to the Xft library. + . + Xft provides a client-side font API for X applications, making the FreeType + font rasterizer available to X clients. Fontconfig is used for font + specification resolution. Where available, the RENDER extension handles glyph + drawing; otherwise, the core X protocol is used. + +Package: libghc6-x11-xft-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Provides: ${haskell:Provides} +Description: Haskell Xft binding for GHC; profiling libraries + This package provides a library for the Haskell programming language, + compiled for profiling. + See http://www.haskell.org/ for more information on Haskell. + . + This library is a binding to the Xft library. + . + Xft provides a client-side font API for X applications, making the FreeType + font rasterizer available to X clients. Fontconfig is used for font + specification resolution. Where available, the RENDER extension handles glyph + drawing; otherwise, the core X protocol is used. + +Package: libghc6-x11-xft-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Haskell Xft binding for GHC; documentation + This package provides the documentation for a library for the Haskell + programming language. + See http://www.haskell.org/ for more information on Haskell. + . + This library is a binding to the Xft library. + . + Xft provides a client-side font API for X applications, making the FreeType + font rasterizer available to X clients. Fontconfig is used for font + specification resolution. Where available, the RENDER extension handles glyph + drawing; otherwise, the core X protocol is used. --- haskell-x11-xft-0.3.orig/debian/copyright +++ haskell-x11-xft-0.3/debian/copyright @@ -0,0 +1,13 @@ +This package was debianised by Joachim Breitner on +Thu, 26 Feb 2009 18:18:23 +0100. +All of the Debian packaging scripts are released into the public domain. + +It was downloaded from +http://hackage.haskell.org/cgi-bin/hackage-scripts/package/X11-xft + +Upstream Author: Clemens Fruhwirth + +Copyright © 2007 Clemens Fruhwirth + +LGPL 2.1 licenced. The complete text of the LGPL 2.1 license can be found in +/usr/share/common-licenses/LGPL-2.1 on Debian systems. --- haskell-x11-xft-0.3.orig/debian/compat +++ haskell-x11-xft-0.3/debian/compat @@ -0,0 +1 @@ +7 --- haskell-x11-xft-0.3.orig/debian/changelog +++ haskell-x11-xft-0.3/debian/changelog @@ -0,0 +1,58 @@ +haskell-x11-xft (0.3-5) unstable; urgency=low + + [ Marco Túlio Gontijo e Silva ] + * 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 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. + + [ Joachim Breitner ] + * Bump haskell-devscripts dependency to 0.7 + * Remove utf8-string dependency, as its bundled in ghc6 now + + -- Joachim Breitner Wed, 17 Feb 2010 21:08:51 +0100 + +haskell-x11-xft (0.3-4) unstable; urgency=low + + [ Joachim Breitner ] + * Take-over by the Debian Haskell Group + + [ Marco Túlio Gontijo e Silva ] + * debian/control: Use one package for line in dependencies. + * debian/control: Use haskell:Recommends and haskell:Suggests. + * debian/control: Remove Suggests: libghc6-x11-doc in -prof package. + * debian/control: Change Priority: to extra. + * debian/watch: Use format that works for --download-current-version. + + [ Joachim Breitner ] + * Bump haskell-x11 dependency + * Change section, bump standards version + + -- Joachim Breitner Mon, 26 Oct 2009 18:10:47 +0100 + +haskell-x11-xft (0.3-3) unstable; urgency=low + + * Rebuilt with ghc6 with arch-independent .haddock and .hi files + + -- Joachim Breitner Sun, 01 Mar 2009 17:33:21 +0100 + +haskell-x11-xft (0.3-2) unstable; urgency=low + + * Rebuilt with ghc6 with arch-independent .haddock files + * Add build-dependency on haskell-utf8-string + + -- Joachim Breitner Sat, 28 Feb 2009 12:06:40 +0100 + +haskell-x11-xft (0.3-1) unstable; urgency=low + + * Initial release + + -- Joachim Breitner Thu, 26 Feb 2009 18:23:00 +0100