[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 2786babb7f3ad0743d3772c32778666502899c57
Author: Russ Allbery <rra at debian.org>
Date:   Sat May 24 18:17:57 2008 -0700

    Don't include the SONAME in -dev and -doc packages
    
    Following library packaging best practices, give the -dev and -doc
    packages generic names.  Normally there's no reason to support multiple
    -dev packages for multiple versions of the library in Debian at the
    same time.  Only the runtime library packages need to be coinstallable.

diff --git a/debian/control b/debian/control
index 7196ef2..e885f8b 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Description: XML schemas for XMLTooling
  This package contains the XML schema files used by the XMLTooling
  library.
 
-Package: libxmltooling1-dev
+Package: libxmltooling-dev
 Section: libdevel
 Architecture: any
 Depends: libxmltooling1 (= ${Source-Version})
@@ -50,7 +50,7 @@ Description: C++ XML parsing library with encryption support (development)
  This package contains the headers and other necessary files to build
  applications or libraries that use or extend the XMLTooling library.
 
-Package: libxmltooling1-doc
+Package: libxmltooling-doc
 Section: doc
 Architecture: all
 Description: XMLTooling API Documentation
diff --git a/debian/libxmltooling1-dev.install b/debian/libxmltooling-dev.install
similarity index 100%
rename from debian/libxmltooling1-dev.install
rename to debian/libxmltooling-dev.install
diff --git a/debian/libxmltooling1-doc.doc-base b/debian/libxmltooling-doc.doc-base
similarity index 100%
rename from debian/libxmltooling1-doc.doc-base
rename to debian/libxmltooling-doc.doc-base
diff --git a/debian/libxmltooling1-doc.install b/debian/libxmltooling-doc.install
similarity index 100%
rename from debian/libxmltooling1-doc.install
rename to debian/libxmltooling-doc.install

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list