Use "Security Assertion Markup Language" in short description
authorRuss Allbery <rra@debian.org>
Tue, 17 Jun 2008 03:05:37 +0000 (20:05 -0700)
committerRuss Allbery <rra@debian.org>
Tue, 17 Jun 2008 03:05:37 +0000 (20:05 -0700)
SAML repeats the package name, so we may as well take advantage of
the opportunity to expand the acronym.  Open source is redundant
since everything in Debian main is open source.

debian/control

index 150891d..fc16e78 100644 (file)
@@ -14,7 +14,7 @@ Package: libsaml2
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Open source SAML library (runtime)
+Description: Security Assertion Markup Language library (runtime)
  OpenSAML is an open source implementation of the OASIS Security Assertion
  Markup Language Specification. It contains a set of open source C++ classes
  that support the SAML 1.0, 1.1, and 2.0 specifications.
@@ -28,7 +28,7 @@ Architecture: any
 Depends: libsaml2 (= ${binary:Version}), libxmltooling-dev
 Suggests: libsaml2-doc (= ${source:Version})
 Conflicts: libsaml-dev
-Description: Open source SAML library (development)
+Description: Security Assertion Markup Language library (development)
  OpenSAML is an open source implementation of the OASIS Security Assertion
  Markup Language Specification. It contains a set of open source C++ classes
  that support the SAML 1.0, 1.1, and 2.0 specifications.
@@ -52,7 +52,7 @@ Package: opensaml2-schemas
 Section: text
 Architecture: all
 Conflicts: opensaml-schemas
-Description: XML schemas for OpenSAML
+Description: Security Assertion Markup Language library (XML schemas)
  OpenSAML is an open source implementation of the OASIS Security Assertion
  Markup Language Specification. It contains a set of open source C++ classes
  that support the SAML 1.0, 1.1, and 2.0 specifications.
@@ -62,7 +62,7 @@ Description: XML schemas for OpenSAML
 Package: libsaml2-doc
 Section: doc
 Architecture: all
-Description: Open source SAML library (API docs)
+Description: Security Assertion Markup Language library (API docs)
  OpenSAML is an open source implementation of the OASIS Security Assertion
  Markup Language Specification. It contains a set of open source C++ classes
  that support the SAML 1.0, 1.1, and 2.0 specifications.