[Pkg-ruby-extras-maintainers] r201 - in tools/ruby-pkg-tools/trunk:
bin debian
Thierry Reding
beatle-guest at costa.debian.org
Mon Jan 2 12:15:21 UTC 2006
Author: beatle-guest
Date: 2006-01-02 12:15:21 +0000 (Mon, 02 Jan 2006)
New Revision: 201
Modified:
tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
tools/ruby-pkg-tools/trunk/debian/changelog
Log:
* The pkg-ruby-get-sources tool no longer checks for the existence of
$target_directory if the --list-available option is specified.
Modified: tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources
===================================================================
--- tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources 2006-01-02 11:33:36 UTC (rev 200)
+++ tools/ruby-pkg-tools/trunk/bin/pkg-ruby-get-sources 2006-01-02 12:15:21 UTC (rev 201)
@@ -84,7 +84,7 @@
exit 1
end
-if (! (File.directory?($target_directory) and File.writable?($target_directory)))
+if (!$list_available and ! (File.directory?($target_directory) and File.writable?($target_directory)))
puts "E: #{$target_directory} should be a valid writable directory."
exit 1
end
Modified: tools/ruby-pkg-tools/trunk/debian/changelog
===================================================================
--- tools/ruby-pkg-tools/trunk/debian/changelog 2006-01-02 11:33:36 UTC (rev 200)
+++ tools/ruby-pkg-tools/trunk/debian/changelog 2006-01-02 12:15:21 UTC (rev 201)
@@ -8,8 +8,11 @@
[ Thierry Reding ]
* Added myself to the team.
* Added upstream tarball for the libcairo-ruby package.
+ * pkg-ruby-get-sources:
+ + no longer checks for the existence of $target_directory if the
+ --list-available option is specified
- -- Thierry Reding <thierry at doppeltgemoppelt.de> Mon, 2 Jan 2006 12:30:49 +0100
+ -- Thierry Reding <thierry at doppeltgemoppelt.de> Mon, 2 Jan 2006 13:14:21 +0100
ruby-pkg-tools (0.4) unstable; urgency=low
More information about the pkg-ruby-extras-maintainers
mailing list