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