1Source: open-vcdiff 2Priority: optional 3Maintainer: Google Inc. <opensource@google.com> 4Build-Depends: debhelper (>= 4.0.0), autotools-dev 5Standards-Version: 3.6.2 6Section: libs 7 8Package: libvcdcom0 9Section: libs 10Architecture: any 11Depends: ${shlibs:Depends} 12Description: open-vcdiff common library 13 This library includes common modules needed by the open-vcdiff package. 14 For details, please see http://code.google.com/p/open-vcdiff 15 16Package: libvcddec0 17Section: libs 18Architecture: any 19Depends: ${shlibs:Depends} 20Description: open-vcdiff decoder library 21 This library is part of the open-vcdiff package and provides a decoder for the 22 VCDIFF (RFC 3284) format. 23 For details, please see http://code.google.com/p/open-vcdiff 24 25Package: libvcdenc0 26Section: libs 27Architecture: any 28Depends: ${shlibs:Depends} 29Description: open-vcdiff encoder library 30 This library is part of the open-vcdiff package and provides an encoder for the 31 VCDIFF (RFC 3284) format. 32 For details, please see http://code.google.com/p/open-vcdiff 33 34Package: libvcdcom-dev 35Section: libdevel 36Architecture: any 37Depends: libvcdcom0 (= ${Source-Version}) 38Description: Development files for open-vcdiff common library 39 This library is needed to compile code that calls open-vcdiff, an encoder and 40 decoder for the VCDIFF (RFC 3284) format. 41 For details, please see http://code.google.com/p/open-vcdiff 42 43Package: libvcddec-dev 44Section: libdevel 45Architecture: any 46Depends: libvcddec0 (= ${Source-Version}), libvcdcom-dev (= ${Source-Version}) 47Description: Development files for open-vcdiff decoder library 48 This package contains the header file and library needed to compile code that 49 calls the open-vcdiff decoder for the VCDIFF (RFC 3284) format. 50 For details, please see http://code.google.com/p/open-vcdiff 51 52Package: libvcdenc-dev 53Section: libdevel 54Architecture: any 55Depends: libvcdenc0 (= ${Source-Version}), libvcdcom-dev (= ${Source-Version}) 56Description: Development files for open-vcdiff encoder library 57 This package contains the header file and library needed to compile code that 58 calls the open-vcdiff encoder for the VCDIFF (RFC 3284) format. 59 For details, please see http://code.google.com/p/open-vcdiff 60 61Package: open-vcdiff0 62Section: utils 63Architecture: any 64Depends: ${shlibs:Depends} 65Description: An encoder and decoder for the VCDIFF (RFC 3284) format 66 A command-line interface to open-vcdiff, an encoder and decoder for the VCDIFF 67 (RFC 3284) format. 68 For details, please see http://code.google.com/p/open-vcdiff 69 70