From 2d6f44348f313f2cfb5b1844f109bc7b9aec5abe Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Fri, 13 Apr 2012 14:49:09 +0200 Subject: debian: Fix libumberlog-dev's dependency. Depend on libumberlog1 instead of the old libumberlog0. Signed-off-by: Gergely Nagy --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') 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 -- cgit