summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p/hdbc-sqlite3/debian/changelog1
-rw-r--r--p/hdbc-sqlite3/debian/control4
2 files changed, 3 insertions, 2 deletions
diff --git a/p/hdbc-sqlite3/debian/changelog b/p/hdbc-sqlite3/debian/changelog
index 2bef46363..dd61db5c8 100644
--- a/p/hdbc-sqlite3/debian/changelog
+++ b/p/hdbc-sqlite3/debian/changelog
@@ -4,6 +4,7 @@ hdbc-sqlite3 (2.3.0.0-3) UNRELEASED; urgency=low
libghc6-hdbc-doc" updating -doc packages in Build-Depends to new
package names. (Closes: #576098)
* Use Build-Depends-Indep.
+ * control: Use versioned Replaces: and Conflicts:
-- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Wed, 31 Mar 2010 21:57:09 -0300
diff --git a/p/hdbc-sqlite3/debian/control b/p/hdbc-sqlite3/debian/control
index 75c432842..3fe8ca782 100644
--- a/p/hdbc-sqlite3/debian/control
+++ b/p/hdbc-sqlite3/debian/control
@@ -46,8 +46,8 @@ Description: Sqlite v3 HDBC (Haskell Database Connectivity) Driver for GHC
# This package provides the Sqlite v3 database driver for HDBC under Hugs.
#
Package: libghc-hdbc-sqlite3-doc
-Replaces: haskell-hdbc-sqlite3-doc
-Conflicts: haskell-hdbc-sqlite3-doc
+Replaces: haskell-hdbc-sqlite3-doc (<< 2.3.0.0-2)
+Conflicts: haskell-hdbc-sqlite3-doc (<< 2.3.0.0-2)
Provides: haskell-hdbc-sqlite3-doc
Section: doc
Architecture: all