From da6a6015eb7821f1aa2700258913328d2b46f6d5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 05 Jun 2019 23:25:16 -0400 Subject: Add tzcode packages --- diff --git a/tzcode-common.pkg/control b/tzcode-common.pkg/control new file mode 100644 index 0000000..9566f73 --- /dev/null +++ b/tzcode-common.pkg/control @@ -0,0 +1,5 @@ +Architecture: all +Platform: all +Description: Time zone and daylight saving time utilities - common files + This package provides source package documentation for the tzselect, zic, and + zdump utilities for working with time zone and daylight saving time data. diff --git a/tzcode-common.pkg/docs b/tzcode-common.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tzcode-common.pkg/docs diff --git a/tzcode-doc.pkg/control b/tzcode-doc.pkg/control new file mode 100644 index 0000000..3569092 --- /dev/null +++ b/tzcode-doc.pkg/control @@ -0,0 +1,6 @@ +Architecture: all +Platform: all +Depends: tzcode-common (= ${Source-Version}) +Description: Time zone and daylight saving time utilities - documentation + This package provides documentation for the tzselect, zic, and zdump utilities + for working with time zone and daylight saving time data. diff --git a/tzcode-doc.pkg/files b/tzcode-doc.pkg/files new file mode 100644 index 0000000..f4949e4 --- /dev/null +++ b/tzcode-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/man8 diff --git a/tzcode.pkg/control b/tzcode.pkg/control new file mode 100644 index 0000000..f65cd91 --- /dev/null +++ b/tzcode.pkg/control @@ -0,0 +1,6 @@ +Architecture: all +Platform: all +Depends: tzselect, zic, zdump, tzcode-common (>= ${Source-Version}) +Description: Time zone and daylight saving time utilities - transitional package + This package depends on the tzselect, zic, and zdump utilities for working with + time zone and daylight saving time data. diff --git a/tzselect.pkg/control b/tzselect.pkg/control new file mode 100644 index 0000000..626ee12 --- /dev/null +++ b/tzselect.pkg/control @@ -0,0 +1,5 @@ +Architecture: all +Platform: all +Depends: tzdata, tzcode-common (>= ${Source-Version}) +Description: Time zone selection utility + This package provides the tzselect utility for selecting a time zone. diff --git a/tzselect.pkg/files b/tzselect.pkg/files new file mode 100644 index 0000000..1c323be --- /dev/null +++ b/tzselect.pkg/files @@ -0,0 +1 @@ +/usr/sbin/tzselect diff --git a/zdump.pkg/control b/zdump.pkg/control new file mode 100644 index 0000000..436e29e --- /dev/null +++ b/zdump.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: tzcode-common (>= ${Source-Version}) +Description: Time zone dumper + This package provides the zdump time zone dumper. diff --git a/zdump.pkg/files b/zdump.pkg/files new file mode 100644 index 0000000..eae2aad --- /dev/null +++ b/zdump.pkg/files @@ -0,0 +1 @@ +/usr/sbin/zdump diff --git a/zic.pkg/control b/zic.pkg/control new file mode 100644 index 0000000..d89b9f1 --- /dev/null +++ b/zic.pkg/control @@ -0,0 +1,5 @@ +Architecture: any +Platform: all +Depends: tzcode-common (>= ${Source-Version}) +Description: Time zone compiler + This package provides the zic time zone compiler. diff --git a/zic.pkg/files b/zic.pkg/files new file mode 100644 index 0000000..df928d5 --- /dev/null +++ b/zic.pkg/files @@ -0,0 +1 @@ +/usr/sbin/zic -- cgit v0.9.1