[SCM] Debian packaging for bibutils branch, master, updated. debian/4.12-2-10-g4ad8215

David Bremner bremner at debian.org
Sun Mar 4 23:56:14 UTC 2012


The following commit has been merged in the master branch:
commit 386e7c02b6bc67c03686b6c4d7aaa8812d48cb7e
Author: David Bremner <bremner at debian.org>
Date:   Sun Oct 9 08:48:00 2011 -0300

    remove backslashes from packageconfig_start
    
    This is at the suggestion of Joachim Breitner for fixing Debian bug
    
    Looking at other .pc files, and the docs, it does look like the
    backslashes in the output are a mistake. I'm not sure how (or if) this
    ever worked before.

diff --git a/packageconfig_start b/packageconfig_start
index dc6a745..65ff279 100644
--- a/packageconfig_start
+++ b/packageconfig_start
@@ -1,10 +1,10 @@
 prefix=/usr
-exec_prefix=\${prefix}
-libdir=\${prefix}/lib
-includedir=\${prefix}/include
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include
 
 Name: bibutils
 Description: Converter library for various bibliography formats
 Version: VERSION
-Libs: -L\${libdir} -lbibutils
-Cflags: -I\${includedir}
+Libs: -L${libdir} -lbibutils
+Cflags: -I${includedir}

-- 
Debian packaging for bibutils



More information about the debian-science-commits mailing list