debian/patch/0002-fix_libupsclient_pc.patch: Fix libupsclient.pc (Closes: #624255)
This commit is contained in:
parent
3323ee6303
commit
06a2c09071
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
11
debian/patches/0002-fix_libupsclient_pc.patch
vendored
Normal file
11
debian/patches/0002-fix_libupsclient_pc.patch
vendored
Normal 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@
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -1 +1,2 @@
|
||||||
0001-fix_spelling_and_typo.patch
|
0001-fix_spelling_and_typo.patch
|
||||||
|
0002-fix_libupsclient_pc.patch
|
||||||
|
|
Loading…
Reference in New Issue
Block a user