diff options
author | Theodore Ts'o <tytso@mit.edu> | 2003-05-08 03:33:07 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2003-05-08 03:33:07 -0400 |
commit | 32e7608cf66262c093880e9f60daa361f22a898e (patch) | |
tree | 508832a2294b0db30f6ad288ab018f0ceeafbf3b /debian/control | |
parent | 849b6bc8ec0d4959913ea6f412ac5b6e9939e9ff (diff) | |
download | e2fsprogs-32e7608cf66262c093880e9f60daa361f22a898e.tar.gz |
Update debian changelog
Add replaces field to comerr-dev to resolve a file conflict with
/usr/include/com_err.h and the libkrb5-dev package.
(Closes: #192277)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 73981dcb..798a4e3d 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Priority: extra Depends: ${libcdev:Depends}, libcomerr2 Suggests: doc-base Conflicts: e2fsprogs (<< 1.10-6) -Replaces: e2fslibs-dev (<< 1.33-2) +Replaces: e2fslibs-dev (<< 1.33-2), libkrb5-dev (<< 1.3) Architecture: any Description: The Common Error Description library - headers and static libraries libcomerr is an attempt to present a common error-handling mechanism to |