Ubuntu Pastebin

Paste from martin at Wed, 2 Mar 2016 10:38:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
=== modified file 'britney.py'
--- britney.py	2016-03-01 12:35:23 +0000
+++ britney.py	2016-03-02 10:37:51 +0000
@@ -1144,7 +1144,7 @@
                 # (if present)
                 if (op == '' and version == '') or apt_pkg.check_dep(package[VERSION], op, version):
                     if archqual is None or (archqual == 'any' and package[MULTIARCH] == 'allowed'):
-                        if allowed_component(component, package[COMPONENT]):
+                        if self.options.adt_ppas or allowed_component(component, package[COMPONENT]):
                             packages.append(name)
 
             # look for the package in the virtual packages list and loop on them
Download as text