From 283b1b1f8e3ba0733c67658f7aa123d6f12cf24d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Thu, 06 Jun 2019 11:16:07 -0400 Subject: tzcode-common: Remove Now all packages depend on tzdata for source package documentation. --- 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. -- cgit v0.9.1