diff options
| author | Colin Watson <cjwatson@canonical.com> | 2012-11-07 13:14:05 +0000 |
|---|---|---|
| committer | Colin Watson <cjwatson@canonical.com> | 2012-11-07 13:14:05 +0000 |
| commit | 3c2bb5b3013cec259074271345ddc34a3bc15631 (patch) | |
| tree | 10f1831867f36a37c8dec657d20c08a81d0e1ff6 | |
| parent | 18d0047b7509a54889b3fd0c7088efcb419d42e8 (diff) | |
| download | python-apt-3c2bb5b3013cec259074271345ddc34a3bc15631.tar.gz | |
* data/templates/Ubuntu.info.in:
- Fix descriptions of quantal and raring.
| -rw-r--r-- | data/templates/Ubuntu.info.in | 6 | ||||
| -rw-r--r-- | debian/changelog | 7 |
2 files changed, 10 insertions, 3 deletions
diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index a3fc1bec..567456b3 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -30,14 +30,14 @@ ParentSuite: raring RepositoryType: deb-src BaseURI: http://archive.ubuntu.com/ubuntu/ MatchURI: archive.ubuntu.com/ubuntu|ports.ubuntu.com/ubuntu-ports -_Description: Ubuntu 12.04 'Precise Pangolin' +_Description: Ubuntu 13.04 'Raring Ringtail' Suite: raring RepositoryType: deb MatchName: .* BaseURI: cdrom:\[Ubuntu.*13.04 MatchURI: cdrom:\[Ubuntu.*13.04 -_Description: Cdrom with Ubuntu 12.04 'Raring Ringtail' +_Description: Cdrom with Ubuntu 13.04 'Raring Ringtail' Available: False Component: main _CompDescription: Officially supported @@ -129,7 +129,7 @@ BaseURI-i386: http://archive.ubuntu.com/ubuntu MatchURI-i386: archive.ubuntu.com/ubuntu MirrorsFile-amd64: Ubuntu.mirrors MirrorsFile-i386: Ubuntu.mirrors -_Description: Ubuntu 12.04 'Precise Pangolin' +_Description: Ubuntu 12.10 'Quantal Quetzal' Component: main _CompDescription: Officially supported _CompDescriptionLong: Canonical-supported free and open-source software diff --git a/debian/changelog b/debian/changelog index aa3cdc3a..deaf55b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.8.8ubuntu2) UNRELEASED; urgency=low + + * data/templates/Ubuntu.info.in: + - Fix descriptions of quantal and raring. + + -- Colin Watson <cjwatson@ubuntu.com> Wed, 07 Nov 2012 13:13:08 +0000 + python-apt (0.8.8ubuntu1) raring; urgency=low [ Michael Vogt ] |
