debian/patch/0002-fix_libupsclient_pc.patch: Fix libupsclient.pc (Closes: #624255)

This commit is contained in:
Laurent Bigonville 2011-05-07 01:09:58 +02:00
parent 3323ee6303
commit 06a2c09071
3 changed files with 15 additions and 1 deletions

4
debian/changelog vendored
View File

@ -3,8 +3,10 @@ nut (2.6.0-2) UNRELEASED; urgency=low
* debian/nut-snmp.docs: Distribute snmp.txt doc file (Closes: #548295) * debian/nut-snmp.docs: Distribute snmp.txt doc file (Closes: #548295)
* d/p/0001-fix_spelling_and_typo.patch: Update and refresh * d/p/0001-fix_spelling_and_typo.patch: Update and refresh
* debian/nut.lintian-overrides: Fix typo * debian/nut.lintian-overrides: Fix typo
* debian/patch/0002-fix_libupsclient_pc.patch: Fix libupsclient.pc (Closes:
#624255)
-- Laurent Bigonville <bigon@debian.org> Sun, 24 Apr 2011 23:55:12 +0200 -- Laurent Bigonville <bigon@debian.org> Sat, 07 May 2011 01:07:39 +0200
nut (2.6.0-1) unstable; urgency=low nut (2.6.0-1) unstable; urgency=low

View File

@ -0,0 +1,11 @@
diff --git a/lib/libupsclient.pc.in b/lib/libupsclient.pc.in
index eb6826c..4ad31fb 100644
--- a/lib/libupsclient.pc.in
+++ b/lib/libupsclient.pc.in
@@ -9,5 +9,5 @@ nutuser=@RUN_AS_USER@
Name: libupsclient
Description: UPS monitoring with Network UPS Tools
Version: @PACKAGE_VERSION@
-Libs: -L${libdir} -lupsclient @LIBSSL_LDFLAGS@
+Libs: -L${libdir} -lupsclient @LIBSSL_LIBS@
Cflags: -I${includedir} @LIBSSL_CFLAGS@

View File

@ -1 +1,2 @@
0001-fix_spelling_and_typo.patch 0001-fix_spelling_and_typo.patch
0002-fix_libupsclient_pc.patch