summaryrefslogtreecommitdiff
path: root/p/haxml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2010-02-20 20:13:49 +0300
committerJoachim Breitner <mail@joachim-breitner.de>2010-02-20 20:13:49 +0300
commit183a7553f5831694054f3d48a1b09824391570f4 (patch)
treed08f0819019d8fdaa52463bf145db537cca843ca /p/haxml
parentf6404b0736b791c12e7242c405fd719ee057c3e3 (diff)
downloadDHG_packages-183a7553f5831694054f3d48a1b09824391570f4.tar.gz
haxml: Bump haskell-devscripts dependency to 0.7
Diffstat (limited to 'p/haxml')
-rw-r--r--p/haxml/debian/changelog4
-rw-r--r--p/haxml/debian/control12
2 files changed, 11 insertions, 5 deletions
diff --git a/p/haxml/debian/changelog b/p/haxml/debian/changelog
index cfe88a81e..e1f3c3295 100644
--- a/p/haxml/debian/changelog
+++ b/p/haxml/debian/changelog
@@ -1,5 +1,6 @@
haxml (1:1.13.3-2) 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.
@@ -16,6 +17,9 @@ haxml (1:1.13.3-2) UNRELEASED; urgency=low
* debian/control: Remove uneeded Build-Depends: in libghc6-base-doc
and libghc6-haskell98-doc.
+ [ Joachim Breitner ]
+ * Bump haskell-devscripts dependency to 0.7
+
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Tue, 02 Feb 2010 20:31:17 -0200
haxml (1:1.13.3-1) unstable; urgency=low
diff --git a/p/haxml/debian/control b/p/haxml/debian/control
index af578ce88..ce95be6ba 100644
--- a/p/haxml/debian/control
+++ b/p/haxml/debian/control
@@ -4,14 +4,13 @@ Section: haskell
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Erik de Castro Lopo <erikd@mega-nerd.com>
Build-Depends:
- ghc6-doc,
- dctrl-tools,
debhelper (>= 7),
cdbs,
- haskell-devscripts,
+ haskell-devscripts (>= 0.7),
quilt,
- dpkg-dev (>= 1.13.19),
- ghc6, ghc6-prof,
+ ghc6,
+ ghc6-prof,
+ ghc6-doc,
html2text
Standards-Version: 3.8.4
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haxml/
@@ -38,6 +37,7 @@ Description: utilities for using XML documents with Haskell
Package: libghc6-haxml-dev
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: GHC6 libraries for using XML documents with Haskell
@@ -57,6 +57,8 @@ Description: GHC6 libraries for using XML documents with Haskell
Package: libghc6-haxml-prof
Architecture: any
Depends: ${haskell:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: Profiling libraries for the haskell haxml library
.