[Debian-hebrew-package] r590 - in /pkg/user-he/trunk: debian/changelog scripts/hebrew-settings
baruch at users.alioth.debian.org
baruch at users.alioth.debian.org
Mon Jun 18 12:56:58 UTC 2007
Author: baruch
Date: Mon Jun 18 12:56:58 2007
New Revision: 590
URL: http://svn.debian.org/wsvn/debian-hebrew/?sc=1&rev=590
Log:
Dont touch the user setting if to keep the date in utc or not
Modified:
pkg/user-he/trunk/debian/changelog
pkg/user-he/trunk/scripts/hebrew-settings
Modified: pkg/user-he/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/user-he/trunk/debian/changelog?rev=590&op=diff
==============================================================================
--- pkg/user-he/trunk/debian/changelog (original)
+++ pkg/user-he/trunk/debian/changelog Mon Jun 18 12:56:58 2007
@@ -1,6 +1,7 @@
user-he (1.0.15) unstable; urgency=low
* Move manpage into the scripts directory, small cleanups to makefile
+ * Don't touch the user setting for keeping the timezone in utc or not
-- Baruch Even <baruch at debian.org> Mon, 18 Jun 2007 13:52:39 +0100
Modified: pkg/user-he/trunk/scripts/hebrew-settings
URL: http://svn.debian.org/wsvn/debian-hebrew/pkg/user-he/trunk/scripts/hebrew-settings?rev=590&op=diff
==============================================================================
--- pkg/user-he/trunk/scripts/hebrew-settings (original)
+++ pkg/user-he/trunk/scripts/hebrew-settings Mon Jun 18 12:56:58 2007
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2006 The Debian Hebrew Team
+# Copyright (C) 2006,2007 The Debian Hebrew Team
# <debian-hebrew-common at lists.alioth.debian.org>
#
# This program is free software; you can redistribute it and/or modify
@@ -45,12 +45,9 @@
if [ -f /usr/share/zoneinfo/Asia/Jerusalem ]; then
if [[ $timezone == 1 ]]; then
debconf-set-selections << __END__
-
# tzconfig preseed
- base-config tzconfig/gmt boolean false
base-config tzconfig/geographic_area select Asia
base-config tzconfig/select_zone/Asia select Jerusalem
-
__END__
rm -f /etc/localtime
More information about the Debian-hebrew-package
mailing list