summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2009-04-24* debian/control: Do not require python >= 2.5, mistake in previous commit.Julian Andres Klode1-1/+1
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-1/+1
A new module, apt.deprecation, is introduced containing functions and classes which assist in the deprecation. The apt_pkg extension gets a new attribute, _COMPAT_0_7 which can be set by defining COMPAT_0_7 at compile time (-DCOMPAT_0_7). The names are changed, and compatibility functions are enabled if bool(apt_pkg._COMPAT_0_7) == True, i.e. if the package has been built with backward compatibility fixes. This commit changes the apt and aptsources packages, the apt_pkg and apt_inst extensions will be the next renames.
2009-04-15* Introduce support for Python 3 (Closes: #523645)Julian Andres Klode1-0/+2
This is the first initial port to Python 3. The API is almost completely identical to the one found in Python 2, except that functions working with binary data require bytes (md5sum,sha1sum,sha256sum,Base64Encode). Using setup3.py to install the modules will not work, because the apt package still has to be converted to Python 3. For the package, we call 2to3-3.1 in debian/rules to do this automatically.
2009-04-13* doc/source/conf.py: Do not require python-debian anymoreJulian Andres Klode1-1/+0
Try to get the release from the information in the environment variable DEBVER, which is exported in debian/rules. If it is not set, use python-debian to read the release from the changelog.
2009-04-01Fix Breaks 0.28 => 0.28~, so it works for backports as well.Julian Andres Klode1-1/+1
2009-04-01Fix spelling error: python -> PythonJulian Andres Klode1-1/+1
2009-04-01Breaks: debdelta (<< 0.28) to avoid more problems due to the internalJulian Andres Klode1-0/+1
API changes from 0.7.9.
2009-04-01* Fix documentation buildingJulian Andres Klode1-1/+3
- doc/source/conf.py: Only include directories for current python version. - debian/control: Build-Depend on python-gtk2, python-vte. - setup.py: If pygtk can not be imported, do not build the documentation.
2009-04-01* debian/control: Standards-Version, ${binary:Version}.Julian Andres Klode1-2/+2
- Update Standards-Version to 3.8.1 - Use ${binary:Version} instead of ${Source-Version}
2009-04-01debian/control: Remove useless Priority: optional in python-apt, move ↵Julian Andres Klode1-1/+1
python-apt-dbg to debug section.
2009-04-01debian/control: Add ${misc:Depends} to python-apt-dbg dependencies.Julian Andres Klode1-1/+2
2009-04-01Remove mdz from Uploaders (Closes: #521477), add myself.Julian Andres Klode1-1/+1
2009-04-01Depend on libjs-jquery, and remove internal copyJulian Andres Klode1-1/+2
2009-03-29Build-Depend on python-debian, use it to get version number from changelogJulian Andres Klode1-1/+10
2009-01-22Merge with mvoJulian Andres Klode1-0/+1
2009-01-21* aptsources/distro.py:Michael Vogt1-0/+1
- use iso_3166.xml instead of iso_3166.tab * debian/control: - add Recommends to iso-codes (for iso_3166.xml)
2009-01-14Add Vcs-BrowserJulian Andres Klode1-0/+1
2009-01-11Merge Ben Finney's whitespace changes (Closes: #481563)Julian Andres Klode1-3/+3
2009-01-09* Introduce the new documentation and add 0.7.9~exp2 to changelog.Julian Andres Klode1-3/+1
The new documentation is built using sphinx (>= 0.5) [other versions may work too, but let's be safe].
2008-11-24merged from the consolidation-bracn (with some modificatins)Michael Vogt1-1/+1
2008-06-21Merge from python-apt.debian-sid/.Ben Finney1-1/+1
2008-06-18merged from mvo branchegon1-1/+1
2008-05-16Remove trailing whitespace.Ben Finney1-3/+3
2008-01-04* use the new CacheFile::ListUpdate() codeMichael Vogt1-1/+1
* add example in doc/examples/update.py
2007-07-02* debian/control:Michael Vogt1-1/+1
- updated for python-distutils-extra (>= 1.9.0) * debian/python-apt.install: - fix i18n files
2007-06-11* build against the new aptMichael Vogt1-3/+19
* support for new "aptsources" pythn module (thanks to Sebastian Heinlein) * merged support for translated package descriptions * merged support for automatic removal of unused dependencies * merged http://glatzor.de/bzr/python-apt/sebi: - this means that the new aptsources modules is available * support translated pacakge descriptions * support automatic dependency information * python/depcache.cc: - "IsGarbage()" method added (to support auto-mark)
2007-06-10* merged automaitc removal of unused dependenciesMichael Vogt1-2/+2
branch * update build-depends
2007-05-23* python/pkgrecords.cc:Michael Vogt1-1/+1
- added SourceVer
2007-05-21* merged http://glatzor.de/bzr/python-apt/sebi:Michael Vogt1-4/+20
- this means that the new aptsources modules is available
2007-05-02* debian/control: added versionized dependency for python-centralMichael Vogt1-1/+1
2007-03-01* debian/control:Michael Vogt1-0/+1
- added XS-Vcs-Bzr header to make finding the repo easier
2007-02-27* debian/python-apt.install:Michael Vogt1-2/+3
- required now because we build python-dbg too * debian/changelog: - merged matts changes * debian/control: - change maintainer
2007-02-26* merged dokos patchMichael Vogt1-0/+12
2007-02-22* apt/package.py:Michael Vogt1-1/+1
- handle invalid unicode more gracefully (LP#86215) * rebuild against latest apt
2007-02-13* fixed crash in Mirror.has_repositoryMichael Vogt1-1/+1
* fixed docstring
2007-02-02* added pycompatMichael Vogt1-1/+1
* finalized changelog * added versionized b-d to python-central
2007-01-26merged glatzors python-apt branch that includes the new aptsource moduleMichael Vogt1-3/+6
2007-01-26* also install aptsourcesSebastian Heinlein1-1/+1
* switch to cdbs * add a pot file * setup the POTFILES.in
2007-01-19* make setup.py executableSebastian Heinlein1-1/+4
* add some information about aptsources to the package description
2006-09-12* debian/control:Michael Vogt1-1/+1
- tightend dependency * apt/progress.py: - use os._exit() instead of sys.exit() (lp: 53298)
2006-08-14* merged the ddtp supportMichael Vogt1-2/+2
2006-08-14* updated build-depsMichael Vogt1-1/+1
2006-07-27* merged with mainlineMichael Vogt1-17/+7
2006-07-24* merged the NMUs from debianMichael Vogt1-1/+1
2006-07-03* prepared rebuildMichael Vogt1-1/+1
2006-06-26* merging the NMU changesMichael Vogt1-32/+7
2006-05-08* merged r192 from mainlineMichael Vogt1-3/+3
2006-04-26* debian/compat: Michael Vogt1-4/+4
- debhelper compat level set to 5 * debian/changelog: - merged the changelog from the NMU * debian/control: - merged the changes from the NMU - set standards version to 3.6.2.0 * debian/rules: - fix arch-build target * setup.py: - simplify the patch magling by using map() instead of "for i in range()"
2006-02-21* merged changes from doko, prepared new uploadMichael Vogt1-16/+1
2005-12-07* make pkgAcqFile use the old interface so that we don't depend on a new apt ↵Michael Vogt1-1/+1
and still work with breezys apt