Bug#1061820: (no subject)

2024-01-31 Thread Johannes Schauer Marin Rodrigues

Hi,

On 2024-01-31 09:15, Ken Sharp wrote:
Do I need to submit the patch somewhere else or is this the correct 
place?


the bts is the correct place but debootstrap is maintained by unpaid 
volunteers like many other open source projects. So getting your patch 
merged depends on somebody finding some time to do so.


I have created a merge request to make application of your patch a bit 
easier for the debootstrap maintainers:


https://salsa.debian.org/installer-team/debootstrap/-/merge_requests/111

Thanks!

cheers, josch



Bug#1061820: (no subject)

2024-01-31 Thread Ken Sharp

Do I need to submit the patch somewhere else or is this the correct place?


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1061820: (no subject)

2024-01-29 Thread Ken Sharp

Okay, okay, I made a real mess of that. Just to clarify:

- I mixed up output from Debian and Ubuntu. But the result is the same 
in both cases.


- Turns out I've attached the patch four times. I apologise. I have learned.


OpenPGP_signature.asc
Description: OpenPGP digital signature


Bug#1061820: (no subject)

2024-01-29 Thread Ken Sharp

Attached is the patch. It wouldn't attach from the terminal for some reason.
diff --git a/functions b/functions
index 1924e89..f5de832 100644
--- a/functions
+++ b/functions
@@ -1673,7 +1673,7 @@ while (read STDIN, $x, 1) {
 }' "$@"
 		elif [ "$1" = "GETDEPS" ]; then
 			local pkgdest="$2"; shift; shift
-LC_ALL=C grep "$gropt" '^$|^Package:|^Depends:|^Pre-Depends:'  $pkgdest | perl -e '
+LC_ALL=C grep "$gropt" '^$|^Package:|^Depends:|^Pre-Depends:' "${pkgdest}" | perl -e '
 %seen = map { $_ => 1 } @ARGV;
 while () {
 	if (/^Package: (.*)$/) {


OpenPGP_signature.asc
Description: OpenPGP digital signature