diff options
author | Josh Triplett <josh@freedesktop.org> | 2006-04-15 20:22:05 -0700 |
---|---|---|
committer | Josh Triplett <josh@freedesktop.org> | 2006-04-15 20:22:05 -0700 |
commit | 8eedb4a487dcede0e52849e36c4da13bdf0c8b51 (patch) | |
tree | 5a397336cb983e029870fa2dca6a7ca38263f6bb /debian/control | |
parent | cc075990f4fc2ed09c708036569049ddd24605ac (diff) |
Stop running autoreconf in debian/rules, and remove Build-Depends for
autoconf, automake, and libtool.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 33c61c0..d019630 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,7 @@ Source: libxcb0 Priority: optional Maintainer: XCB Developers <xcb@lists.freedesktop.org> Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org> -Build-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, autoconf, automake1.9 | automaken, libtool, xsltproc, check, binutils (>= 2.12.90.0.9) -Build-Conflicts: automake1.4, automake1.5, automake1.6 +Build-Depends: x-dev, libxau-dev, xcb-proto, cdbs, debhelper (>= 4.1.76), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9) Standards-Version: 3.6.1 Bugs: mailto:xcb@lists.freedesktop.org |