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 | |
parent | 25876fd10d22a70b11bea6a8a619ae3bafc36763 (diff) | |
download | xutils-dev-896574c3a7eeebd92b38de667a42c12cd78643b6.tar.gz |
Wrap Depends.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 5 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 468ab60..c6de6bc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xutils-dev (1:7.6+5) UNRELEASED; urgency=low * Update versions file accordingly. * Bump Standards-Version to 3.9.2 (no changes). * Update Uploaders list. Thanks, David, Andres & Brice! + * Wrap Depends. -- Cyril Brulebois <kibi@debian.org> Fri, 24 Jun 2011 11:18:51 +0200 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 |