Package: live-build Version: 2.0~a29-1 Severity: wishlist Tags: patch
Hello, There is a typo on debian bpo URL. Attached patch aims to fix the issue. Best regards, -- Hector -- Package-specific info: -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (700, 'unstable'), (600, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-amd64 (SMP w/8 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages live-build depends on: ii debootstrap 1.0.24 Bootstrap a basic Debian system Versions of packages live-build recommends: ii cpio 2.11-4 GNU cpio -- a program to manage ar ii gettext-base 0.18.1.1-3 GNU Internationalization utilities pn gnu-fdisk <none> (no description available) Versions of packages live-build suggests: ii dosfstools 3.0.9-1 utilities for making and checking ii fakeroot 1.14.4-1 Gives a fake root environment ii genisoimage 9:1.1.10-1 Creates ISO-9660 CD-ROM filesystem ii grub 0.97-63 GRand Unified Bootloader (dummy pa ii memtest86 3.5-2.2 thorough real-mode memory tester ii memtest86+ 4.10-1 thorough real-mode memory tester ii mtd-utils [mtd-tools] 20100706-1 Memory Technology Device Utilities ii mtools 4.0.12-1 Tools for manipulating MSDOS files ii parted 2.3-2 The GNU Parted disk partition resi ii sudo 1.7.4p4-2 Provide limited super user privile ii uuid-runtime 2.17.2-3.1 runtime components for the Univers ii win32-loader 0.6.19 Debian-Installer loader for win32 -- no debconf information
>From 076948dfb008e52aea346295a91623e8186b8a34 Mon Sep 17 00:00:00 2001 From: Hector Oron <zu...@debian.org> Date: Wed, 22 Sep 2010 13:47:12 +0100 Subject: [PATCH] Fix typo on backports URL In some cases backports.debian-maintainerns.org was used instead of proper backports.debian-maintainers.org Signed-off-by: Hector Oron <zu...@debian.org> --- debian/changelog | 7 +++++++ scripts/build/lb_config | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd1e251..776a881 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +live-build (2.0~a29-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix bpo debian-maintainers.org typo + + -- Hector Oron <zu...@debian.org> Wed, 22 Sep 2010 13:45:56 +0100 + live-build (2.0~a29-1) unstable; urgency=low * Updating auto/scripts handling. diff --git a/scripts/build/lb_config b/scripts/build/lb_config index d91aea1..33d1551 100755 --- a/scripts/build/lb_config +++ b/scripts/build/lb_config @@ -1348,12 +1348,12 @@ EOF cp config/chroot_sources/${LB_DISTRIBUTION}-backports.chroot config/chroot_sources/${LB_DISTRIBUTION}-backports.binary # Adding apt preferences - if ! grep -qs "^Pin: release o=backports.debian-maintainerns.org" config/chroot_apt/preferences + if ! grep -qs "^Pin: release o=backports.debian-maintainers.org" config/chroot_apt/preferences then cat >> config/chroot_apt/preferences << EOF Package: * -Pin: release o=backports.debian-maintainerns.org +Pin: release o=backports.debian-maintainers.org Pin-Priority: 999 EOF -- 1.7.1