[med-svn] r3076 - trunk/packages/arb/trunk/debian/patches

tille at alioth.debian.org tille at alioth.debian.org
Sat Jan 31 12:53:56 UTC 2009


Author: tille
Date: 2009-01-31 12:53:56 +0000 (Sat, 31 Jan 2009)
New Revision: 3076

Added:
   trunk/packages/arb/trunk/debian/patches/20_replace_rxp_by_xmllint.patch
Modified:
   trunk/packages/arb/trunk/debian/patches/series
Log:
Use xmllint instead of rxp


Added: trunk/packages/arb/trunk/debian/patches/20_replace_rxp_by_xmllint.patch
===================================================================
--- trunk/packages/arb/trunk/debian/patches/20_replace_rxp_by_xmllint.patch	                        (rev 0)
+++ trunk/packages/arb/trunk/debian/patches/20_replace_rxp_by_xmllint.patch	2009-01-31 12:53:56 UTC (rev 3076)
@@ -0,0 +1,13 @@
+--- arb-0.0.20071207.1.orig/HELP_SOURCE/quietly.pl
++++ arb-0.0.20071207.1/HELP_SOURCE/quietly.pl
+@@ -21,7 +21,9 @@
+ 
+ if ($tool ne 'RXP') { die_usage "Expected 'RXP' as 1st arg (not '$tool')"; }
+ 
+-my $tool_command = "rxp -v -V -V $xmlfile 2>&1 >/dev/null";
++### rxp is quite outdated and thus use xmllint on Debian
++# my $tool_command = "rxp -v -V -V $xmlfile 2>&1 >/dev/null";
++my $tool_command = "xmllint $xmlfile 2>&1 >/dev/null";
+ 
+ my $tool_out = `$tool_command`;
+ if ($? == -1) { die "Failed to execute '$tool_command'" }

Modified: trunk/packages/arb/trunk/debian/patches/series
===================================================================
--- trunk/packages/arb/trunk/debian/patches/series	2009-01-31 12:37:34 UTC (rev 3075)
+++ trunk/packages/arb/trunk/debian/patches/series	2009-01-31 12:53:56 UTC (rev 3076)
@@ -4,5 +4,6 @@
 30_Makefile_main
 20_Makefiles
 ARB_release200712_gcc4.3.1.patch
+20_replace_rxp_by_xmllint.patch
 20_tmpfile_issue.patch
 tmpfile_CVE-2008-5378.patch




More information about the debian-med-commit mailing list