[Pkg-ruby-extras-maintainers] r546 -
packages/librcov-ruby/trunk/debian/patches
Ari Pollak
ari at costa.debian.org
Sun May 21 06:25:38 UTC 2006
Author: ari
Date: 2006-05-21 06:25:35 +0000 (Sun, 21 May 2006)
New Revision: 546
Removed:
packages/librcov-ruby/trunk/debian/patches/01-no-file-open.patch
Log:
Remove 01-no-file-open.patch obsoleted by 0.3.0
Deleted: packages/librcov-ruby/trunk/debian/patches/01-no-file-open.patch
===================================================================
--- packages/librcov-ruby/trunk/debian/patches/01-no-file-open.patch 2006-05-21 06:23:57 UTC (rev 545)
+++ packages/librcov-ruby/trunk/debian/patches/01-no-file-open.patch 2006-05-21 06:25:35 UTC (rev 546)
@@ -1,12 +0,0 @@
-diff -Nur librcov-ruby-0.2.0/bin/rcov librcov-ruby-0.2.0.new/bin/rcov
---- librcov-ruby-0.2.0/bin/rcov 2006-03-22 17:46:43.000000000 +0000
-+++ librcov-ruby-0.2.0.new/bin/rcov 2006-03-22 17:48:52.000000000 +0000
-@@ -335,7 +335,7 @@
-
- def execute
- return if @files.size == 0
-- FileUtils.mkdir_p @dest
-+ FileUtils.mkdir_p @dest unless @html
- create_index(File.join(@dest, "index.html")) unless @nohtml
- @files.each do |filename, fileinfo|
- create_file(File.join(@dest, file_name(filename)), fileinfo) unless @nohtml
More information about the pkg-ruby-extras-maintainers
mailing list