summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 11:16:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-06 11:16:07 (EDT)
commit283b1b1f8e3ba0733c67658f7aa123d6f12cf24d (patch)
treef0d88c6721ffe60c23bd03cc01a4a78f8b938425
parentbd2bcdae9a406088a413ff3594ed2e7e15d25dc6 (diff)
tzcode-common: Remove
Now all packages depend on tzdata for source package documentation.
-rw-r--r--tzcode-common.pkg/control5
-rw-r--r--tzcode-common.pkg/docs0
-rw-r--r--tzcode-doc.pkg/control2
-rw-r--r--tzselect.pkg/control2
-rw-r--r--zdump.pkg/control2
-rw-r--r--zic.pkg/control2
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.