Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: sdch/open_vcdiff/depot/opensource/open-vcdiff/packages/deb/control

Issue 5203: Transition to pulling open-vcdiff from repository, instead of using snapshot... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698