Author: drazzib Date: 2010-04-20 21:34:15 +0000 (Tue, 20 Apr 2010) New Revision: 12185
Added: trunk/xmlbeans/debian/README.Debian Removed: trunk/xmlbeans/debian/README.source Modified: trunk/xmlbeans/debian/changelog trunk/xmlbeans/debian/control trunk/xmlbeans/debian/rules Log: * Fix /usr/bin/validate filename conflict with wdg-html-validator: - rename our "validate" to "xsdvalidate". - d/README.Debian: describe this change wrt upstream. (Closes: #578032) * Remove d/README.source since we switched to source format 3.0 Added: trunk/xmlbeans/debian/README.Debian =================================================================== --- trunk/xmlbeans/debian/README.Debian (rev 0) +++ trunk/xmlbeans/debian/README.Debian 2010-04-20 21:34:15 UTC (rev 12185) @@ -0,0 +1,20 @@ +XMLBeans in Debian +=================== + +"xmlbeans" package provide some command-line tools: + * dumpxsb: XSB File Dumper + * inst2xsd: Instance to Schema Tool + * scomp: Schema Compiler + * sdownload: Schema Downloader + * sfactor: Schema Factoring Tool + * svalidate: Streaming Instance Validator + * xsdvalidate: Instance Validator + * xpretty: XML Pretty Printer + * xsd2inst: Schema to Instance Tool + * xsdtree: Schema Type Hierarchy Printer + * xstc: Invoke XSTC + + As you may have noticed, Debian provide an "xsdvalidate" + tool which is in simply named "validate" upstream. + This renaming was done to avoid a filename conflict + with others packages (See BTS#578032 for details). Deleted: trunk/xmlbeans/debian/README.source =================================================================== --- trunk/xmlbeans/debian/README.source 2010-04-20 21:13:43 UTC (rev 12184) +++ trunk/xmlbeans/debian/README.source 2010-04-20 21:34:15 UTC (rev 12185) @@ -1,9 +0,0 @@ -Patch System -============ - -This package uses quilt to manage all modifications to the upstream -source. Changes are stored in the source package as diffs in -debian/patches and applied during the build. - -See /usr/share/doc/quilt/README.source for a detailed explanation. - Modified: trunk/xmlbeans/debian/changelog =================================================================== --- trunk/xmlbeans/debian/changelog 2010-04-20 21:13:43 UTC (rev 12184) +++ trunk/xmlbeans/debian/changelog 2010-04-20 21:34:15 UTC (rev 12185) @@ -1,3 +1,13 @@ +xmlbeans (2.5.0-3) unstable; urgency=low + + * Fix /usr/bin/validate filename conflict with wdg-html-validator: + - rename our "validate" to "xsdvalidate". + - d/README.Debian: describe this change wrt upstream. + (Closes: #578032) + * Remove d/README.source since we switched to source format 3.0 + + -- Damien Raude-Morvan <[email protected]> Tue, 20 Apr 2010 23:29:37 +0200 + xmlbeans (2.5.0-2) unstable; urgency=low [ Damien Raude-Morvan ] Modified: trunk/xmlbeans/debian/control =================================================================== --- trunk/xmlbeans/debian/control 2010-04-20 21:13:43 UTC (rev 12184) +++ trunk/xmlbeans/debian/control 2010-04-20 21:34:15 UTC (rev 12185) @@ -48,7 +48,7 @@ * sdownload: Schema Downloader * sfactor: Schema Factoring Tool * svalidate: Streaming Instance Validator - * validate: Instance Validator + * xsdvalidate: Instance Validator * xpretty: XML Pretty Printer * xsd2inst: Schema to Instance Tool * xsdtree: Schema Type Hierarchy Printer Modified: trunk/xmlbeans/debian/rules =================================================================== --- trunk/xmlbeans/debian/rules 2010-04-20 21:13:43 UTC (rev 12184) +++ trunk/xmlbeans/debian/rules 2010-04-20 21:34:15 UTC (rev 12185) @@ -24,6 +24,8 @@ for TOOL in $(XMLBEANS_TOOLS); do \ dh_install -pxmlbeans bin/$$TOOL /usr/bin/; \ done + # Rename to fix filename conflict: See #578032 + mv debian/xmlbeans/usr/bin/validate debian/xmlbeans/usr/bin/xsdvalidate clean:: _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

