Install all development files under /usr

This commit is contained in:
Laurent Bigonville 2012-08-13 01:11:45 +02:00
parent b8b31887a5
commit 2904bfac3c
6 changed files with 30 additions and 7 deletions

View file

@ -0,0 +1,20 @@
Description: Adjust .pc paths to install development files to /usr
Author: Laurent Bigonville <bigon@debian.org>
Forwarded: not-needed
--- a/lib/libnutscan.pc.in
+++ b/lib/libnutscan.pc.in
@@ -1,4 +1,4 @@
-prefix=@prefix@
+prefix=/usr
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
--- a/lib/libupsclient.pc.in
+++ b/lib/libupsclient.pc.in
@@ -1,4 +1,4 @@
-prefix=@prefix@
+prefix=/usr
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

View file

@ -1 +1,2 @@
0003-install-dev-files-in-usr.patch
0002-nut-monitor-paths.patch