Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Update to 3016t.
|
|
|
|
Having the template symbols file format described in the dpkg-gensymbols
has been a continuous source of confusion for users, and makes
discovering it more difficult. Move it to its own man page, and link to
it from the various relevant man pages.
|
|
|
|
This was done in the name of security, but it does not make much sense
as root should make sure to be running in a clean environment. This is
problematic as it makes the interface hard to understand, and produces
unexpected behavior as dpkg can be called from within itself, or as a
wrapper for dpkg-query, which will then not inherit the admindir value.
Closes: #900071
|
|
A package marked to be on hold, denotes that the package should be kept
in its current version and should not be automatically installed, upgraded
or removed. The same applies to frontends. This behavior does not apply
when the user explicitly requested one of these actions, or the
--force-hold option is used.
It should never prevent dpkg from processing these for configuration (if
they were already in unpacked state) or from trigger processing, otherwise
we might get into trigger loops. Some of the code was already doing this,
but this was not consistently done. We update also the help output and
documentation to clarify the fixed behavior.
Closes: #926472
|
|
We should not add up the size of each hardlink into the final sum,
otherwise we will get a size in excess.
Closes: #923475
Co-Authored-by: Guillem Jover <guillem@debian.org>
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
|
|
Update to 3000t.
|
|
These become too long to fit in a 80-char terminal for many
translations, so let's split them, as we do anyway for the preferred
formatting to avoid the mandb warning.
|
|
These were being applied in the SEE ALSO section, but not consistently.
The output is more clear this way.
|
|
|
|
|
|
The current default in Debian and anywhere else is to use unversioned
GnuPG 2.x binaries, so there's no need anymore to try these first or at
all.
|
|
This makes it possible to specify more than one package, which might be
needed during transition periods for example.
Closes: #926669
Based-on-patch-by: Frank Schaefer <kelledin@gmail.com>
|
|
This change is the companion to the one in dpkg-genchanges that lists
only relevant packages, instead of all the ones listed in debian/control,
but for the .buildinfo file instead of the .changes file.
|
|
Warned-by: codespell
|
|
And in follow up on debian-l10n-german
|
|
Update to 2998t.
Improvements from debian-l10n-german
|
|
|
|
|
|
Closes: #926665
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
Closes: #929664
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
|
|
Warned-by: codespell
|
|
|
|
Warned-by: lintian
|
|
Closes: #924776, #924777
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
Update to 2997t1f.
|
|
Using -sA by default means the user might lose data on overwrite if
there is already a directory with the same name laying around.
Closes: #910737
|
|
This makes it possible to disable tags that are Debian specific, such as
the controversial tag emitted for vendor-specific patch series files.
|
|
Update to 2996t1f.
|
|
|
|
Update to 2994t2f1u.
|
|
|
|
Closes: #921942, #921943
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
[guillem@debian.org:
- Fix markup errors.
- Mark broken translation as fuzzy. ]
Closes: #920905
Signed-off-by: Guillem Jover <guillem@debian.org>
|
|
These will detect problematic files under /usr/local which can taint
the current build.
|
|
This will detect whether the system we are building on contains the
problematic /usr merged via symlinks deployment method.
Suggested-by: Alexander E. Patrakov <patrakov@gmail.com>
|
|
This field will contain a list of tainting reason tags, which can denote
that the current build has potentially been broken.
Suggested-by: Alexander E. Patrakov <patrakov@gmail.com>
|
|
Closes: #922407
|
|
This new option works in both dpkg and dpkg-statoverride. And dpkg will
pass it to its children, which means dpkg-statoverride called from a
maintainer script will automatically pick it up.
Ref: #811037
|
|
Deprecate --force option which will be considered an alias for
--force-all for now.
|
|
|
|
This will make it possible for third-party tools, and also for other
dpkg tools to have access to the force options specified for dpkg.
Closes: #666147
|
|
Describe what to expect from these new checks.
Closes: #921557
|
|
Update to 2970t1f.
|
|
|
|
Closes: #912023, #912024
Signed-off-by: Guillem Jover <guillem@debian.org>
|