summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pitt <martin.pitt@canonical.com>2015-05-07 16:43:37 +0200
committerMichael Vogt <mvo@debian.org>2015-05-07 16:43:37 +0200
commit4a692f21968a2817f9a5d7962a2a0d03f3b119e0 (patch)
tree5bafa4e719c8bcbb98de8e149250bfdad74eb9ac
parent570564c21558620f474666ab3dc18e10c0818c40 (diff)
downloadpython-apt-4a692f21968a2817f9a5d7962a2a0d03f3b119e0.tar.gz
add Wily template
-rw-r--r--data/templates/Ubuntu.info.in109
-rw-r--r--debian/changelog8
2 files changed, 117 insertions, 0 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in
index addb0647..41ae5c82 100644
--- a/data/templates/Ubuntu.info.in
+++ b/data/templates/Ubuntu.info.in
@@ -107,6 +107,115 @@ MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
_Description: Unsupported updates
+Suite: wily
+RepositoryType: deb
+BaseURI: http://ports.ubuntu.com/ubuntu-ports/
+MatchURI: ports.ubuntu.com/ubuntu-ports
+BaseURI-amd64: http://archive.ubuntu.com/ubuntu
+MatchURI-amd64: archive.ubuntu.com/ubuntu
+BaseURI-i386: http://archive.ubuntu.com/ubuntu
+MatchURI-i386: archive.ubuntu.com/ubuntu
+MirrorsFile-amd64: Ubuntu.mirrors
+MirrorsFile-i386: Ubuntu.mirrors
+_Description: Ubuntu 15.10 'Wily Werewolf'
+Component: main
+_CompDescription: Officially supported
+_CompDescriptionLong: Canonical-supported free and open-source software
+Component: universe
+_CompDescription: Community-maintained
+_CompDescriptionLong: Community-maintained free and open-source software
+Component: restricted
+_CompDescription: Non-free drivers
+_CompDescriptionLong: Proprietary drivers for devices
+Component: multiverse
+ParentComponent: universe
+_CompDescription: Restricted software
+_CompDescriptionLong: Software restricted by copyright or legal issues
+
+Suite: wily
+ParentSuite: wily
+RepositoryType: deb-src
+BaseURI: http://archive.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
+_Description: Ubuntu 15.10 'Wily Werewolf'
+
+Suite: wily
+RepositoryType: deb
+MatchName: .*
+BaseURI: cdrom:\[Ubuntu.*15.10
+MatchURI: cdrom:\[Ubuntu.*15.10
+_Description: Cdrom with Ubuntu 15.10 'Wily Werewolf'
+Available: False
+Component: main
+_CompDescription: Officially supported
+Component: restricted
+_CompDescription: Restricted copyright
+
+Suite: wily
+Official: false
+RepositoryType: deb
+BaseURI: http://archive.canonical.com
+MatchURI: archive.canonical.com
+_Description: Canonical Partners
+Component: partner
+_CompDescription: Software packaged by Canonical for their partners
+_CompDescriptionLong: This software is not part of Ubuntu.
+
+Suite: wily-security
+ParentSuite: wily
+RepositoryType: deb
+BaseURI: http://ports.ubuntu.com/ubuntu-ports/
+MatchURI: ports.ubuntu.com/ubuntu-ports
+BaseURI-amd64: http://security.ubuntu.com/ubuntu/
+MatchURI-amd64: archive.ubuntu.com/ubuntu|security.ubuntu.com
+BaseURI-i386: http://security.ubuntu.com/ubuntu/
+MatchURI-i386: archive.ubuntu.com/ubuntu|security.ubuntu.com
+_Description: Important security updates
+
+Suite: wily-security
+ParentSuite: wily
+RepositoryType: deb-src
+BaseURI: http://archive.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports|security.ubuntu.com
+_Description: Important security updates
+
+Suite: wily-updates
+ParentSuite: wily
+RepositoryType: deb
+_Description: Recommended updates
+
+Suite: wily-updates
+ParentSuite: wily
+RepositoryType: deb-src
+BaseURI: http://archive.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
+_Description: Recommended updates
+
+Suite: wily-proposed
+ParentSuite: wily
+RepositoryType: deb
+_Description: Pre-released updates
+
+Suite: wily-proposed
+ParentSuite: wily
+RepositoryType: deb-src
+BaseURI: http://archive.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
+_Description: Pre-released updates
+
+Suite: wily-backports
+ParentSuite: wily
+RepositoryType: deb
+_Description: Unsupported updates
+
+Suite: wily-backports
+ParentSuite: wily
+RepositoryType: deb-src
+BaseURI: http://archive.ubuntu.com/ubuntu/
+MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports
+_Description: Unsupported updates
+
+
Suite: vivid
RepositoryType: deb
BaseURI: http://ports.ubuntu.com/ubuntu-ports/
diff --git a/debian/changelog b/debian/changelog
index f7228a50..f431871d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-apt (0.9.3.12) UNRELEASED; urgency=medium
+
+ [ Martin Pitt ]
+ * ./data/templates/Ubuntu.info.in: Add Wily template. Don't copy extras.u.c.
+ stanza as that's gone since 15.04.
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Thu, 07 May 2015 16:42:53 +0200
+
python-apt (0.9.3.11) unstable; urgency=low
[ Colin Watson ]