From 8eb547afe47f1ba6fbc9fd1c21c97410171a535e Mon Sep 17 00:00:00 2001
From: P. J. McDermott <pjm@nac.net>
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 'libexpat.1-dev.pkg/control')

diff --git a/libexpat.1-dev.pkg/control b/libexpat.1-dev.pkg/control
index 4ae2a5f..3855796 100644
--- a/libexpat.1-dev.pkg/control
+++ b/libexpat.1-dev.pkg/control
@@ -1,9 +1,7 @@
 Architecture: any
 Platform: all
-Depends: libexpat.1 (= 2.1.0-1)
+Depends: libexpat.1 (= ${Binary-Version})
 Description: XML parser library - development files
- Expat is an XML parser library written in C. It is a stream-oriented parser in
- which an application registers handlers for things the parser might find in the
- XML document (like start tags).
+ ${Common-Description}
  .
  This package provides development files for Expat.
--
cgit v0.9.1