[DRE-commits] [SCM] wheezy-transition-tracker.git branch, master, updated. 7df8758982f757ebc0708251499e1b39f1beb93a
Antonio Terceiro
terceiro at debian.org
Tue May 8 14:40:22 UTC 2012
The following commit has been merged in the master branch:
commit 7df8758982f757ebc0708251499e1b39f1beb93a
Author: Antonio Terceiro <terceiro at debian.org>
Date: Tue May 8 11:37:14 2012 -0300
Revert "Remove the requirement for transitioned package to have a build depend on gem2deb"
This reverts commit d8ad0dc12cd26cb282f13f6157238b83e90f6cc9.
diff --git a/retrieve.rb b/retrieve.rb
index 0af9fd3..14d330a 100644
--- a/retrieve.rb
+++ b/retrieve.rb
@@ -44,6 +44,7 @@ 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