--- haskell-haxr-3000.2.1.orig/debian/compat +++ haskell-haxr-3000.2.1/debian/compat @@ -0,0 +1 @@ +7 --- haskell-haxr-3000.2.1.orig/debian/changelog +++ haskell-haxr-3000.2.1/debian/changelog @@ -0,0 +1,28 @@ +haskell-haxr (3000.2.1-2build2) natty; urgency=low + + * No-change reuild for haskell library ABI changes. + + -- Michael Bienia Sun, 30 Jan 2011 13:49:45 +0100 + +haskell-haxr (3000.2.1-2build1) maverick; urgency=low + + * No-change rebuild to pick up new library ABIs + + -- Emmet Hikory Thu, 26 Aug 2010 20:13:19 +0900 + +haskell-haxr (3000.2.1-2) unstable; urgency=low + + * debian/control: Remove hscolour from Build-Depends:, since it's now a + Depends: of haskell-devscripts. + * debian/control: Remove haddock from Build-Depends:, since it's now a + Depends: of haskell-devscripts. + * Bump haskell-devscripts dependency to 0.7. + * debian/control: Bump Standards-Version: to 3.8.4, no changes needed. + + -- TANIGUCHI Takaki Fri, 26 Feb 2010 17:07:30 +0900 + +haskell-haxr (3000.2.1-1) unstable; urgency=low + + * Initial release (Closes: #458367) + + -- TANIGUCHI Takaki Thu, 12 Nov 2009 21:44:08 +0900 --- haskell-haxr-3000.2.1.orig/debian/watch +++ haskell-haxr-3000.2.1/debian/watch @@ -0,0 +1,26 @@ +# Example watch control file for uscan +# Rename this file to "watch" and then you can run the "uscan" command +# to check for upstream updates and more. +# See uscan(1) for format + +# Compulsory line, this is a version 3 file +version=3 + +# Uncomment to examine a Webpage +# +#http://www.example.com/downloads.php haskell-haxr-(.*)\.tar\.gz + +# Uncomment to examine a Webserver directory +#http://www.example.com/pub/haskell-haxr-(.*)\.tar\.gz +http://hackage.haskell.org/packages/archive/haxr/([\d\.]+)/haxr-([\d\.]+)\ +.tar\.gz + + +# Uncommment to examine a FTP server +#ftp://ftp.example.com/pub/haskell-haxr-(.*)\.tar\.gz debian uupdate + +# Uncomment to find new files on sourceforge, for devscripts >= 2.9 +# http://sf.net/haskell-haxr/haskell-haxr-(.*)\.tar\.gz + +# Uncomment to find new files on GooglePages +# http://example.googlepages.com/foo.html haskell-haxr-(.*)\.tar\.gz --- haskell-haxr-3000.2.1.orig/debian/libghc6-haxr-doc.lintian-overrides +++ haskell-haxr-3000.2.1/debian/libghc6-haxr-doc.lintian-overrides @@ -0,0 +1,4 @@ +libghc6-haxr-doc: lib-recommends-documentation recommends: ghc6-doc +libghc6-haxr-doc: lib-recommends-documentation recommends: libghc6-mtl-doc +libghc6-haxr-doc: lib-recommends-documentation recommends: libghc6-time-doc + --- haskell-haxr-3000.2.1.orig/debian/copyright +++ haskell-haxr-3000.2.1/debian/copyright @@ -0,0 +1,40 @@ +This work was packaged for Debian by: + + TANIGUCHI Takaki on Thu, 12 Nov 2009 21:44:08 +0900 + +It was downloaded from http://hackage.haskell.org/package/haxr + +Upstream Author: + + Bjorn Bringert + +Copyright: + + Bjorn Bringert, 2003-2006 + +License: + + Redistribution and use in source and binary forms, with or without + modification, are permitted under the terms of the BSD License. + + THIS SOFTWARE IS PROVIDED BY THE REGENTS 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 REGENTS 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. + +On Debian systems, the complete text of the BSD License can be +found in `/usr/share/common-licenses/BSD'. + +The Debian packaging is: + + Copyright (C) 2009 TANIGUCHI Takaki + +and is licensed under the BSD License, +see `/usr/share/common-licenses/BSD'. --- haskell-haxr-3000.2.1.orig/debian/rules +++ haskell-haxr-3000.2.1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f + +DEB_CABAL_PACKAGE = haxr + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/hlibrary.mk --- haskell-haxr-3000.2.1.orig/debian/control +++ haskell-haxr-3000.2.1/debian/control @@ -0,0 +1,61 @@ +Source: haskell-haxr +Section: haskell +Priority: optional +Maintainer: TANIGUCHI Takaki +Build-Depends: cdbs, debhelper (>= 7), haskell-devscripts(>= 0.7), + ghc6, ghc6-prof, ghc6-doc, + libghc6-haxml-dev, libghc6-haxml-prof, haxml-doc, + libghc6-http-dev, libghc6-http-prof, haskell-http-doc, + libghc6-time-dev, libghc6-time-doc, libghc6-time-prof, + libghc6-dataenc-dev, libghc6-dataenc-doc, libghc6-dataenc-prof +Standards-Version: 3.8.4 +Homepage: http://www.haskell.org/haxr/ + +Package: libghc6-haxr-dev +Architecture: any +Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: XML-RPC client and server library for Haskell + HaXR is a library for writing XML-RPC client and server applications in + Haskell. + . + HaXR consists of two packages: haxr and haxr-th. The latter package + contains the Template Haskell code used for automatically deriving + XML-RPC struct representations for Haskell records. + . + This package contains the libraries compiled for GHC 6. + +Package: libghc6-haxr-prof +Architecture: any +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: XML-RPC client and server library for Haskell; profiling library + HaXR is a library for writing XML-RPC client and server applications in + Haskell. + . + HaXR consists of two packages: haxr and haxr-th. The latter package + contains the Template Haskell code used for automatically deriving + XML-RPC struct representations for Haskell records. + . + This package contains the profiling libraries compiled for GHC 6. + +Package: libghc6-haxr-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends}, ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: XML-RPC client and server library for Haskell; documentation + HaXR is a library for writing XML-RPC client and server applications in + Haskell. + . + HaXR consists of two packages: haxr and haxr-th. The latter package + contains the Template Haskell code used for automatically deriving + XML-RPC struct representations for Haskell records. + . + This package contains the libraries documentation.