[DRE-commits] [SCM] Tracking the Debian/Ruby wheezy transition branch, master, updated. 6ac944e066bf38ad1103a6a9e76e23a68a2e8811

Lucas Nussbaum lucas at lucas-nussbaum.net
Thu Apr 7 07:34:04 UTC 2011


The following commit has been merged in the master branch:
commit dba2a47464bc77070968ab9592f8bf21ce17afe3
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Thu Apr 7 08:50:21 2011 +0200

    improve search criteria

diff --git a/retrieve.rb b/retrieve.rb
index 75f3754..9845644 100644
--- a/retrieve.rb
+++ b/retrieve.rb
@@ -22,9 +22,10 @@ from packages p, sources_uniq s
 left join sources_popcon pc on (s.source = pc.source)
 where s.distribution = 'debian' and s.release='sid'
 and p.distribution = 'debian' and p.release='sid' and s.source = p.source
-and (s.source ~ 'lib.*-ruby' or p.package ~ 'lib.*-ruby.*' or s.build_depends ~ '.*ruby-pkg-tools.*')
+and (s.source ~ 'lib.*-ruby' or p.package ~ 'lib.*-ruby.*' or s.build_depends ~ '.*ruby-pkg-tools.*' or s.build_depends_indep ~ '.*ruby-pkg-tools.*' or p.depends ~ '.*ruby1.8.*')
 order by source, package;
 EOF
+
 done_packages_query = <<EOF
 select distinct s.source as source, p.package as binary, s.architecture as arch, s.maintainer as maintainer, s.uploaders as uploaders
 from packages p, sources_uniq s

-- 
Tracking the Debian/Ruby wheezy transition



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