From e567bc7bf9437e2b85148b1f36be6e89f3e17ca2 Mon Sep 17 00:00:00 2001
From: Ben Howard <ben.howard@canonical.com>
Date: Mon, 2 Nov 2015 08:16:23 -0700
Subject: Enable backports source pockets for Ubuntu archives (LP: #1177432).

---
 templates/sources.list.ubuntu.tmpl | 15 +++++++++++----
 1 file changed, 11 insertions(+), 4 deletions(-)

diff --git a/templates/sources.list.ubuntu.tmpl b/templates/sources.list.ubuntu.tmpl
index 4b1b019a..28d5a4d0 100644
--- a/templates/sources.list.ubuntu.tmpl
+++ b/templates/sources.list.ubuntu.tmpl
@@ -35,15 +35,22 @@ deb-src {{mirror}} {{codename}}-updates universe
 # deb {{mirror}} {{codename}}-updates multiverse
 # deb-src {{mirror}} {{codename}}-updates multiverse
 
-## Uncomment the following two lines to add software from the 'backports'
-## repository.
 ## N.B. software from this repository may not have been tested as
 ## extensively as that contained in the main release, although it includes
 ## newer versions of some applications which may provide useful features.
 ## Also, please note that software in backports WILL NOT receive any review
 ## or updates from the Ubuntu security team.
-# deb {{mirror}} {{codename}}-backports main restricted universe multiverse
-# deb-src {{mirror}} {{codename}}-backports main restricted universe multiverse
+deb {{mirror}} {{codename}}-backports main
+deb-src {{mirror}} {{codename}}-backports universe
+deb {{mirror}} {{codename}}-backports universe
+deb-src {{mirror}} {{codename}}-backports main universe
+
+## Uncomment the following two to add software from the 'backports'
+## multiverse and restricted repositories.
+# deb {{mirror}} {{codename}}-backports multiverse
+# deb-src {{mirror}} {{codename}}-backports multiverse
+# deb {{mirror}} {{codename}}-backports restricted
+# deb-src {{mirror}} {{codename}}-backports restricted
 
 ## Uncomment the following two lines to add software from Canonical's
 ## 'partner' repository.
-- 
cgit v1.2.3