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

Paul van Tilburg paulvt at debian.org
Tue May 8 12:43:23 UTC 2012


The following commit has been merged in the master branch:
commit d8ad0dc12cd26cb282f13f6157238b83e90f6cc9
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Tue May 8 14:43:20 2012 +0200

    Remove the requirement for transitioned package to have a build depend on gem2deb

diff --git a/retrieve.rb b/retrieve.rb
index 14d330a..0af9fd3 100644
--- a/retrieve.rb
+++ b/retrieve.rb
@@ -44,7 +44,6 @@ from sources_uniq s, packages p
 left join popcon pc on (p.package = pc.package)
 where s.distribution = 'debian' and s.release='sid'
 and p.distribution = 'debian' and p.release='sid' and s.source = p.source
-and (s.build_depends ~ '.*gem2deb.*')
 order by source, p.package;
 EOF
 

-- 
wheezy-transition-tracker.git



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