Bug#1072622: UDD/bugs: Show forwarded status in table

2024-06-05 Thread Gioele Barabucci
? Thanks, -- Gioele Barabucci

Bug#1072621: UDD/bugs: Missing abbreviation for a11y

2024-06-05 Thread Gioele Barabucci
row for bug #953591 at <https://udd.debian.org/bugs/?packages=bash=1>. Regards, -- Gioele Barabucci

Bug#1072613: RM: libnss-gw-name -- RoQA; abandoned upstream, unmaintained

2024-06-04 Thread Gioele Barabucci
maintainers have been informed of the upcoming removal. [3] [1] https://bugs.debian.org/805266 [2] https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#deprecated-components [3] https://bugs.debian.org/1069240 Regards, -- Gioele Barabucci

Bug#1072587: RM: ruby-filepath -- ROM; abandoned upstream, low popcon

2024-06-04 Thread Gioele Barabucci
. No package in Debian depends on this gem. Regards, -- Gioele Barabucci

Bug#1072332: dpkg-buildflags: CFLAGS_FOR_BUILD should match CFLAGS for native builds

2024-06-04 Thread Gioele Barabucci
search.debian.net/search?q=_FOR_BUILD+path%3Adebian%2Frules=1=1 [2] https://salsa.debian.org/gioele/bash/-/commit/011ebd44 -- Gioele Barabucci

Bug#1072520: bash: Update to debhelper 13; use standard dh sequence

2024-06-03 Thread Gioele Barabucci
<https://bugs.debian.org/1067394> and <https://bugs.debian.org/1067400>. Regards, -- Gioele Barabucci

Bug#1072332: dpkg-buildflags: CFLAGS_FOR_BUILD should match CFLAGS for native builds

2024-06-01 Thread Gioele Barabucci
(not _in addition to_ it), dpkg-buildflags should set CFLAGS_FOR_BUILD to CFLAGS, so that the same set of, say, hardening flags will be used. Regards, -- Gioele Barabucci

Bug#1055415: Wrong order for the `resolve' option in nsswitch.conf

2024-05-27 Thread Gioele Barabucci
ian is not ready IMO. Maybe in trixie+1. The above hosts line seems like the best compromise between enabling new functionality and preserving long established backstops. Regards, -- Gioele Barabucci

Bug#1071371: bash-builtins: Please add support for multiarch

2024-05-22 Thread Gioele Barabucci
On Sat, 18 May 2024 00:31:20 +0200 Gioele Barabucci wrote: the Makefiles and the pkgconfig file shipped in bash-builtins use `/usr/lib` instead of `/usr/lib/${DEB_HOST_MULTIARCH}`. Lintian warns about pkg-config-unavailable-for-cross-compilation: > [...] > > Please install the fil

Bug#1071371: bash-builtins: Please add support for multiarch

2024-05-17 Thread Gioele Barabucci
instead. Would it be possible to make the bash-builtins package multiarch-compatible? Regards, -- Gioele Barabucci

Bug#1071370: bash: Errors during generation of documentation files

2024-05-17 Thread Gioele Barabucci
ll=5.2.21-2=1701004303=1 Regards, -- Gioele Barabucci

Bug#988981: dh-autoreconf: please switch autoconf to verbose mode

2024-05-16 Thread Gioele Barabucci
ing the attached patch. Dear dh-autoreconf maintainer, could you please consider applying Nicolas' patch? Alternatively, dh_autoreconf could call `autoreconf` with the `--verbose` parameter if DH_VERBOSE has been set. Regards, -- Gioele Barabucci

Bug#420752: bash: Ignores ENV and BASH_ENV

2024-05-15 Thread Gioele Barabucci
'echo $FOOBAR' BASH_ENV executed baz /etc/environment is read only if the pam_env module is loaded. Maybe in your system pam_env is not being loaded? Regards, -- Gioele Barabucci

Bug#666937: bash "source" not equivalent to "."

2024-05-14 Thread Gioele Barabucci
/tmp_' $ bash --login $ echo $VARVAR foo Please reopen this bug if you can still reproduce this issue. Regards, -- Gioele Barabucci

Bug#1069978: bash: incorrect value of $BASH for login shells

2024-04-28 Thread Gioele Barabucci
On 28/04/24 22:50, Chet Ramey wrote: On 4/28/24 3:07 PM, Gioele Barabucci wrote: $ su -l $USER -s /bin/bash-static -c 'echo $BASH; readlink /proc/$$/exe; head -1z /proc/$$/cmdline; echo' /bin/bash /usr/bin/bash-static -bash-static So argv[0] == "-bash-static&qu

Bug#781212: bash: please document the different behaviour for FCEDIT

2024-04-28 Thread Gioele Barabucci
referenced here is the default value of FCEDIT. d/patches/bash-default-editor.diff changes the default value of FCEDIT from `vi`, `ed`, `emacs` to `command -v editor`, with a fallback to `vi`, `ed`, `emacs`. -- Gioele Barabucci

Bug#1069978: bash: incorrect value of $BASH for login shells

2024-04-28 Thread Gioele Barabucci
On 28/04/24 20:01, Chet Ramey wrote: On 4/27/24 6:23 PM, Gioele Barabucci wrote: bash 5.0 and 5.2 do not set $BASH to the right value when bash is used as the login shell: $ apt install bash-static $ getent passwd $USER | cut -d: -f 7 /bin/bash $ su $USER -s /bin/bash

Bug#1069978: bash: incorrect value of $BASH for login shells

2024-04-27 Thread Gioele Barabucci
echo $BASH; readlink /proc/$$/exe; true' /usr/bin/bash /usr/bin/bash $ su -l $USER -s /bin/bash -c 'echo $BASH; readlink /proc/$$/exe; true' /bin/bash /usr/bin/bash Regards, -- Gioele Barabucci

Bug#588935: bash-static: warning: setlocale: LC_CTYPE: cannot change locale (en_US.UTF-8)

2024-04-27 Thread Gioele Barabucci
/bin/bash as a login shell, or 2. i start "bash-static" after login as a regular program. Hi, this issue does not seem to affect version 5.0-6 and later of bash. Please reopen this bug if you can still reproduce this issue. Regards, -- Gioele Barabucci

Bug#935905: bash: ":?xxx" filename broken on autocomplete

2024-04-27 Thread Gioele Barabucci
completion by entering "aa", but then "rm" rejects this name. In bash 5.2.21(1) the filename is now fully completed, but the stray ":" at the beginning is still produced: $ mkdir ':?aa' $ rmdir : $ rmdir :\:\?aa/ Regards, -- Gioele Barabucci

Bug#1069324: gbp-export-orig does not take into account Files-Excluded

2024-04-19 Thread Gioele Barabucci
two different orig tarballs. Regards, -- Gioele Barabucci

Bug#1069240: freedombox: Deprecated libnss-gw-name in Recommends

2024-04-18 Thread Gioele Barabucci
1, in case the user's nsswitch.conf file specifies `resolve` before `gw_name`. [1] https://www.debian.org/releases/stable/amd64/release-notes/ch-information.en.html#deprecated-components Regards, -- Gioele Barabucci

Bug#973620: bash: overflow on integer variables greater than 9223372036854775807

2024-04-15 Thread Gioele Barabucci
036854775808 4 -> -9223372036854775807 $ declare -i n=36893488147419103234; echo $? 0 $ echo $n 2 Would it be possible to detect this overflow (or non-representable numbers, like in the second case) and warn about it? Regards, -- Gioele Barabucci

Bug#780554: bash loses its mind and simply bails with "malloc: unknown:0: assertion botched"

2024-04-07 Thread Gioele Barabucci
that there was no exit command given at all - bash made that up This does not seem to happen in Debian 12 with bash version 5.2.15-2. Can you still reproduce this issue? -- Gioele Barabucci

Bug#724461: bash: ulimit -T documented but doesn't work

2024-04-05 Thread Gioele Barabucci
: invalid option ulimit: usage: ulimit [-SHacdefilmnpqrstuvx] [limit] Bash 5.2.21-2 still fails, but at least the error message now mentions -T: $ ulimit -T -bash: ulimit: -T: invalid option ulimit: usage: ulimit [-SHabcdefiklmnpqrstuvxPRT] [limit] Regards, -- Gioele Barabucci

Bug#379696: ~/bin handled incorrectly in .bashrc and .bash_profile

2024-04-05 Thread Gioele Barabucci
Control: found -1 5.2.21-2 Control: tags -1 patch Bug #904930 contains a patch to fix this issue. [1] https://bugs.debian.org/904930

Bug#306043: bash executable completion doesn't work if there is a space in the executable path

2024-04-05 Thread Gioele Barabucci
double tabbing should show all available commands matching the "myfoo " prefix: $ myfoo\ myfoo a command myfoo b command myfoo c command Regards, -- Gioele Barabucci

Bug#344783: bash3: the random number generator seems to be reseeded when a subshell is created

2024-03-25 Thread Gioele Barabucci
NDOM=7; true $RANDOM;} ; true $RANDOM; true $RANDOM' $ diff -u <(bash -c "$cmd" 2>&1) <(bash -c "$cmd" 2>&1) && echo same same Regards, -- Gioele Barabucci

Bug#929178: bash: in a subshell trap displays the trap definition of main

2024-03-25 Thread Gioele Barabucci
Control: tags -1 wontfix The bash maintainer has confirmed in https://lists.gnu.org/archive/html/bug-bash/2024-03/msg00212.html that this behavior of trap is both intended and allowed by the spec, although other shell behave differently. Regards, -- Gioele Barabucci

Bug#781056: bash: undocumented deviation from upstream behaviour

2024-03-25 Thread Gioele Barabucci
acts as the interpreter for a suid script. Certain variables are cleared, some files are not read. Did you find that any of the described measures are not applied when running suid scripts? Regards, -- Gioele Barabucci

Bug#423207: bash builtins should not kill script when they get SIGPIPE

2024-03-25 Thread Gioele Barabucci
, -- Gioele Barabucci

Bug#929702: bash-builtins: Please add loadables 'rm' and 'cat'

2024-03-23 Thread Gioele Barabucci
as OTHERPROG). Regards, -- Gioele Barabucci

Bug#681001: bash should handle scripts starting with BOM character

2024-03-23 Thread Gioele Barabucci
Here is a script to reproduce this scenario: $ printf '\xEF\xBB\xBF#!/bin/bash\necho hi\n' > /tmp/x.sh $ chmod +x /tmp/x.sh $ bash -c /tmp/x.sh /tmp/x.sh: line 1:_#!/bin/bash: No such file or directory hi

Bug#1059325: bash: printf does not recognise numeric constants with explicit base 10

2024-03-22 Thread Gioele Barabucci
ian testing. The other one does not exhibit the bug, and printf just prints 8 followed by newline. That's interesting. What version of bash is installed in the other boxes? Regards, -- Gioele Barabucci

Bug#1029954: Problems with Bash

2024-03-22 Thread Gioele Barabucci
, it output's to stdout. Hi, you already filed bug 1010103 for the third issue. Could you please provide runnable commands that show the other two issues, including what results you expect? Regards, -- Gioele Barabucci

Bug#1010103: [Bug report] Bash: issues with redirecting output

2024-03-22 Thread Gioele Barabucci
ve output of all commands in a pipeline you can use $ { cmd1 | cmd2 ; } > file.txt Regards, -- Gioele Barabucci

Bug#1067480: hostname: fails to change host name inside container; misleading message "you must be root to change the host name" while root

2024-03-22 Thread Gioele Barabucci
n:bookworm Trying to pull docker.io/library/debian:bookworm... [...] $ sudo podman run debian:bookworm bash -c 'whoami; hostname a.b.c' root hostname: you must be root to change the host name Regards, -- Gioele Barabucci

Bug#822605: bash: SIGPIPE not handled, terminates shell

2024-03-21 Thread Gioele Barabucci
/tmp/f; done); echo "terminated with exit status $?" (shell2)$ while true; do echo $(< /tmp/f); done The command in shell1 will output "terminated with exit status 141". For the record, dash 0.5.12 has the same behavior. Regards, -- Gioele Barabucci

Bug#1067400: bash should build with standard shell

2024-03-20 Thread Gioele Barabucci
hat remove this limitation and get rid of the few bashisms present in d/rules. With these changes bash builds just fine with dash. Please note that these commits build on the rrr-no series related to . Diffoscope shows no changes in the generated binaries. Regards, -- Gioele Barabucci

Bug#421591: bash: test builtin (or [) does not behave correctly

2024-03-20 Thread Gioele Barabucci
true -a \( ! -a \) ; echo $? -bash: test: `)' expected 2 -- Gioele Barabucci

Bug#1067394: bash: Support for Rules-Requires-Root: no

2024-03-20 Thread Gioele Barabucci
it. Please note that the commits rely on the simplification work done to support the profile and reported in <https://bugs.debian.org/1067150>. Regards, -- Gioele Barabucci

Bug#1067150: bash: FTBFS when building with

2024-03-19 Thread Gioele Barabucci
diffoscope shows that these changes have no impact at all on the generated binary packages when is not active. Regards, -- Gioele Barabucci

Bug#1032366: bts --smtp-host=reportbug.d.o fails with "certificate verify failed"

2024-03-03 Thread Gioele Barabucci
Version: 2.23.7 This issue does not occur anymore with 2.23.7 and the current setup of reportbug.d.o. Regards, -- Gioele Barabucci

Bug#1049943: wrap-and-sort: always place the build-system packages (e.g., debhelper-compat) first

2024-03-03 Thread Gioele Barabucci
Control: tags + patch Dear devscripts maintainers, please find a MR that implements this feature (placing build-system packages such as "debhelper-compat" first) at https://salsa.debian.org/debian/devscripts/-/merge_requests/392 Regards, -- Gioele Barabucci

Bug#1065347: Outdated VCS for dnsmasq packaging

2024-03-03 Thread Gioele Barabucci
: no -- Gioele Barabucci

Bug#829444: Use DEP14 branch layout by default

2024-02-18 Thread Gioele Barabucci
e?("debian/latest", "upstream/latest"): layout = dep14-2020 if branches.include?("debian/master"): layout = dep14-2014 else: layout = legacy Obviously this must be tweaked to take into account branch names set via gbp.conf. Regards, -- Gioele Barabucci

Bug#1030668: dinstall could run more often (every hour?)

2024-02-02 Thread Gioele Barabucci
xplain what issues you have that are not solved by using incoming.d.o. Not all services fetch their packages from incoming.d.o, for example britney. So perhaps a way to alleviate this problem is to ask all official services to use incoming.d.o in addition to the regular unstable archive. Regards, -- Gioele Barabucci

Bug#1060209: libopenzwave1.6 install hundreds of data files and images in /etc

2024-01-07 Thread Gioele Barabucci
/share/openzwave? Regards, -- Gioele Barabucci

Bug#1059363: gbp-import-dsc crashes when changelog contains leap seconds ("Sun, 1 Jan 2006, 00:59:60 +0100")

2023-12-30 Thread Gioele Barabucci
On 30/12/23 11:27, Guido Günther wrote: from gbp.git.modifier import GitModifier # noqa: F401 @@ -41,7 +42,11 @@ def rfc822_date_to_git(rfc822_date, fuzzy=False): >>> rfc822_date_to_git('So, 26 Feb 1998 8:50:00 +0100', fuzzy=True) '888479400 +0100' """ +rfc822_date_orig

Bug#1059579: unicode: Package does not use standard dh sequence/dh-sequence-python3

2023-12-28 Thread Gioele Barabucci
by Debian policy section 4.9. You can find a series of patches that update the packaging of `unicode` to debhelper 13 and to the standard dh sequence at https://salsa.debian.org/gioele/unicode/-/compare/upstream-info...dh-13 Regards, -- Gioele Barabucci

Bug#1059577: unicode: Missing d/watch file and upstream information

2023-12-28 Thread Gioele Barabucci
a patch to adds a d/watch file as well as upstream metadata as the last commit of the branch https://salsa.debian.org/gioele/unicode/-/commits/upstream-info Regards, -- Gioele Barabucci

Bug#1059575: unicode: DEP-14 compliant VCS repository (with all past Debian releases)

2023-12-28 Thread Gioele Barabucci
(not as the upstream repo) by forking the repo on salsa.d.o, and then using "Settings" → "General" → "Remove fork relationship"? Alternatively I could help moving it to the debian/ shared namespace on salsa.debian.org, if your prefer that. Regards, -- Gioele Barabucci

Bug#1059395: libacl1, debhelper: changelog not detected as binNMU

2023-12-27 Thread Gioele Barabucci
Control: tags -1 - moreinfo Control: tags -1 + patch Control: retitle -1 debhelper: binNMU changelog not created w/ --no-trim On 26/12/23 13:19, Sven Joachim wrote: On 2023-12-26 12:34 +0100, Gioele Barabucci wrote: This binNMU changelog entry would normally be separated into changelog.Debian

Bug#1059395: libacl1, debhelper: changelog not detected as binNMU

2023-12-26 Thread Gioele Barabucci
``` Please attach the changelog of the binNMU, so that it is possible to debug why the binNMU detection logic failed in this case. Regards, -- Gioele Barabucci

Bug#1059363: gbp-import-dsc crashes when changelog contains leap seconds ("Sun, 1 Jan 2006, 00:59:60 +0100")

2023-12-23 Thread Gioele Barabucci
with it. In order to deal with Debian policy's request to support :60, application-level workarounds are needed. Please find attached a small patch that fix this issue. Regards, -- Gioele BarabucciFrom 5dd36d1a7ed44f7cd10eb7afeb58e6c747558e91 Mon Sep 17 00:00:00 2001 From: Gioele Barabucci

Bug#1059363: gbp-import-dsc crashes when changelog contains leap seconds ("Sun, 1 Jan 2006, 00:59:60 +0100")

2023-12-23 Thread Gioele Barabucci
s is the two-digit seconds (00-60)» https://www.debian.org/doc/debian-policy/ch-source.html#s-dpkgchangelog [2] «the time-of-day MUST be in the range 00:00:00 through 23:59:60 (the number of seconds allowing for a leap second; see [RFC1305])» https://datatracker.ietf.org/doc/html/rfc5322#section-3.3 [3] https://github.com/dateutil/dateutil/issues/1018 -- Gioele Barabucci

Bug#1059238: cpio-win32 is no longer needed

2023-12-21 Thread Gioele Barabucci
/win32-loader/-/commit/a0c59b24 . No packages depend nor build-depend on cpio-win32. Regards, -- Gioele Barabucci

Bug#1013868: nfs-common: Split between Python scripts to separate package

2023-12-17 Thread Gioele Barabucci
Control: tags -1 patch Control: retitle -1 nfs-common makes Python required on NFS clients On Fri, 25 Aug 2023 16:58:33 +0200 Gioele Barabucci wrote: > > could you please move the three Python scripts included in nfs-common to > > a separate -extras package? > > We can re

Bug#1058785: poppler-data: Repo on salsa.d.o lacks recent packages (0.4.10-1, 0.4.11-1, 0.4.12-1)

2023-12-16 Thread Gioele Barabucci
packages that you have released in the meantime: 0.4.10-1, 0.4.11-1, and 0.4.12-1. Could you please push the missing commits to salsa.d.o? Kind regards, -- Gioele Barabucci

Bug#1058037: gzip fails to build due to outdated patch

2023-12-11 Thread Gioele Barabucci
Regards, -- Gioele Barabucci

Bug#1058033: poppler-data: CMap symlinks should be in /usr instead of /var

2023-12-11 Thread Gioele Barabucci
://src.fedoraproject.org/rpms/ghostscript/blob/f39/f/ghostscript.spec#_325 -- Gioele Barabucci

Bug#1053399: ITP: fonts-albert-sans

2023-12-05 Thread Gioele Barabucci
egards, -- Gioele Barabucci

Bug#1057233: pipewire-bin: installs files into /lib/udev/rules.d

2023-12-02 Thread Gioele Barabucci
Upstream pipewire now (post 1.0) defaults to /usr/lib/udev/rules.d. So if no backports are planned for oldstable (Debian 11, bullseye), just waiting for a new pipewire release will be enough and no changes to d/rules are needed to fix this bug. Regards, -- Gioele Barabucci

Bug#1057250: coreutils: Unnecessary postinst maintscript

2023-12-01 Thread Gioele Barabucci
h" ]; then ln -s /bin/touch "$DPKG_ROOT/usr/bin/touch" fi ``` The guard condition is always false because `/usr/bin/touch` is assured to exist since bookworm. Regards, -- Gioele Barabucci

Bug#1057136: coreutils: Support for build profile

2023-11-30 Thread Gioele Barabucci
, -- Gioele BarabucciFrom 0a040804acf78e6e2fbe63610a6ff8b3aad5d880 Mon Sep 17 00:00:00 2001 From: Gioele Barabucci Date: Wed, 29 Nov 2023 22:49:53 +0100 Subject: [PATCH 1/3] d/control: Removed unused groff dependency groff is not used during the build process --- debian/control | 2 +- 1 file changed

Bug#1057101: coreutils: Upstream metadata missing and outdated URLs

2023-11-29 Thread Gioele Barabucci
these issues. Regards, -- Gioele BarabucciFrom 02a7cc3f4861536eac3aa4462fd14a24927b39da Mon Sep 17 00:00:00 2001 From: Gioele Barabucci Date: Wed, 29 Nov 2023 15:11:25 +0100 Subject: [PATCH 1/3] d/watch: Use HTTPS instead of FTP --- debian/watch | 2 +- 1 file changed, 1 insertion(+), 1 deletion

Bug#1057054: findutils: Support for build profile

2023-11-28 Thread Gioele Barabucci
Package: src:findutils Version: 4.9.0-5 Tags: patch Dear findutils maintainers, even when the build profile is used, `texinfo` remains a required build dependency. A MR that fixes this issue is available at: https://salsa.debian.org/debian/findutils/-/merge_requests/2 Regards, -- Gioele

Bug#1056782: findutils: VCS repo breaks dpkg-source/gbp-buildpackage

2023-11-25 Thread Gioele Barabucci
: https://salsa.debian.org/debian/findutils/-/merge_requests/1 Regards, -- Gioele Barabucci

Bug#1056109: util-linux: Broken packages when building with

2023-11-16 Thread Gioele Barabucci
dependency. A MR that fixes these issues is available at: https://salsa.debian.org/debian/util-linux/-/merge_requests/27 Regards, -- Gioele Barabucci

Bug#1053834: debhelper: dh_installman should support glob patterns like dh_install

2023-10-17 Thread Gioele Barabucci
globs and dh-exec (they would not work), so enabling glob expansion would be a backward compatible change. Regards, -- Gioele Barabucci

Bug#1053921: dnsmasq: missing Git tag upstream/2.90

2023-10-14 Thread Gioele Barabucci
reeish (From <https://salsa.debian.org/gioele/dnsmasq/-/jobs/4807124>.) Regards, -- Gioele Barabucci

Bug#1053834: debhelper: dh_installman should support glob patterns like dh_install

2023-10-12 Thread Gioele Barabucci
On 12/10/23 14:54, Niels Thykier wrote: Gioele Barabucci: On 12/10/23 14:11, Niels Thykier wrote: ``` debian/tmp/usr/share/man/*/man1/foo.1 ``` is correctly expanded by dh_install (`d/pkg.install`) but it causes dh_installman (`d/pkg.manpages`) to fail. Whatever problem you

Bug#1053834: debhelper: dh_installman should support glob patterns like dh_install

2023-10-12 Thread Gioele Barabucci
rep col.1 | sort debian/tmp/usr/share/man/de/man1/col.1 debian/tmp/usr/share/man/man1/col.1 debian/tmp/usr/share/man/sr/man1/col.1 debian/tmp/usr/share/man/uk/man1/col.1 ``` Regards, -- Gioele Barabucci

Bug#1053834: debhelper: dh_installman should support glob patterns like dh_install

2023-10-12 Thread Gioele Barabucci
manpages via d/pkg.install, doing so skips all the man-specific processing done by dh_installman, for instance handling the build profile. It would be nice if dh_installman expanded glob patterns in the same way dh_install and other dh helpers do. Regards, -- Gioele Barabucci

Bug#1044890: gzip: Fails to build source after successful build

2023-10-11 Thread Gioele Barabucci
ified files during cleanup" as part of the branch https://salsa.debian.org/gioele/gzip/-/commits/dh-std-sequence Regards, -- Gioele Barabucci

Bug#1053795: lintian: Should warn if CDBS is used

2023-10-11 Thread Gioele Barabucci
if it detects that a package uses CDBS. The last maintainer of CDBS stated that he «welcome[s …] the suggestion for a lintian warning to discourage the continued use of CDBS». [2] [1] https://bugs.debian.org/1026085 [2] https://bugs.debian.org/1026085#10 Regards, -- Gioele Barabucci

Bug#985218: package-supports-alternative-init-but-no-init.d-script is outdated

2023-10-11 Thread Gioele Barabucci
of lintian. Regards, -- Gioele Barabucci

Bug#1053794: grep: Support for build profile

2023-10-11 Thread Gioele Barabucci
, -- Gioele Barabucci

Bug#1053793: grep: Directly use debhelper instead of abandoned cdbs

2023-10-11 Thread Gioele Barabucci
egards, -- Gioele Barabucci

Bug#1032396: build-rdeps does not work in bookworm

2023-10-06 Thread Gioele Barabucci
Control: tags -1 patch A patch to fix this issue is available at: https://salsa.debian.org/debian/devscripts/-/merge_requests/368 Regards, -- Gioele Barabucci

Bug#1053466: unicorn: Fails to build binary package again after successful build

2023-10-04 Thread Gioele Barabucci
this issue is included in the following MR: https://salsa.debian.org/ruby-team/unicorn/-/merge_requests/2 -- Gioele Barabucci

Bug#1053465: unicorn: Unnecessary Build-Depends on quilt

2023-10-04 Thread Gioele Barabucci
in the following MR: https://salsa.debian.org/ruby-team/unicorn/-/merge_requests/2 -- Gioele Barabucci

Bug#1053399: ITP: fonts-albert-sans

2023-10-03 Thread Gioele Barabucci
by the type characteristics of Scandinavian architects and designers in the early 20th century. The Albert Sans family includes ten weights from Thin to Black and supports over two hundred languages. Designed by the Danish type designer Andreas Rasmussen from a.Foundry. -- Gioele Barabucci

Bug#1053139: override: bats:devel/optional

2023-09-27 Thread Gioele Barabucci
: https://salsa.debian.org/bats-team/bats/-/commit/4d5a96ed Regards, -- Gioele Barabucci

Bug#1051861: gzip-win32 is no longer needed

2023-09-13 Thread Gioele Barabucci
of the branch https://salsa.debian.org/gioele/gzip/-/tree/win32-remove Regards, -- Gioele Barabucci

Bug#1051827: shadow: Support for build profile

2023-09-13 Thread Gioele Barabucci
/shadow/-/merge_requests/18 Regards, -- Gioele Barabucci

Bug#1051825: init-system-helpers: Support for build profile

2023-09-13 Thread Gioele Barabucci
/-/merge_requests/26 Regards, -- Gioele Barabucci

Bug#1051810: base-passwd: Unused w3m build dependency

2023-09-12 Thread Gioele Barabucci
/-/merge_requests/14 Regards, -- Gioele Barabucci

Bug#1051809: base-passwd: Support for build profile

2023-09-12 Thread Gioele Barabucci
Regards, -- Gioele Barabucci

Bug#1051792: sed: Support for build profile

2023-09-12 Thread Gioele Barabucci
Package: src:sed Version: 4.9-1 Tags: patch Dear sed maintainers, even when the build profile is used, `texinfo` remains a required build dependency. A MR that fixes this issue is available at: https://salsa.debian.org/debian/sed/-/merge_requests/2 Regards, -- Gioele Barabucci

Bug#1051388: bash: Prompt messed up if PS1 contains ANSI escape sequences

2023-09-07 Thread Gioele Barabucci
\\$ " => 24 left-over chars Tested with TERM = linux, xterm, xterm-256color. -- Gioele Barabucci

Bug#1039958: autopkgtest-build-podman: Image creation fails with "sd-bus call: Permission denied"

2023-09-06 Thread Gioele Barabucci
On 06/09/23 15:27, Faidon Liambotis wrote: On Fri, Jun 30, 2023 at 12:52:31PM +0200, Gioele Barabucci wrote: autopkgtest-build-podman's failure is due to the issue reported in [1], i.e. the Debian setup of podman requires `dbus-user-session`, but none of the podman-related packages Depends

Bug#1051312: DDPO: Group packages by team

2023-09-05 Thread Gioele Barabucci
sibilities. Regards, -- Gioele Barabucci

Bug#1021607: debhelper: Also trim (or delete) NEWS.Debian.gz if changelog.Debian.gz is trimmed

2023-08-30 Thread Gioele Barabucci
match any N: of the version numbers in the changelog file for this package. This A patch to fix this problem is available at https://salsa.debian.org/debian/debhelper/-/merge_requests/110 -- Gioele Barabucci

Bug#1048718: tar: Fails to build source after successful build

2023-08-26 Thread Gioele Barabucci
s/3>. Tested via the `test-build-twice` test on salsa-ci. Regards, -- Gioele Barabucci

Bug#1050568: tar-scripts should be Architecture: all

2023-08-26 Thread Gioele Barabucci
at: https://salsa.debian.org/debian/tar/-/merge_requests/4 Regards, -- Gioele Barabucci

Bug#1050566: tar: Consider using the standard dh sequence in d/rules

2023-08-26 Thread Gioele Barabucci
for https://bugs.debian.org/1050565 Regards, -- Gioele Barabucci

Bug#1050565: tar-scripts: SYSCONFDIR defaults to non-existing dir /usr/etc

2023-08-26 Thread Gioele Barabucci
of the following MR: https://salsa.debian.org/debian/tar/-/merge_requests/3 Regards, -- Gioele Barabucci

Bug#1050544: tar: missing Git tags upstream/1.33+dfsg, upstream/1.34+dfsg

2023-08-25 Thread Gioele Barabucci
reeish Regards, -- Gioele Barabucci

Bug#1013868: nfs-common: Split between Python scripts to separate package

2023-08-25 Thread Gioele Barabucci
On Fri, 01 Jul 2022 21:57:44 +0200 Ben Hutchings wrote:> On Sun, 2022-06-26 at 09:47 +0200, Gioele Barabucci wrote: > Package: nfs-common > Version: 1:2.6.1-2 > > Dear maintainers of nfs-common, > > could you please move the three Python scripts included in nfs-common to

  1   2   3   4   >