summaryrefslogtreecommitdiffstats
path: root/doc/pkg/basic-expat.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pkg/basic-expat.mdwn')
-rw-r--r--doc/pkg/basic-expat.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/pkg/basic-expat.mdwn b/doc/pkg/basic-expat.mdwn
index 85661f3..66a1182 100644
--- a/doc/pkg/basic-expat.mdwn
+++ b/doc/pkg/basic-expat.mdwn
@@ -91,11 +91,15 @@ If `name` contains any of the following characters, it must be in double quotes:
( ) < > [ ] : ; @ \ , .
+`Build-Depends` is a comma-separated list of packages needed to build the
+package. We're using `opkhelper-3.0`, so we need to list that.
+
`Homepage` is the URL of the Web site for the package, if such a site exists.
Our expat `control` file looks like this:
Maintainer: "J. Random Hacker" <jrandom@example.com>
+ Build-Depends: opkhelper-3.0
Homepage: http://expat.sourceforge.net/
[dpm-control]: http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-controlsyntax