[kernel] r14821 - in dists/trunk/linux-2.6/debian: . templates/temp.image.plain

Ben Hutchings benh at alioth.debian.org
Tue Dec 29 14:33:17 UTC 2009


Author: benh
Date: Tue Dec 29 14:33:11 2009
New Revision: 14821

Log:
Correct comments referring to dpkg --print-installation-architecture in maintainer scripts (Closes: #558077)

Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst
   dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	Mon Dec 28 22:52:04 2009	(r14820)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Dec 29 14:33:11 2009	(r14821)
@@ -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 <ben at decadent.org.uk>  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

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Mon Dec 28 22:52:04 2009	(r14820)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postinst	Tue Dec 29 14:33:11 2009	(r14821)
@@ -28,7 +28,7 @@
 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";

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm	Mon Dec 28 22:52:04 2009	(r14820)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/postrm	Tue Dec 29 14:33:11 2009	(r14821)
@@ -34,7 +34,7 @@
 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";

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst	Mon Dec 28 22:52:04 2009	(r14820)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/preinst	Tue Dec 29 14:33:11 2009	(r14821)
@@ -22,7 +22,7 @@
 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";

Modified: dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm
==============================================================================
--- dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm	Mon Dec 28 22:52:04 2009	(r14820)
+++ dists/trunk/linux-2.6/debian/templates/temp.image.plain/prerm	Tue Dec 29 14:33:11 2009	(r14821)
@@ -22,7 +22,7 @@
 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";
 



More information about the Kernel-svn-changes mailing list