On 23 Oct 2017, at 08:36, Ondřej Surý wrote:
>
> Hi,
>
> while revising bind9 udebs, KiBi suggested that non-Linux architectures
> might be using isc-dhcpd instead of udhcpd due some problems and it
> might be a good idea to revise the decision now that we have a busybox
> maintainer?
That's no
Source: busybox
Version: 1:1.27.2-1
Tags: upstream patch
Forwarded: http://lists.busybox.net/pipermail/busybox/2017-October/085868.html
Hi,
Currently there is a bug in the testsuite driver where running an
old-style test resets the current failure flag to 0, so not all failures
become fatal. The a
Source: busybox
Version: 1:1.27.2-1
Tags: upstream patch
Forwarded: http://lists.busybox.net/pipermail/busybox/2017-October/085870.html
User: debian-...@lists.debian.org
Usertags: kfreebsd
User: debian-h...@lists.debian.org
Usertags: hurd
Hi,
Currently busybox FTBFS on the Hurd and GNU/kFreeBSD. I
Package: installation-reports
Severity: normal
X-Debbugs-Cc: k...@debian.org
Hi,
Booting the current 9.0 netinst (on UEFI) into the graphical installer
and switching to the console reveals that something is trying to start X
twice[1]. This was on VirtualBox (macOS host), but KiBi (Cc'ed) reports
t
are already converted to copy: URLs).
Regards,
James
>From 20da994b8657cc9f1e9c2627c268be6b4b21c28d Mon Sep 17 00:00:00 2001
From: James Clarke
Date: Wed, 15 Feb 2017 04:32:12 +1300
Subject: [PATCH] gen-sources.list.udeb: Check local mirrors for validity
---
build/util/gen-sources.list.udeb |
Hi,
As discussed on IRC, srm-reader has been adopted by the debian-ports team[1],
and I have uploaded it to unreleased so that installer images can be built
without any local udebs. Thanks for keeping the repository in good shape over
the years!
Regards,
James
[1] https://anonscm.debian.org/git/d
On 3 Feb 2017, at 15:28, Cyril Brulebois wrote:
> James Clarke (2017-01-22):
>> As you know, debian-installer does not build on non-release
>> architectures, since it tries to build for stretch. Some architectures
>> also have some of the needed udebs in the unreleased su
Control: clone -1 -2
Control: reassign -2 mirrors
Control: retitle -2 Please add deb.debian.org to Mirrors.masterlist
Control: block -1 by -2
On 31 Jan 2017, at 23:19, Cyril Brulebois wrote:
> James Clarke (2017-01-31):
>> Package: choose-mirror
>> Version: 2.74
>> Severit
Package: choose-mirror
Version: 2.74
Severity: wishlist
As the title says; as far as I can tell, deb.debian.org is still not
provided as an option during installation; instead, you have to enter it
manually. Please add it alongside httpredir.
-- System Information:
Debian Release: 9.0
APT pr
-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 39367917637c4c094a1f4989bf9f76d5e7cff2d0 Mon Sep 17 00:00:00 2001
From: James Clarke
Date: Sun, 22 Jan 2017 21:36:44 +
Subject: [PATCH] Add missing build dependency on palo on hppa
--
On 22 Jan 2017, at 16:09, Julien Cristau wrote:
> On Sun, Jan 22, 2017 at 16:03:20 +0000, James Clarke wrote:
>> Package: debian-installer
>> Version: 20170112
>> Severity: wishlist
>> Tags: patch
>> X-Debbugs-Cc: debian-ports-de...@lists.alioth.debian.org
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
>From 2f613cea42be62b9a6ca0921fe19de70068b9448 Mon Sep 17 00:00:00 2001
From: James Clarke
Date: Sun, 22 Jan 2017 15:45:55 +
Subject: [PATCH] Use unstable and unreleased for udebs on non-relea
> On 23 Dec 2016, at 15:49, Johannes Schauer wrote:
>
> Hi James,
>
> Quoting James Clarke (2016-12-23 16:27:02)
>> Josch, I'm curious as to why you tagged the corresponding sbuild bug report
>> (Cc'd) as unreproducible; are you using debootstrap from sta
Control: forcemerge 813232 -1
This does indeed appear to be the same as #813232, which was fixed in
1.0.78+nmu1. I can no longer reproduce this.
Regards,
James
signature.asc
Description: Message signed with OpenPGP using GPGMail
Package: partman-basicfilesystems
Version: 122
Severity: important
Tags: d-i
X-Debbugs-CC: debian-sp...@lists.debian.org
This is the same as https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767682.
There should be a “-F” for ext2 in commit.d/format_basicfilesystems [0]. I ran
into this on a clean
---
os-prober | 21 +++--
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/os-prober b/os-prober
index d67f0b3..6a73a42 100755
--- a/os-prober
+++ b/os-prober
@@ -48,13 +48,22 @@ partitions () {
done
done
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 63a5932..81e9ad9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,8 @@
%:
dh $@
-ARCH=$(shell dpkg-architecture -qDEB_HOST_ARCH)
-ifneq (,$(findstring :$(ARC
These patches add probing support when running on the Hurd. The first
patch also means that kFreeBSD systems get the x86 scripts.
Changes since v2:
* debian/rules: Use DEB_HOST_ARCH_CPU.
Changes since v1:
* os-prober: Remove debug statement. Scan /dev/hdXXsX as well.
James Clarke (2):
Treat
Ah, thank you, I did not realise such a variable existed; guess I should have
checked!
James
> On 24 Sep 2015, at 14:37, Guillem Jover wrote:
>
> Hi!
>
> On Wed, 2015-09-23 at 19:04:03 +0100, James Clarke wrote:
>> --- a/debian/rules
>> +++ b/debian/rules
&g
X-Debbugs-CC: debian-h...@lists.debian.org
---
os-prober | 21 +++--
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/os-prober b/os-prober
index d67f0b3..6a73a42 100755
--- a/os-prober
+++ b/os-prober
@@ -48,13 +48,22 @@ partitions () {
X-Debbugs-CC: debian-h...@lists.debian.org
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 63a5932..d71c544 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
dh $@
ARCH=$(shell dpkg-architecture -qDEB_HOST
X-Debbugs-CC: debian-h...@lists.debian.org
These patches add probing support when running on the Hurd. The first
patch also means that kFreeBSD systems get the x86 scripts.
Changes since v1:
* os-prober: Remove debug statement. Scan /dev/hdXXsX as well.
James Clarke (2):
Treat *-{i386,amd64
X-Debbugs-CC: debian-h...@lists.debian.org
---
os-prober | 22 --
1 file changed, 16 insertions(+), 6 deletions(-)
diff --git a/os-prober b/os-prober
index d67f0b3..67e8b52 100755
--- a/os-prober
+++ b/os-prober
@@ -48,13 +48,23 @@ partitions () {
X-Debbugs-CC: debian-h...@lists.debian.org
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 63a5932..d71c544 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
dh $@
ARCH=$(shell dpkg-architecture -qDEB_HOST
Package: os-prober
Version: 1.66
Severity: normal
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd
X-Debbugs-CC: debian-h...@lists.debian.org
These patches add probing support when running on the Hurd. The first
patch also means that kFreeBSD systems get the x86 scripts.
James Clarke
25 matches
Mail list logo