Package: man-db
Version: 2.12.1-2
Severity: important
Tags: patch
Hello,
With the hurd-amd64 port coming up, we do not plan to introduce a 64bit
time interface to hurd-i386, so could you please apply the attached
patch to disable requiring it until we completely replace hurd-i386 with
hurd-amd64?
Samuel
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable-debug'), (500, 'unreleased'),
(500, 'testing-debug'), (500, 'stable-security'), (500, 'stable-debug'), (500,
'oldstable-proposed-updates-debug'), (500, 'oldstable-proposed-updates'), (500,
'oldoldstable'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'),
(500, 'oldstable'), (1, 'experimental-debug'), (1, 'buildd-experimental'), (1,
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386, arm64
Kernel: Linux 6.9.8-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages man-db depends on:
ii bsdextrautils 2.40.2-1
ii bsdmainutils 12.1.8
ii cdebconf [debconf-2.0] 0.272
ii debconf [debconf-2.0] 1.5.87
ii groff-base 1.23.0-5
ii libc6 2.39-6
ii libgdbm6t64 1.23-6
ii libpipeline1 1.5.7-2
ii libseccomp2 2.5.5-1+b1
ii zlib1g 1:1.3.dfsg+really1.3.1-1
man-db recommends no packages.
Versions of packages man-db suggests:
ii apparmor 3.1.7-1+b1
ii chromium [www-browser] 126.0.6478.126-1~deb13u1
ii dillo [www-browser] 3.0.5-7+b3
ii edbrowse [www-browser] 3.8.9-6
ii elinks [www-browser] 0.17.0-2
ii firefox [www-browser] 128.0.3-2
ii firefox-esr [www-browser] 115.13.0esr-2
ii groff 1.23.0-5
ii konqueror [www-browser] 4:22.12.3-2+b3
ii less 643-1
ii links [www-browser] 2.29-1+b3
ii links2 [www-browser] 2.29-1+b3
ii lynx [www-browser] 2.9.2-1
ii w3m [www-browser] 0.5.3+git20230121-2+b3
-- debconf information:
* man-db/install-setuid: false
* man-db/auto-update: true
--
Samuel
if (argc > 1 && strcmp(argv[1], "-advice") == 0) {
printf("Don't Panic!\n");
exit(42);
}
-- Arnold Robbins in the LJ of February '95, describing RCS
--- debian/rules.original 2024-08-05 20:19:15.000000000 +0200
+++ debian/rules 2024-08-05 20:19:47.000000000 +0200
@@ -10,6 +10,10 @@
# Use DT_RUNPATH rather than DT_RPATH, so that LD_LIBRARY_PATH works properly.
export DEB_LDFLAGS_MAINT_APPEND := -Wl,--enable-new-dtags
+ifeq ($(DEB_HOST_ARCH),hurd-i386)
+ Y2038 = --disable-year2038
+endif
+
override_dh_autoreconf:
dh_autoreconf ./bootstrap -- \
--gnulib-srcdir=/usr/share/gnulib --no-git --skip-po
@@ -28,7 +32,8 @@
--with-compress=compress --with-bzip2=bzip2 \
--with-xz=xz --with-lzip=lzip --with-lzma=lzma \
--with-zstd=zstd \
- --with-sections='1 n l 8 3 0 2 3type 3posix 3pm 3perl 3am 5
4 9 6 7'
+ --with-sections='1 n l 8 3 0 2 3type 3posix 3pm 3perl 3am 5
4 9 6 7' \
+ $(Y2038)
override_dh_auto_test:
VERBOSE=1 dh_auto_test