summaryrefslogtreecommitdiff
path: root/debian/control
AgeCommit message (Collapse)AuthorFilesLines
2010-03-20debian/control: Change priority to standard, keep -doc and -dev on optional.Julian Andres Klode1-1/+3
2010-03-12recommend python2.6.Julian Andres Klode1-1/+1
2010-03-10python-apt-doc replaces files in older python-aptJulian Andres Klode1-0/+1
2010-03-10Move documentation into python-apt-doc (Closes: #572617)Julian Andres Klode1-2/+14
2010-03-03* Merge with Ubuntu:Julian Andres Klode1-1/+1
- util/get_ubuntu_mirrors_from_lp.py: + rewritten to use +archivemirrors-rss and feedburner - pre-build.sh: update ubuntu mirrors on bzr-buildpackage (and also do this for Debian mirrors) - add break for packagekit-backend-apt (<= 0.4.8-0ubuntu4)
2010-02-02debian/control: Set Standards-Version to 3.8.4.Julian Andres Klode1-1/+1
2010-02-02* debian/control:Julian Andres Klode1-1/+4
- Make python-apt-dev depend on ${misc:Depends} and recommend python-dev.
2010-01-17* Build for Python 2.5, 2.6 and 3.1; 2.6 and 3.1 hit unstable on Jan 16.Julian Andres Klode1-3/+7
- Use DH_PYCENTRAL=nomove for now because include-links seems broken
2010-01-15Rewrite apt.progress.gtk2 documentation by hand and drop python-gtk2Julian Andres Klode1-3/+1
build-time dependency.
2010-01-15Build for all supported Python versions newer than 2.5.Julian Andres Klode1-1/+1
2010-01-15* Build for all supported Python versions.Julian Andres Klode1-7/+3
- Disable 2.6 and 3.1 builds previously available in experimental.
2009-08-21Merge 0.7.13.0 from unstable.Julian Andres Klode1-1/+1
2009-08-21debian/control: Update Standards-Version to 3.8.3.Julian Andres Klode1-1/+1
2009-08-03Merge 0.7.12.1Julian Andres Klode1-2/+2
2009-08-02debian/control: Do not build-depend on python-gtk2 and python-vte on kfreebsd-*.Julian Andres Klode1-2/+2
2009-08-02Only recommend lsb-release instead of depending on it. Default toJulian Andres Klode1-2/+2
Debian unstable if lsb_release is not available.
2009-07-30debian/control: Explicitly specify the versions to build for.Julian Andres Klode1-3/+5
2009-07-30debian/control: Add 3.1 to XS-Python-Version.Julian Andres Klode1-1/+1
2009-07-30Merge 0.7.11.1-0.7.12.0 from unstable.Julian Andres Klode1-3/+2
2009-07-30debian/control: Do not use versioned build-deps on python-all-{dev,dbg}.Julian Andres Klode1-2/+2
Debhelper should conflict against older versions, as it uses --install-layout. But we should'nt do debhelper's work here.
2009-07-30Use debhelper 7 instead of CDBSJulian Andres Klode1-4/+3
2009-07-30debian/control: Update Standards-Version to 3.8.2Julian Andres Klode1-1/+1
2009-07-30* debian/control: Build-depend on libapt-pkg-dev (>= 0.7.22~)Julian Andres Klode1-1/+1
Enhances needs it.
2009-07-30debian/control: Only recommend libjs-jquery (Closes: #527543) Julian Andres Klode1-3/+2
2009-07-15Simplify the whole building, build all Python versions with setup.pyJulian Andres Klode1-2/+2
2009-07-15debian/rules: Add --install-layout=deb, debian/control: XS-Python-Version >= 2.5Julian Andres Klode1-1/+1
2009-07-15Build-Depend on python-all-dev (>= 2.5.4-3), so we build for Python 2.6Julian Andres Klode1-2/+2
2009-07-15Upgrade to debhelper 7 and remove debian/tmp in python-apt.install, toJulian Andres Klode1-1/+1
work around a bug in debhelper.
2009-07-15python/python-apt.h: Introduce the C++ APIJulian Andres Klode1-0/+11
The C++ API provides support for creating Python objects from C++ objects given by pointer or reference (depending on the implementation of the Python object) and for retrieving the underlying C++ object from the Python object and for checking the type of the Python object.
2009-07-07debian/control: Build-Depend on libapt-pkg-dev (>= 0.7.22~).Julian Andres Klode1-1/+1
2009-06-22debian/control: Update Standards-Version to 3.8.2Julian Andres Klode1-1/+1
2009-06-05debian/control: Only recommend libjs-jquery (Closes: #527543).Julian Andres Klode1-3/+2
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