diff options
Diffstat (limited to 'sdch/open-vcdiff/packages/deb/control')
-rw-r--r-- | sdch/open-vcdiff/packages/deb/control | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/sdch/open-vcdiff/packages/deb/control b/sdch/open-vcdiff/packages/deb/control new file mode 100644 index 0000000..6f42007 --- /dev/null +++ b/sdch/open-vcdiff/packages/deb/control @@ -0,0 +1,69 @@ +Source: open-vcdiff +Priority: optional +Maintainer: Google Inc. <opensource@google.com> +Build-Depends: debhelper (>= 4.0.0), autotools-dev +Standards-Version: 3.6.2 +Section: libs + +Package: libvcdcom0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: open-vcdiff common library + This library includes common modules needed by the open-vcdiff package. + For details, please see http://code.google.com/p/open-vcdiff + +Package: libvcddec0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: open-vcdiff decoder library + This library is part of the open-vcdiff package and provides a decoder for the + VCDIFF (RFC 3284) format. + For details, please see http://code.google.com/p/open-vcdiff + +Package: libvcdenc0 +Section: libs +Architecture: any +Depends: ${shlibs:Depends} +Description: open-vcdiff encoder library + This library is part of the open-vcdiff package and provides an encoder for the + VCDIFF (RFC 3284) format. + For details, please see http://code.google.com/p/open-vcdiff + +Package: libvcdcom-dev +Section: libdevel +Architecture: any +Depends: libvcdcom0 (= ${Source-Version}) +Description: Development files for open-vcdiff common library + This library is needed to compile code that calls open-vcdiff, an encoder and + decoder for the VCDIFF (RFC 3284) format. + For details, please see http://code.google.com/p/open-vcdiff + +Package: libvcddec-dev +Section: libdevel +Architecture: any +Depends: libvcddec0 (= ${Source-Version}), libvcdcom-dev (= ${Source-Version}) +Description: Development files for open-vcdiff decoder library + This package contains the header file and library needed to compile code that + calls the open-vcdiff decoder for the VCDIFF (RFC 3284) format. + For details, please see http://code.google.com/p/open-vcdiff + +Package: libvcdenc-dev +Section: libdevel +Architecture: any +Depends: libvcdenc0 (= ${Source-Version}), libvcdcom-dev (= ${Source-Version}) +Description: Development files for open-vcdiff encoder library + This package contains the header file and library needed to compile code that + calls the open-vcdiff encoder for the VCDIFF (RFC 3284) format. + For details, please see http://code.google.com/p/open-vcdiff + +Package: open-vcdiff0 +Section: utils +Architecture: any +Depends: ${shlibs:Depends} +Description: An encoder and decoder for the VCDIFF (RFC 3284) format + A command-line interface to open-vcdiff, an encoder and decoder for the VCDIFF + (RFC 3284) format. + For details, please see http://code.google.com/p/open-vcdiff + |