--- haskell-stm-2.1.1.2.orig/debian/compat +++ haskell-stm-2.1.1.2/debian/compat @@ -0,0 +1 @@ +7 --- haskell-stm-2.1.1.2.orig/debian/changelog +++ haskell-stm-2.1.1.2/debian/changelog @@ -0,0 +1,57 @@ +haskell-stm (2.1.1.2-5build1) maverick; urgency=low + + * No-change rebuild to refreshen dependencies. + + -- Michael Bienia Fri, 02 Jul 2010 15:35:13 +0200 + +haskell-stm (2.1.1.2-5) unstable; urgency=low + + * Adopt for the Debian Haskell Group + + -- Joachim Breitner Fri, 12 Feb 2010 16:42:16 +0100 + +haskell-stm (2.1.1.2-4) unstable; urgency=low + + * Use hlibrary.mk from haskell-devscripts and remove the local copy. + + -- Kari Pahula Wed, 25 Feb 2009 15:12:08 +0200 + +haskell-stm (2.1.1.2-3) unstable; urgency=low + + * Updated hlibrary.mk to put .haddock to -dev package. + + -- Kari Pahula Fri, 20 Feb 2009 09:50:45 +0200 + +haskell-stm (2.1.1.2-2) unstable; urgency=low + + * Fixed hlibrary.mk to scan the local doc dir, not from under /usr. + * Made -prof depend on the ${binary:Version} of -dev. + + -- Kari Pahula Thu, 19 Feb 2009 19:44:49 +0200 + +haskell-stm (2.1.1.2-1) unstable; urgency=low + + * New upstream release + * New maintainer. + * Switched over to use hlibrary.mk and haskell-devscripts. + + -- Kari Pahula Thu, 19 Feb 2009 14:49:29 +0200 + +haskell-stm (2.1.1.0-2) unstable; urgency=low + + * Upgrade to "Generic Haskell cabal library packaging files v10": + * Versioned dependencies are now generated for the Cabal packages we + depend on. + * Use the new ${impl:ghc6:*_deps} variables in debian/control.in. + * Call canonicalise-comma-list on the depends and suggests fields in + control.in. This works around bugs in lintian, where it gets + confused and starts giving spurious warnings. + + -- Ian Lynagh (wibble) Thu, 28 Feb 2008 01:01:46 +0000 + +haskell-stm (2.1.1.0-1) unstable; urgency=low + + * Initial release (used to be part of GHC). + * Using "Generic Haskell cabal library packaging files v9". + + -- Ian Lynagh (wibble) Wed, 21 Nov 2007 01:17:55 +0000 --- haskell-stm-2.1.1.2.orig/debian/watch +++ haskell-stm-2.1.1.2/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="downloadurlmangle=s|archive/([\w\d_-]+)/([\d\.]+)/|archive/$1/$2/$1-$2.tar.gz|,\ +filenamemangle=s|(.*)/$|stm-$1.tar.gz|" \ + http://hackage.haskell.org/packages/archive/stm \ + ([\d\.]*\d)/ --- haskell-stm-2.1.1.2.orig/debian/copyright +++ haskell-stm-2.1.1.2/debian/copyright @@ -0,0 +1,17 @@ +This package was debianised by Ian Lynagh on Wed, +21 Nov 2007. Further packaging by Kari Pahula . +Licensed under GPLv2 or later. + +It was downloaded from +http://hackage.haskell.org/packages/archive/stm/ + +----- + +Upstream Author: The Haskell community. + +Copyright (c) 2004, 2005, The University Court of the University of Glasgow. +All rights reserved. + +BSD licenced. The complete text of the BSD license can be found in +/usr/share/common-licenses/BSD on Debian systems. + --- haskell-stm-2.1.1.2.orig/debian/rules +++ haskell-stm-2.1.1.2/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-stm-2.1.1.2.orig/debian/control +++ haskell-stm-2.1.1.2/debian/control @@ -0,0 +1,58 @@ +Source: haskell-stm +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 +Homepage: http://hackage.haskell.org/package/stm +Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-stm +Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-stm + +Package: libghc6-stm-dev +Architecture: any +Depends: ${haskell:Depends} + , ${shlibs:Depends} + , ${misc:Depends} +Suggests: ${haskell:Suggests} +Provides: ${haskell:Provides} +Description: Haskell Software Transactional Memory library for GHC + This package provides a library for the Haskell programming language. + See http://www.haskell.org/ for more information on Haskell. + . + Provides a Haskell Software Transactional Memory (STM) library. + STM is a modular composable concurrency abstraction. + +Package: libghc6-stm-prof +Architecture: any +Depends: ${haskell:Depends} + , ${misc:Depends} +Provides: ${haskell:Provides} +Description: Haskell Software Transactional Memory library 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. + . + Provides a Haskell Software Transactional Memory (STM) library. + STM is a modular composable concurrency abstraction. + +Package: libghc6-stm-doc +Section: doc +Architecture: all +Depends: ${haskell:Depends} + , ${misc:Depends} +Recommends: ${haskell:Recommends} +Suggests: ${haskell:Suggests} +Description: Haskell Software Transactional Memory library 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. + . + Provides a Haskell Software Transactional Memory (STM) library. + STM is a modular composable concurrency abstraction. +