[Pkg-haskell-commits] [SCM] Debian package for MissingH branch, master, updated. debian/1.1.0.3-1-7-g8a6e579
Iain Lane
laney at ubuntu.com
Sat Jul 3 15:51:16 UTC 2010
The following commit has been merged in the master branch:
commit 088803e2c1c92e7aba6a3e4c0448b4362787f19b
Author: Iain Lane <laney at ubuntu.com>
Date: Sat Jul 3 16:44:16 2010 +0100
Bump Standards-Version
diff --git a/debian/changelog b/debian/changelog
index 1e0dca0..3a610f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ missingh (1.1.0.3-3) UNRELEASED; urgency=low
* debian/control
+ Add -prof package.
+ Update build-deps to current practice
+ + Standards-Version → 3.9.0, replaces Conflicts with Breaks in doc
+ package rename
-- Iain Lane <laney at ubuntu.com> Sat, 03 Jul 2010 16:38:19 +0100
diff --git a/debian/control b/debian/control
index 784045e..843d804 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends: debhelper (>= 7),
libghc6-hslogger-prof (>= 1.0.7.2),
libghc6-regex-compat-prof (>= 0.91),
libghc6-parsec-prof
-Standards-Version: 3.8.4
+Standards-Version: 3.9.0
Section: haskell
Homepage: http://software.complete.org/software/projects/show/missingh
Vcs-Git: git://git.debian.org/git/pkg-haskell/missingh.git
@@ -67,7 +67,7 @@ Architecture: all
Depends: ${misc:Depends}
Provides: missingh-doc
Replaces: missingh-doc (<< 1.1.0.3-2)
-Conflicts: missingh-doc (<< 1.1.0.3-2)
+Breaks: missingh-doc (<< 1.1.0.3-2)
Description: Documentation for Haskell utility library
MissingH is a library of all sorts of utility functions for
Haskell programmers. It is written in pure Haskell and thus should
--
Debian package for MissingH
More information about the Pkg-haskell-commits
mailing list