summaryrefslogtreecommitdiff
path: root/p/haskell-configfile/debian
diff options
context:
space:
mode:
authorIain Lane <laney@ubuntu.com>2010-07-03 14:27:56 +0400
committerIain Lane <laney@ubuntu.com>2010-07-03 14:27:56 +0400
commit80112e1408f0acdb6e2a369bb138b71c26e5b992 (patch)
tree9bf8bb55a06b26d47991c741f70eb629108f7aa0 /p/haskell-configfile/debian
parent715b906c4a52a01d770ee65e6d09a6ccc3786207 (diff)
downloadDHG_packages-80112e1408f0acdb6e2a369bb138b71c26e5b992.tar.gz
haskell-configfile: Standards-Version 3.9.0, use Breaks/Replaces to rename doc package
Diffstat (limited to 'p/haskell-configfile/debian')
-rw-r--r--p/haskell-configfile/debian/changelog1
-rw-r--r--p/haskell-configfile/debian/control4
2 files changed, 4 insertions, 1 deletions
diff --git a/p/haskell-configfile/debian/changelog b/p/haskell-configfile/debian/changelog
index 9156ee8f4..835aae7d9 100644
--- a/p/haskell-configfile/debian/changelog
+++ b/p/haskell-configfile/debian/changelog
@@ -4,6 +4,7 @@ haskell-configfile (1.0.6-2) unstable; urgency=low
+ Clean up Build-Depends and bump some minimum versions
+ Slightly rewrite short and long descriptions to be more DHG consistent
+ Rename documentation package
+ + Standards-Version 3.9.0, use Breaks/Replaces to rename doc package
-- Iain Lane <laney@ubuntu.com> Sat, 03 Jul 2010 10:59:50 +0100
diff --git a/p/haskell-configfile/debian/control b/p/haskell-configfile/debian/control
index c33b828ed..e7fc52d5a 100644
--- a/p/haskell-configfile/debian/control
+++ b/p/haskell-configfile/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep: ghc6-doc (>= 6.12),
libghc6-missingh-doc (>= 1.0.3.2),
libghc6-regex-compat-doc,
libghc6-mtl-doc
-Standards-Version: 3.8.3
+Standards-Version: 3.9.0
Section: haskell
Homepage: http://software.complete.org/configfile
Vcs-Git: git://git.debian.org/git/pkg-haskell/haskell-configfile.git
@@ -44,6 +44,8 @@ Package: libghc6-configfile-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${haskell:Depends}
+Breaks: configfile-doc (<< 1.0.6-2)
+Replaces: configfile-doc (<< 1.0.6-2)
Description: Parser and writer for sectioned config files in Haskell; documentation
This package provides the documentation for a library for the Haskell
programming language. See http://www.haskell.org/ for more information on