[SCM] Debian packaging for OpenSAML 2.0 branch, debian, updated. upstream/2.1-56-gfe9881c
Russ Allbery
rra at debian.org
Tue Aug 11 00:18:22 UTC 2009
The following commit has been merged in the debian branch:
commit 5b43b20b41a49c6bf4a6f999b9dccc09ad02de9d
Author: Russ Allbery <rra at debian.org>
Date: Mon Aug 10 16:11:59 2009 -0700
Rename library package for upstream SONAME bump
diff --git a/debian/changelog b/debian/changelog
index a158ae3..d0b9087 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ opensaml2 (2.2-1) UNRELEASED; urgency=low
- Fix cacheDuration handling in metadata parsing.
- Set HTTP no-cache headers when redirecting client to IdP via POST.
- Allow verbs for GET-based bindings to be overridden.
+ * Rename library package for upstream SONAME bump.
* Build against Xerces-C 3.0.
-- Russ Allbery <rra at debian.org> Mon, 10 Aug 2009 15:38:31 -0700
diff --git a/debian/control b/debian/control
index 376af00..cf34fea 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: https://spaces.internet2.edu/display/OpenSAML/Home
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/opensaml2.git
Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/opensaml2.git
-Package: libsaml3
+Package: libsaml4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Security Assertion Markup Language library (runtime)
@@ -25,7 +25,7 @@ Description: Security Assertion Markup Language library (runtime)
Package: libsaml2-dev
Section: libdevel
Architecture: any
-Depends: libsaml3 (= ${binary:Version}), libxmltooling-dev
+Depends: libsaml4 (= ${binary:Version}), libxmltooling-dev
Suggests: libsaml2-doc (= ${source:Version})
Conflicts: libsaml-dev
Description: Security Assertion Markup Language library (development)
diff --git a/debian/libsaml3.install b/debian/libsaml4.install
similarity index 100%
rename from debian/libsaml3.install
rename to debian/libsaml4.install
--
Debian packaging for OpenSAML 2.0
More information about the Pkg-shibboleth-devel
mailing list