Wrapping control fields.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
99ed48f07c
commit
e262cb0c20
1 changed files with 6 additions and 2 deletions
8
debian/control
vendored
8
debian/control
vendored
|
@ -10,7 +10,9 @@ Vcs-Git: git://daniel-baumann.ch/git/debian/lzd.git
|
||||||
|
|
||||||
Package: lzd
|
Package: lzd
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends},
|
||||||
Breaks: lzip (<< 1.15~)
|
Breaks: lzip (<< 1.15~)
|
||||||
Provides: lzip-alternative
|
Provides: lzip-alternative
|
||||||
Description: Educational, lossless data compressor based on the LZMA algorithm
|
Description: Educational, lossless data compressor based on the LZMA algorithm
|
||||||
|
@ -26,7 +28,9 @@ Package: lzd-dbg
|
||||||
Section: debug
|
Section: debug
|
||||||
Priority: extra
|
Priority: extra
|
||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${misc:Depends}, lzd (= ${binary:Version})
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
lzd (= ${binary:Version}),
|
||||||
Description: Educational, lossless data compressor based on the LZMA algorithm (debug)
|
Description: Educational, lossless data compressor based on the LZMA algorithm (debug)
|
||||||
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
|
Lzip is a lossless data compressor based on the LZMA algorithm, with very safe
|
||||||
integrity checking and a user interface similar to the one of gzip or bzip2.
|
integrity checking and a user interface similar to the one of gzip or bzip2.
|
||||||
|
|
Loading…
Add table
Reference in a new issue