From 8eb547afe47f1ba6fbc9fd1c21c97410171a535e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Wed, 24 Oct 2012 00:35:09 -0400 Subject: 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. --- (limited to 'xmlwf.pkg') diff --git a/xmlwf.pkg/control b/xmlwf.pkg/control index 89ecd2a..f1d6c4b 100644 --- a/xmlwf.pkg/control +++ b/xmlwf.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: libexpat.1 (= 2.1.0-1) +Depends: libexpat.1 (= ${Binary-Version}) Description: XML parser library - example application This package provides an example application of Expat that determines if an XML document is well-formed. -- cgit v0.9.1