Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This breaks PPAs. No workaround yet, so PPA users will have to live
with pkg_resources complaints.
Gbp-Dch: ignore
|
|
Such a idiocy.
LP: #1445949
|
|
It isn't valid for C++.
See: http://bugs.python.org/issue9031,
http://bugs.python.org/issue1222585
[jak@debian.org: Reworded commit message]
|
|
This is much better than running 2to3 during the build, as it
gives us more control over the Python 3 code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- setup.py: Copy the mirror lists to the build directory
- aptsources/distinfo.py: Support relative filenames for MirrorsFile.
|
|
|
|
|
|
This is part one of wishlist Bug#536096, introducing classes in
apt_inst.
|
|
They have been replaced with apt.progress.base, so stuff like GTK+ or
Qt progress classes can be written using subclassing.
|
|
Basically, we only want to have on PyAcquireItem per pkgAcquire::Item,
and one PyAcquireItemDesc per pkgAcquire::ItemDesc. Therefore, we store
them so we can return them at a later time.
|
|
This is the new alternative to pkgsystem_lock() and pkgsystem_unlock(),
and is the recommended one.
|
|
|
|
- apt_pkg.AcquireProgress
- apt_pkg.OpProgress
|
|
|
|
|
|
|
|
the value from the variable DEBVER (defined in debian/rules), falling
back to None.
|
|
get a version number in setup.py (Closes: #523473)
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
We now build the extension first, and then the documentation. Also add
the text docs.
|
|
The new documentation is built using sphinx (>= 0.5) [other versions may work too,
but let's be safe].
|
|
|
|
- build html/ help of the apt and aptsources modules
into /usr/share/doc/python-apt/html
|
|
|
|
|
|
|
|
|
|
|
|
- updated for python-distutils-extra (>= 1.9.0)
* debian/python-apt.install:
- fix i18n files
|
|
* switch to cdbs
* add a pot file
* setup the POTFILES.in
|
|
* add some information about aptsources to the package description
|
|
- 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()"
|
|
Patches applied:
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--base-0
tag of michael.vogt@ubuntu.com--2005/python-apt--mvo--0--patch-43
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-1
* support the apt--progress-reporting--0 branch (using "InstallProgress.statusfd)
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-2
* support for update reporting via vte/progress bars added, including a evil "pass-me-my-file-descriptor" hack
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-3
* merged with python-apt--mvo
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-4
* merged from python-apt--mvo
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-5
* better support new python-apt, added example for gui-inst with support for VTE_PTY_KEEP_FD
* michael.vogt@ubuntu.com--2005/python-apt--progress-reporting--0--patch-6
* removed the fdsend stuff again, libvte will be patched instead
|
|
|
|
|
|
refcount problem, added tests/ directory
* apt/package.py, apt/__init__.py:
- started a native python interface that will wrap the uglier
bits of python-apt in the future
* tests/pkgsrcrecords.py:
- started a test directory
* python/pkgsrcrecords.cc:
- fixed a refcount problem
- merged with Greek0s tree
Patches applied:
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--base-0
tag of apt@packages.debian.org/python-apt--main--0--patch-8
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-1
Minor typo fix in debian/rules
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-2
Typo fix in depcache.cc which caused wrong function to be called
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-3
Improved CppPyObject, leading to a better PkgDepCacheStruct
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-4
Improved build system
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-5
Restored the old tar.cc to work with the older apt in debian again
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-6
Fix for Debian #304296 (Segfault in CppOwnedDealloc)
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-7
Fix for Debian #304903 (FD leak)
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-8
Fixed the compilation error introduced in patch-6
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-9
New debian/changelog from Debians python-apt 0.6.10
* Greek0@gmx.net--2005-main/python-apt--debian--0.6--patch-10
Minor changes to make the packages lintian/linda clean
* apt@packages.debian.org/python-apt--main--0--patch-8
Merge michael.vogt@ubuntu.com--2005/python-apt--pkgDepCache--0
|
|
Author: jgg
Date: 2002-01-08 07:13:21 GMT
Use the makefile parser
|
|
Author: jgg
Date: 2002-01-08 06:42:46 GMT
Python distutils based packaging
|