File: control

package info (click to toggle)
mscompress 0.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 288 kB
  • ctags: 40
  • sloc: sh: 2,934; ansic: 605; makefile: 77
file content (22 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: mscompress
Section: otherosfs
Priority: extra
Maintainer: Aurélien GÉRÔME <ag@roxor.cx>
Build-Depends: debhelper (>= 4)
Standards-Version: 3.7.3
Vcs-Git: git://git.roxor.cx/git/mscompress/
Vcs-Browser: http://git.roxor.cx/?p=mscompress
DM-Upload-Allowed: yes

Package: mscompress
Architecture: any
Depends: ${shlibs:Depends}
Description: Microsoft "compress.exe/expand.exe" compatible (de)compressor
 This package contains two programs:
 .
  * msexpand which decompresses files compressed by the Microsoft
    compress.exe utility (e.g. Win 3.x installation files);
  * mscompress which compresses files using the LZ77 compression
    algorithm.
 .
 Files can be decompressed using Microsoft expand.exe or msexpand(1).