diff options
author | Cyril Brulebois <kibi@debian.org> | 2011-06-24 11:36:25 +0200 |
---|---|---|
committer | Cyril Brulebois <kibi@debian.org> | 2011-06-24 11:36:25 +0200 |
commit | 896574c3a7eeebd92b38de667a42c12cd78643b6 (patch) | |
tree | 1e81c24cf169d503c6cb31ee93c718981fc611cc /debian/control | |
parent | 25876fd10d22a70b11bea6a8a619ae3bafc36763 (diff) | |
download | xutils-dev-896574c3a7eeebd92b38de667a42c12cd78643b6.tar.gz |
Wrap Depends.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/control b/debian/control index ac12209..6f32ff2 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,10 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/xutils-dev.git Package: xutils-dev Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, cpp +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + cpp, Description: X Window System utility programs for development xutils-dev provides a set of utility programs shipped with the X Window System that do not require the X libraries; many of these programs are useful |