[cpl-plugin-vimos] 15/17: Use unified privatelibdir=${libdir}/vimos

Ole Streicher olebole-guest at moszumanska.debian.org
Tue Dec 10 14:13:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-vimos.

commit 7daa99ec2482c808669276102732488407936841
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Tue Dec 10 14:44:02 2013 +0100

    Use unified privatelibdir=${libdir}/vimos
---
 debian/patches/private_libpil.patch | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/patches/private_libpil.patch b/debian/patches/private_libpil.patch
index 5e6eadd..c84657d 100644
--- a/debian/patches/private_libpil.patch
+++ b/debian/patches/private_libpil.patch
@@ -19,7 +19,7 @@ Description: Make the "pil" library private since it should only be used
  [
  
 +    if test -z "$privatelibdir"; then
-+        privatelibdir='${libdir}/${PACKAGE}-${VERSION}'
++        privatelibdir='${libdir}/vimos'
 +    fi
 +
      if test x"$includedir" = x'${prefix}/include'; then
@@ -32,3 +32,14 @@ Description: Make the "pil" library private since it should only be used
 +    AC_SUBST(privatelibdir)
  
  ])
+--- a/acinclude.m4
++++ b/acinclude.m4
+@@ -109,7 +109,7 @@
+     fi
+ 
+     if test -z "$privatelibdir"; then
+-        privatelibdir='${libdir}/${PACKAGE}-${VERSION}'
++        privatelibdir='${libdir}/vimos'
+     fi
+ 
+     if test -z "$pipedocsdir"; then

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-vimos.git



More information about the debian-science-commits mailing list