1 Source: open-vcdiff 2 Priority: optional 3 Maintainer: Google Inc. <opensource (a] google.com> 4 Build-Depends: debhelper (>= 7.0.0), autotools-dev 5 Standards-Version: 3.8.4 6 Section: libs 7 8 Package: libvcdcom0 9 Section: libs 10 Architecture: any 11 Depends: ${shlibs:Depends}, ${misc:Depends} 12 Description: 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 16 Package: libvcddec0 17 Section: libs 18 Architecture: any 19 Depends: ${shlibs:Depends}, ${misc:Depends} 20 Description: 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 25 Package: libvcdenc0 26 Section: libs 27 Architecture: any 28 Depends: ${shlibs:Depends}, ${misc:Depends} 29 Description: 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 34 Package: libvcdcom-dev 35 Section: libdevel 36 Architecture: any 37 Depends: libvcdcom0 (= ${binary:Version}), ${misc:Depends} 38 Description: 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 43 Package: libvcddec-dev 44 Section: libdevel 45 Architecture: any 46 Depends: libvcddec0 (= ${binary:Version}), libvcdcom-dev (= ${binary:Version}), 47 ${misc:Depends} 48 Description: Development files for open-vcdiff decoder library 49 This package contains the header file and library needed to compile code that 50 calls the open-vcdiff decoder for the VCDIFF (RFC 3284) format. 51 For details, please see http://code.google.com/p/open-vcdiff 52 53 Package: libvcdenc-dev 54 Section: libdevel 55 Architecture: any 56 Depends: libvcdenc0 (= ${binary:Version}), libvcdcom-dev (= ${binary:Version}), 57 ${misc:Depends} 58 Description: Development files for open-vcdiff encoder library 59 This package contains the header file and library needed to compile code that 60 calls the open-vcdiff encoder for the VCDIFF (RFC 3284) format. 61 For details, please see http://code.google.com/p/open-vcdiff 62 63 Package: open-vcdiff0 64 Section: utils 65 Architecture: any 66 Depends: ${shlibs:Depends}, ${misc:Depends} 67 Description: An encoder and decoder for the VCDIFF (RFC 3284) format 68 A command-line interface to open-vcdiff, an encoder and decoder for the VCDIFF 69 (RFC 3284) format. 70 For details, please see http://code.google.com/p/open-vcdiff 71 72