Age | Commit message (Expand) | Author | Files | Lines |
2019-11-30 | Add missed import of Dpkg::IPC::spawn | Igor Pashev | 1 | -0/+1 |
2019-11-29 | Add scripts/Dpkg/Vendor/Dyson.pm | Igor Pashev | 2 | -0/+31 |
2019-11-29 | Fix missing $dir | Igor Pashev | 2 | -2/+2 |
2019-11-29 | Merge https://salsa.debian.org/dpkg-team/dpkg | Igor Pashev | 2 | -17/+29 |
2019-11-27 | Dpkg::Source::Package: Honor require_valid_signature option | Guillem Jover | 1 | -4/+12 |
2019-11-26 | Update number of tests (?) | Igor Pashev | 1 | -1/+1 |
2019-11-26 | Update German scripts translation | Helge Kreutzmann | 1 | -13/+17 |
2019-11-26 | Merge https://salsa.debian.org/dpkg-team/dpkg | Igor Pashev | 132 | -3824/+6493 |
2019-11-26 | Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats | Guillem Jover | 1 | -1/+1 |
2019-11-26 | Dpkg::Changelog: Clarify inheritance and implementation references | Guillem Jover | 2 | -6/+14 |
2019-11-26 | Dpkg: Say class instead of object when appropriate | Guillem Jover | 26 | -47/+48 |
2019-11-26 | Dpkg::Exit: Register exit handlers also for __DIE__ | Guillem Jover | 2 | -17/+6 |
2019-11-26 | Dpkg::Exit: Unregister all signal handlers once we have executed them | Guillem Jover | 1 | -3/+20 |
2019-11-26 | dpkg-source: Remove backwards compatibility code for legacy build-profiles | Guillem Jover | 1 | -7/+0 |
2019-11-26 | Dpkg::Vendor: Remove obsolete 'keyrings' hook | Guillem Jover | 2 | -6/+0 |
2019-11-26 | Dpkg::Conf: Remove obsolete methods and obsolete croak for method option | Guillem Jover | 1 | -19/+7 |
2019-11-26 | Dpkg::Checksums: Remove obsolete 'program' property warning | Guillem Jover | 1 | -5/+5 |
2019-11-26 | Dpkg::Version: Remove deprecation warning from semantic change in bool overload | Guillem Jover | 2 | -13/+6 |
2019-11-26 | Dpkg::Index: Change default value for unique_tuple_key to 1 | Guillem Jover | 1 | -20/+15 |
2019-11-26 | Dpkg::Substvars: Remove obsolete no_warn() method | Guillem Jover | 1 | -16/+5 |
2019-11-26 | Dpkg::Source::Package: Remove and hide internal lowercase variables | Guillem Jover | 1 | -9/+7 |
2019-11-26 | Dpkg::Gettext: Remove obsolete _g() function | Guillem Jover | 1 | -12/+4 |
2019-11-26 | Dpkg::Exit: Hide internal lowercase @handlers variable | Guillem Jover | 1 | -5/+6 |
2019-11-26 | Dpkg::Deps::KnownFacts: Remove obsolete check_package() method | Guillem Jover | 1 | -32/+5 |
2019-11-26 | Dpkg::Compression: Hide internal lowercase variables | Guillem Jover | 1 | -8/+9 |
2019-11-26 | Dpkg::Changelog::Parse: Remove warnings for obsolete options and functions | Guillem Jover | 1 | -53/+7 |
2019-11-26 | Dpkg::Changelog::Parse: Remove $ sigil from option names in POD | Guillem Jover | 1 | -1/+1 |
2019-11-26 | Dpkg::Changelog::Entry::Debian: Remove obsolete methods and hide variables | Guillem Jover | 1 | -40/+9 |
2019-11-26 | Dpkg::Changelog: Remove obsolete methods dpkg() and rfc822() | Guillem Jover | 1 | -31/+5 |
2019-11-26 | Dpkg: Remove internal lowercase variables | Guillem Jover | 1 | -16/+5 |
2019-11-26 | Dpkg::Deps: Check for valid virtual package version relations | Guillem Jover | 3 | -3/+20 |
2019-11-26 | Dpkg::Vendor::Debian: Do not set -Werror=implicit-function-declaration for C++ | Guillem Jover | 1 | -2/+15 |
2019-11-26 | Dpkg::Vendor::Debian: Only scan /usr/local/ directories that exist | Guillem Jover | 1 | -1/+1 |
2019-11-26 | dpkg-gencontrol: Take hardlinks into account when computing Installed-Size | Sven Joachim | 1 | -1/+8 |
2019-11-01 | Update German scripts translation | Helge Kreutzmann | 1 | -16/+40 |
2019-10-30 | test: Fix typos | Guillem Jover | 1 | -1/+1 |
2019-10-30 | scripts: Match ~deb also as a backport marker in versions | Guillem Jover | 2 | -4/+4 |
2019-10-30 | scripts: Remove support for ~vola versioning | Guillem Jover | 2 | -6/+6 |
2019-10-30 | Dpkg::Changelog: Document methods provided by subclasses | Guillem Jover | 1 | -0/+16 |
2019-10-30 | Dpkg::Source::Package::V2: Emit a special patch header on single-debian-patch | Guillem Jover | 1 | -0/+12 |
2019-10-30 | Dpkg::BuildFlags: Add new unset() method | Guillem Jover | 1 | -1/+19 |
2019-10-30 | Dpkg::BuildFlags: Remove unused hash keys | Guillem Jover | 1 | -2/+0 |
2019-10-30 | dpkg-shlibdeps: Document split_soname() function | Guillem Jover | 1 | -0/+4 |
2019-10-30 | Dpkg::Source::Package: Verify original tarball signatures at build time | Guillem Jover | 3 | -2/+40 |
2019-10-30 | Dpkg::OpenPGP: Add support for importing an OpenPGP key into a keyring | Guillem Jover | 1 | -0/+36 |
2019-10-30 | Dpkg::OpenPGP: Make it possible to verify detached signatures | Guillem Jover | 1 | -0/+1 |
2019-10-12 | Dpkg::OpenPGP: Refactor signature verification into a new function | Guillem Jover | 2 | -38/+49 |
2019-10-12 | perl: Use File::Copy instead of spawning mv/cp commands | Guillem Jover | 2 | -4/+5 |
2019-10-12 | Dpkg::Source::Package: Refactor original tarball handling | Guillem Jover | 2 | -21/+19 |
2019-10-12 | scripts: Remove support for versioned GnuPG 2 program and packages | Guillem Jover | 2 | -9/+3 |