~roguescholar/debhelper/+git/salsa:bug-961655-XDG_RUNTIME_DIR-change

Last commit made on 2020-06-28
Get this branch:
git clone -b bug-961655-XDG_RUNTIME_DIR-change https://git.launchpad.net/~roguescholar/debhelper/+git/salsa

Branch merges

Branch information

Name:
bug-961655-XDG_RUNTIME_DIR-change
Repository:
lp:~roguescholar/debhelper/+git/salsa

Recent commits

882644f... by Niels Thykier

Rewrite how XDG_RUNTIME_DIR is handled in compat 13

Signed-off-by: Niels Thykier <email address hidden>

c52f634... by Niels Thykier

dh_clean: Avoid corner-case in restore_all_files

If dh_clean is aborted during clean, we might trigger a race where
some of the files from the restore bucket has been deleted but the
index has not. This creates an error where dh_clean will fail as it
cannot restore a file that it already restored and deleted itself.

We fix this by deleting the index immediately after restore to ensure
that a rerun of dh_clean will skip the restore.

Signed-off-by: Niels Thykier <email address hidden>

4d9a902... by =?utf-8?q?Am=C3=A9rico_Monteiro?= <email address hidden>

Update on Portuguese translation of manpage

Signed-off-by: Niels Thykier <email address hidden>

44d6113... by Niels Thykier

d/changelog: Clarify dh_installman change from 13.1

Signed-off-by: Niels Thykier <email address hidden>

5d1bb29... by Anel Husaković

Fix typo

Closes: https://github.com/Debian/debhelper/pull/4
Signed-off-by: Niels Thykier <email address hidden>

79213cd... by Niels Thykier

dh_missing: Note if a MA path is seen as not installed

Signed-off-by: Niels Thykier <email address hidden>

f247788... by Niels Thykier

Release debhelper/13.1

Signed-off-by: Niels Thykier <email address hidden>

58dcff5... by Niels Thykier

Regenerate POT and PO files

Signed-off-by: Niels Thykier <email address hidden>

bde45c2... by Guillem Jover <email address hidden>

autoconf.pm: Do not check for unknown --disable/enable/with/without-* options

By default autoconf will check for unknown --disable/enable/with/withouth-*
options and will emit a warning on standard error. This can be tuned by
the upstream maintainer with the AC_DISABLE_OPTION_CHECKING macro, to
make these fatal, or to not perform the checks by default.

Given that we unconditionally pass possibly unknown options to the
configure scripts, we should disable these checks to avoid emitting
warnings, which are at least confusing, and at worse might trip over
CI and test suite that check for output on standard error as markers
for failure.

Signed-off-by: Guillem Jover <email address hidden>
Signed-off-by: Niels Thykier <email address hidden>

f3ce4ba... by Niels Thykier

dh_missing: Check for possible alternative install paths

Detect missing files being installed from different paths and warning
specifically about this. This should hopefully reduce the number of
bug reports where people do not understand by dh_missing reports
missing files when they feel it is not missing.

The listed bug is not the first of its kind and is unlikely to be the
last without this change.

Signed-off-by: Niels Thykier <email address hidden>