summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2009-03-19releasing version 0.7.9Michael Vogt1-2/+2
2009-03-19set to unreleasedMichael Vogt1-1/+1
2009-03-19* apt/gtk/widgets.py:Michael Vogt2-7/+50
- Handle older versions of python-gobject which do not ship glib * apt/package.py: Introduce the Version class - Deprecate Package.candidate*() and Package.installed*(), except for installedFiles. - Provide Version.get_source() (LP: #118788) - Provide Package.versions (Closes: #513236) * apt/progress/: New package, replaces apt.progress and apt.gtk - apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py * doc/source/*: Improve the documentation - Document more attributes and functions of apt_pkg (they are all listed) * aptsources/distro.py: - use iso_3166.xml instead of iso_3166.tab - fix incorrect indent * debian/control: - add Recommends to iso-codes (for iso_3166.xml) * apt/package.py: - make sure to set the defaulttimeout back to the original value (in getChangelog(), LP: #314212) * apt/cache.py: - when setting a alternative rootdir, read the config from it as well * python/configuration.cc, python/apt_pkgmodule.cc: - add apt_pkg.ReadConfigDir() * python/cache.cc, tests/getcache_mem_corruption.py: - test if progress objects have the right methods and raise error if not (thanks to Emanuele Rocca) closes: #497049 * apt/package.py: - avoid uneeded interal references in the Package objects * apt/__init__.py: - remove the future warning
2009-03-08debian/changelog: Add 'Provide Package.versions (Closes: #513236)'Julian Andres Klode1-0/+1
2009-03-08* Merge with mvoJulian Andres Klode1-0/+14
2009-03-08* doc/source/*: Improve the documentationJulian Andres Klode1-0/+2
- Document more attributes and functions of apt_pkg (they are all listed)
2009-03-08* apt/progress/: New package, replaces apt.progress and apt.gtkJulian Andres Klode1-0/+3
- apt/progress/gtk2.py: Moved here from apt/gtk/widgets.py - apt/progress/__init__.py: Move here from apt/progress.py
2009-03-08* apt/package.py: Introduce the Version classJulian Andres Klode1-0/+4
- Deprecate Package.candidate*() and Package.installed*(), except for installedFiles. - Provide Version.get_source() (LP: #118788)
2009-03-08* apt/gtk/widgets.py: Handle older versions of python-gobject which do not ↵Julian Andres Klode1-9/+14
ship glib
2009-03-03* python/cache.cc, tests/getcache_mem_corruption.py:Michael Vogt1-0/+4
- test if progress objects have the right methods and raise error if not (thanks to Emanuele Rocca) closes: #497049
2009-02-26avoid duplicated internal references of the Package object for _cache, ↵Michael Vogt1-0/+2
_depcache, _records, _list - they add up to ~10mb for the full cache on my test system and all information is available via Package._pcache
2009-01-29* apt/cache.py:Michael Vogt1-0/+5
- when setting a alternative rootdir, read the config from it as well * python/configuration.cc, python/apt_pkgmodule.cc: - add apt_pkg.ReadConfigDir()
2009-01-26revert commit r317Michael Vogt1-5/+0
2009-01-23* apt/package.py:Michael Vogt1-0/+3
- make sure to set the defaulttimeout back to the original value (in getChangelog(), LP: #314212)
2009-01-23* apt/cache.py:Michael Vogt1-0/+5
- when running with the rootdir option, run InitConfig() again to ensure that the config from the rootdir is read, not from the host (lp: #243550)
2009-01-22Merge with mvoJulian Andres Klode2-4/+16
2009-01-22fix incorrect indent Michael Vogt1-0/+1
2009-01-21* aptsources/distro.py:Michael Vogt2-0/+10
- use iso_3166.xml instead of iso_3166.tab * debian/control: - add Recommends to iso-codes (for iso_3166.xml)
2009-01-16* apt/__init__.py:Michael Vogt1-0/+2
- remove the future warning
2009-01-14Add Vcs-BrowserJulian Andres Klode2-1/+3
2009-01-14* debian/changelog: Close some more bugs.Julian Andres Klode1-3/+3
2009-01-13* apt/package.py:Michael Vogt1-0/+10
- fix bug in candidateInstalledSize property * aptsources/distinfo.py: - fix too restrictive mirror url check * aptsources/distro.py: - only add nearest_server and server to the mirrors if they are defined
2009-01-11* Add support for PkgRecords.SHA256Hash (Closes: #456113)Julian Andres Klode1-1/+2
2009-01-11* debian/changelog: Do not use deprecated form of raise statement (Closes: ↵Julian Andres Klode1-1/+2
#494259)
2009-01-11* Merge Ben Finney's do not use has_key() (Closes: #481878)Julian Andres Klode1-1/+2
A little bit adjusted to not remove the has_key() methods, and to use has_key() where needed [the low-level part does not have the needed functionality for 'key in mapping'].
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode3-34/+35
2009-01-10* also close LP: #223097Julian Andres Klode1-2/+2
2009-01-10* aptsources/distinfo.py: Allow @ in mirror urls (Closes: #478171)Julian Andres Klode1-1/+3
2009-01-09Remove inconsistent use of tabs and spaces (Closes: #505443)Julian Andres Klode1-0/+1
2009-01-09Contains style Guide (Closes: #481562)Julian Andres Klode1-0/+1
2009-01-09* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATHJulian Andres Klode3-3/+7
We now build the extension first, and then the documentation. Also add the text docs.
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode4-4/+29
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].
2009-01-08* aptsources/distinfo.py:Michael Vogt1-0/+5
- fix too restrictive mirror url check * aptsources/distro.py: - only add nearest_server and server to the mirrors if they are defined
2009-01-08fix bug in candidateInstalledSize propertyMichael Vogt1-0/+1
2008-12-15merge mvo branch, upload to experimentalMichael Vogt4-1/+38
2008-12-15debian/rules: remove uneeded line for pydoc buildingMichael Vogt1-3/+0
2008-12-15* setup.py:Michael Vogt3-0/+7
- build html/ help of the apt and aptsources modules into /usr/share/doc/python-apt/html
2008-12-11 - new method "getRequiredDownload()"Michael Vogt1-0/+2
- new method "additionalRequiredSpace()"
2008-11-24change naming for the gobjects to match glatzors branchMichael Vogt1-4/+4
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt2-1/+29
2008-11-24merge from the mvo branchMichael Vogt1-0/+38
2008-11-10* aptsources/distro.py:Michael Vogt1-0/+5
- add parameter to get_distro() to make unit testing easier * tests/test_aptsources_ports.py: - add test for arch specific handling (when sub arch is on a different mirror than "main" arches)
2008-11-07* Non-maintainer upload.Michael Vogt1-0/+17
* data/templates/Debian.info.in: Set the BaseURI to security.debian.org for lenny/updates, etch/updates and sarge/updates. (Closes: #503237) * data/templates/Debian.info.in: - add 'lenny' template info (closes: #476364) * aptsources/distinfo.py: - fix template matching for arch specific code (LP: #244093)
2008-11-07python/acquire.cc (GetPkgAcqFile): Support DestDir and DestFilename.Michael Vogt1-0/+4
2008-11-03* data/templates/Ubuntu.info.in:Michael Vogt1-0/+2
- updated
2008-10-22* python/metaindex.ccMichael Vogt1-0/+2
- fix crash when incorrect attribute is given
2008-10-04Merged Michael's changesEmanuele Rocca1-3/+31
2008-09-18* apt/package.py:Michael Vogt1-1/+3
- do not return None in sourcePackageName (LP: #123062) - add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants
2008-09-18add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constantMichael Vogt1-1/+1
2008-09-18* python/apt_pkgmodule.cc:Michael Vogt1-0/+3
add "SelState{Unknown,Install,Hold,DeInstall,Purge}" constants - fix detection of cdrom sources and add test for it