Rename library package for upstream SONAME bump
authorRuss Allbery <rra@debian.org>
Fri, 21 Aug 2009 18:27:41 +0000 (11:27 -0700)
committerRuss Allbery <rra@debian.org>
Fri, 21 Aug 2009 18:27:41 +0000 (11:27 -0700)
debian/changelog
debian/control
debian/libshibsp3.install [moved from debian/libshibsp2.install with 100% similarity]

index cdc2662..c0ca267 100644 (file)
@@ -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.
index 89cecf5..e1921e7 100644 (file)
@@ -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)