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

Paul van Tilburg paulvt at debian.org
Fri May 11 17:29:24 UTC 2012


The following commit has been merged in the master branch:
commit b9285882a5f485876f421067207181ddfa724862
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Fri May 11 19:29:21 2012 +0200

    Ensure aptitude only finds packages in unstable

diff --git a/pending.rb b/pending.rb
index 04b7e4c..a4119a1 100644
--- a/pending.rb
+++ b/pending.rb
@@ -46,6 +46,6 @@ at_exit do
   end
 end
 
-search :wrong_name, 'aptitude search "~n^lib.*-ruby !~D^ruby-" -F %p'
+search :wrong_name, 'aptitude search "~n^lib.*-ruby !~D^ruby- ~Aunstable" -F %p'
 
-search :wrong_install_location, 'apt-file -l search /usr/lib/ruby/1'
+search :wrong_install_location, 'apt-file -s sources.list -l search /usr/lib/ruby/1'

-- 
wheezy-transition-tracker.git



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