summaryrefslogtreecommitdiff
path: root/po
AgeCommit message (Collapse)AuthorFilesLines
2011-10-19* po/da.po:Michael Vogt1-84/+68
- updated, thanks to Joe Dalton (closes: #631309)
2011-10-19* po/pt_BR.po:Michael Vogt1-106/+204
- updated, thanks to Sergio Cipolla (closes: #628398)
2011-10-19* po/python-apt.pot:Michael Vogt1-70/+80
- refreshed
2011-08-01merged from debian-sidMichael Vogt1-89/+99
2011-08-01* merged from the debian/sid bzr branchMichael Vogt2-685/+295
* Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512) * python/arfile.cc: - use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx * tests/test_aptsources_ports.py, tests/test_aptsources.py: - use tmpdir during the tests to fix test failure with apt from experimental * Upload to unstable * Increase Breaks for update-notifier to 0.99.3debian9 * utils/get_debian_mirrors.py: Adjust for new Alioth SCM urls * debian/control: Standards-Version 3.9.2 * Fix Lintian overrides * Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en) * po/urd.po: Remove, ur.po is the correct file * debian/source/format: Add, set it to "3.0 (native)" * Fix get_changelog in Python 3 (Closes: #626532) * apt/package.py: fix a few typos [formated->formatted] (Closes: #597054) * doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225) - one typo [2to => 2to3], one broken link [pep8.py link] * Esperanto (Closes: #626430)
2011-05-27po/urd.po: Remove, ur.po is the correct fileJulian Andres Klode1-495/+0
2011-05-27Esperanto (Closes: #626430)Julian Andres Klode1-190/+295
2011-03-21* merged fix for parse_depends() in a multiarch environmentMichael Vogt1-15/+15
from debian/sid branch * apt/progress/text.py: - only run ioctl for termios.TIOCGWINSZ if the fd is a tty * apt/debfile.py, tests/test_debfile.py: - strip "./" from _get_content and add tests, this fixes a control file extraction bug in gdebi * python/depcache.cc: - when using the actiongroup as a contextmanager incref/decref on enter and leave. this should fix the instablity issues that aptdaemon runs into (LP: #691134) * debian/python3-apt.install: - fix py3 extension module install location (thanks to Barry) * python/depcache.cc: - provide bindings for new libapt SetCandidateRelease() * debian/control: - require new libapt-pkg-dev SetCandidateRelease() * py3 compatible exception handline * debian/control: - bump minimal python version to >= 2.6 * python/apt_pkgmodule.cc: - strip multiarch by default in RealParseDepends - add optional parameter to allow parse_depends() to keep the multiarch parameter * tests/test_deps.py: - add test forapt_pkg.parse_depends(strip_multiarch=True)
2011-03-21po/*: rebuildMichael Vogt1-79/+109
2010-11-24* re-merged from debian/sidMichael Vogt2-253/+401
* Final 0.7.100 release; targeted at Squeeze. * apt/debfile.py: - Replace (undocumented) use of python-debian debfile.DebFile API with the equivalent apt_inst.DebFile API (Closes: #603043) * apt/package.py: - Fix docstring of Package.mark_delete() (Closes: #599042) * doc: - Various documentation updates. - The C++ API/ABI is stable now. * po - Update sl.po (Closes: #603359)
2010-11-17* poJulian Andres Klode1-185/+293
- Update sl.po (Closes: #603359)
2010-08-23* po/pt_BR.po:Michael Vogt1-103/+87
- updated, thanks to Sergio Cipolla
2010-08-05tests/test_debfile.py: make it work on amd64, improve failure messageMichael Vogt1-5/+6
2010-08-05merged from debian-sid, fix crash in Dsc file handlingMichael Vogt1-17/+17
2010-08-05* apt/debfile.py:Michael Vogt1-22/+21
- fix crash in DscFile handling and add regression test
2010-07-12po/*: refreshed poMichael Vogt1-35/+32
2010-07-02merged lp:~kiwinote/python-apt/merge-gdebi-changes, this port theMichael Vogt1-68/+123
DebPackage class fixes from gdebi into python-apt so that gdebi can use the class from python-apt directly
2010-03-03* tests/data/aptsources/sources.list.testDistribution:Julian Andres Klode1-70/+70
- change one mirror which is not on the mirror list anymore.
2010-01-31po/de.po: Fix Ubuntu 10.04 codename.Julian Andres Klode1-1/+1
2010-01-31de.po: Update against new templateJulian Andres Klode1-87/+93
2010-01-31po/python-apt.pot: Update template.Julian Andres Klode1-84/+89
2010-01-15Merge 0.7.13.5 pre.Julian Andres Klode1-292/+79
2009-09-23* po/zh_CN.po:Michael Vogt1-1291/+26
- updated, thanks to Feng Chao
2009-08-21* po: Update templates and translations de,fr,ja.Julian Andres Klode4-4826/+599
- Update template and the translations de.po, fr.po (Closes: #467120), ja.po (Closes: #454293).
2009-07-30Merge 0.7.11.1-0.7.12.0 from unstable.Julian Andres Klode1-16/+16
2009-07-29releasing version 0.7.11.1Michael Vogt1-56/+71
2009-07-19po: Update the po files to include the new strings.Julian Andres Klode73-578/+4258
2009-07-15Simplify the whole building, build all Python versions with setup.pyJulian Andres Klode1-1/+1
2009-07-15po: Update template.Julian Andres Klode1-6/+6
2009-07-03Further work on threading support.Stephan Peijnik1-1/+1
Fixed bug that prevented building with Python 2.4.
2009-06-15po/: Big translation files cleanup.Julian Andres Klode72-61923/+13148
The previous translation files contained a lot of strings from update-manager which never were in python-apt. Those have been removed. The translations for French and Japanese have been merged with those provided in the BTS. The German translation has been updated to translate all strings.
2009-06-08merge with mvojak@debian.org1-10/+10
2009-05-05* apt/progress/__init__.py:Michael Vogt1-4/+4
- add update_status_full() that takes file_size/partial_size as additional callback arguments - add pulse_items() that takes a addtional "items" tuple that gives the user full access to the individual items that are fetched * python/progress.cc: - low level code for update_status_full and pulse_items()
2009-04-16* apt/*.py: Initial rename work for Bug#481061Julian Andres Klode1-5/+5
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-5/+5
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-12apt/package.py: Handle cases where no candidate is available andJulian Andres Klode1-15/+15
one of the deprecated properties (e.g. candidateVersion) is requested. (Closes: #523801)
2009-03-08po/POTFILES.in: Add apt/package.py,apt/debfile.py,apt/progress/gtk2.pyJulian Andres Klode2-11/+85
2009-03-03* python/cache.cc, tests/getcache_mem_corruption.py:Michael Vogt1-1/+1
- test if progress objects have the right methods and raise error if not (thanks to Emanuele Rocca) closes: #497049
2009-01-29* apt/cache.py:Michael Vogt1-12/+7
- 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-09* setup.py, doc/source/conf.py: Fix building by adding build/lib* to PYTHONPATHJulian Andres Klode1-1/+1
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 Klode1-6/+6
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 Vogt2-56/+90
2008-08-15* python/progress.cc:Michael Vogt1-1/+1
- when pulse() does not return a boolean assume "true" (thanks to Martin Pitt for telling me about the problem)
2008-07-31* python/apt_instmodule.cc:Michael Vogt1-1/+1
- do not change working dir in debExtractArchive() (LP: #184093)
2008-07-31fix GetCandidateVer() reporting incorrect versions afterMichael Vogt1-1/+1
SetCandidateVer() was used. Thanks to Julian Andres Klode for the test-case (LP: #237372)
2008-07-30* python/cache.cc:Michael Vogt1-10/+15
- fix crash if Ver.PriorityType() returns NULL
2008-07-18* python/pkgsrcrecords.cc:Michael Vogt1-1/+1
- add "Record" attribute to the PkgSrcRecord to access the full source record
2008-07-04* tests/test_hashsums.py:Michael Vogt1-1/+1
- add tests for the hashsum code
2008-07-04* python/apt_pkgmodule.cc:Michael Vogt1-1/+1
- fix bug in hashsum calculation when the original string contains \0 charackters (thanks to Celso Providelo and Ryan Hass for the test-case) LP: #243630
2008-07-04update-poMichael Vogt1-45/+55