-
add fancy os-release support to pick up its ID_LIKE feature
apachelogger committedAug 16, 2016 this enables API consumers to check if something is compatible (as in: distro is based on).
-
apt.auth: Set APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE
julian-klode committedJul 28, 2016 Make apt-key shut up. We should deprecate this ourselves here.
-
julian-klode committed
Jul 16, 2016
-
tests: Completely reset config environment in setUp
julian-klode committedJul 15, 2016 This makes all tests completely independent of each other.
-
tests/test_lp659438.py: Set allow-insecure
julian-klode committedJul 10, 2016
-
julian-klode committed
Jul 8, 2016 -
julian-klode committed
Jul 8, 2016 We are building shared libraries, and that does not seem to work.
-
Fix typo classes reported by lintian
julian-klode committedJul 8, 2016 -
Build with full hardening enabled
julian-klode committedJul 8, 2016 -
Bump Standards-Version to 3.9.8
julian-klode committedJul 8, 2016 -
copyright: Remove nonexisting files
julian-klode committedJul 8, 2016 -
Drop the XS-Testsuite control field, not needed anymore
julian-klode committedJul 8, 2016 -
copyright: Update to copyright-format 1.0
julian-klode committedJul 8, 2016 -
Update Vcs-Git and Vcs-Browser fields to https
julian-klode committedJul 8, 2016 -
Set allow-unauthenticated for our local sources
julian-klode committedJul 8, 2016 This fixes a regression from apt 1.3
-
julian-klode committed
Mar 13, 2016
-
python-apt-common: Drop python | python3 depends
julian-klode committedJan 20, 2016 This is not needed any more since we dropped the included API migration script some time ago. Closes: #812099
-
TagSection: Check for NUL bytes in the tag section input
julian-klode committedDec 7, 2015 Reject NUL bytes in the input and require a NUL terminator.
-
Add apt_pkg.Tag and subclasses (one per kind of tag)
julian-klode committedDec 7, 2015 -
Revert "CppPyObject_NEW: Make template variadic"
julian-klode committedDec 7, 2015 This reverts commit 8fcd276.
-
CppPyObject_NEW: Make template variadic
julian-klode committedDec 7, 2015 -
Introduce apt_pkg.Error class replacing SystemError
julian-klode committedDec 7, 2015 The use of SystemError has always been a hack, and with the new dedicated class, we will actually know whether an exception was raised by apt or not.
-
dpkg-contents.py: Use member.linkname instead of link
julian-klode committedDec 6, 2015 Gbp-Dch: ignore
-
Use print function from __future__ in examples
Closes: #807104
-
debfile: Mention dpkg --add-architecture when arch is wrong
julian-klode committedDec 5, 2015 This is somewhat ugly, but we cannot do anything better like do it ourselves, as that is a job for frontends. Closes: #725720
-
Drop binding for SmartTargetPkg()
julian-klode committedDec 5, 2015 SmartTargetPkg() does not do anything useful for any user, and its documentation was entirely wrong. There are no users of this method in the archive, on GitHub, or in Black Duck Open Hub search results; the impact of this change should thus be zero. Closes: #791345
-
control: Suggest apt, so reportbug reports apt version
julian-klode committedDec 5, 2015 This is just a quick hack to make reportbug automatically include the version of APT used, and not only the version of the libraries (in case of ABI breaks).
-
apt_inst: Do not mention deprecated functions, except for porting
julian-klode committedDec 5, 2015 This should still help people port over code, if they are looking at some old code. The old API was so vastly different that I like to keep this, there's no harm in doing so. Closes: #807103
-
Change mount pint to mount point Closes: #807105
-
Use CppPyPath for returning (hopefully) all paths
julian-klode committedNov 29, 2015 -
Introduce CppPyPath helper and migrate code to it
julian-klode committedNov 29, 2015 This decodes a path using the right function on Python 3, or simply does CppPyString on Python 2. Gbp-Dch: ignore
-
Replace PyLong_FromLong() call with MkPyNumber() call
julian-klode committedNov 29, 2015 Gbp-Dch: ignore