debian/patches/0003-install-dev-files-in-usr.patch: Also change the prefix in libnutclient.pc.in for consistency
This commit is contained in:
parent
bda57ab3dc
commit
50d4a418ef
2 changed files with 11 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -41,8 +41,10 @@ nut (2.7.4-9) UNRELEASED; urgency=medium
|
||||||
* debian/control: Mark -dev packages as Multi-Arch: same
|
* debian/control: Mark -dev packages as Multi-Arch: same
|
||||||
* Add debian/patches/0001-reproductible-build.patch: Try to make the
|
* Add debian/patches/0001-reproductible-build.patch: Try to make the
|
||||||
documentation reproductible
|
documentation reproductible
|
||||||
|
* debian/patches/0003-install-dev-files-in-usr.patch: Also change the prefix
|
||||||
|
in libnutclient.pc.in for consistency
|
||||||
|
|
||||||
-- Laurent Bigonville <bigon@debian.org> Sun, 28 Jul 2019 00:02:13 +0200
|
-- Laurent Bigonville <bigon@debian.org> Sun, 28 Jul 2019 00:45:57 +0200
|
||||||
|
|
||||||
nut (2.7.4-8) unstable; urgency=medium
|
nut (2.7.4-8) unstable; urgency=medium
|
||||||
|
|
||||||
|
|
|
@ -18,3 +18,11 @@ Forwarded: not-needed
|
||||||
exec_prefix=@exec_prefix@
|
exec_prefix=@exec_prefix@
|
||||||
libdir=@libdir@
|
libdir=@libdir@
|
||||||
includedir=@includedir@
|
includedir=@includedir@
|
||||||
|
--- a/lib/libnutclient.pc.in
|
||||||
|
+++ b/lib/libnutclient.pc.in
|
||||||
|
@@ -1,4 +1,4 @@
|
||||||
|
-prefix=@prefix@
|
||||||
|
+prefix=/usr
|
||||||
|
exec_prefix=@exec_prefix@
|
||||||
|
libdir=@libdir@
|
||||||
|
includedir=@includedir@
|
||||||
|
|
Loading…
Reference in a new issue