[DRE-commits] r1756 - in tools/ruby-pkg-tools/trunk: bin debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Wed Jul 4 20:58:05 UTC 2007


Author: paulvt
Date: 2007-07-04 20:58:05 +0000 (Wed, 04 Jul 2007)
New Revision: 1756

Modified:
   tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
   tools/ruby-pkg-tools/trunk/debian/changelog
Log:
* Remove 'dehs' output fix for uscan in bin/pkg-ruby-get-sources.
* Merge changelog entries of 0.11.6 with 0.12.  Someone has created a new
  version after an UNRELEASED one!


Modified: tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
===================================================================
--- tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources	2007-07-04 16:45:10 UTC (rev 1755)
+++ tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources	2007-07-04 20:58:05 UTC (rev 1756)
@@ -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 + "</dehs>")
+    d = REXML::Document::new(i.read)
     i.close
     v = d.elements['/dehs/upstream-version'].text
     if v == version

Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog	2007-07-04 16:45:10 UTC (rev 1755)
+++ tools/ruby-pkg-tools/trunk/debian/changelog	2007-07-04 20:58:05 UTC (rev 1756)
@@ -1,5 +1,8 @@
-ruby-pkg-tools (0.12) UNRELEASED; urgency=low
+ruby-pkg-tools (0.12) unstable; urgency=low
 
+  [ Lucas Nussbaum ]
+  * Changed a nobreakspace character to a space in the source.
+
   [ Maxim Komar ]
   * Added myself to the team.
 
@@ -12,15 +15,10 @@
     release!
   * Removed source for libcairo-ruby (unneeded) and libgpgme-ruby (hosted
     on RubyForge now) from the deprecated sources list.
+  * Remove 'dehs' output fix for uscan in bin/pkg-ruby-get-sources.
 
- -- Paul van Tilburg <paulvt at debian.org>  Thu, 19 Apr 2007 00:44:28 +0200
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 04 Jul 2007 22:56:11 +0200
 
-ruby-pkg-tools (0.11.6) UNRELEASED; urgency=low
-
-  * Changed a nobreakspace character to a space in the source.
-
- -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Fri, 26 Jan 2007 16:07:32 +0100
-
 ruby-pkg-tools (0.11.5) unstable; urgency=low
 
   * Added myself to the team.




More information about the Pkg-ruby-extras-commits mailing list