[SCM] Debian packaging for XML-Security-C branch, debian, updated. upstream/1.4.0-52-gc5bdb46
Russ Allbery
rra at debian.org
Wed Jun 18 19:59:55 UTC 2008
The following commit has been merged in the debian branch:
commit c5bdb46bacc5a4fc97be8ad9f9c9cd45f2b23374
Author: Russ Allbery <rra at debian.org>
Date: Wed Jun 18 12:59:04 2008 -0700
Include the SONAME in the library *.install
Include the SONAME portion of the library filename in the *.install file
for libxml-security-c14 so that the build will fail if the library name
unexpectedly changes.
diff --git a/debian/changelog b/debian/changelog
index 0cd483e..ec372dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ xml-security-c (1.4.0-2) UNRELEASED; urgency=low
header files are included by XML-Security-C headers.
[ Russ Allbery ]
+ * Include the SONAME portion of the library filename in the *.install
+ file for libxml-security-c14 so that the build will fail if the
+ library name unexpectedly changes.
* Rewrite debian/copyright in the new proposed format.
* Refence the Apache 2.0 license in common-licenses instead of including
a copy.
diff --git a/debian/libxml-security-c14.install b/debian/libxml-security-c14.install
index d0dbfd1..e238847 100644
--- a/debian/libxml-security-c14.install
+++ b/debian/libxml-security-c14.install
@@ -1 +1 @@
-usr/lib/lib*.so.*
+usr/lib/libxml-security-c.so.14*
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list