summaryrefslogtreecommitdiff
path: root/debian/changelog
AgeCommit message (Collapse)AuthorFilesLines
2015-07-05python-apt (1.0.0~beta3+dyson1)HEADmasterIgor Pashev1-0/+6
2015-07-05Merge git://anonscm.debian.org/apt/python-aptIgor Pashev1-8/+358
Conflicts: debian/changelog python/apt_pkgmodule.cc
2015-06-17Release 1.0.0~beta3 to unstableJulian Andres Klode1-0/+13
Let's use the default urgency this time, no need to delay the transition to testing, they should test too.
2015-06-13Release 1.0.0~beta2 to unstableJulian Andres Klode1-0/+7
This is a quick fix for the symlink issue to prevent more people from getting infected by it.
2015-06-11Release 1.0.0~beta1 to unstableJulian Andres Klode1-0/+57
2015-05-07releasing package python-apt version 0.9.4Michael Vogt1-2/+13
2015-05-07add Wily templateMartin Pitt1-0/+8
2014-10-24releasing package python-apt version 0.9.3.11Michael Vogt1-2/+11
2014-10-24Merged UbuntuRTMDistribution detection from ubuntuMichael Vogt1-0/+9
* Add template for the "Ubuntu-RTM" derived distribution. * Detect whether a system is running Ubuntu-RTM by way of "system-image-cli -i". Not perfect but close enough.
2014-09-04releasing package python-apt version 0.9.3.10Michael Vogt1-0/+13
2014-08-28release 0.9.3.9Michael Vogt1-0/+15
2014-06-30releasing package python-apt version 0.9.3.8Michael Vogt1-0/+7
2014-06-10releasing package python-apt version 0.9.3.7Michael Vogt1-1/+1
2014-06-10prepare 0.9.3.7Michael Vogt1-0/+10
2014-04-25releasing package python-apt version 0.9.3.6Michael Vogt1-0/+13
2014-04-02Release 0.9.3.5Julian Andres Klode1-0/+12
2014-03-20Release 0.9.3.4Julian Andres Klode1-0/+12
2014-03-15Release 0.9.3.3Julian Andres Klode1-0/+13
2014-03-10Release 0.9.3.2Julian Andres Klode1-0/+9
2014-02-22Release 0.9.3.1Julian Andres Klode1-0/+6
2014-02-22Release 0.9.3Julian Andres Klode1-0/+14
2014-01-25Release 0.9.2Julian Andres Klode1-3/+30
2014-01-25apt/package.py: Improved readability and documentation of ↵Michael Schaller1-0/+1
BaseDependency.__dstr().
2014-01-07apply patch from Barry Warsaw to fix autopkgtestMichael Vogt1-0/+5
2014-01-05apt/cache.py, apt/package.py: Fixed PEP8 and pyflakes issuesMichael Schaller1-0/+9
This commit removed the unused local variable 'transient' in 'apt/cache.py' and the unused import 'warnings' in 'apt/package.py'.
2013-11-23* apt/cache.py:Michael Vogt1-0/+8
- when using apt.Cache(rootdir=/some/dir) only read the APT configuration from this rootdir instead of /etc (closes: #728274)
2013-10-23Release 0.9.1 to unstableJulian Andres Klode1-0/+19
2013-10-21Release 0.9.0 to unstableJulian Andres Klode1-2/+2
2013-10-21debian/control: Set Standards-Version to 3.9.4Julian Andres Klode1-0/+2
2013-10-21data/templates/Ubuntu.info.in: Add "Trusty Thar"Julian Andres Klode1-0/+2
A copy from saucy, with name and numbers adjusted
2013-10-21tests/old/*.py: Update to new API as wellJulian Andres Klode1-0/+2
2013-10-21doc/examples/*.py: Update examples to the new APIJulian Andres Klode1-0/+2
Closes: #639022
2013-10-21aptsources: Correctly parse multiple options (LP: #1103200)Julian Andres Klode1-0/+1
It's still not optimal and we do not support the arch+ and arch- options, but it's a beginning.
2013-10-21doc/source/examples/dpkg-info.py: Use apt_inst.DebFileJulian Andres Klode1-0/+2
We previously used deb_extract_control, but this does not exist. Closes: #671784
2013-10-21python/cache.cc: Set NoDelete=true when creating Policy, fixes segfault in ↵Julian Andres Klode1-0/+2
destructor
2013-10-21apt/debfile.py: Pass strip_multi_arch=False to parse_depends.Julian Andres Klode1-0/+4
Patch by Michael, tests derived from the ones provided by the reporter. I included the test debs without the source package, as for our use case, all needed "source code" is included in the package itself anyway. Reported-By: Francois Gouget <fgouget@free.fr> Closes: #717859 Closes: #717861
2013-10-10apt, aptsources: Only call init_config() if not already initializedJulian Andres Klode1-0/+2
Based on an idea by the bug reporter. Reported-by: Dominique Lasserre <lasserre.d@googlemail.com> Closes: #686403
2013-10-10tests: Do not set dir::etc::sourceparts to /tmpJulian Andres Klode1-0/+2
This can cause build failures if *.list files are present in /tmp. Use /dev/null instead (not a directory, but APT silently ignores this).
2013-10-10apt/package.py: mark_upgrade misuses FromUser to set auto-installedDaniel Hartwig1-0/+4
Package.mark_upgrade uses FromUser for it's side effect of setting a package as auto-installed (or not). However, FromUser is also influential in pkgDepCache::IsModeChangeOk to determine whether an action should override a dpkg hold, etc.. Closes: #686726
2013-10-08Accept bytes object for file names (Closes: #680971)Julian Andres Klode1-0/+1
I accidentally pushed those changes to debian/sid, but the test suite still runs, so everything should be fine. We're still missing some automatic tests, though.
2013-10-08apt/package.py: Add a Package.has_config_files property (Closes: #712749)Julian Andres Klode1-0/+2
The name might be a bit misleading, but I cannot find a short name that completely describes this check.
2013-10-08python/apt_pkgmodule.cc: Fix documentation of version_compare (Closes: #680891)Julian Andres Klode1-0/+2
This was supposed to be fixed some time ago in mvo's bzr branch but it seems that it did not survive the git migration.
2013-10-08python-apt: formatting error in library/index.rst (Closes: #692484)Julian Andres Klode1-0/+3
2013-10-08aptsources/sourceslist.py: Fix uniq docstring and hide it (Closes: #723815)Julian Andres Klode1-0/+2
We accidentally exported this and people wrongly assumed that it was intended for SourcesList objects.
2013-10-08data/templates/Ubuntu.info.in: add 'devel' seriesJeremy Bicha1-0/+3
2013-09-11Update changelogJulian Andres Klode1-1/+5
2013-09-10* merge from Ubuntu:Michael Vogt1-9/+4
- data/templates/Ubuntu.info.in: add "Saucy Salamander" to - debian/control: add "Multi-Arch: allowed"
2013-08-31Use HAVE_OPEN_MEMSTREAMIgor Pashev1-2/+7
2013-08-05some fixes from a coverity scan runMichael Vogt1-0/+6
2013-06-06prepare releaseMichael Vogt1-2/+2