Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package debian-installer-netboot-images, as it mirrors the d-i in the same version. It's probably best to have it available in Jessie before it becomes stable :-) unblock debian-installer-netboot-images/20150422 As it drops two binary packages, it also needs manual decruft from FTP Masters, I'll let you contact them to make this happen. Cheers, OdyX Debdiff is as follows: --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +debian-installer-netboot-images (20150422) unstable; urgency=high + + * Drop kfreebsd-{amd64,i386} from supported architectures + + -- Didier Raboud <o...@debian.org> Thu, 23 Apr 2015 14:51:10 +0200 + +debian-installer-netboot-images (20150418) unstable; urgency=high + + * Update to 20150418 images. + * Use httpredir.d.o as mirror + + -- Didier Raboud <o...@debian.org> Sun, 19 Apr 2015 11:17:56 +0200 + debian-installer-netboot-images (20150324) unstable; urgency=medium * Update to 20150324 images. diff --git a/debian/control b/debian/control index 84c53e8..7fdc266 100644 --- a/debian/control +++ b/debian/control @@ -67,26 +67,6 @@ Description: Debian-installer network boot images for i386 This package contains images of the Debian Installer for the i386 architecture. -Package: debian-installer-8-netboot-kfreebsd-amd64 -Architecture: all -Depends: ${misc:Depends} -Provides: debian-installer-netboot-kfreebsd-amd64, debian-installer-netboot -Suggests: tftpd-hpa -Built-Using: ${d-i:built-using} -Description: Debian-installer network boot images for kfreebsd-amd64 - This package contains images of the Debian Installer for the kfreebsd-amd64 - architecture. - -Package: debian-installer-8-netboot-kfreebsd-i386 -Architecture: all -Depends: ${misc:Depends} -Provides: debian-installer-netboot-kfreebsd-i386, debian-installer-netboot -Suggests: tftpd-hpa -Built-Using: ${d-i:built-using} -Description: Debian-installer network boot images for kfreebsd-i386 - This package contains images of the Debian Installer for the kfreebsd-i386 - architecture. - Package: debian-installer-8-netboot-mips Architecture: all Depends: ${misc:Depends} diff --git a/debian/rules b/debian/rules index b843454..1c3d1b7 100755 --- a/debian/rules +++ b/debian/rules @@ -2,13 +2,13 @@ export MAJOR_VERSION=8 export DISTRIBUTION=jessie -export MIRROR=http://ftp.debian.org/debian +export MIRROR=http://httpredir.debian.org/debian export VERSION=$(shell dpkg-parsechangelog | sed -n 's/^Version: //p') export KFREEBSD_KERNEL_MAJOR=10 # Don't forget to recreate debian/control after editing these lines: $ # debian/rules debian/control -SUPPORTED_ARCHITECTURES = amd64 arm64 armel armhf i386 kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc ppc64el -UNSUPPORTED_ARCHITECTURES = hurd-i386 s390x sparc +SUPPORTED_ARCHITECTURES = amd64 arm64 armel armhf i386 mips mipsel powerpc ppc64el +UNSUPPORTED_ARCHITECTURES = hurd-i386 kfreebsd-amd64 kfreebsd-i386 s390x sparc %: dh $@ -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: https://lists.debian.org/20150423202954.13129.74581.reportbug@gyllingar