diff options
author | Andreas Boll <andreas.boll.dev@gmail.com> | 2014-04-26 17:04:28 +0200 |
---|---|---|
committer | Andreas Boll <andreas.boll.dev@gmail.com> | 2014-04-26 17:04:49 +0200 |
commit | c1b6739f208899436af9565a5af47abafe954111 (patch) | |
tree | 745e07f5acd23413597a96c790e83e4abb304895 /debian | |
parent | a69b60b48e8ef6e9def0e222fca9733a34654b86 (diff) | |
download | mesa-c1b6739f208899436af9565a5af47abafe954111.tar.gz |
Add missing separator between dependency items '${misc:Depends}' and 'libglapi-mesa (= ${binary:Version})'.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c679fb585c..c6a52d00d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mesa (10.1.1-1) UNRELEASED; urgency=low * New upstream release. * Relax ocl-icd-libopencl1 dependency to allow the generic virtual libopencl1 as a valid alternative (Closes: #745765). + * Add missing separator between dependency items '${misc:Depends}' + and 'libglapi-mesa (= ${binary:Version})'. -- Andreas Boll <andreas.boll.dev@gmail.com> Sat, 26 Apr 2014 16:05:08 +0200 diff --git a/debian/control b/debian/control index 9ace4776ec..0a49c811cf 100644 --- a/debian/control +++ b/debian/control @@ -581,7 +581,7 @@ Section: libs Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, libglapi-mesa (= ${binary:Version}), libudev1 [linux-any], Recommends: libgl1-mesa-dri (>= 7.2) |