diff --git a/debian/changelog b/debian/changelog index c96251452..aa30eec48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +linux-2.6 (2.6.32-4) UNRELEASED; urgency=low + + [ Ben Hutchings ] + * Correct comments referring to dpkg --print-installation-architecture + in maintainer scripts (Closes: #558077) + + -- Ben Hutchings Tue, 29 Dec 2009 15:32:44 +0100 + linux-2.6 (2.6.32-3) unstable; urgency=high * The "Not a Suitable Christmas Present" release diff --git a/debian/templates/temp.image.plain/postinst b/debian/templates/temp.image.plain/postinst index 439ab1595..8579c532c 100755 --- a/debian/templates/temp.image.plain/postinst +++ b/debian/templates/temp.image.plain/postinst @@ -28,7 +28,7 @@ my $ignore_depmod_err = ''; # normally we do not my $relink_src_link = 'YES'; # There is no harm in checking the link my $relink_build_link = 'YES'; # There is no harm in checking the link my $force_build_link = ''; # There is no harm in checking the link -my $arch = "=A"; # should be same as dpkg --print-installation-architecture +my $arch = "=A"; # should be same as dpkg --print-architecture my $kernel_arch = "=B"; my $ramdisk = "=MK"; # List of tools to create initial ram fs. my $package_name = "=ST-image-$version"; diff --git a/debian/templates/temp.image.plain/postrm b/debian/templates/temp.image.plain/postrm index 90ee132b1..d048ee41e 100755 --- a/debian/templates/temp.image.plain/postrm +++ b/debian/templates/temp.image.plain/postrm @@ -34,7 +34,7 @@ my $minimal_swap = ''; # Do not swap symlinks my $ignore_depmod_err = ''; # normally we do not my $relink_build_link = 'YES'; # There is no harm in checking the link my $force_build_link = ''; # we shall not create a dangling link -my $arch = "=A"; # should be same as dpkg --print-installation-architecture +my $arch = "=A"; # should be same as dpkg --print-architecture my $kernel_arch = "=B"; my $ramdisk = "=MK"; # List of tools to create initial ram fs. my $package_name = "=ST-image-$version"; diff --git a/debian/templates/temp.image.plain/preinst b/debian/templates/temp.image.plain/preinst index 590e87ed2..e88e03691 100755 --- a/debian/templates/temp.image.plain/preinst +++ b/debian/templates/temp.image.plain/preinst @@ -22,7 +22,7 @@ my $ignore_depmod_err = ''; # normally we do not my $relink_src_link = 'YES'; # There is no harm in checking the link my $relink_build_link = 'YES'; # There is no harm in checking the link my $force_build_link = ''; # There is no harm in checking the link -my $arch = "=A"; # should be same as dpkg --print-installation-architecture +my $arch = "=A"; # should be same as dpkg --print-architecture my $kernel_arch = "=B"; my $ramdisk = "=MK"; # List of tools to create initial ram fs. my $package_name = "=ST-image-$version"; diff --git a/debian/templates/temp.image.plain/prerm b/debian/templates/temp.image.plain/prerm index cb320df62..791a26453 100755 --- a/debian/templates/temp.image.plain/prerm +++ b/debian/templates/temp.image.plain/prerm @@ -22,7 +22,7 @@ my $minimal_swap = ''; # Do not swap symlinks my $ignore_depmod_err = ''; # normally we do not my $relink_build_link = 'YES'; # There is no harm in checking the link my $force_build_link = ''; # There is no harm in checking the link -my $arch = "=A"; # should be same as dpkg --print-installation-architecture +my $arch = "=A"; # should be same as dpkg --print-architecture my $kernel_arch = "=B"; my $package_name = "=ST-image-$version";