diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-24 00:35:09 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-24 00:35:09 (EDT) |
commit | 8eb547afe47f1ba6fbc9fd1c21c97410171a535e (patch) | |
tree | 6ad4ee2ef2c8e3e1b8d66a868769f13cfd125588 /xmlwf-doc.pkg/control | |
parent | ea8a05a7878754a8a7c90c2611a84680577f8138 (diff) |
Use substitution variables in control files.
NOTE: Requires opkbuild 3.0.0-alpha3 (not yet released) or at least
commit ac831a4f in opkbuild's Git repository.
Diffstat (limited to 'xmlwf-doc.pkg/control')
-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 7f4e1af..0a4c009 100644 --- a/xmlwf-doc.pkg/control +++ b/xmlwf-doc.pkg/control @@ -1,6 +1,6 @@ Architecture: all Platform: all -Depends: libexpat.1 (= 2.1.0-1), xmlwf +Depends: libexpat.1 (= ${Binary-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. |