diff --git a/debian/changelog b/debian/changelog index 5e6cadff8..d42feed6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +grub2 (2.00-10) UNRELEASED; urgency=low + + * Support parallel builds. + + -- Colin Watson Wed, 02 Jan 2013 08:58:20 +0000 + grub2 (2.00-9) experimental; urgency=low * Ensure /boot/grub exists before copying files to it for EFI installs diff --git a/debian/rules b/debian/rules index 568a0d86a..46b2e62a4 100755 --- a/debian/rules +++ b/debian/rules @@ -53,7 +53,7 @@ $(error COMMON_PLATFORM not set for $(DEB_HOST_ARCH_CPU)) endif %: - dh $@ + dh $@ --parallel override_dh_auto_configure: $(patsubst %,configure/%,$(BUILD_PACKAGES))