diff -Nru python-apt-1.1.0~beta4/apt/auth.py python-apt-1.1.0~beta4ubuntu1/apt/auth.py --- python-apt-1.1.0~beta4/apt/auth.py 2016-07-16 00:06:55.000000000 +0000 +++ python-apt-1.1.0~beta4ubuntu1/apt/auth.py 2016-07-28 11:27:39.000000000 +0000 @@ -63,6 +63,7 @@ cmd.extend(args) env = os.environ.copy() env["LANG"] = "C" + env["APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE"] = "1" try: if apt_pkg.config.find_dir("Dir") != "/": # If the key is to be installed into a chroot we have to export the diff -Nru python-apt-1.1.0~beta4/data/templates/Debian.mirrors python-apt-1.1.0~beta4ubuntu1/data/templates/Debian.mirrors --- python-apt-1.1.0~beta4/data/templates/Debian.mirrors 2016-07-16 00:13:13.000000000 +0000 +++ python-apt-1.1.0~beta4ubuntu1/data/templates/Debian.mirrors 2016-07-28 11:28:09.000000000 +0000 @@ -450,7 +450,9 @@ http://mirror.cse.iitk.ac.in/debian/ #LOC:IR ftp://debian.asis.io/debian/ +ftp://debian.parspack.com/debian/ http://debian.asis.io/debian/ +http://debian.parspack.com/debian/ http://mirror.iranserver.com/debian/ #LOC:IS ftp://debian.simnet.is/debian/ @@ -545,6 +547,9 @@ ftp://mmc.geofisica.unam.mx/debian/ http://ftp.mx.debian.org/debian/ http://mmc.geofisica.unam.mx/debian/ +#LOC:MY +ftp://mirrors.apu.edu.my/debian/ +http://mirrors.apu.edu.my/debian/ #LOC:NC ftp://debian.lagoon.nc/debian/ ftp://debian.nautile.nc/debian/ diff -Nru python-apt-1.1.0~beta4/data/templates/Ubuntu.mirrors python-apt-1.1.0~beta4ubuntu1/data/templates/Ubuntu.mirrors --- python-apt-1.1.0~beta4/data/templates/Ubuntu.mirrors 2016-07-16 00:13:12.000000000 +0000 +++ python-apt-1.1.0~beta4ubuntu1/data/templates/Ubuntu.mirrors 2016-07-28 11:28:08.000000000 +0000 @@ -1,8 +1,7 @@ mirror://mirrors.ubuntu.com/mirrors.txt -#LOC:AM -http://mirrors.asnet.am/ubuntu/ #LOC:AR http://mirrors.coopvgg.com.ar/ubuntu/ +http://ubnt-archive.xfree.com.ar/ubuntu/ http://ubuntu.unc.edu.ar/ubuntu/ #LOC:AT http://gd.tuwien.ac.at/opsys/linux/ubuntu/archive/ @@ -12,7 +11,6 @@ #LOC:AU http://ftp.iinet.net.au/pub/ubuntu/ http://mirror.aarnet.edu.au/pub/ubuntu/archive/ -http://mirror.as24220.net/pub/ubuntu-archive/ http://mirror.as24220.net/pub/ubuntu/ http://mirror.internode.on.net/pub/ubuntu/ubuntu/ http://mirror.netspace.net.au/pub/ubuntu/ @@ -49,7 +47,6 @@ http://ubuntu-archive.locaweb.com.br/ubuntu/ http://ubuntu.c3sl.ufpr.br/ubuntu/ http://ubuntu.laps.ufpa.br/ubuntu/ -http://www.las.ic.unicamp.br/pub/ubuntu/ #LOC:BY http://ftp.byfly.by/ubuntu/ http://mirror.datacenter.by/ubuntu/ @@ -204,8 +201,6 @@ http://ubuntu.tsl.gr/ #LOC:HK http://ftp.cuhk.edu.hk/pub/Linux/ubuntu/ -http://ubuntu.01link.hk/ -http://ubuntu.uhost.hk/ #LOC:HR http://hr.archive.ubuntu.com/ubuntu/ #LOC:HU @@ -213,6 +208,7 @@ http://ftp.kfki.hu/linux/ubuntu/ #LOC:ID http://buaya.klas.or.id/ubuntu/ +http://jaran.undip.ac.id/ubuntu/ http://kambing.ui.ac.id/ubuntu/ http://kartolo.sby.datautama.net.id/ubuntu/ http://kebo.pens.ac.id/ubuntu/ @@ -232,9 +228,8 @@ http://mirror.earthlink.iq/ubuntu/ #LOC:IR http://fastmirror.ir/ubuntu/ -http://mirror.aminidc.com/ubuntu/ubuntu/ +http://mirror.aminidc.com/ubuntu/ http://mirror.armaghan.net/ubuntu/ -http://mirror.iranserver.com/ubuntu/ http://mirror.network32.net/ubuntu/ http://ubuntu-mirror.parsdev.net/ubuntu-archive/ http://ubuntu.parspack.com/ubuntu/ @@ -244,6 +239,7 @@ #LOC:IT http://giano.com.dist.unige.it/ubuntu/ http://mirror.crazynetwork.it/ubuntu/archive/ +http://ubuntu.fastbull.org/ubuntu/ http://ubuntu.ictvalleumbra.it/ubuntu/ http://ubuntu.mirror.garr.it/ubuntu/ #LOC:JP @@ -342,10 +338,12 @@ #LOC:RO http://ftp.astral.ro/mirrors/ubuntu.com/ubuntu/ http://ftp.gts.lug.ro/ubuntu/ +http://mirrors.evowise.com/ubuntu/ http://mirrors.pidginhost.com/ubuntu/ http://mirrors.ulbsibiu.ro/ubuntu/ http://ubuntu.mirrors.linux.ro/archive/ #LOC:RU +http://linux.nsu.ru/ubuntu/ http://linux.psu.ru/ubuntu/ http://mirror.corbina.net/ubuntu/ http://mirror.logol.ru/ubuntu/ @@ -420,7 +418,6 @@ http://mirror.atlantic.net/ubuntu/ http://mirror.cc.columbia.edu/pub/linux/ubuntu/archive/ http://mirror.cc.vt.edu/pub2/ubuntu/ -http://mirror.clarkson.edu/ubuntu/ http://mirror.cogentco.com/pub/linux/ubuntu/ http://mirror.cs.pitt.edu/ubuntu/archive/ http://mirror.hmc.edu/ubuntu/ @@ -432,6 +429,7 @@ http://mirror.metrocast.net/ubuntu/ http://mirror.n5tech.com/ubuntu/ http://mirror.nexcess.net/ubuntu/ +http://mirror.os6.org/ubuntu/ http://mirror.picosecond.org/ubuntu/ http://mirror.pnl.gov/ubuntu/ http://mirror.scalabledns.com/ubuntu/ @@ -479,6 +477,7 @@ http://ubuntuarchive.mirror.nac.net/ http://us.archive.ubuntu.com/ubuntu/ http://www.club.cc.cmu.edu/pub/ubuntu/ +http://www.gtlib.gatech.edu/pub/ubuntu/ #LOC:UZ http://ubuntu.snet.uz/ubuntu/ #LOC:VN diff -Nru python-apt-1.1.0~beta4/debian/changelog python-apt-1.1.0~beta4ubuntu1/debian/changelog --- python-apt-1.1.0~beta4/debian/changelog 2016-07-16 00:06:55.000000000 +0000 +++ python-apt-1.1.0~beta4ubuntu1/debian/changelog 2016-07-28 11:27:39.000000000 +0000 @@ -1,3 +1,9 @@ +python-apt (1.1.0~beta4ubuntu1) yakkety; urgency=medium + + * apt.auth: Set APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE + + -- Julian Andres Klode Thu, 28 Jul 2016 11:23:12 +0000 + python-apt (1.1.0~beta4) unstable; urgency=medium * Fix test failures causing FTBFS (Closes: #830995) diff -Nru python-apt-1.1.0~beta4/debian/control python-apt-1.1.0~beta4ubuntu1/debian/control --- python-apt-1.1.0~beta4/debian/control 2016-07-16 00:06:55.000000000 +0000 +++ python-apt-1.1.0~beta4ubuntu1/debian/control 2016-07-28 11:27:39.000000000 +0000 @@ -1,7 +1,8 @@ Source: python-apt Section: python Priority: standard -Maintainer: APT Development Team +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: APT Development Team Uploaders: Michael Vogt , Julian Andres Klode Standards-Version: 3.9.8 X-Python-Version: >= 2.7