Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (5)
Install tzdata.zi file in /usr/share/zoneinfo. Closes: #940852.
· f3e93f59
Aurelien Jarno
authored
Sep 28, 2019
f3e93f59
Use tzdata.zi to change hardlinks into symlinks.
· c2820cd7
Aurelien Jarno
authored
Sep 29, 2019
c2820cd7
Bump debhelper compatibility to 12.
· 38930abc
Aurelien Jarno
authored
Sep 29, 2019
38930abc
Bump Standards-Version to 4.4.0 (no changes).
· a5b67fe2
Aurelien Jarno
authored
Sep 29, 2019
a5b67fe2
Drop Replaces on libc6, it is not needed anymore since Lenny.
· 16254a1d
Aurelien Jarno
authored
Sep 29, 2019
16254a1d
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
16254a1d
tzdata (2019c-2) UNRELEASED; urgency=medium
[ Paul Eggert ]
* Install tzdata.zi file in /usr/share/zoneinfo. Closes: #940852.
[ Aurelien Jarno ]
* Use tzdata.zi to change hardlinks into symlinks.
* Bump debhelper compatibility to 12.
* Bump Standards-Version to 4.4.0 (no changes).
* Drop Replaces on libc6, it is not needed anymore since Lenny.
-- Aurelien Jarno <aurel32@debian.org> Sat, 28 Sep 2019 23:34:21 +0200
tzdata (2019c-1) unstable; urgency=medium
* New upstream version, affecting the following future timestamps:
...
...
debian/compat
deleted
100644 → 0
View file @
8e738b8d
9
debian/control
View file @
16254a1d
Source: tzdata
Section: localization
Priority: required
Build-Depends: debhelper (
>
=
9
)
Build-Depends-Indep: po-debconf,
rdfind,
symlinks
Build-Depends: debhelper
-compat
(=
12
)
Build-Depends-Indep: po-debconf, symlinks
Rules-Requires-Root: no
Maintainer: GNU Libc Maintainers <debian-glibc@lists.debian.org>
Uploaders: Clint Adams <clint@debian.org>, Aurelien Jarno <aurel32@debian.org>, Adam Conrad <adconrad@0c3.net>
Standards-Version: 4.
2.1
Standards-Version: 4.
4.0
Homepage: https://www.iana.org/time-zones
Vcs-Git: https://salsa.debian.org/glibc-team/tzdata.git
Vcs-Browser: https://salsa.debian.org/glibc-team/tzdata
...
...
@@ -15,7 +15,6 @@ Package: tzdata
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, debconf | debconf-2.0
Replaces: libc0.1, libc0.3, libc6, libc6.1
Provides: tzdata-bullseye
Description: time zone and daylight-saving time data
This package contains data required for the implementation of
...
...
debian/rules
View file @
16254a1d
...
...
@@ -45,10 +45,17 @@ override_dh_auto_build-indep:
done
# Generate a posixrules file
/usr/sbin/zic -d $(TZGEN) -p America/New_York
ln -s America/New_York $(TZGEN)/posixrules
# Generate a tzdata.zi file
$(MAKE) BACKWARD="backward pacificnew" VERSION_DEPS= tzdata.zi
# Replace hardlinks by symlinks
rdfind -outputname /dev/null -makesymlinks true -removeidentinode false $(TZGEN)
grep '^L ' $(CURDIR)/tzdata.zi | while read L target name ; do \
ln -sf $(TZGEN)/$$target $(TZGEN)/$$name ; \
ln -sf $(TZGEN)/posix/$$target $(TZGEN)/posix/$$name ; \
ln -sf $(TZGEN)/right/$$target $(TZGEN)/right/$$name ; \
done
symlinks -r -s -c $(TZGEN)
# Generate the templates file
...
...
debian/tzdata.install
View file @
16254a1d
debian
/
tzconfig
/
usr
/
sbin
tzgen
/*
usr
/
share
/
zoneinfo
/
iso3166
.
tab
usr
/
share
/
zoneinfo
/
tzdata
.
zi
usr
/
share
/
zoneinfo
/
zone
.
tab
usr
/
share
/
zoneinfo
/
zone1970
.
tab
usr
/
share
/
zoneinfo
/
leap
-
seconds
.
list
usr
/
share
/
zoneinfo
/