Imported Upstream version 0.6.26
[platform/upstream/libsolv.git] / doc / deb2solv.txt
1 deb2solv(1)
2 ============
3 :man manual: LIBSOLV
4 :man source: libsolv
5
6
7 Name
8 ----
9 deb2solv - convert one or more Debian package files into a solv file
10
11 Synopsis
12 --------
13 *deb2solv* ['OPTIONS'] 'PKG1.deb' ...
14
15 Description
16 -----------
17 The deb2solv tool converts the meta data from one or more
18 Debian packages into the solv file written to standard output.
19
20 *-m* 'MANIFESTFILE'::
21 Read the rpm file names from the specified 'MANIFESTFILE'. You can
22 use *-* to read the manifest from standard input.
23
24 *-0*::
25 Use a null byte as line terminator for manifest files instead of
26 a newline. This is useful if the file names can contain newlines.
27 See also the *-print0* option in *find*.
28
29 See Also
30 --------
31 deb(5), dpkg-deb(1)
32
33 Author
34 ------
35 Michael Schroeder <mls@suse.de>