1 Source: open-vcdiff 2 Priority: optional 3 Maintainer: Google Inc. <opensource (a] google.com> 4 Build-Depends: debhelper (>= 4.0.0), autotools-dev 5 Standards-Version: 3.6.2 6 Section: libs 7 8 Package: libvcdcom0 9 Section: libs 10 Architecture: any 11 Depends: ${shlibs: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} 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} 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 (= ${Source-Version}) 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 (= ${Source-Version}), libvcdcom-dev (= ${Source-Version}) 47 Description: 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 52 Package: libvcdenc-dev 53 Section: libdevel 54 Architecture: any 55 Depends: libvcdenc0 (= ${Source-Version}), libvcdcom-dev (= ${Source-Version}) 56 Description: 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 61 Package: open-vcdiff0 62 Section: utils 63 Architecture: any 64 Depends: ${shlibs:Depends} 65 Description: 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