tags 465375 + patch
thanks

Hi,

Attached is the diff for my user-he 1.0.17-0.1 NMU.
diff -Nru user-he-1.0.17/debian/changelog user-he-1.0.17/debian/changelog
--- user-he-1.0.17/debian/changelog	2008-02-03 22:35:37.000000000 +0100
+++ user-he-1.0.17/debian/changelog	2008-03-09 12:27:02.000000000 +0100
@@ -1,3 +1,10 @@
+user-he (1.0.17-0.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix bashisms. (Closes: #465375)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sun, 09 Mar 2008 12:26:40 +0100
+
 user-he (1.0.17) unstable; urgency=low
 
   * Add openoffice-ctl-he and ttf-sil-ezra to suggests (Closes: #440415).
diff -Nru /tmp/9S2RxV5UhI/user-he-1.0.17/scripts/hebrew-settings /tmp/kENFer2Mop/user-he-1.0.17/scripts/hebrew-settings
--- user-he-1.0.17/scripts/hebrew-settings	2007-07-04 23:08:16.000000000 +0200
+++ user-he-1.0.17/scripts/hebrew-settings	2008-03-09 12:26:36.000000000 +0100
@@ -43,7 +43,7 @@
 # reconfigure time zone
 echo "Reconfigure the systems time zone..."
 if [ -f /usr/share/zoneinfo/Asia/Jerusalem ]; then
-	if [[ $timezone == 1 ]]; then
+	if [ $timezone = 1 ]; then
 		debconf-set-selections << __END__
 		# timezone config preseed
 		tzdata tzdata/Areas Asia
@@ -62,7 +62,7 @@
 # reconfigure locales
 echo "Reconfigure the locales package..."
 if [ -e /var/lib/dpkg/info/locales.postinst ]; then
-	if [[ $enabled == 0 ]]; then
+	if [ $enabled = 0 ]; then
 		debconf-set-selections << __END__
 
 		# locales preseed

Reply via email to