[cpp-sp] 18/40: Rename library package for upstream SONAME bump

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:42:39 EST 2018


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

scantor pushed a commit to annotated tag debian/2.2.1+dfsg-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=9f8700f8278eae521b634382644f3f97ce4082f3

commit 9f8700f8278eae521b634382644f3f97ce4082f3
Author: Russ Allbery <rra at debian.org>
AuthorDate: Fri Aug 21 11:27:41 2009 -0700

    Rename library package for upstream SONAME bump
---
 debian/changelog                                  | 1 +
 debian/control                                    | 4 ++--
 debian/{libshibsp2.install => libshibsp3.install} | 0
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cdc2662..c0ca267 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ shibboleth-sp2 (2.2.1+dfsg-1) UNRELEASED; urgency=low
     - Fix generated metadata DiscoveryResponse.
     - Fix handling of unsigned responses with encryption.
     - Fix handling of InProcess property.
+  * Rename library package for upstream SONAME bump.
   * Tighten build dependencies and schema package dependencies on
     opensaml2 and xmltooling.
   * Build against Xerces-C 3.0.
diff --git a/debian/control b/debian/control
index 89cecf5..e1921e7 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Description: Federated web single sign-on system (Apache module)
  (web servers providing resources protected by Shibboleth) and the
  supporting shibd daemon.
 
-Package: libshibsp2
+Package: libshibsp3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, opensaml2-schemas (>= 2.2),
@@ -48,7 +48,7 @@ Description: Federated web single sign-on system (runtime)
 Package: libshibsp-dev
 Section: libdevel
 Architecture: any
-Depends: libshibsp2 (= ${binary:Version}), libsaml2-dev, libxerces-c-dev,
+Depends: libshibsp3 (= ${binary:Version}), libsaml2-dev, libxerces-c-dev,
  libxmltooling-dev
 Suggests: libshib2-doc (= ${source:Version})
 Description: Federated web single sign-on system (development)
diff --git a/debian/libshibsp2.install b/debian/libshibsp3.install
similarity index 100%
rename from debian/libshibsp2.install
rename to debian/libshibsp3.install

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list