Package: libedit
Version: 2.11-20080614-1
Status: applied
Debbug: 534515
Description:
 Leaks curses library through the pkg-config file.


diff --git a/debian/libedit.pc b/debian/libedit.pc
index 2ba2fb9..69d0f1b 100644
--- a/debian/libedit.pc
+++ b/debian/libedit.pc
@@ -8,6 +8,6 @@ Description: Not just a replacement library for libreadline and libhistory.
 Version: 2.11
 Requires:
 Requires.private: libbsd
-Libs: -L${libdir} -ledit -lcurses 
-Libs.private:
+Libs: -L${libdir} -ledit
+Libs.private: -lcurses
 Cflags: -I${includedir}
