diff options
-rw-r--r-- | tzcode-common.pkg/control | 5 | ||||
-rw-r--r-- | tzcode-common.pkg/docs | 0 | ||||
-rw-r--r-- | tzcode-doc.pkg/control | 2 | ||||
-rw-r--r-- | tzselect.pkg/control | 2 | ||||
-rw-r--r-- | zdump.pkg/control | 2 | ||||
-rw-r--r-- | zic.pkg/control | 2 |
6 files changed, 4 insertions, 9 deletions
diff --git a/tzcode-common.pkg/control b/tzcode-common.pkg/control deleted file mode 100644 index 9566f73..0000000 --- a/tzcode-common.pkg/control +++ /dev/null @@ -1,5 +0,0 @@ -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 deleted file mode 100644 index e69de29..0000000 --- a/tzcode-common.pkg/docs +++ /dev/null diff --git a/tzcode-doc.pkg/control b/tzcode-doc.pkg/control index 3569092..9153db3 100644 --- a/tzcode-doc.pkg/control +++ b/tzcode-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: tzcode-common (= ${Source-Version}) +Depends: tzdata (= ${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/tzselect.pkg/control b/tzselect.pkg/control index 626ee12..a34e0fa 100644 --- a/tzselect.pkg/control +++ b/tzselect.pkg/control @@ -1,5 +1,5 @@ Architecture: all Platform: all -Depends: tzdata, tzcode-common (>= ${Source-Version}) +Depends: tzdata (= ${Source-Version}) Description: Time zone selection utility This package provides the tzselect utility for selecting a time zone. diff --git a/zdump.pkg/control b/zdump.pkg/control index 8a818bd..6ee003b 100644 --- a/zdump.pkg/control +++ b/zdump.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: tzcode-common (>= ${Source-Version}), ${Shlib-Depends} +Depends: tzdata (= ${Source-Version}), ${Shlib-Depends} Description: Time zone dumper This package provides the zdump time zone dumper. diff --git a/zic.pkg/control b/zic.pkg/control index 1c38b71..15e4f27 100644 --- a/zic.pkg/control +++ b/zic.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: tzcode-common (>= ${Source-Version}), ${Shlib-Depends} +Depends: tzdata (= ${Source-Version}), ${Shlib-Depends} Description: Time zone compiler This package provides the zic time zone compiler. |