Change liblockdep short descriptions to be consistent with libusbip

This commit is contained in:
Ben Hutchings 2015-08-14 14:58:37 +02:00
parent 0c37eee437
commit bf2ec12530
1 changed files with 2 additions and 2 deletions

View File

@ -86,7 +86,7 @@ Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libs
Multi-Arch: same
Description: Runtime locking correctness validator - shared library
Description: Runtime locking correctness validator (shared library)
liblockdep is a library for programs that use the pthreads API, which can
be used to detect actual and potential deadlocks and other locking bugs.
@ -95,6 +95,6 @@ Architecture: linux-any
Depends: ${shlibs:Depends}, ${misc:Depends}
Section: libdevel
Multi-Arch: same
Description: Runtime locking correctness validator - development files
Description: Runtime locking correctness validator (development files)
liblockdep is a library for programs that use the pthreads API, which can
be used to detect actual and potential deadlocks and other locking bugs.