From 88889f46c025f759836edaf7396c45d7416e0a59 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 14 Jun 2007 11:26:43 +0200 Subject: * data/templates/Ubuntu.info.in: - updated for gusty --- data/templates/Ubuntu.info.in | 52 +++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 2 ++ 2 files changed, 54 insertions(+) diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 7e852dd7..0f1a795f 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,57 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: gutsy +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +_Description: Ubuntu 7.10 'Gutsy Gibbon' +Component: main +_CompDescription: Officially supported +_CompDescriptionLong: Canonical-supported Open Source software +Component: universe +_CompDescription: Community-maintained +_CompDescriptionLong: Community-maintained Open Source software +Component: restricted +_CompDescription: Non-free drivers +_CompDescriptionLong: Proprietary drivers for devices +Component: multiverse +_CompDescription: Restricted software +_CompDescriptionLong: Software restricted by copyright or legal issues + +Suite: gutsy +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*7.10 +_Description: Cdrom with Ubuntu 7.10 'Gutsy Gibbon' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: gutsy-security +ParentSuite: gutsy +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: gutsy-updates +ParentSuite: gutsy +RepositoryType: deb +_Description: Recommended updates + +Suite: gutsy-proposed +ParentSuite: gutsy +RepositoryType: deb +_Description: Pre-released updates + +Suite: gutsy-backports +ParentSuite: gutsy +RepositoryType: deb +_Description: Unsupported updates + + Suite: feisty RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ diff --git a/debian/changelog b/debian/changelog index d61646a5..b564ff9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ python-apt (0.6.21ubuntu1) gutsy; urgency=low [Michael Vogt] * python/apt_pkgmodule.cc: - added pkgCache::State::PkgCurrentState enums + * data/templates/Ubuntu.info.in: + - updated for gusty [Sebastian Heinlein] * Fix the addition of of sources that are already enabled but not with all components - fix LP#98795 -- cgit v1.2.3 From 5eb28892f4125772d1b70ff94119eb2f63fa7d8e Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 9 Jul 2007 16:36:37 +0100 Subject: * Rebuild against libapt-pkg-libc6.6-6-4.4. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7f2dc1a8..e04fd65f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.7.2ubuntu3) UNRELEASED; urgency=low + + * Rebuild against libapt-pkg-libc6.6-6-4.4. + + -- Colin Watson Mon, 09 Jul 2007 16:35:40 +0100 + python-apt (0.7.2ubuntu2) gutsy; urgency=low * python/package.py: -- cgit v1.2.3 From 62dcebd65b53d61b16df35d76b3e65481658d1fc Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 9 Jul 2007 16:41:37 +0100 Subject: releasing version 0.7.2ubuntu3 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e04fd65f..ed2e78af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -python-apt (0.7.2ubuntu3) UNRELEASED; urgency=low +python-apt (0.7.2ubuntu3) gutsy; urgency=low * Rebuild against libapt-pkg-libc6.6-6-4.4. - -- Colin Watson Mon, 09 Jul 2007 16:35:40 +0100 + -- Colin Watson Mon, 09 Jul 2007 16:36:46 +0100 python-apt (0.7.2ubuntu2) gutsy; urgency=low -- cgit v1.2.3 From 8e754c53c26e9c05af92df25f89046aa6da1f4c7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 3 Aug 2007 21:11:11 +0200 Subject: * rebuild against latest apt --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1da4a80b..698e9528 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.7.3ubuntu2) gutsy; urgency=low + + * rebuild against latest apt + + -- Michael Vogt Fri, 03 Aug 2007 14:16:41 +0200 + python-apt (0.7.3ubuntu1) gutsy; urgency=low * apt/debfile.py: diff --git a/debian/control b/debian/control index 2ffce5f6..36e3bbdc 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ XSBC-Original-Maintainer: APT Development Team Uploaders: Matt Zimmerman , Michael Vogt Standards-Version: 3.7.2.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.0), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.7.6), apt-utils, python-all-dev, python-distutils-extra (>= 1.9.0), cdbs, python-central (>= 0.5), python-all-dbg XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt -- cgit v1.2.3 From 5893dc1d9544223e4cdf4ab82c13391de1d640f7 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 11 Oct 2007 00:17:52 +0200 Subject: * data/templates/Ubuntu.mirrors: - update the static mirror list from LP (LP: #126148) --- data/templates/Ubuntu.mirrors | 158 +++++++++++++++++++++++++++++++----------- debian/changelog | 7 ++ 2 files changed, 126 insertions(+), 39 deletions(-) diff --git a/data/templates/Ubuntu.mirrors b/data/templates/Ubuntu.mirrors index 01a47881..c6369d45 100644 --- a/data/templates/Ubuntu.mirrors +++ b/data/templates/Ubuntu.mirrors @@ -1,13 +1,23 @@ #LOC:AU -http://ftp.iinet.net.au/pub/ubuntu +http://ftp.iinet.net.au/pub/ubuntu/ ftp://ftp.iinet.net.au/pub/ubuntu +http://ftp.netspace.net.au/pub/ubuntu/ +ftp://ftp.netspace.net.au/pub/ubuntu/ +http://mirror.aarnet.edu.au/pub/ubuntu/archive/ +ftp://mirror.aarnet.edu.au/pub/ubuntu/archive/ +http://mirror.internode.on.net/pub/ubuntu/ubuntu/ +ftp://mirror.internode.on.net/pub/ubuntu/ubuntu/ http://mirror.optus.net/ubuntu/ http://mirror.pacific.net.au/linux/ubuntu/ #LOC:AT +http://esda.wu-wien.ac.at/pub/ubuntu-archive/ +ftp://esda.wu-wien.ac.at/pub/ubuntu-archive/ http://ubuntu.inode.at/ubuntu/ ftp://ubuntu.inode.at/ubuntu/ http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive/ #LOC:BE +http://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu/ +ftp://ftp.belnet.be/pub/mirror/ubuntu.com/ubuntu/ http://ftp.belnet.be/linux/ubuntu/ubuntu/ http://ubuntu.mirrors.skynet.be/pub/ubuntu.com/ubuntu/ #LOC:BA @@ -30,22 +40,29 @@ ftp://ubuntu.ipacct.com/ubuntu/ #LOC:CA http://gulus.USherbrooke.ca/ubuntu/ ftp://gulus.USherbrooke.ca/ubuntu/ +http://gulus.usherbrooke.ca/ubuntu/ +ftp://gulus.usherbrooke.ca/ubuntu/ +http://mirror.csclub.uwaterloo.ca/ubuntu/ +ftp://mirror.csclub.uwaterloo.ca/ubuntu/ http://mirror.cpsc.ucalgary.ca/mirror/ubuntu.com/ ftp://mirror.cpsc.ucalgary.ca/mirror/ubuntu.com/ ftp://ftp.cs.mun.ca/pub/mirror/ubuntu/ -ftp://ftp.cs.mun.ca/pub/mirror/ubuntu/ http://mirror.arcticnetwork.ca/pub/ubuntu/packages/ http://ubuntu.mirror.rafal.ca/ubuntu/ #LOC:CL +http://ftp.tecnoera.com/ubuntu/ +ftp://ftp.tecnoera.com/ubuntu/ http://cl.archive.ubuntu.com/ubuntu/ ftp://cl.archive.ubuntu.com/ubuntu/ #LOC:CN -http://mirror.lupaworld.com/ubuntu/archive/ +http://ubuntu.cn99.com/ubuntu/ +http://mirrors.shlug.org/ubuntu/ +ftp://mirrors.shlug.org/ubuntu/ #LOC:CR http://ftp.ucr.ac.cr/ubuntu/ #LOC:HR http://hr.archive.ubuntu.com/ubuntu/ -ftp://hr.archive.ubuntu.com/ubuntu +ftp://hr.archive.ubuntu.com/ubuntu/ #LOC:CZ http://cz.archive.ubuntu.com/ubuntu/ ftp://cz.archive.ubuntu.com/MIRRORS/archive.ubuntu.com/mirror/ubuntu/ @@ -56,39 +73,51 @@ http://dk.archive.ubuntu.com/ubuntu/ http://klid.dk/ftp/ubuntu/ ftp://klid.dk/ubuntu http://mirror.uni-c.dk/ubuntu/ -http://mirrors.dotsrc.org/ubuntu/ +#LOC:EE +http://ftp.estpak.ee/ubuntu/ +ftp://ftp.estpak.ee/ubuntu/ #LOC:FI http://www.nic.funet.fi/pub/mirrors/archive.ubuntu.com/ ftp://ftp.funet.fi/pub/mirrors/archive.ubuntu.com/ http://mirrors.nic.funet.fi/ubuntu/ #LOC:FR ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu/ -ftp://ftp.free.fr/mirrors/ftp.ubuntu.com/ubuntu/ http://ftp.crihan.fr/ubuntu/ ftp://ftp.crihan.fr/ubuntu/ http://ftp.oleane.net/ubuntu/ -ftp://ftp.oleane.net/ubuntu +ftp://ftp.oleane.net/ubuntu/ +http://wwwftp.ciril.fr/pub/linux/ubuntu/archives/ +ftp://ftp.ciril.fr/pub/linux/ubuntu/archives/ http://ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ ftp://ftp.u-picardie.fr/mirror/ubuntu/ubuntu/ +http://mir1.ovh.net/ubuntu/ +ftp://mir1.ovh.net/ubuntu/ http://ubuntu.univ-nantes.fr/ubuntu/ ftp://ubuntu.univ-nantes.fr/ubuntu/ #LOC:GE http://ubuntu.eriders.ge/ubuntu/ +ftp://ubuntu.eriders.ge/ubuntu/ #LOC:DE +http://ftp-stud.hs-esslingen.de/ubuntu/ +ftp://ftp-stud.hs-esslingen.de/ubuntu/ http://ubuntu.intergenia.de/ubuntu/ http://de.archive.ubuntu.com/ubuntu/ +http://ftp.cw.net/ubuntu/ +ftp://ftp.cw.net/pub/linux/ftp.ubuntu.com/ubuntu/ http://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu/ ftp://ftp.uni-muenster.de/pub/mirrors/ftp.ubuntu.com/ubuntu/ ftp://ftp.fu-berlin.de/linux/ubuntu/ -ftp://ftp.fu-berlin.de/linux/ubuntu/ http://ftp.halifax.rwth-aachen.de/ubuntu/ ftp://ftp.halifax.rwth-aachen.de/ubuntu/ ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu -ftp://ftp.rrzn.uni-hannover.de/pub/mirror/linux/ubuntu http://ftp.stw-bonn.de/ubuntu/ ftp://ftp.stw-bonn.de/ubuntu/ http://ftp.uni-kl.de/pub/linux/ubuntu/ ftp://ftp.uni-kl.de/pub/linux/ubuntu/ +http://ftp5.gwdg.de/pub/linux/debian/ubuntu/ +ftp://ftp5.gwdg.de/pub/linux/debian/ubuntu/ +http://sunsite.informatik.rwth-aachen.de/ftp/pub/Linux/ubuntu/ubuntu/ +ftp://sunsite.informatik.rwth-aachen.de/pub/linux/ubuntu/ubuntu/ http://archive.ubuntu.uasw.edu/ ftp://ftp.uasw.edu/linux/ubuntu/archive/ http://debian.charite.de/ubuntu/ @@ -102,18 +131,24 @@ http://ftp.duth.gr/pub/ubuntu/ ftp://ftp.duth.gr/pub/ubuntu/ http://ftp.ntua.gr/pub/linux/ubuntu/ ftp://ftp.ntua.gr/pub/linux/ubuntu/ -http://gr.archive.ubuntu.com/ubuntu/ -ftp://gr.archive.ubuntu.com/ubuntu/ +http://ubuntu.otenet.gr/ +ftp://ftp.otenet.gr/ubuntu/ +#LOC:HK +http://ftp.hostrino.com/pub/ubuntu/archive/ +ftp://ftp.hostrino.com/pub/ubuntu/archive/ #LOC:HU -http://ftp.fsn.hu/pub/linux/distributions/ubuntu -ftp://ftp.fsn.hu/pub/linux/distributions/ubuntu -http://packages.midian.hu//pub/linux/distributions/ubuntu +http://ftp.freepark.org/ubuntu/ +ftp://ftp.freepark.org/ubuntu/ +http://packages.midian.hu//pub/linux/distributions/ubuntu/ +http://ftp.kfki.hu/linux/ubuntu/ +ftp://ftp.kfki.hu/pub/linux/ubuntu/ #LOC:IS http://ubuntu.lhi.is/ubuntu/ #LOC:IN -http://ftp.iitm.ac.in/ubuntu +http://ftp.iitm.ac.in/ubuntu/ ftp://ftp.iitm.ac.in/ubuntu #LOC:ID +http://dl2.foss-id.web.id/ubuntu/ http://ubuntu.indika.net.id/ubuntu/ ftp://ubuntu.indika.net.id/ubuntu/ #LOC:IE @@ -127,32 +162,44 @@ ftp://ubuntu.fastbull.org/ubuntu/ http://na.mirror.garr.it/mirrors/ubuntu-archive/ ftp://na.mirror.garr.it/mirrors/ubuntu-archive/ #LOC:JP -http://ubuntu.mithril-linux.org/archives +http://ftp.jaist.ac.jp/pub/Linux/ubuntu/ +ftp://ftp.jaist.ac.jp/pub/Linux/ubuntu/ http://ftp.ecc.u-tokyo.ac.jp/ubuntu/ +ftp://ftp.ecc.u-tokyo.ac.jp/ubuntu/ +http://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives/ +ftp://ftp.yz.yamagata-u.ac.jp/pub/linux/ubuntu/archives/ +http://ubuntu.mithril-linux.org/archives/ #LOC:KR +http://ftp.daum.net/ubuntu/ +ftp://ftp.daum.net/ubuntu/ http://kr.archive.ubuntu.com/ubuntu/ ftp://kr.archive.ubuntu.com/ubuntu/ -http://ftp.kaist.ac.kr/pub/ubuntu/ http://mirror.letsopen.com/os/ubuntu/ #LOC:LV http://ftp.linux.edu.lv/ubuntu/ -#LOC:LT -http://ftp.litnet.lt/pub/ubuntu/ -#LOC:MN -http://archive.mnosi.org/ubuntu/ -ftp://archive.mnosi.org/ubuntu/ +#LOC:MT +http://mt.archive.ubuntu.com/ubuntu/ +ftp://mt.archive.ubuntu.com/ubuntu/ +#LOC:MX +http://tezcatl.fciencias.unam.mx/ubuntu/ +ftp://tezcatl.fciencias.unam.mx/ubuntu/ #LOC:NL http://nl.archive.ubuntu.com/ubuntu/ ftp://nl.archive.ubuntu.com/ubuntu/ +http://nl2.archive.ubuntu.com/ubuntu/ +ftp://nl2.archive.ubuntu.com/ubuntu/ http://ftp.tiscali.nl/ubuntu/ ftp://ftp.tiscali.nl/pub/mirror/ubuntu ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com/ -ftp://ftp.tudelft.nl/pub/Linux/archive.ubuntu.com/ http://ubuntu.tiscali.nl/ ftp://ubuntu.tiscali.nl/ ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com/ -ftp://ftpserv.tudelft.nl/pub/Linux/archive.ubuntu.com/ +#LOC:NC +http://ubuntu.mls.nc/ubuntu/ +ftp://ubuntu.mls.nc/ubuntu/ #LOC:NZ +http://nz2.archive.ubuntu.com/ubuntu/ +ftp://nz2.archive.ubuntu.com/ubuntu/ http://ftp.citylink.co.nz/ubuntu/ #LOC:NO http://ftp.uninett.no/ubuntu/ @@ -161,7 +208,6 @@ ftp://ftp.uninett.no/ubuntu/ http://ftp.vectranet.pl/ubuntu/ ftp://ftp.vectranet.pl/ubuntu ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu/ -ftp://ftp.man.szczecin.pl/pub/Linux/ubuntu/ http://ubuntu.task.gda.pl/ubuntu/ #LOC:PT http://ftp.dei.uc.pt/pub/linux/ubuntu/archive/ @@ -173,19 +219,30 @@ http://mosel.estg.ipleiria.pt/mirror/distros/ubuntu/archive/ http://neacm.fe.up.pt/ubuntu/ ftp://neacm.fe.up.pt/pub/ubuntu/ #LOC:RO +http://ftp.astral.ro/mirrors/ubuntu.com/archive/ +ftp://ftp.astral.ro/mirrors/ubuntu.com/archive/ http://ftp.lug.ro/ubuntu/ #LOC:RU +http://mirror.yandex.ru/ubuntu/ +ftp://mirror.yandex.ru/ubuntu/ +ftp://ftp.mipt.ru/mirror/ubuntu/ http://ftp.chg.ru/pub/Linux/ubuntu/archive/ +ftp://ftp.chg.ru/pub/Linux/ubuntu/archive/ #LOC:Serbia and Montenegro -http://yu.archive.ubuntu.com/ubuntu/ -ftp://yu.archive.ubuntu.com/ubuntu http://mirror.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive/ +ftp://mirror.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive/ http://mirror2.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive/ +ftp://mirror2.etf.bg.ac.yu/distributions/ubuntu/ubuntu-archive/ +http://yu.archive.ubuntu.com/ubuntu/ +ftp://yu.archive.ubuntu.com/ubuntu +#LOC:SG +http://ftp.science.nus.edu.sg/ubuntu/ +ftp://ftp.science.nus.edu.sg/pub/ubuntu/ #LOC:SK http://ubuntu.ynet.sk/ubuntu/ +http://ftp.tuke.sk/ubuntu/ +ftp://ftp.tuke.sk/ubuntu/ #LOC:ZA -http://ubuntuarchive.is.co.za/ubuntu/ -ftp://ubuntuarchive.is.co.za/ubuntu/ http://ubuntu.mirror.ac.za/ubuntu-archive/ ftp://ubuntu.mirror.ac.za/ubuntu-archive http://ftp.leg.uct.ac.za/pub/linux/ubuntu/ @@ -193,23 +250,27 @@ ftp://ftp.leg.uct.ac.za/pub/linux/ubuntu/ #LOC:ES http://es.archive.ubuntu.com/ubuntu/ ftp://es.archive.ubuntu.com/ubuntu/ +http://ftp.udc.es/ubuntu/ +ftp://ftp.udc.es/ubuntu/ http://ftp.dateleco.es/ubuntu/ ftp://ftp.dateleco.es/ubuntu/ +http://ubuntu.grn.cat/ubuntu/ +ftp://ubuntu.grn.cat/ubuntu/ http://ftp.caliu.info/pub/distribucions/ubuntu/ubuntu/ http://ftp.gui.uva.es/sites/ubuntu.com/ubuntu/ ftp://ftp.um.es/mirror/ubuntu/ -ftp://ftp.um.es/mirror/ubuntu/ #LOC:SE http://se.archive.ubuntu.com/ubuntu/ -ftp://se.archive.ubuntu.com/ubuntu/ http://ftp.ds.karen.hj.se/pub/os/linux/ubuntu/ ftp://ftp.ds.karen.hj.se/pub/os/linux/ubuntu/ http://ftp.port80.se/ubuntu/ #LOC:CH http://mirror.switch.ch/ftp/mirror/ubuntu/ ftp://mirror.switch.ch/mirror/ubuntu/ +http://mirror.zhdk.ch/ubuntu/ +ftp://mirror.zhdk.ch/ubuntu/ #LOC:TW -http://free.nchc.org.tw/ubuntu +http://free.nchc.org.tw/ubuntu/ ftp://free.nchc.org.tw/ubuntu http://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ ftp://ftp.cse.yzu.edu.tw/pub/Linux/Ubuntu/ubuntu/ @@ -218,8 +279,20 @@ ftp://ftp.twaren.net/Linux/Ubuntu/ubuntu/ http://mirror.nttu.edu.tw/ubuntu/ ftp://mirror.nttu.edu.tw/ubuntu/ http://tw.archive.ubuntu.com/ubuntu/ -ftp://tw.archive.ubuntu.com/ubuntu -http://debian.linux.org.tw/ubuntu/ +ftp://tw.archive.ubuntu.com/ubuntu/ +http://ftp.ncnu.edu.tw/Linux/ubuntu/ubuntu/ +ftp://ftp.ncnu.edu.tw/Linux/ubuntu/ubuntu/ +http://ubuntu.csie.nctu.edu.tw/ubuntu/ +ftp://ubuntu.csie.nctu.edu.tw/ubuntu/ +#LOC:TH +http://th.archive.ubuntu.com/ubuntu/ +#LOC:TR +ftp://ftp.linux.org.tr/pub/ubuntu/ +http://godel.cs.bilgi.edu.tr/ubuntu/ +ftp://godel.cs.bilgi.edu.tr/ubuntu/ +#LOC:UA +http://ubuntu.org.ua/ubuntu/ +ftp://ubuntu.org.ua/ubuntu/ #LOC:GB http://ubuntu-archive.datahop.it/ubuntu/ ftp://ubuntu-archive.datahop.it/ubuntu/ @@ -227,15 +300,14 @@ http://www.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/ ftp://ftp.mirrorservice.org/sites/archive.ubuntu.com/ubuntu/ http://archive.ubuntu.com/ubuntu/ ftp://archive.ubuntu.com/ubuntu/ +http://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ +ftp://mirror.ox.ac.uk/sites/archive.ubuntu.com/ubuntu/ http://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ ftp://ftp.ticklers.org/archive.ubuntu.org/ubuntu/ +http://ubuntu.positive-internet.com/ubuntu/ http://ubuntu.virginmedia.com/archive/ ftp://mirrors.virginmedia.com/mirrors/ubuntu/archive #LOC:US -http://mirror.anl.gov/pub/ubuntu/ -ftp://mirror.anl.gov/pub/ubuntu/ -http://carroll.cac.psu.edu/pub/linux/distributions/ubuntu/ -ftp://carroll.aset.psu.edu:/pub/linux/distributions/ubuntu http://ftp.usf.edu/pub/ubuntu/ ftp://ftp.usf.edu/pub/ubuntu/ http://mirrors.cat.pdx.edu/ubuntu/ @@ -244,15 +316,21 @@ http://mirrors.easynews.com/linux/ubuntu/ ftp://mirrors.easynews.com/linux/ubuntu http://mirrors.kernel.org/ubuntu/ ftp://mirrors.kernel.org/ubuntu/ +http://mirrors.rit.edu/ubuntu/ http://mirrors.xmission.com/ubuntu/ ftp://mirrors.xmission.com/ubuntu/ http://ubuntu.mirrors.tds.net/pub/ubuntu/ ftp://ubuntu.mirrors.tds.net/pub/ubuntu/ +http://ubuntu.media.mit.edu/ubuntu/ http://www.gtlib.gatech.edu/pub/ubuntu/ ftp://ftp.gtlib.gatech.edu/pub/ubuntu http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ ftp://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ http://mirror.imbrandon.com/ubuntu/ +http://mirrors.ccs.neu.edu/archive.ubuntu.com/ +ftp://mirrors.ccs.neu.edu/net/mirrors/archive.ubuntu.com/ +http://ubuntu.mirror.frontiernet.net/ubuntu/ +ftp://ubuntu.mirror.frontiernet.net/ubuntu/ http://mirror.cs.umn.edu/ubuntu/ http://mirror.lcsee.wvu.edu/ubuntu/ http://ubuntu.cs.uaf.edu/ubuntu/ @@ -262,8 +340,10 @@ http://ftp.unina.it/pub/linux/distributions/ubuntu/ http://ftp.ussg.iu.edu/linux/ubuntu/ http://lug.mtu.edu/ubuntu/ ftp://lug.mtu.edu/ubuntu/ -http://mirror.clarkson.edu/pub/distributions/ubuntu/ +http://mirror.utdlug.org/linux/distributions/ubuntu/packages/ +ftp://mirror.utdlug.org/linux/distributions/ubuntu/packages/ http://mirrors.cs.wmich.edu/ubuntu/ +http://san.csc.calpoly.edu/ubuntu/ubuntu/ http://ubuntu.cs.utah.edu/ubuntu/ http://ubuntu.secs.oakland.edu/ #LOC:UZ diff --git a/debian/changelog b/debian/changelog index ae92f124..0eb00964 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.3.1ubuntu3) gutsy; urgency=low + + * data/templates/Ubuntu.mirrors: + - update the static mirror list from LP (LP: #126148) + + -- Michael Vogt Thu, 11 Oct 2007 00:13:00 +0200 + python-apt (0.7.3.1ubuntu2) gutsy; urgency=low * apt/package.py: -- cgit v1.2.3 From a6898b2a021ce0e091bc9ed98b390d3b230b88b2 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 15 Oct 2007 12:25:30 +0200 Subject: * depend on gutsy version pycentral, this ensures that we get a updated dpkg with triggers support before pycentral uses dpkg-querry (LP: #152827) --- debian/changelog | 8 ++++++++ debian/control | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0eb00964..af38efaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +python-apt (0.7.3.1ubuntu4) gutsy; urgency=low + + * depend on gutsy version pycentral, this ensures that we get a updated + dpkg with triggers support before pycentral uses dpkg-querry + (LP: #152827) + + -- Michael Vogt Mon, 15 Oct 2007 11:24:12 +0200 + python-apt (0.7.3.1ubuntu3) gutsy; urgency=low * data/templates/Ubuntu.mirrors: diff --git a/debian/control b/debian/control index 36e3bbdc..eb783753 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release +Depends: python-central (>= 0.5.15ubuntu2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) -- cgit v1.2.3 From b1c9874c3957368fddaecebba17d1fb2491c32b4 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Mon, 15 Oct 2007 13:54:42 +0200 Subject: debian/control: - pre-depend on new pycentral --- debian/changelog | 6 +++--- debian/control | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index af38efaa..2f832f10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ python-apt (0.7.3.1ubuntu4) gutsy; urgency=low - * depend on gutsy version pycentral, this ensures that we get a updated - dpkg with triggers support before pycentral uses dpkg-querry - (LP: #152827) + * pre-depend on gutsy version pycentral, this ensures that we get a + updated dpkg with triggers support before pycentral uses + /usr/bin/dpkg-querry (LP: #152827) -- Michael Vogt Mon, 15 Oct 2007 11:24:12 +0200 diff --git a/debian/control b/debian/control index eb783753..c539439a 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any -Depends: python-central (>= 0.5.15ubuntu2), ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release +Pre-Depends: python-central (>= 0.5.15ubuntu2) +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) -- cgit v1.2.3 From a66d0dd04944fd7ee695413d8db23f787615ec6a Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Sat, 27 Oct 2007 15:06:21 -0400 Subject: * add hardy to the ubuntu sources.list template --- data/templates/Ubuntu.info.in | 52 +++++++++++++++++++++++++++++++++++++++++++ debian/changelog | 6 +++++ 2 files changed, 58 insertions(+) diff --git a/data/templates/Ubuntu.info.in b/data/templates/Ubuntu.info.in index 0f1a795f..47ab53de 100644 --- a/data/templates/Ubuntu.info.in +++ b/data/templates/Ubuntu.info.in @@ -1,5 +1,57 @@ _ChangelogURI: http://changelogs.ubuntu.com/changelogs/pool/%s/%s/%s/%s_%s/changelog +Suite: hardy +RepositoryType: deb +BaseURI: http://archive.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu +MirrorsFile: /usr/share/python-apt/templates/Ubuntu.mirrors +_Description: Ubuntu 8.04 'Hardy Heron' +Component: main +_CompDescription: Officially supported +_CompDescriptionLong: Canonical-supported Open Source software +Component: universe +_CompDescription: Community-maintained +_CompDescriptionLong: Community-maintained Open Source software +Component: restricted +_CompDescription: Non-free drivers +_CompDescriptionLong: Proprietary drivers for devices +Component: multiverse +_CompDescription: Restricted software +_CompDescriptionLong: Software restricted by copyright or legal issues + +Suite: hardy +MatchName: .* +BaseURI: cdrom:\[Ubuntu.*8.04 +_Description: Cdrom with Ubuntu 8.04 'Hardy Heron' +Available: False +Component: main +_CompDescription: Officially supported +Component: restricted +_CompDescription: Restricted copyright + +Suite: hardy-security +ParentSuite: hardy +RepositoryType: deb +BaseURI: http://security.ubuntu.com/ubuntu/ +MatchURI: archive.ubuntu.com/ubuntu|security.ubuntu.com +_Description: Important security updates + +Suite: hardy-updates +ParentSuite: hardy +RepositoryType: deb +_Description: Recommended updates + +Suite: hardy-proposed +ParentSuite: hardy +RepositoryType: deb +_Description: Pre-released updates + +Suite: hardy-backports +ParentSuite: hardy +RepositoryType: deb +_Description: Unsupported updates + + Suite: gutsy RepositoryType: deb BaseURI: http://archive.ubuntu.com/ubuntu/ diff --git a/debian/changelog b/debian/changelog index 2f832f10..4967022d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-apt (0.7.3.1ubuntu5) hardy; urgency=low + + * add hardy to the ubuntu sources.list template + + -- Michael Vogt Sat, 27 Oct 2007 15:03:18 -0400 + python-apt (0.7.3.1ubuntu4) gutsy; urgency=low * pre-depend on gutsy version pycentral, this ensures that we get a -- cgit v1.2.3 From 1d71e83e5646f35fd15e06bcc58d3a0a4b7f3c98 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 21 Nov 2007 20:34:41 +0100 Subject: * remove python-central pre-depends, this is no longer needed during upgrades now that we have "PYCENTRAL_NO_DPKG_QUERY" --- debian/changelog | 7 +++++++ debian/control | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 4967022d..74711eaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-apt (0.7.3.1ubuntu6) hardy; urgency=low + + * remove python-central pre-depends, this is no longer needed + during upgrades now that we have "PYCENTRAL_NO_DPKG_QUERY" + + -- Michael Vogt Wed, 21 Nov 2007 20:33:42 +0100 + python-apt (0.7.3.1ubuntu5) hardy; urgency=low * add hardy to the ubuntu sources.list template diff --git a/debian/control b/debian/control index c539439a..36e3bbdc 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,6 @@ XS-Vcs-Bzr: http://code.launchpad.net/~ubuntu-core-dev/python-apt/ubuntu/ Package: python-apt Architecture: any -Pre-Depends: python-central (>= 0.5.15ubuntu2) Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) -- cgit v1.2.3