Ubuntu Pastebin

Paste from bdmurray at Mon, 25 Apr 2016 21:39:59 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 $ bzr diff
=== modified file 'data/DistUpgrade.cfg'
--- data/DistUpgrade.cfg        2015-10-23 20:38:55 +0000
+++ data/DistUpgrade.cfg        2016-04-25 21:38:13 +0000
@@ -3,7 +3,7 @@
 # is tried
 View=DistUpgradeViewGtk3,DistUpgradeViewKDE,DistUpgradeViewText
 #View=DistUpgradeViewNonInteractive
-#Depends= python-apt (>= 0.6.0), apt (>= 0.6)
+Depends= apt (>= 1.0.10.2ubuntu2)
 # the views below support upgrades over ssh connection
 SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
 

=== modified file 'data/DistUpgrade.cfg.trusty'
--- data/DistUpgrade.cfg.trusty 2015-10-23 20:38:55 +0000
+++ data/DistUpgrade.cfg.trusty 2016-04-25 21:39:05 +0000
@@ -3,7 +3,7 @@
 # is tried
 View=DistUpgradeViewGtk3,DistUpgradeViewKDE,DistUpgradeViewText
 #View=DistUpgradeViewNonInteractive
-#Depends= python-apt (>= 0.6.0), apt (>= 0.6)
+Depends= apt (>= 1.0.1ubuntu2.13), dpkg (>= 1.17.5ubuntu5.6)
 # the views below support upgrades over ssh connection
 SupportSSH=DistUpgradeViewText,DistUpgradeViewNonInteractive
Download as text