diff options
author | David Nusinow <dnusinow@debian.org> | 2006-05-31 01:51:30 +0000 |
---|---|---|
committer | David Nusinow <dnusinow@debian.org> | 2006-05-31 01:51:30 +0000 |
commit | 1d7d69a0512e25c5713b1382bcf4c498987ede0b (patch) | |
tree | 281cf6f13a9df6d31f29987cf696fc1440b64977 /debian/control | |
parent | 98cd62c818bb1bea351ceabf3f38c3b9f2a414f9 (diff) | |
download | xutils-dev-1d7d69a0512e25c5713b1382bcf4c498987ede0b.tar.gz |
* Stop trying to put the debugging symbols somewhere. We're not going to
ship them unless there's a compelling reason to do so
* Run dh_install with --list-missing
* Bump debhelper compatibility to 5
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3201acf..82ff883 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: x11 Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net> -Build-Depends: debhelper (>= 4.0.0), pkg-config, quilt, x11proto-core-dev +Build-Depends: debhelper (>= 5.0.0), pkg-config, quilt, x11proto-core-dev Standards-Version: 3.7.2.0 Package: xutils-dev |