Rename library package for upstream SONAME bump
authorRuss Allbery <rra@debian.org>
Tue, 10 Nov 2009 23:53:02 +0000 (15:53 -0800)
committerRuss Allbery <rra@debian.org>
Tue, 10 Nov 2009 23:53:02 +0000 (15:53 -0800)
debian/changelog
debian/control
debian/libshibsp4.install [moved from debian/libshibsp3.install with 100% similarity]

index 33c147f..1242796 100644 (file)
@@ -19,6 +19,7 @@ shibboleth-sp2 (2.3+dfsg-1) UNRELEASED; urgency=high
     - Use an ID rather than a whole doc reference for generated metadata.
     - Fix spelling of scopeDelimiter in the configuration parser, making
       the code and documentation match the schema.
+  * Rename library package for upstream SONAME bump.
   * Tighten build and package dependencies on xmltooling and opensaml2 to
     require the versions with the security fix.
   * Fix watch file for the new version mangling.
index 9a48a7d..8c2d0ca 100644 (file)
@@ -31,7 +31,7 @@ Description: Federated web single sign-on system (Apache module)
  (web servers providing resources protected by Shibboleth) and the
  supporting shibd daemon.
 
-Package: libshibsp3
+Package: libshibsp4
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, opensaml2-schemas (>= 2.3),
@@ -49,7 +49,7 @@ Description: Federated web single sign-on system (runtime)
 Package: libshibsp-dev
 Section: libdevel
 Architecture: any
-Depends: libshibsp3 (= ${binary:Version}), libsaml2-dev (>= 2.3),
+Depends: libshibsp4 (= ${binary:Version}), libsaml2-dev (>= 2.3),
  libxerces-c-dev, libxmltooling-dev (>= 1.3)
 Suggests: libshib2-doc (= ${source:Version})
 Description: Federated web single sign-on system (development)