Source: liburcu
Priority: extra
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: Jon Bernard <jbernard@debian.org>
Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.13.2), dh-autoreconf, time
Standards-Version: 3.9.4
Section: libs
Vcs-Git: git://git.debian.org/git/collab-maint/liburcu.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/liburcu.git;a=summary
Homepage: http://lttng.org/urcu

Package: liburcu-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, liburcu1 (= ${binary:Version})
Description: userspace RCU (read-copy-update) library - development files
 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.
 .
 Install this package if you wish to develop your own programs using the
 userspace RCU library.

Package: liburcu1
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: userspace RCU (read-copy-update) library
 This data synchronization library provides read-side access which scales
 linearly with the number of cores. It does so by allowing multiples copies of
 a given data structure to live at the same time, and by monitoring the data
 structure accesses to detect grace periods after which memory reclamation is
 possible.
