Ubuntu Pastebin

Paste from adconrad at Mon, 18 Sep 2017 20:57:48 +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
26
diff -Nru python3-defaults-3.6.2/debian/changelog python3-defaults-3.6.2/debian/changelog
--- python3-defaults-3.6.2/debian/changelog	2017-09-18 12:54:42.000000000 -0600
+++ python3-defaults-3.6.2/debian/changelog	2017-09-18 14:57:07.000000000 -0600
@@ -1,3 +1,9 @@
+python3-defaults (3.6.2-1ubuntu2) artful; urgency=medium
+
+  * Fix old-versions and unsupported-versions variables in debian_defaults.
+
+ -- Adam Conrad <adconrad@ubuntu.com>  Mon, 18 Sep 2017 14:57:07 -0600
+
 python3-defaults (3.6.2-1ubuntu1) artful; urgency=medium
 
   * Merge with Debian; remaining changes:
diff -Nru python3-defaults-3.6.2/debian/debian_defaults python3-defaults-3.6.2/debian/debian_defaults
--- python3-defaults-3.6.2/debian/debian_defaults	2017-09-18 12:54:42.000000000 -0600
+++ python3-defaults-3.6.2/debian/debian_defaults	2017-09-18 14:57:06.000000000 -0600
@@ -6,9 +6,7 @@
 supported-versions = python3.6
 
 # formerly supported python3 versions
-old-versions = python3.1, python3.2, python3.3, python3.4
 old-versions = python3.1, python3.2, python3.3, python3.4, python3.5
 
 # unsupported versions, including older versions
-unsupported-versions = python3.1, python3.2, python3.3, python3.4
 unsupported-versions = python3.1, python3.2, python3.3, python3.4, python3.5
Download as text