diff options
| author | Marco TĂșlio Gontijo e Silva <marcot@debian.org> | 2010-05-06 00:59:21 +0400 |
|---|---|---|
| committer | =?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?= <=?UTF-8?q?Marco=20T=C3=BAlio=20Gontijo=20e=20Silva?=> | 2010-05-06 00:59:21 +0400 |
| commit | d2dcee548f073728eeec298fb3b12dafa6725aba (patch) | |
| tree | 868b06b2eaf7ee9e417fd50aa0875bc0f798a123 /p/haskell-hsql-postgresql/debian | |
| parent | 56498e871e20806c12ea3f33eeb0ad27bcfb171d (diff) | |
| download | DHG_packages-d2dcee548f073728eeec298fb3b12dafa6725aba.tar.gz | |
haskell-hsql-postgresql: control: Use versioned Replaces: and Conflicts:
Diffstat (limited to 'p/haskell-hsql-postgresql/debian')
| -rw-r--r-- | p/haskell-hsql-postgresql/debian/changelog | 1 | ||||
| -rw-r--r-- | p/haskell-hsql-postgresql/debian/control | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/p/haskell-hsql-postgresql/debian/changelog b/p/haskell-hsql-postgresql/debian/changelog index 31fd820cb..5a04cff25 100644 --- a/p/haskell-hsql-postgresql/debian/changelog +++ b/p/haskell-hsql-postgresql/debian/changelog @@ -2,6 +2,7 @@ haskell-hsql-postgresql (1.7.3-5) UNRELEASED; urgency=low * Fix "Updating the haskell-hsql-postgresql Uploaders list" changing Uploader. (Closes: #576175) + * control: Use versioned Replaces: and Conflicts: -- Marco TĂșlio Gontijo e Silva <marcot@debian.org> Thu, 01 Apr 2010 08:56:31 -0300 diff --git a/p/haskell-hsql-postgresql/debian/control b/p/haskell-hsql-postgresql/debian/control index 27b235fa5..653c065d4 100644 --- a/p/haskell-hsql-postgresql/debian/control +++ b/p/haskell-hsql-postgresql/debian/control @@ -44,8 +44,8 @@ Description: PostgreSQL driver of the HSQL library for GHC6; profiling libraries provides the profiling libraries for the PostgreSQL driver of HSQL. Package: libghc6-hsql-postgresql-doc -Replaces: haskell-hsql-postgresql-doc -Conflicts: haskell-hsql-postgresql-doc +Replaces: haskell-hsql-postgresql-doc (<< 1.7.3-4) +Conflicts: haskell-hsql-postgresql-doc (<< 1.7.3-4) Provides: haskell-hsql-postgresql-doc Section: doc Architecture: all |
