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 <[email protected]> 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 <[email protected]> Uploaders: Clint Adams <[email protected]>, Aurelien Jarno <[email protected]> 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) -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

