summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)AuthorFilesLines
2011-08-11* aptsources/distinfo.py:Michael Vogt1-0/+2
- make mirror a valid protocol name
2011-08-10releasing version 0.8.0ubuntu6Michael Vogt1-2/+5
2011-08-10* tests/test_all.py:Michael Vogt1-0/+2
- print library dir to hunt down build failure on amd64
2011-08-09* debian/control:Michael Vogt2-1/+8
- remove recommends of python2.6
2011-08-09releasing version 0.8.0ubuntu5Michael Vogt1-1/+8
2011-08-09* aptsources/sourceslist.py:Michael Vogt1-1/+8
- fix py3.2 compat issue that causes FTBFS on amd64 tests
2011-08-09* apt/package.py:Michael Vogt1-0/+7
- fix py3 compatbility with print
2011-08-09merged from the mvo branchMichael Vogt1-1/+8
2011-08-08disable tests if /etc/apt/sources.list is not readableMichael Vogt1-0/+6
2011-08-08releasing version 0.8.0ubuntu1Michael Vogt2-22/+4
2011-08-08merged from the mvo branchMichael Vogt1-0/+2
2011-08-08tests/test_apt_cache.py: make the test work on PPA buildd chrootsMichael Vogt1-0/+2
2011-08-08merge from the debian-sid branchMichael Vogt1-0/+19
2011-08-08* tests/test_apt_cache.py:Michael Vogt1-0/+2
- fix test by providing proper fixture data
2011-08-01merged from the debian-sid bzr branchMichael Vogt1-7/+3
2011-08-01* merged from the debian/sid bzr branchMichael Vogt5-4/+82
* 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-07-29* tests/test_aptsources_ports.py, tests/test_aptsources.py:Michael Vogt1-0/+3
- use tmpdir during the tests to fix test failure with apt from experimental
2011-07-13* python/arfile.cc:Michael Vogt1-0/+8
- use APT::Configuration::getCompressionTypes() instead of duplicating the supported methods here * tests/test_debfile.py: - add test for raise on unknown data.tar.xxx
2011-07-13* add missing bits for the xz compression support for the Michael Vogt1-0/+35
0.7 API, thanks to Colin Watson for the fix! (LP: #805389) * backport xz compression support the debian-sid bzr branch (LP: #805389) * apt/utils.py: - fix end date calculation for releases in june (LP: #602469) * apt/package.py: - Fix the changelog downloading if there are several source package versions available which provide the binary (LP: #377535). See http://bugs.debian.org/581831 for further details * debian/control: - update Vcs-Bzr location
2011-06-07Breaks: debsecan (<< 0.4.15) [not only << 0.4.14] (Closes: #629512)Julian Andres Klode2-1/+7
2011-05-27Upload to unstableJulian Andres Klode1-2/+4
2011-05-27debian/source/format: Add, set it to "3.0 (native)"Julian Andres Klode2-0/+2
2011-05-27po/urd.po: Remove, ur.po is the correct fileJulian Andres Klode1-0/+1
2011-05-27Fix spelling errors reported by Lintian (sep[a->e]rated, overrid[d]en)Julian Andres Klode1-0/+1
2011-05-27Fix Lintian overridesJulian Andres Klode2-1/+2
2011-05-27Esperanto (Closes: #626430)Julian Andres Klode1-0/+3
2011-05-27* doc/source/tutorials/contributing.rst: minor improvements (Closes: #625225)Julian Andres Klode1-0/+2
- one typo [2to => 2to3], one broken link [pep8.py link]
2011-05-27apt/package.py: fix a few typos [formated->formatted] (Closes: #597054)Julian Andres Klode1-0/+1
2011-05-27Fix get_changelog in Python 3 (Closes: #626532)Julian Andres Klode1-0/+4
2011-05-27debian/control: Standards-Version 3.9.2Julian Andres Klode2-1/+2
2011-05-27utils/get_debian_mirrors.py: Adjust for new Alioth SCM urlsJulian Andres Klode1-0/+1
2011-05-26Increase Breaks for update-notifier to 0.99.3debian9Julian Andres Klode2-1/+7
2011-05-26merge from debian, omit disable of the 0.7 APIMichael Vogt2-4/+67
2011-04-29releasing version 0.7.100.3ubuntu7Michael Vogt1-2/+2
2011-04-29Release 0.8.0~exp4 to experimentalJulian Andres Klode1-2/+2
2011-04-29apt_pkg: Add subclassing fun to PackageManager, for #623485 as wellJulian Andres Klode1-0/+1
2011-04-29apt.Cache: Add a _changes_count member for later useJulian Andres Klode1-0/+1
2011-04-29apt.cache: Emit change signals in ProblemResolverJulian Andres Klode1-0/+1
2011-04-28* data/templates/Ubuntu.info.in:Michael Vogt1-0/+7
- add oneiric templates
2011-04-27apt_pkg: Add OrderList, wanted for mancoosi (Closes: #623485)Julian Andres Klode1-0/+6
2011-04-24releasing version 0.7.100.3ubuntu6Stéphane Graber1-0/+7
2011-04-21Release 0.8.0~exp3Julian Andres Klode1-2/+2
2011-04-21apt_pkg: Add apt_pkg.Version.multi_arch and friendsJulian Andres Klode1-0/+3
2011-04-20releasing version 0.7.100.3ubuntu5Michael Vogt1-0/+8
2011-04-12Update enable_component to also apply to -src entries (LP: #758732)Julian Andres Klode1-0/+7
2011-04-12releasing version 0.7.100.3ubuntu4Stéphane Graber1-0/+6
2011-04-12Release 0.8.0~exp2 to experimentalJulian Andres Klode1-2/+2
2011-04-12doc: Fix documentation of BaseDependency.relation (Closes: #607031)Julian Andres Klode1-0/+1
2011-04-12apt.package: Add 'tasks' to Version, improve doc (Closes: #619574)Julian Andres Klode1-0/+1
2011-04-12doc: Fix a minor formatting error, patch by Jakub Wilk (Closes: #608914)Julian Andres Klode1-0/+1