diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/dde/guide.mdwn | 4 | ||||
-rw-r--r-- | hurd/running/debian/patch_submission.mdwn | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/hurd/dde/guide.mdwn b/hurd/dde/guide.mdwn index 132b36ae..ab7ed324 100644 --- a/hurd/dde/guide.mdwn +++ b/hurd/dde/guide.mdwn @@ -43,9 +43,9 @@ Prepare apt offline configuration so we can get necessary packages: $ cd /mnt/etc/apt - $ echo "deb http://ftp.debian-ports.org/debian unreleased main" >> sources.list # if you don't have sources.list set up yet on the Hurd system + $ echo "deb http://ftp.ports.debian.org/debian-ports unreleased main" >> sources.list # if you don't have sources.list set up yet on the Hurd system - $ echo "deb-src http://ftp.debian-ports.org/debian unreleased main" >> sources.list + $ echo "deb-src http://ftp.ports.debian.org/debian-ports unreleased main" >> sources.list $ echo "deb http://ftp.uk.debian.org/debian unstable main" >> sources.list diff --git a/hurd/running/debian/patch_submission.mdwn b/hurd/running/debian/patch_submission.mdwn index 1dd8a4db..3146b773 100644 --- a/hurd/running/debian/patch_submission.mdwn +++ b/hurd/running/debian/patch_submission.mdwn @@ -49,7 +49,7 @@ the specified tags for the current user, and *X-Debbugs-CC* so that the In the bug description, mention that the package fails to build on hurd-i386 and (if possible) quote the failure. If possible, point to the failing build -log from <http://buildd.debian-ports.org/build.php> or elsewhere. +log from <http://buildd.debian.org/> or elsewhere. Then, explain the failure (Debian maintainers usually do not know much about Hurd-specific failures), and attach the patch. |