[DRE-commits] [SCM] wheezy-transition-tracker.git branch, master, updated. 7bccb2eba729ffe80831b3a5bbd429c5ed9f57e2

Lucas Nussbaum lucas at lucas-nussbaum.net
Mon Aug 22 05:43:24 UTC 2011


The following commit has been merged in the master branch:
commit 7bccb2eba729ffe80831b3a5bbd429c5ed9f57e2
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Mon Aug 22 07:40:56 2011 +0200

    add ruby-gnome2 to the 'no need to be migrated' list

diff --git a/retrieve.rb b/retrieve.rb
index 6e1042d..1634fd1 100644
--- a/retrieve.rb
+++ b/retrieve.rb
@@ -8,7 +8,9 @@ require 'erb'
 data = []
 
 # list of source packages that don't need to be migrated
-DONT_MIGRATE_SRC = ['ruby-defaults', 'ruby1.8', 'ruby1.9.1', 'gem2deb' ]
+DONT_MIGRATE_SRC = ['ruby-defaults', 'ruby1.8', 'ruby1.9.1', 'gem2deb',
+ 'ruby-gnome2' # cannot use gem2deb
+]
 
 # accumulate data series points
 if File.exists?('data.json')

-- 
wheezy-transition-tracker.git



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