[SCM] Debian packaging for the 2.0 Apache Shibboleth SP branch, debian, updated. upstream/2.0.dfsg1-44-g1cbc1ee

Russ Allbery rra at debian.org
Wed Jun 25 20:59:08 UTC 2008


The following commit has been merged in the debian branch:
commit 49e2749c411d030c34807b01736272eddd352531
Author: Russ Allbery <rra at debian.org>
Date:   Wed Jun 25 13:19:45 2008 -0700

    Break apart and rename library packages
    
    Move the runtime library into libshibsp1 and rename the -dev and -doc
    packages to match the new library name.

diff --git a/debian/control b/debian/control
index 5bf2ef3..b4eced3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/shibboleth-sp2.git
 Package: libapache2-mod-shib2
 Section: web
 Architecture: any
-Depends: ${shlibs:Depends}, xmltooling-schemas, opensaml2-schemas
+Depends: ${shlibs:Depends}
 Recommends: apache2
 Conflicts: libapache2-mod-shib
 Description: Federated web single sign-on system (Apache module)
@@ -27,12 +27,27 @@ Description: Federated web single sign-on system (Apache module)
  establish their identities with their local authentication systems.
  .
  This package contains the Shibboleth Apache module for service providers
- (web servers providing resources protected by Shibboleth).
+ (web servers providing resources protected by Shibboleth) and the
+ supporting shibd daemon.
 
-Package: libshib2-dev
+Package: libshibsp1
+Section: web
+Architecture: any
+Depends: ${shlibs:Depends}, opensaml2-schemas, xmltooling-schemas
+Description: Federated web single sign-on system (runtime)
+ The Shibboleth System is a standards based software package for web
+ single sign-on across or within organizational boundaries.  It supports
+ authorization and attribute exchange using the OASIS SAML 2.0 protocol.
+ Shibboleth allows sites to make informed authorization decisions for
+ individual access of protected online resources while allowing users to
+ establish their identities with their local authentication systems.
+ .
+ This package contains the Shibboleth SP runtime library.
+
+Package: libshibsp-dev
 Section: libdevel
 Architecture: any
-Depends: libapache2-mod-shib2 (= ${binary:Version}), libsaml2-dev, libxerces-c2-dev,
+Depends: libshibsp1 (= ${binary:Version}), libsaml2-dev, libxerces-c2-dev,
  libxmltooling-dev
 Suggests: libshib2-doc (= ${source:Version})
 Description: Federated web single sign-on system (development)
@@ -46,7 +61,7 @@ Description: Federated web single sign-on system (development)
  This package contains the headers and other necessary files to build
  applications that use the Shibboleth SP library.
 
-Package: libshib2-doc
+Package: libshibsp-doc
 Section: doc
 Architecture: all
 Description: Federated web single sign-on system (API docs)
diff --git a/debian/libapache2-mod-shib2.install b/debian/libapache2-mod-shib2.install
index 213bfc9..b25d8d7 100644
--- a/debian/libapache2-mod-shib2.install
+++ b/debian/libapache2-mod-shib2.install
@@ -1,6 +1,5 @@
 debian/tmp/usr/bin
 debian/tmp/usr/sbin
-debian/tmp/usr/lib/lib*.so.*
 debian/tmp/usr/share/xml/shibboleth
 debian/tmp/etc/shibboleth
 debian/tmp/usr/lib/shibboleth
diff --git a/debian/libshib2-doc.doc-base b/debian/libshib2-doc.doc-base
deleted file mode 100644
index 3ca79fc..0000000
--- a/debian/libshib2-doc.doc-base
+++ /dev/null
@@ -1,13 +0,0 @@
-Document: libshib2-doc
-Title: Shibboleth2 API documentation
-Author: Scott Cantor
-Abstract: Doxygen generated HTML documentation of the Shibboleth
- library version 2.
-Section: Programming/C++
-
-Format: HTML
-Index: /usr/share/doc/libshib2-doc/html/index.html
-Files: /usr/share/doc/libshib2-doc/html/*.html
- /usr/share/doc/libshib2-doc/html/*.png
- /usr/share/doc/libshib2-doc/html/*.gif
- /usr/share/doc/libshib2-doc/html/*.css
diff --git a/debian/libshib2-dev.install b/debian/libshibsp-dev.install
similarity index 100%
rename from debian/libshib2-dev.install
rename to debian/libshibsp-dev.install
diff --git a/debian/libshibsp-doc.doc-base b/debian/libshibsp-doc.doc-base
new file mode 100644
index 0000000..bef0bee
--- /dev/null
+++ b/debian/libshibsp-doc.doc-base
@@ -0,0 +1,13 @@
+Document: libshib2-doc
+Title: Shibboleth2 API documentation
+Author: Scott Cantor
+Abstract: Doxygen generated HTML documentation of the Shibboleth
+ library version 2.
+Section: Programming/C++
+
+Format: HTML
+Index: /usr/share/doc/libshibsp-doc/html/index.html
+Files: /usr/share/doc/libshibsp-doc/html/*.html
+ /usr/share/doc/libshibsp-doc/html/*.png
+ /usr/share/doc/libshibsp-doc/html/*.gif
+ /usr/share/doc/libshibsp-doc/html/*.css
diff --git a/debian/libshib2-doc.install b/debian/libshibsp-doc.install
similarity index 100%
rename from debian/libshib2-doc.install
rename to debian/libshibsp-doc.install
diff --git a/debian/libshibsp1.install b/debian/libshibsp1.install
new file mode 100644
index 0000000..c45ebcf
--- /dev/null
+++ b/debian/libshibsp1.install
@@ -0,0 +1 @@
+debian/tmp/usr/lib/lib*.so.*

-- 
Debian packaging for the 2.0 Apache Shibboleth SP



More information about the Pkg-shibboleth-devel mailing list