summaryrefslogtreecommitdiff
path: root/doc/deb2solv.txt
blob: 09073836508bfafb6fb1f3c01fcb582dbb4634e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
deb2solv(1)
============
:man manual: LIBSOLV
:man source: libsolv


Name
----
deb2solv - convert one or more Debian package files into a solv file

Synopsis
--------
*deb2solv* ['OPTIONS'] 'PKG1.deb' ...

Description
-----------
The deb2solv tool converts the meta data from one or more
Debian packages into the solv file written to standard output.

*-m* 'MANIFESTFILE'::
Read the rpm file names from the specified 'MANIFESTFILE'. You can
use *-* to read the manifest from standard input.

*-0*::
Use a null byte as line terminator for manifest files instead of
a newline. This is useful if the file names can contain newlines.
See also the *-print0* option in *find*.

See Also
--------
deb(5), dpkg-deb(1)

Author
------
Michael Schroeder <mls@suse.de>