debian/0000755000000000000000000000000012150657653007200 5ustar debian/copyright0000644000000000000000000000077112036251634011130 0ustar 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. debian/watch0000644000000000000000000000032212036251634010216 0ustar 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)/ debian/compat0000644000000000000000000000000212147616330010367 0ustar 9 debian/control0000644000000000000000000000317312150230173010567 0ustar Source: haskell-stm Section: haskell Priority: extra Maintainer: Debian Haskell Group Uploaders: Joachim Breitner Standards-Version: 3.9.4 Build-Depends: debhelper (>= 9) , haskell-devscripts (>= 0.8.15) , cdbs , ghc , ghc-prof , ghc-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: libghc-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${haskell:ShortBlurb} Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. . ${haskell:Blurb} Package: libghc-stm-prof Architecture: any Depends: ${haskell:Depends} , ${misc:Depends} Provides: ${haskell:Provides} Description: Haskell Software Transactional Memory library for GHC${haskell:ShortBlurb} Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. . ${haskell:Blurb} Package: libghc-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${haskell:ShortBlurb} Provides a Haskell Software Transactional Memory (STM) library. STM is a modular composable concurrency abstraction. . ${haskell:Blurb} debian/rules0000755000000000000000000000015512036251634010251 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/hlibrary.mk debian/changelog0000644000000000000000000000645112150657653011060 0ustar haskell-stm (2.4.2-1) unstable; urgency=low * New upstream release -- Joachim Breitner Mon, 27 May 2013 15:29:15 +0200 haskell-stm (2.4-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:45 +0200 haskell-stm (2.4-2) unstable; urgency=low * Enable compat level 9 * Use substvars for Haskell description blurbs -- Joachim Breitner Fri, 24 May 2013 12:52:07 +0200 haskell-stm (2.4-1) experimental; urgency=low * New upstream version. -- Clint Adams Sat, 09 Feb 2013 17:06:56 -0500 haskell-stm (2.3-2) experimental; urgency=low * Depend on haskell-devscripts 0.8.13 to ensure this package is built against experimental * Bump standards version, no change -- Joachim Breitner Sun, 14 Oct 2012 12:02:08 +0200 haskell-stm (2.3-1) unstable; urgency=low * New upstream release -- Joachim Breitner Sun, 13 May 2012 11:33:54 +0200 haskell-stm (2.2.0.1-2) unstable; urgency=low * Sourceful upload to rebuild documentation package. * Bump to Standards-Version 3.9.2. -- Clint Adams Sat, 11 Feb 2012 19:09:31 -0500 haskell-stm (2.2.0.1-1) unstable; urgency=low [ Marco TĂșlio Gontijo e Silva ] * debian/source/format: Use 3.0 (quilt). [ Marco Silva ] * Use ghc instead of ghc6 [ Joachim Breitner ] * New upstream release -- Joachim Breitner Sun, 27 Mar 2011 10:54:50 +0530 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 debian/source/0000755000000000000000000000000012036251634010470 5ustar debian/source/format0000644000000000000000000000001412036251634011676 0ustar 3.0 (quilt)