diff options
author | Clint Adams <clint@debian.org> | 2012-02-25 21:00:19 +0400 |
---|---|---|
committer | Clint Adams <clint@debian.org> | 2012-02-25 21:00:19 +0400 |
commit | 619e489d190292b0a83fe145bb39cf75033a12e5 (patch) | |
tree | c20aa7bc8f084e702156956cdacaa5b46e6d52dc /p/haskell-edison-core | |
parent | 9a61d9afb8cbab356414585e62c4c684f9c445bf (diff) | |
download | DHG_packages-619e489d190292b0a83fe145bb39cf75033a12e5.tar.gz |
haskell-edison-core: Fix -doc dependency.
Diffstat (limited to 'p/haskell-edison-core')
-rw-r--r-- | p/haskell-edison-core/debian/changelog | 7 | ||||
-rw-r--r-- | p/haskell-edison-core/debian/control | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/p/haskell-edison-core/debian/changelog b/p/haskell-edison-core/debian/changelog index 472f8b278..805020675 100644 --- a/p/haskell-edison-core/debian/changelog +++ b/p/haskell-edison-core/debian/changelog @@ -1,3 +1,10 @@ +haskell-edison-core (1.2.1.3-8) unstable; urgency=low + + * Fix -doc dependency. + * Bump to Standards-Version 3.9.3. + + -- Clint Adams <clint@debian.org> Sat, 25 Feb 2012 11:52:18 -0500 + haskell-edison-core (1.2.1.3-7) unstable; urgency=low * Add Replaces/Conflicts on libghc6-*-doc package (Closes: #656431) diff --git a/p/haskell-edison-core/debian/control b/p/haskell-edison-core/debian/control index a10f69544..71c354c95 100644 --- a/p/haskell-edison-core/debian/control +++ b/p/haskell-edison-core/debian/control @@ -20,7 +20,7 @@ Build-Depends: cdbs , libghc-quickcheck1-prof , libghc-quickcheck1-doc , cpphs -Standards-Version: 3.9.2 +Standards-Version: 3.9.3 Homepage: http://www.cs.princeton.edu/~rdockins/edison/home/ Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-edison-core Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-edison-core @@ -69,7 +69,7 @@ Conflicts: haskell-edison-core-doc (<< 1.2.1.3-4), libghc6-edison-core-doc (<< 1 Provides: haskell-edison-core-doc Architecture: all Section: doc -Depends: ${misc:Depends} +Depends: ${misc:Depends}, ${haskell:Depends} Recommends: ${haskell:Recommends} Suggests: ${haskell:Suggests} Description: documentation of the Edison Haskell library |