diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 23:25:16 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-05 23:25:16 (EDT) |
commit | da6a6015eb7821f1aa2700258913328d2b46f6d5 (patch) | |
tree | 9204faccb84addf4aa4eb902676edea32cbbcf86 | |
parent | c38774168d62ba37d845b34546d2232752388078 (diff) |
Add tzcode packages
-rw-r--r-- | tzcode-common.pkg/control | 5 | ||||
-rw-r--r-- | tzcode-common.pkg/docs | 0 | ||||
-rw-r--r-- | tzcode-doc.pkg/control | 6 | ||||
-rw-r--r-- | tzcode-doc.pkg/files | 1 | ||||
-rw-r--r-- | tzcode.pkg/control | 6 | ||||
-rw-r--r-- | tzselect.pkg/control | 5 | ||||
-rw-r--r-- | tzselect.pkg/files | 1 | ||||
-rw-r--r-- | zdump.pkg/control | 5 | ||||
-rw-r--r-- | zdump.pkg/files | 1 | ||||
-rw-r--r-- | zic.pkg/control | 5 | ||||
-rw-r--r-- | zic.pkg/files | 1 |
11 files changed, 36 insertions, 0 deletions
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 |