Author: aurel32 Date: 2008-08-09 20:03:08 +0000 (Sat, 09 Aug 2008) New Revision: 3064
Added: tzdata/trunk/debian/tzconfig Modified: tzdata/trunk/debian/changelog tzdata/trunk/debian/install Log: * Provide a tzconfig compatibility script. Closes: #493978. Modified: tzdata/trunk/debian/changelog =================================================================== --- tzdata/trunk/debian/changelog 2008-08-09 18:41:43 UTC (rev 3063) +++ tzdata/trunk/debian/changelog 2008-08-09 20:03:08 UTC (rev 3064) @@ -1,3 +1,9 @@ +tzdata (2008e-3) unstable; urgency=low + + * Provide a tzconfig compatibility script. Closes: #493978. + + -- Aurelien Jarno <[EMAIL PROTECTED]> Sat, 09 Aug 2008 21:57:23 +0200 + tzdata (2008e-2) unstable; urgency=low * Build a tzdata-java package, using javazic from openjdk-6. Modified: tzdata/trunk/debian/install =================================================================== --- tzdata/trunk/debian/install 2008-08-09 18:41:43 UTC (rev 3063) +++ tzdata/trunk/debian/install 2008-08-09 20:03:08 UTC (rev 3064) @@ -1,3 +1,4 @@ +debian/tzconfig /usr/sbin tzgen/* usr/share/zoneinfo/ tzsource/iso3166.tab usr/share/zoneinfo/ tzsource/zone.tab usr/share/zoneinfo/ Added: tzdata/trunk/debian/tzconfig =================================================================== --- tzdata/trunk/debian/tzconfig (rev 0) +++ tzdata/trunk/debian/tzconfig 2008-08-09 20:03:08 UTC (rev 3064) @@ -0,0 +1,3 @@ +#!/bin/sh +echo "WARNING: the tzconfig command is deprecated, please use:" +echo " dpkg-reconfigure tzdata" Property changes on: tzdata/trunk/debian/tzconfig ___________________________________________________________________ Name: svn:executable + * -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

