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

r2025 - in tzdata/tags: . 2007c-1/debian



Author: aurel32
Date: 2007-03-10 21:19:30 +0000 (Sat, 10 Mar 2007)
New Revision: 2025

Added:
   tzdata/tags/2007c-1/
   tzdata/tags/2007c-1/debian/changelog
   tzdata/tags/2007c-1/debian/control
   tzdata/tags/2007c-1/debian/postinst
   tzdata/tags/2007c-1/debian/rules
Removed:
   tzdata/tags/2007c-1/debian/changelog
   tzdata/tags/2007c-1/debian/control
   tzdata/tags/2007c-1/debian/postinst
   tzdata/tags/2007c-1/debian/rules
Log:
Tagging 2007c-1


Copied: tzdata/tags/2007c-1 (from rev 1906, tzdata/trunk)

Deleted: tzdata/tags/2007c-1/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2007-01-18 21:45:33 UTC (rev 1906)
+++ tzdata/tags/2007c-1/debian/changelog	2007-03-10 21:19:30 UTC (rev 2025)
@@ -1,76 +0,0 @@
-tzdata (2006p-1) unstable; urgency=low
-
-  [ Aurelien Jarno ]
-  * New upstream release.
-    - Includes DST rules for West Australia.
-
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 28 Nov 2006 10:58:53 +0100
-
-tzdata (2006n-1) unstable; urgency=low
-
-  [ Aurelien Jarno ]
-  * New upstream release. 
-
- -- Aurelien Jarno <aurel32@debian.org>  Sat, 21 Oct 2006 22:51:50 +0200
-
-tzdata (2006m-1) unstable; urgency=low
-
-  [ Aurelien Jarno ]
-  * New upstream release. 
-
- -- Aurelien Jarno <aurel32@debian.org>  Sun,  8 Oct 2006 19:39:42 +0200
-
-tzdata (2006l-1) unstable; urgency=low
-
-  [ Denis Barbier ]
-  * New upstream release. 
-  * debian/rules: Use debian/patches/quiltrc for quilt global settings.
-
- -- Denis Barbier <barbier@debian.org>  Tue, 19 Sep 2006 22:26:27 +0200
-
-tzdata (2006k-1) unstable; urgency=low
-
-  [ Aurelien Jarno ]
-  * New upstream release. 
-
- -- Aurelien Jarno <aurel32@debian.org>  Tue, 29 Aug 2006 22:53:57 +0200
-
-tzdata (2006g-2) unstable; urgency=low
-
-  * patches/systemv.diff: As Indianapolis use DST since 2006, it can no
-    more be an alias for SystemV/EST5, replace it with Panama.
-    Closes: #367025
-  * debian/watch: New file.
-
- -- Denis Barbier <barbier@debian.org>  Fri,  2 Jun 2006 23:44:21 +0200
-
-tzdata (2006g-1) unstable; urgency=low
-
-  [ Denis Barbier ]
-  * New upstream release.
-  * debian/control: Bump Standards-Version: 3.7.2  (no changes needed)
-  * debian/control: quilt is not run by the 'clean' target, so move it
-    into Build-Depends-Indep.
-
- -- Denis Barbier <barbier@debian.org>  Thu,  1 Jun 2006 22:19:57 +0200
-
-tzdata (2006c-2) unstable; urgency=low
-
-  * Put a copy of the current timezone into /etc/localtime instead of a
-    symlink.
-  * Add a patching system.
-  * patches/systemv.diff: create the SystemV links for compatibility reasons.
-  * Drop the dependency on libc-bin.
-  * Drop the preinst script, we don't support upgrades from Potato :-)
-
- -- Aurelien Jarno <aurel32@debian.org>  Mon, 10 Apr 2006 09:13:04 +0200
-
-tzdata (2006c-1) unstable; urgency=low
-
-  * Initial release.
-  * For easy updating, this package has been splitted out of the GNU C
-    Library.
-  * Thanks to the authors of the langpack-locales Ubuntu package, which has
-    been used to understand how to process source timezone files.
-
- -- Aurelien Jarno <aurel32@debian.org>  Sat,  8 Apr 2006 19:00:31 +0200

Copied: tzdata/tags/2007c-1/debian/changelog (from rev 2024, tzdata/trunk/debian/changelog)

Deleted: tzdata/tags/2007c-1/debian/control
===================================================================
--- tzdata/trunk/debian/control	2007-01-18 21:45:33 UTC (rev 1906)
+++ tzdata/tags/2007c-1/debian/control	2007-03-10 21:19:30 UTC (rev 2025)
@@ -1,17 +0,0 @@
-Source: tzdata
-Section: libs
-Priority: required
-Build-Depends: debhelper (>= 4.0.0)
-Build-Depends-Indep: quilt
-Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
-Uploaders: Ben Collins <bcollins@debian.org>, GOTO Masanori <gotom@debian.org>, Philip Blundell <pb@nexus.co.uk>, Jeff Bailey <jbailey@raspberryginger.com>, Daniel Jacobowitz <dan@debian.org>, Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>
-Standards-Version: 3.7.2
-
-Package: tzdata
-Architecture: all
-Replaces: libc0.1, libc0.3, libc6, libc6.1
-Description: Time Zone and Daylight Saving Time Data
- This package contains data that represent the history of local time for many 
- representative locations around the globe. It is updated periodically to 
- reflect changes made by political bodies to time zone boundaries, UTC offsets,
- and daylight-saving rules

Copied: tzdata/tags/2007c-1/debian/control (from rev 1925, tzdata/trunk/debian/control)

Deleted: tzdata/tags/2007c-1/debian/postinst
===================================================================
--- tzdata/trunk/debian/postinst	2007-01-18 21:45:33 UTC (rev 1906)
+++ tzdata/tags/2007c-1/debian/postinst	2007-03-10 21:19:30 UTC (rev 2025)
@@ -1,93 +0,0 @@
-#!/bin/bash
-set -e
-export LC_ALL=C
-
-type=$1
-preversion=$2
-
-zone_banner() {
-    TZBase=$(LC_ALL=C TZ=UTC0 date)
-    UTdate=$(TZ=UTC0 date -d "$TZBase")
-    TZdate=$(TZ="$timezone" date -d "$TZBase")
-    extra_info="
-Local time is now:      $TZdate.
-Universal Time is now:  $UTdate."
-    echo "Current default timezone: '$timezone'.$extra_info"
-    echo "Run 'tzconfig' if you wish to change it."
-}
-
-set_timezone() {
-    frontend=`echo "$DEBIAN_FRONTEND" | tr '[:upper:]' '[:lower:]'`
-    if [ "$frontend" = noninteractive ]; then
-        echo "Non-interactive mode, setting timezone to UTC.  Run tzconfig to change."
-        echo "UTC" >/etc/timezone
-        ln -sf /usr/share/zoneinfo/UTC /etc/localtime
-    else
-        echo "Running 'tzconfig' to set this system's timezone."
-        /usr/sbin/tzconfig
-    fi
-}
-
-realpath()
-{
-    fname=${1%/} # strips trailing '/'
-    while [ -L "$fname" ]; do
-	oldfname="$fname"
-	fname="$(command ls -l $fname)"
-	fname="${fname#*\> }"
-	if [ "$fname" = . ] ; then
-	    fname="$(dirname $oldfname)"
-	elif echo $fname | grep -vq '^/' - ; then
-	    fname="$(dirname $oldfname)/$fname"
-	fi
-    done
-    pushd $(dirname $fname) > /dev/null
-    fname=$(pwd -P)/$(basename $fname)
-    popd > /dev/null
-    echo $fname
-}
-
-if [ "$type" = "configure" ]
-then
-    if [ -f /etc/timezone ]; then
-	timezone=$(cat /etc/timezone)
-    else
-	timezone=Factory
-    fi
-    if [ "$timezone" = Factory ]; then
-	if [ -L /etc/localtime ]; then
-	    localtime_link=$(realpath /etc/localtime)
-	    if [ -f "$localtime_link" ]; then
-		link_not_dangling=true
-	    fi
-	    if [ "$link_not_dangling" = true ]; then
-		timezone=$(echo $localtime_link | sed 's%^/usr/share/zoneinfo/%%')
-	    fi
-	fi
-    fi
-    if [ -f /usr/share/zoneinfo/$timezone ] && [ "$timezone" != Factory ]
-    then
-#	zic -l $timezone
-	rm -f /etc/localtime && \
-	cp -f /usr/share/zoneinfo/$timezone /etc/localtime
-	zone_banner
-    # Handle problem caused by lame old tzconfig.
-    elif [ "$timezone" = "US/Pacific-New" ]
-    then
-	echo "US/Pacific" > /etc/timezone
-#	zic -l US/Pacific
-	rm -f /etc/localtime && \
-	cp -f /usr/share/zoneinfo/US/Pacific /etc/localtime
-	zone_banner
-    else
-	set_timezone
-    fi
-    if [ "$(date +%Z)" = "/etc/localtime" ]; then
-	set_timezone
-    fi
-fi
-
-
-#DEBHELPER#
-
-exit 0

Copied: tzdata/tags/2007c-1/debian/postinst (from rev 1925, tzdata/trunk/debian/postinst)

Deleted: tzdata/tags/2007c-1/debian/rules
===================================================================
--- tzdata/trunk/debian/rules	2007-01-18 21:45:33 UTC (rev 1906)
+++ tzdata/tags/2007c-1/debian/rules	2007-03-10 21:19:30 UTC (rev 2025)
@@ -1,95 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-export LC_ALL=C
-
-TZGEN := $(CURDIR)/tzgen
-TZSOURCE := $(CURDIR)/tzsource
-TIMEZONES := africa \
-             antarctica \
-             asia \
-             australasia \
-             europe \
-             northamerica \
-             southamerica \
-             etcetera \
-             factory \
-             solar87 \
-             solar88 \
-             solar89 \
-             backward \
-             systemv 
-
-QUILT := quilt --quiltrc ../debian/patches/quiltrc
-
-build: build-stamp
-build-stamp:
-	dh_testdir
-
-	# Unpack the sources
-	mkdir $(TZSOURCE)
-	for x in $$(ls tzdata*.tar.gz); do \
-	  tar -xzvC $(TZSOURCE) -f $${x} ;\
-	done
-	
-	# Apply patches
-	@cd $(TZSOURCE); \
-	if $(QUILT) next >/dev/null 2>&1; then \
-	  echo -n "Applying patches..."; \
-	  if $(QUILT) push -a -v > $(CURDIR)/patch-log 2>&1; then \
-	    echo "successful."; \
-	  else \
-	    echo "failed! (check $(CURDIR)/patch-log for details)"; \
-	    exit 1; \
-	  fi; \
-	else \
-	  echo "No patches to apply"; \
-	fi
-	
-	# Build
-	for zone in $(TIMEZONES); do \
-	  /usr/sbin/zic -d $(TZGEN) -L /dev/null -y $(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \
-	  /usr/sbin/zic -d $(TZGEN)/posix -L /dev/null -y $(TZSOURCE)/yearistype.sh $(TZSOURCE)/$${zone} ; \
-	  /usr/sbin/zic -d $(TZGEN)/right -L $(TZSOURCE)/leapseconds -y $(TZGEN)/yearistype.sh $(TZSOURCE)/$${zone} ; \
-	done
-						
-	touch $@
-
-clean:
-	dh_testdir
-	dh_testroot
-	-rm -rf $(TZSOURCE) $(TZGEN) .pc
-	rm -f build-stamp
-	rm -f patch-log
-	dh_clean 
-
-install: build
-	dh_testdir
-	dh_testroot
-	dh_clean -k 
-	# Do nothing
-
-# Build architecture-dependent files here.
-binary-arch: build install
-# We have nothing to do by default.
-
-# Build architecture-independent files here.
-binary-indep: build install
-	dh_testdir
-	dh_testroot
-	dh_installdirs
-	dh_install
-	dh_installchangelogs
-	dh_link
-	dh_installdocs
-	dh_installinfo
-	dh_compress
-	dh_fixperms
-	dh_installdeb
-	dh_gencontrol
-	dh_md5sums
-	dh_builddeb
-
-binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install

Copied: tzdata/tags/2007c-1/debian/rules (from rev 1912, tzdata/trunk/debian/rules)



Reply to: