[Pkg-ruby-extras-maintainers] r865 - packages-wip tools/ruby-pkg-tools/trunk/bin

Paul van Tilburg paulvt at costa.debian.org
Mon Oct 2 14:54:32 UTC 2006


Author: paulvt
Date: 2006-10-02 14:54:31 +0000 (Mon, 02 Oct 2006)
New Revision: 865

Removed:
   packages-wip/hobix/
Modified:
   tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
Log:
Now an upload of hobix has occured, the package is no longer being prepared.

Modified: tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
===================================================================
--- tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources	2006-10-02 14:53:58 UTC (rev 864)
+++ tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources	2006-10-02 14:54:31 UTC (rev 865)
@@ -274,7 +274,7 @@
   begin
     info_msg("Running uscan --dehs and parsing the output ...") if $verbose
     i = IO::popen('uscan --dehs')
-    d = REXML::Document::new(i.read)
+    d = REXML::Document::new(i.read + "</dehs>")
     i.close
     v = d.elements['/dehs/upstream-version'].text
     if v == version




More information about the pkg-ruby-extras-maintainers mailing list