summaryrefslogtreecommitdiff
path: root/p/haskell-stm
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-02-12 18:40:48 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2010-02-12 18:40:48 +0300
commit0d5a310356783ebb3191d98a414bbc8da154963b (patch)
treed5483d9d3bb1ce605278c8717eae8eee1b7ea3cd /p/haskell-stm
parent74b2e782c6e3843061f4bddd970aa0c93bc5a3cb (diff)
downloadDHG_packages-0d5a310356783ebb3191d98a414bbc8da154963b.tar.gz
haskell-stm: Initial check-in
Diffstat (limited to 'p/haskell-stm')
-rw-r--r--p/haskell-stm/debian/changelog45
-rw-r--r--p/haskell-stm/debian/compat1
-rw-r--r--p/haskell-stm/debian/control45
-rw-r--r--p/haskell-stm/debian/copyright16
-rwxr-xr-xp/haskell-stm/debian/rules4
5 files changed, 111 insertions, 0 deletions
diff --git a/p/haskell-stm/debian/changelog b/p/haskell-stm/debian/changelog
new file mode 100644
index 000000000..d97c274d0
--- /dev/null
+++ b/p/haskell-stm/debian/changelog
@@ -0,0 +1,45 @@
+haskell-stm (2.1.1.2-4) unstable; urgency=low
+
+ * Use hlibrary.mk from haskell-devscripts and remove the local copy.
+
+ -- Kari Pahula <kaol@debian.org> 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 <kaol@debian.org> 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 <kaol@debian.org> 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 <kaol@debian.org> 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) <igloo@debian.org> 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) <igloo@debian.org> Wed, 21 Nov 2007 01:17:55 +0000
diff --git a/p/haskell-stm/debian/compat b/p/haskell-stm/debian/compat
new file mode 100644
index 000000000..7ed6ff82d
--- /dev/null
+++ b/p/haskell-stm/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/p/haskell-stm/debian/control b/p/haskell-stm/debian/control
new file mode 100644
index 000000000..1252af14b
--- /dev/null
+++ b/p/haskell-stm/debian/control
@@ -0,0 +1,45 @@
+Source: haskell-stm
+Section: libdevel
+Priority: optional
+Maintainer: Kari Pahula <kaol@debian.org>
+Standards-Version: 3.8.0
+Build-Depends: debhelper (>= 5), haddock (>= 2.4.1-4), hscolour, haskell-devscripts (>= 0.6.15+nmu5), ghc6 (>= 6.10.1+dfsg1-13), ghc6-prof, ghc6-doc, cdbs
+
+Package: libghc6-stm-dev
+Section: libdevel
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Suggests: libghc6-stm-prof, libghc6-stm-doc
+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
+Section: libdevel
+Architecture: any
+Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}, libghc6-stm-dev (= ${binary:Version})
+Suggests: libghc6-stm-doc
+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: ${shlibs:Depends}, ${misc:Depends}
+Recommends: ghc6-doc
+Suggests: libghc6-stm-dev, libghc6-stm-prof
+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.
diff --git a/p/haskell-stm/debian/copyright b/p/haskell-stm/debian/copyright
new file mode 100644
index 000000000..3305e0429
--- /dev/null
+++ b/p/haskell-stm/debian/copyright
@@ -0,0 +1,16 @@
+This package was debianised by Ian Lynagh <igloo@debian.org> on Wed,
+21 Nov 2007. Further packaging by Kari Pahula <kaol@debian.org>.
+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.
diff --git a/p/haskell-stm/debian/rules b/p/haskell-stm/debian/rules
new file mode 100755
index 000000000..683e77bcf
--- /dev/null
+++ b/p/haskell-stm/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