[SCM] Debian packaging for XML-Security-C branch, debian, updated. upstream/1.4.0-66-gf9816a1

Russ Allbery rra at debian.org
Wed Aug 5 20:13:24 UTC 2009


The following commit has been merged in the debian branch:
commit f9816a1273464161da24d745230f2042676fd543
Author: Russ Allbery <rra at debian.org>
Date:   Wed Aug 5 13:13:06 2009 -0700

    Stop building against Xalan
    
    * Stop building against Xalan.  The Xalan packages for Debian have been
      orphaned, the current Xalan release does not support Xerces-C 3.0, and
      porting it is not trivial.

diff --git a/debian/changelog b/debian/changelog
index 1383033..7bf7f75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,9 @@ xml-security-c (1.5.1-1) UNRELEASED; urgency=low
   * Upstream now ships an older version of libtool, so run libtoolize
     during the build.
   * Build against Xerces-C 3.0.
+  * Stop building against Xalan.  The Xalan packages for Debian have been
+    orphaned, the current Xalan release does not support Xerces-C 3.0, and
+    porting it is not trivial.
 
  -- Russ Allbery <rra at debian.org>  Wed, 05 Aug 2009 12:41:25 -0700
 
diff --git a/debian/control b/debian/control
index 7119484..55042f8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: extra
 Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
 Uploaders: Russ Allbery <rra at debian.org>
 Build-Depends: debhelper (>= 5), autoconf, autotools-dev, libtool,
- libssl-dev, libxalan110-dev, libxerces-c-dev
+ libssl-dev, libxerces-c-dev
 Standards-Version: 3.8.2
 Homepage: http://xml.apache.org/security/
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git
diff --git a/debian/rules b/debian/rules
index 8c0c978..d4d41a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ configure-stamp:
 	libtoolize -c -f
 	autoconf
 	./configure CFLAGS="$(CFLAGS)" --prefix=/usr \
-	    --mandir=\$${prefix}/share/man --with-xerces --with-xalan \
+	    --mandir=\$${prefix}/share/man --with-xerces --without-xalan \
 	    --with-openssl $(SYSTEM)
 	touch configure-stamp
 

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list