[Pkg-haskell-commits] [SCM] Data type conversions branch, master, updated. debian/1.0.9-1-11-g0dada36
Marco Túlio Gontijo ?==?UTF-8?Q?e Silva
marcot at riseup.net
Thu May 26 10:02:49 UTC 2011
The following commit has been merged in the master branch:
commit 73ad55eb05169016ecc15f3fbb257f5270d5fce9
Author: Marco Túlio Gontijo e Silva <marcot at riseup.net>
Date: Wed May 5 23:13:48 2010 -0300
control: Use versioned Replaces: and Conflicts:
diff --git a/debian/changelog b/debian/changelog
index 83b178c..a42e09b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+haskell-convertible (1.0.9-3) UNRELEASED; urgency=low
+
+ * control: Use versioned Replaces: and Conflicts:
+
+ -- Marco Túlio Gontijo e Silva <marcot at debian.org> Wed, 05 May 2010 23:11:51 -0300
+
haskell-convertible (1.0.9-2) unstable; urgency=low
* debian/control: Rename -doc package.
diff --git a/debian/control b/debian/control
index ba87d6c..d70b33b 100644
--- a/debian/control
+++ b/debian/control
@@ -74,8 +74,8 @@ Description: Typeclasses and instances for converting between types, GHC profili
on GHC and Hugs.
Package: libghc6-convertible-doc
-Replaces: haskell-convertible-doc
-Conflicts: haskell-convertible-doc
+Replaces: haskell-convertible-doc (<< 1.0.9-2)
+Conflicts: haskell-convertible-doc (<< 1.0.9-2)
Provides: haskell-convertible-doc
Section: doc
Architecture: all
--
Data type conversions
More information about the Pkg-haskell-commits
mailing list