[DRE-commits] r1278 - in tools/ruby-pkg-tools/trunk: bin debian
Lucas Nussbaum
lucas at alioth.debian.org
Fri Jan 26 16:07:45 CET 2007
Author: lucas
Date: 2007-01-26 16:07:45 +0100 (Fri, 26 Jan 2007)
New Revision: 1278
Modified:
tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
tools/ruby-pkg-tools/trunk/debian/changelog
Log:
changed nbsp to space in the source
Modified: tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
===================================================================
--- tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources 2007-01-16 11:20:59 UTC (rev 1277)
+++ tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources 2007-01-26 15:07:45 UTC (rev 1278)
@@ -232,7 +232,7 @@
case ext
when 'tar.bz2'
- puts "I: Converting #{filename} to #{orig_tarball}" if $verbose
+ puts "I: Converting #{filename} to #{orig_tarball}" if $verbose
system "bzcat '#{filename}' | gzip -c > '#{orig_tarball}'"
else
info_msg("Nothing to do for archive type: #{ext}") if $verbose
Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog 2007-01-16 11:20:59 UTC (rev 1277)
+++ tools/ruby-pkg-tools/trunk/debian/changelog 2007-01-26 15:07:45 UTC (rev 1278)
@@ -1,8 +1,8 @@
ruby-pkg-tools (0.11.6) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * Changed a nobreakspace character to a space in the source.
- -- Gunnar Wolf <gwolf at debian.org> Tue, 2 Jan 2007 14:33:53 -0600
+ -- Lucas Nussbaum <lucas at lucas-nussbaum.net> Fri, 26 Jan 2007 16:07:32 +0100
ruby-pkg-tools (0.11.5) unstable; urgency=low
More information about the Pkg-ruby-extras-commits
mailing list