[Pkg-haskell-commits] [SCM] HDBC ODBC support branch, master, updated. debian/2.2.3.0-1-11-g390f63f

Marco Túlio Gontijo ?==?UTF-8?Q?e Silva marcot at riseup.net
Mon May 30 15:44:28 UTC 2011


The following commit has been merged in the master branch:
commit a1a9a59f2904dfce19396223e58460a90e56dbb1
Author: Marco Túlio Gontijo e Silva <marcot at riseup.net>
Date:   Wed May 5 23:13:49 2010 -0300

    control: Use versioned Replaces: and Conflicts:

diff --git a/debian/changelog b/debian/changelog
index b38b6a2..81ae122 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+hdbc-odbc (2.2.3.0-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:52 -0300
+
 hdbc-odbc (2.2.3.0-2) unstable; urgency=low
 
   * debian/control: Rename -doc package.
diff --git a/debian/control b/debian/control
index 9843e5e..c3de716 100644
--- a/debian/control
+++ b/debian/control
@@ -45,8 +45,8 @@ Description: unixODBC HDBC (Haskell Database Connectivity) Driver for GHC
 # This package provides the ODBC database driver for HDBC under Hugs.
 
 Package: libghc6-hdbc-odbc-doc
-Replaces: haskell-hdbc-odbc-doc
-Conflicts: haskell-hdbc-odbc-doc
+Replaces: haskell-hdbc-odbc-doc (<< 2.2.3.0-2)
+Conflicts: haskell-hdbc-odbc-doc (<< 2.2.3.0-2)
 Provides: haskell-hdbc-odbc-doc
 Section: doc
 Architecture: all

-- 
HDBC ODBC support



More information about the Pkg-haskell-commits mailing list