diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-23 11:05:08 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-23 11:06:03 (EDT) |
commit | 5ca4e12827c815b4e7fce14a9a1ff42d56351a21 (patch) | |
tree | c8fbbdfd3053a9989fb93ac38672c961a1d0c1c1 | |
parent | 864c338f92352a61e26fa9d0f1b337a5d0f38c6a (diff) |
xmlwf-doc: Loosen cross-arch version restriction
-rw-r--r-- | xmlwf-doc.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlwf-doc.pkg/control b/xmlwf-doc.pkg/control index 0a4c009..205d143 100644 --- a/xmlwf-doc.pkg/control +++ b/xmlwf-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libexpat.1 (= ${Binary-Version}), xmlwf +Depends: libexpat.1 (>= ${Source-Version}), xmlwf Description: XML parser library - example application documentation files This package provides the manual page for xmlwf, an example application of Expat that determines if an XML document is well-formed. |