[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r2487 - tzdata/trunk/debian



Author: aurel32
Date: 2007-07-31 14:18:43 +0000 (Tue, 31 Jul 2007)
New Revision: 2487

Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/postinst
Log:
  * debian/postinst: only print "Run 'dpkg-reconfigure tzdata' if you wish
    to change it." message when not using dpkg-reconfigure.  closes: 
    #428083.




Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2007-07-31 14:07:24 UTC (rev 2486)
+++ tzdata/trunk/debian/changelog	2007-07-31 14:18:43 UTC (rev 2487)
@@ -1,8 +1,11 @@
 tzdata (2007f-10) unstable; urgency=low
 
   * New Catalan debconf translation from Jordà Polo.  closes: #431972.
+  * debian/postinst: only print "Run 'dpkg-reconfigure tzdata' if you wish
+    to change it." message when not using dpkg-reconfigure.  closes: 
+    #428083.
 
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 31 Jul 2007 16:06:20 +0200
+ -- Aurelien Jarno <aurel32@debian.org>  Tue, 31 Jul 2007 16:17:16 +0200
 
 tzdata (2007f-9) unstable; urgency=low
 

Modified: tzdata/trunk/debian/postinst
===================================================================
--- tzdata/trunk/debian/postinst	2007-07-31 14:07:24 UTC (rev 2486)
+++ tzdata/trunk/debian/postinst	2007-07-31 14:18:43 UTC (rev 2487)
@@ -39,7 +39,9 @@
     TZdate=$(unset TZ ; LANG=C date -d "$TZBase")
     echo "Local time is now:      $TZdate."
     echo "Universal Time is now:  $UTdate."
-    echo "Run 'dpkg-reconfigure tzdata' if you wish to change it."
+    if [ -z "$DEBCONF_RECONFIGURE" ] ; then
+        echo "Run 'dpkg-reconfigure tzdata' if you wish to change it."
+    fi
     echo
 fi
 



Reply to: