| OLD | NEW |
| (Empty) |
| 1 Source: open-vcdiff | |
| 2 Priority: optional | |
| 3 Maintainer: Google Inc. <opensource@google.com> | |
| 4 Build-Depends: debhelper (>= 4.0.0), binutils | |
| 5 Standards-Version: 3.6.1 | |
| 6 | |
| 7 Package: libopen-vcdiff-dev | |
| 8 Section: libdevel | |
| 9 Architecture: any | |
| 10 Depends: libopen-vcdiff (= ${Source-Version}) | |
| 11 Description: A library that provides an encoder and decoder for the VCDIFF | |
| 12 (RFC 3284) format. Please see http://www.ietf.org/rfc/rfc3284.txt . | |
| 13 The devel package contains static and debug libraries and header files | |
| 14 for developing applications that use the open-vcdiff package. | |
| 15 | |
| 16 Package: libopen-vcdiff0 | |
| 17 Section: libs | |
| 18 Architecture: any | |
| 19 Depends: ${shlibs:Depends} | |
| 20 Description: A library that provides an encoder and decoder for the VCDIFF | |
| 21 (RFC 3284) format. Please see http://www.ietf.org/rfc/rfc3284.txt . | |
| 22 | |
| OLD | NEW |