summaryrefslogtreecommitdiff
path: root/p/haskell-edison-api
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-02-20 20:46:22 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2010-02-20 20:46:22 +0300
commit9545aab064d10a4e6bba199e3ba08a9669779cc6 (patch)
tree343e58047c21a48bc97491096d3aa91559a82d11 /p/haskell-edison-api
parentaa03cdec65cbf601280f431bfdbc977b4f5238b5 (diff)
downloadDHG_packages-9545aab064d10a4e6bba199e3ba08a9669779cc6.tar.gz
haskell-edison-api: Bump haskell-devscripts dependency to 0.7
Diffstat (limited to 'p/haskell-edison-api')
-rw-r--r--p/haskell-edison-api/debian/changelog4
-rw-r--r--p/haskell-edison-api/debian/control18
2 files changed, 13 insertions, 9 deletions
diff --git a/p/haskell-edison-api/debian/changelog b/p/haskell-edison-api/debian/changelog
index 220445527..18a8f78d7 100644
--- a/p/haskell-edison-api/debian/changelog
+++ b/p/haskell-edison-api/debian/changelog
@@ -1,5 +1,6 @@
haskell-edison-api (1.2.1-12) UNRELEASED; urgency=low
+ [ Marco TĂșlio Gontijo e Silva ]
* debian/control: Change Priority: to extra.
* debian/watch: Use format that works for --download-current-version.
* debian/watch: Add .tar.gz to downloaded filename.
@@ -15,6 +16,9 @@ haskell-edison-api (1.2.1-12) UNRELEASED; urgency=low
Depends: of haskell-devscripts.
* debian/control: Bump Standards-Version: to 3.8.4, no changes needed.
+ [ Joachim Breitner ]
+ * Bump haskell-devscripts dependency to 0.7
+
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:30:52 -0200
haskell-edison-api (1.2.1-11) unstable; urgency=low
diff --git a/p/haskell-edison-api/debian/control b/p/haskell-edison-api/debian/control
index ae09d4dae..6af4ddaf9 100644
--- a/p/haskell-edison-api/debian/control
+++ b/p/haskell-edison-api/debian/control
@@ -4,16 +4,16 @@ Priority: extra
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Build-Depends: cdbs
, debhelper (>= 7)
- , ghc6 (>= 6.10.3-3)
- , ghc6-prof (>= 6.10.3-3)
- , haskell-devscripts (>= 0.6.15+nmu12)
- , libghc6-mtl-dev (>= 1.1.0.2-7)
- , libghc6-mtl-prof
+ , haskell-devscripts (>= 0.7)
, cpphs
- , hugs (>= 98.200609.21)
- , libhugs-mtl
+ , ghc6
+ , ghc6-prof
, ghc6-doc
+ , libghc6-mtl-dev
+ , libghc6-mtl-prof
, libghc6-mtl-doc
+ , hugs (>= 98.200609.21)
+ , libhugs-mtl
Standards-Version: 3.8.4
Homepage: http://www.cs.princeton.edu/~rdockins/edison/home/
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-edison-api
@@ -22,7 +22,7 @@ Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-
Package: libghc6-edison-api-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: libghc6-edison-core-dev
+Recommends: libghc6-edison-core-dev, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library of efficent, purely-functional data structures
@@ -42,7 +42,7 @@ Description: Haskell library of efficent, purely-functional data structures
Package: libghc6-edison-api-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Recommends: libghc6-edison-core-prof
+Recommends: libghc6-edison-core-prof, ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Haskell library of data structures; profiling libraries