diff options
| author | Joachim Breitner <mail@joachim-breitner.de> | 2010-02-12 18:41:46 +0300 |
|---|---|---|
| committer | Joachim Breitner <mail@joachim-breitner.de> | 2010-02-12 18:41:46 +0300 |
| commit | 1ac69a870abbe1a806e420e314f329851965893c (patch) | |
| tree | a57626d789487dbe97a47faeb66afddbf5dbc4c7 /p/haskell-stm/debian | |
| parent | 0d5a310356783ebb3191d98a414bbc8da154963b (diff) | |
| download | DHG_packages-1ac69a870abbe1a806e420e314f329851965893c.tar.gz | |
haskell-stm: Adopt for the Debian Haskell Group
Diffstat (limited to 'p/haskell-stm/debian')
| -rw-r--r-- | p/haskell-stm/debian/changelog | 6 | ||||
| -rw-r--r-- | p/haskell-stm/debian/compat | 2 | ||||
| -rw-r--r-- | p/haskell-stm/debian/control | 40 | ||||
| -rw-r--r-- | p/haskell-stm/debian/watch | 5 |
4 files changed, 38 insertions, 15 deletions
diff --git a/p/haskell-stm/debian/changelog b/p/haskell-stm/debian/changelog index d97c274d0..067f3d8f0 100644 --- a/p/haskell-stm/debian/changelog +++ b/p/haskell-stm/debian/changelog @@ -1,3 +1,9 @@ +haskell-stm (2.1.1.2-5) UNRELEASED; urgency=low + + * Adopt for the Debian Haskell Group + + -- Joachim Breitner <nomeata@debian.org> Fri, 12 Feb 2010 16:41:46 +0100 + haskell-stm (2.1.1.2-4) unstable; urgency=low * Use hlibrary.mk from haskell-devscripts and remove the local copy. diff --git a/p/haskell-stm/debian/compat b/p/haskell-stm/debian/compat index 7ed6ff82d..7f8f011eb 100644 --- a/p/haskell-stm/debian/compat +++ b/p/haskell-stm/debian/compat @@ -1 +1 @@ -5 +7 diff --git a/p/haskell-stm/debian/control b/p/haskell-stm/debian/control index 1252af14b..d976d358c 100644 --- a/p/haskell-stm/debian/control +++ b/p/haskell-stm/debian/control @@ -1,15 +1,26 @@ 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 +Section: haskell +Priority: extra +Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org> +Uploaders: Joachim Breitner <nomeata@debian.org> +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 -Section: libdevel Architecture: any -Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends} -Suggests: libghc6-stm-prof, libghc6-stm-doc +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. @@ -18,10 +29,10 @@ Description: Haskell Software Transactional Memory library for GHC 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 +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. @@ -33,9 +44,10 @@ Description: Haskell Software Transactional Memory library for GHC; profiling li Package: libghc6-stm-doc Section: doc Architecture: all -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: ghc6-doc -Suggests: libghc6-stm-dev, libghc6-stm-prof +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. diff --git a/p/haskell-stm/debian/watch b/p/haskell-stm/debian/watch new file mode 100644 index 000000000..d466c9cdd --- /dev/null +++ b/p/haskell-stm/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)/ |
