[kernel] r7869 - in dists/trunk/utils/mkvmlinuz/mkvmlinuz: . debian
Sven Luther
luther at alioth.debian.org
Tue Nov 21 21:47:21 UTC 2006
Author: luther
Date: Tue Nov 21 22:47:20 2006
New Revision: 7869
Modified:
dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog
dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz
Log:
Corrected typo, fixes #399768.
Modified: dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog
==============================================================================
--- dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog (original)
+++ dists/trunk/utils/mkvmlinuz/mkvmlinuz/debian/changelog Tue Nov 21 22:47:20 2006
@@ -1,3 +1,9 @@
+mkvmlinuz (27) unstable; urgency=low
+
+ * Corrected typo. (Closes: 399768)
+
+ -- Sven Luther <sven at tael.powerlinux.fr> Tue, 21 Nov 2006 22:43:28 +0100
+
mkvmlinuz (26) unstable; urgency=low
* Fixed -prep support.
@@ -7,10 +13,10 @@
mkvmlinuz (25) unstable; urgency=low
[ Christian Perrier ]
- * Switch to po-debconf for debconf templates. Closes: 298972
+ * Switch to po-debconf for debconf templates. (Closes: #298972)
* Debconf translations:
- Add Swedish (updated during the l10n update campaign)
- Closes: #331020
+ (Closes: #331020)
- Add Vietnamese. Sent during the l10n update campaign
- Add Czech. Sent during the l10n update campaign
- Add Romanian. Sent during the l10n update campaign
Modified: dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz
==============================================================================
--- dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz (original)
+++ dists/trunk/utils/mkvmlinuz/mkvmlinuz/mkvmlinuz Tue Nov 21 22:47:20 2006
@@ -146,7 +146,7 @@
post_2_6_16=
fi
-if dpkg --compare-versions $release ge 2.6.18 && "$arch" != "prep" ; then
+if dpkg --compare-versions $release ge 2.6.18 && test "$arch" != "prep" ; then
post_2_6_18=Yes
else
post_2_6_18=
More information about the Kernel-svn-changes
mailing list