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

r1913 - in tzdata/tags: . 2007a-2/debian



Author: aurel32
Date: 2007-02-01 20:14:02 +0100 (Thu, 01 Feb 2007)
New Revision: 1913

Added:
   tzdata/tags/2007a-2/
   tzdata/tags/2007a-2/debian/changelog
   tzdata/tags/2007a-2/debian/rules
Removed:
   tzdata/tags/2007a-2/debian/changelog
   tzdata/tags/2007a-2/debian/rules
Log:
tagging tzdata 2007a-2



Copied: tzdata/tags/2007a-2 (from rev 1906, tzdata/trunk)

Deleted: tzdata/tags/2007a-2/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2007-01-18 21:45:33 UTC (rev 1906)
+++ tzdata/tags/2007a-2/debian/changelog	2007-02-01 19:14:02 UTC (rev 1913)
@@ -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/2007a-2/debian/changelog (from rev 1912, tzdata/trunk/debian/changelog)

Deleted: tzdata/tags/2007a-2/debian/rules
===================================================================
--- tzdata/trunk/debian/rules	2007-01-18 21:45:33 UTC (rev 1906)
+++ tzdata/tags/2007a-2/debian/rules	2007-02-01 19:14:02 UTC (rev 1913)
@@ -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/2007a-2/debian/rules (from rev 1912, tzdata/trunk/debian/rules)



Reply to: