[xml/sgml-commit] [xmlsec1] 05/32: Imported Debian patch 1.2.9-2

Rene Engelhard rene at moszumanska.debian.org
Sun Jun 25 17:46:22 UTC 2017


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

rene pushed a commit to branch experimental
in repository xmlsec1.

commit dde3388e6173ad7ad7d732d6e4935b36297c7aa2
Author: John V. Belmonte <jbelmonte at debian.org>
Date:   Thu Jun 8 21:52:55 2006 -0400

    Imported Debian patch 1.2.9-2
---
 debian/changelog | 8 ++++++++
 debian/control   | 8 ++++----
 debian/rules     | 3 +++
 3 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09ddcc4..d5dbb1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xmlsec1 (1.2.9-2) unstable; urgency=low
+
+  * Add engine libraries to depends of dev package
+  * Switch to mozilla libs provided by xulrunner package (Closes: #364382)
+  * Confirm Debian standards 3.7.2
+
+ -- John V. Belmonte <jbelmonte at debian.org>  Thu, 08 Jun 2006 21:52:55 -0400
+
 xmlsec1 (1.2.9-1) unstable; urgency=low
 
   * New upstream release (Closes: #319807)
diff --git a/debian/control b/debian/control
index 593391e..db7647d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: xmlsec1
 Section: text
 Priority: optional
 Maintainer: John V. Belmonte <jbelmonte at debian.org>
-Build-Depends: debhelper (>> 4.0.0), autotools-dev, pkg-config, libxml2-dev, libxslt1-dev, libssl-dev (>= 0.9.7), libgnutls11-dev, libnss-dev (>= 2:1.4)
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>> 4.0.0), autotools-dev, pkg-config, libxml2-dev, libxslt1-dev, libssl-dev (>= 0.9.7), libgnutls11-dev, libnss3-dev
+Standards-Version: 3.7.2
 
 Package: libxmlsec1-dev
 Section: libdevel
 Architecture: any
-Depends: libxmlsec1 (= ${Source-Version}), libc6-dev, libxml2-dev, libxslt1-dev, libssl-dev (>= 0.9.7), libgnutls11-dev, libnss-dev (>= 2:1.4)
+Depends: libxmlsec1 (= ${Source-Version}), libxmlsec1-openssl (= ${Source-Version}), libxmlsec1-gnutls (= ${Source-Version}), libxmlsec1-nss (= ${Source-Version}), libc6-dev, libxml2-dev, libxslt1-dev, libssl-dev (>= 0.9.7), libgnutls11-dev, libnss3-dev
 Description: Development files for the XML security library
  The XML Security Library is a C library that implements these XML standards:
  .
@@ -57,7 +57,7 @@ Description: Gnutls engine for the XML security library
 Package: libxmlsec1-nss
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, libnss3 (>= 2:1.4), libnspr4 (>= 2:1.4)
+Depends: ${shlibs:Depends}
 Description: Nss engine for the XML security library
  The XML Security Library implements standards related to secure handling
  of XML data.
diff --git a/debian/rules b/debian/rules
index 382ef69..a8461f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,9 @@ config.status: configure
 		cp -f /usr/share/misc/config.sub config.sub
 	-test -r /usr/share/misc/config.guess && \
 		cp -f /usr/share/misc/config.guess config.guess
+	# replace mozilla-nspr/nss package references with xulrunner
+	sed -i -e 's/mozilla-\(nspr\|nss\)/xulrunner-\1/g' \
+		 configure.in configure xmlsec-nss.pc.in
 	./configure \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-xml-sgml/xmlsec1.git



More information about the debian-xml-sgml-commit mailing list