[SCM] Debian packaging for XMLTooling-C branch, debian, updated. upstream/1.0-43-ga85f5aa
Russ Allbery
rra at debian.org
Wed Jun 18 21:45:41 UTC 2008
The following commit has been merged in the debian branch:
commit c897fcac60d3d1bb13207047b1c5989493b4e2d2
Author: Russ Allbery <rra at debian.org>
Date: Wed Jun 18 14:33:31 2008 -0700
Use the right syntax for Files in debian/copyright
diff --git a/debian/changelog b/debian/changelog
index 4f44806..b2ffb5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ xmltooling (1.0-2) UNRELEASED; urgency=low
* Change package priorities to extra. Xerces-C is extra, so all of the
Shibboleth stack needs to be extra, and realistically it's somewhat of
an edge package in Debian.
+ * Fix copyright file formatting to use the right syntax for Files.
-- Russ Allbery <rra at debian.org> Wed, 18 Jun 2008 14:20:03 -0700
diff --git a/debian/copyright b/debian/copyright
index c70d7c8..e32d365 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,19 +9,19 @@ Files: *
Copyright: 2001-2007 Internet2
License: Apache-2.0
-Files: xmltooling/security/*X509CRL.h xmltooling/security/impl/*X509CRL.cpp
- xmltooling/util/Curl*
+Files: ./xmltooling/security/*X509CRL.h,
+ ./xmltooling/security/impl/*X509CRL.cpp, ./xmltooling/util/Curl*
Copyright: 1999-2007 The Apache Software Foundation
License: Apache-2.0
-Files: schemas/soap-envelope.xsd
+Files: ./schemas/soap-envelope.xsd
Copyright: 2001 Martin Gudgin, Developmentor
2001 W3C (Massachusetts Institute of Technology, Institut National de
Recherche en Informatique et en Automatique, Keio University) All Rights
Reserved. http://www.w3.org/Consortium/Legal/
License: W3C-Software
-Files: schemas/xml.xsd schemas/xmldsig-core-schema.xsd
+Files: ./schemas/xml.xsd, ./schemas/xmldsig-core-schema.xsd
Copyright: 2001 W3C (Massachusetts Institute of Technology, Institut
National de Recherche en Informatique et en Automatique, Keio University)
All Rights Reserved. http://www.w3.org/Consortium/Legal/
--
Debian packaging for XMLTooling-C
More information about the Pkg-shibboleth-devel
mailing list