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

r3927 - in tzdata/trunk/debian: . source



Author: schizo
Date: 2009-11-02 19:13:03 +0000 (Mon, 02 Nov 2009)
New Revision: 3927

Added:
   tzdata/trunk/debian/source/
   tzdata/trunk/debian/source/format
Modified:
   tzdata/trunk/debian/changelog
   tzdata/trunk/debian/control
   tzdata/trunk/debian/rules
Log:
2009q-1

Modified: tzdata/trunk/debian/changelog
===================================================================
--- tzdata/trunk/debian/changelog	2009-11-01 19:23:24 UTC (rev 3926)
+++ tzdata/trunk/debian/changelog	2009-11-02 19:13:03 UTC (rev 3927)
@@ -1,3 +1,10 @@
+tzdata (2009q-1) unstable; urgency=medium
+
+  * New upstream release.
+  * Use 3.0 (quilt) source format, drop build dependency on quilt.
+
+ -- Clint Adams <schizo@debian.org>  Mon, 02 Nov 2009 13:54:29 -0500
+
 tzdata (2009p-1) unstable; urgency=low
 
   * New upstream release.  closes: #551195.

Modified: tzdata/trunk/debian/control
===================================================================
--- tzdata/trunk/debian/control	2009-11-01 19:23:24 UTC (rev 3926)
+++ tzdata/trunk/debian/control	2009-11-02 19:13:03 UTC (rev 3927)
@@ -2,7 +2,7 @@
 Section: libs
 Priority: required
 Build-Depends: debhelper (>= 5.0.0)
-Build-Depends-Indep: quilt, po-debconf, openjdk-6-jre-headless
+Build-Depends-Indep: po-debconf, openjdk-6-jre-headless
 Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
 Uploaders: Clint Adams <schizo@debian.org>, Aurelien Jarno <aurel32@debian.org>
 Standards-Version: 3.8.3

Modified: tzdata/trunk/debian/rules
===================================================================
--- tzdata/trunk/debian/rules	2009-11-01 19:23:24 UTC (rev 3926)
+++ tzdata/trunk/debian/rules	2009-11-02 19:13:03 UTC (rev 3927)
@@ -49,25 +49,10 @@
 		   US \
 		   Etc
 
-QUILT := quilt --quiltrc debian/patches/quiltrc
-
 build: build-stamp
 build-stamp:
 	dh_testdir
 
-	# Apply patches
-	@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 the "default" version
 	for zone in $(TIMEZONES); do \
 	  /usr/sbin/zic -d $(TZGEN) -L /dev/null -y yearistype.sh $${zone} ; \

Added: tzdata/trunk/debian/source/format
===================================================================
--- tzdata/trunk/debian/source/format	                        (rev 0)
+++ tzdata/trunk/debian/source/format	2009-11-02 19:13:03 UTC (rev 3927)
@@ -0,0 +1 @@
+3.0 (quilt)


Reply to: