[SCM] Debian packaging for XMLTooling-C branch, debian, updated. debian/1.0-1-13-g59a529d

Russ Allbery rra at debian.org
Sun May 25 03:14:05 UTC 2008


The following commit has been merged in the debian branch:
commit 5750614dbd8d32eae1d97b7d6cca932a9d50a81a
Author: Russ Allbery <rra at debian.org>
Date:   Sat May 24 18:15:10 2008 -0700

    Improve package descriptions
    
    Put a bit more information into the package short description.  Rework
    the generic XMLTooling description a bit and include the generic
    description in the documentation package description as well.  Make
    capitalization and phrasing a bit more uniform.

diff --git a/debian/control b/debian/control
index 8cdfcf2..7196ef2 100644
--- a/debian/control
+++ b/debian/control
@@ -14,33 +14,33 @@ Package: libxmltooling1
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: Open source XMLTooling library
+Description: C++ XML parsing library with encryption support (runtime)
  The XMLTooling library contains generic XML parsing and processing
- classes based on the Xerces-C DOM. It adds more powerful facilities
- for declaring element- and type-specific API and implementation
- classes to add value around the DOM, as well as signing and encryption
- support.
+ classes based on the Xerces-C DOM.  It adds more powerful facilities for
+ declaring element- and type-specific API and implementation classes, as
+ well as signing and encryption support.
  .
- This package contains the xmltooling runtime library.
+ This package contains the files necessary for running applications that
+ use the XMLTooling library.
 
 Package: xmltooling-schemas
 Section: text
 Architecture: any
 Description: XML schemas for XMLTooling
  The XMLTooling library contains generic XML parsing and processing
- classes based on the Xerces-C DOM. It adds more powerful facilities
- for declaring element- and type-specific API and implementation
- classes to add value around the DOM, as well as signing and encryption
- support.
+ classes based on the Xerces-C DOM.  It adds more powerful facilities for
+ declaring element- and type-specific API and implementation classes, as
+ well as signing and encryption support.
  .
- This package contains the XMLTooling schema files.
+ This package contains the XML schema files used by the XMLTooling
+ library.
 
 Package: libxmltooling1-dev
 Section: libdevel
 Architecture: any
 Depends: libxmltooling1 (= ${Source-Version})
 Suggests: libxmltooling1-doc (= ${Source-Version})
-Description: XMLTooling development Headers
+Description: C++ XML parsing library with encryption support (development)
  The XMLTooling library contains generic XML parsing and processing
  classes based on the Xerces-C DOM. It adds more powerful facilities
  for declaring element- and type-specific API and implementation
@@ -48,10 +48,17 @@ Description: XMLTooling development Headers
  support.
  .
  This package contains the headers and other necessary files to build
- applications or libraries that use or extend the xmltooling library.
+ applications or libraries that use or extend the XMLTooling library.
 
 Package: libxmltooling1-doc
 Section: doc
 Architecture: all
 Description: XMLTooling API Documentation
- XMLTooling Library API documentation generated by Doxygen.
+ The XMLTooling library contains generic XML parsing and processing
+ classes based on the Xerces-C DOM. It adds more powerful facilities
+ for declaring element- and type-specific API and implementation
+ classes to add value around the DOM, as well as signing and encryption
+ support.
+ .
+ This package contains the XMLTooling library API documentation generated
+ by Doxygen.

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list