diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-29 15:34:11 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-29 15:34:11 -0700 |
commit | 3b7cf7ecf8ae614d7cb833ac4ef9fbcde3df05ae (patch) | |
tree | e99c8e2a9479a07b457ccba58d2f168f2f99029a /debian/control | |
parent | 4e26eefcd9a035c4f7ee1d5f267095edc7df7c89 (diff) |
Add a Section field for the source package in debian/control.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 88e8fac..804ac0a 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,6 @@ Source: libxcb Priority: optional +Section: libdevel Maintainer: XCB Developers <xcb@lists.freedesktop.org> Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> Build-Depends: x11proto-core-dev, libxau-dev, libxdmcp-dev, xcb-proto, cdbs, debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9) |