diff options
| author | Gergely Nagy <algernon@balabit.hu> | 2012-04-13 14:49:09 +0200 |
|---|---|---|
| committer | Gergely Nagy <algernon@balabit.hu> | 2012-04-13 14:49:09 +0200 |
| commit | 2d6f44348f313f2cfb5b1844f109bc7b9aec5abe (patch) | |
| tree | b5fa5b9a60c01b0cd0ea500d4b3d1d95617c573d | |
| parent | cff95820634a2f3c52767849098e3d8784d94715 (diff) | |
debian: Fix libumberlog-dev's dependency.
Depend on libumberlog1 instead of the old libumberlog0.
Signed-off-by: Gergely Nagy <algernon@balabit.hu>
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 8b93199..697ceb4 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,7 @@ Description: CEE-enhanced syslog library Package: libumberlog-dev Section: libdevel Architecture: any -Depends: libumberlog0 (= ${binary:Version}), pkg-config, ${misc:Depends} +Depends: libumberlog1 (= ${binary:Version}), pkg-config, ${misc:Depends} Description: Development files for the CEE-enhanced syslog library This library serves two purposes: it's either a drop-in replacement for the syslog() system call, in which case it turns the default |
