From 2c523ae4e875655ad42db67efc25fdf9f8201243 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 04 Aug 2014 10:21:32 -0400 Subject: Split utilities into separate 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.pkg/docs b/tzcode-common.pkg/docs index e69de29..e69de29 100644 --- a/tzcode.pkg/docs +++ b/tzcode-common.pkg/docs diff --git a/tzcode-doc.pkg/control b/tzcode-doc.pkg/control index 989f576..3569092 100644 --- a/tzcode-doc.pkg/control +++ b/tzcode-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: tzcode (= ${Binary-Version}) +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.pkg/control b/tzcode.pkg/control index 159bded..665582b 100644 --- a/tzcode.pkg/control +++ b/tzcode.pkg/control @@ -1,6 +1,6 @@ -Architecture: any +Architecture: all Platform: all -Depends: tzdata -Description: Time zone and daylight saving time utilities - This package provides the tzselect, zic, and zdump utilities for working with +Depends: tzselect, zic, zdump +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/tzcode.pkg/files b/tzcode.pkg/files deleted file mode 100644 index 73bbf01..0000000 --- a/tzcode.pkg/files +++ /dev/null @@ -1 +0,0 @@ -/usr/sbin 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