diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 14:39:13 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-04 14:39:13 (EST) |
commit | ff5a4e7cf86d7ac8f09cc387eb53cb87114d1e9f (patch) | |
tree | c5d90a73d2de07c63e322d47c336a0f65f661670 | |
parent | e70e855fa7268427c6a303f7a2dc966060dca4d4 (diff) |
gnupg-common: New binary package to provide source package docs
And update dependencies.
-rw-r--r-- | gnupg-common.pkg/control | 7 | ||||
-rw-r--r-- | gnupg-common.pkg/docs (renamed from gpg.pkg/docs) | 0 | ||||
-rw-r--r-- | gnupg-doc.pkg/control | 2 | ||||
-rw-r--r-- | gnupg-locales.pkg/control | 2 | ||||
-rw-r--r-- | gpg.pkg/control | 1 |
5 files changed, 10 insertions, 2 deletions
diff --git a/gnupg-common.pkg/control b/gnupg-common.pkg/control new file mode 100644 index 0000000..701f12b --- /dev/null +++ b/gnupg-common.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Description: GNU Privacy Guard system - common files + ${Common-Description} + . + This package provides source package documentation for the GNU Privacy Guard + system. diff --git a/gpg.pkg/docs b/gnupg-common.pkg/docs index e69de29..e69de29 100644 --- a/gpg.pkg/docs +++ b/gnupg-common.pkg/docs diff --git a/gnupg-doc.pkg/control b/gnupg-doc.pkg/control index 3c2cdb0..cc9bb14 100644 --- a/gnupg-doc.pkg/control +++ b/gnupg-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: gpg (= ${Binary-Version}) +Depends: gnupg-common (= ${Binary-Version}) Description: GNU Privacy Guard system - documentation ${Common-Description} . diff --git a/gnupg-locales.pkg/control b/gnupg-locales.pkg/control index 31b6b52..ec76e97 100644 --- a/gnupg-locales.pkg/control +++ b/gnupg-locales.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: gpg (= ${Binary-Version}) +Depends: gnupg-common (= ${Binary-Version}) Description: GNU Privacy Guard system - locales ${Common-Description} . diff --git a/gpg.pkg/control b/gpg.pkg/control index 29aa12a..2a8947f 100644 --- a/gpg.pkg/control +++ b/gpg.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: gnupg-common (= ${Binary-Version}) Description: GNU Privacy Guard system - OpenPGP encryption and signing tool ${Common-Description} . |