File: control

package info (click to toggle)
unshield 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 364 kB
  • ctags: 356
  • sloc: ansic: 3,297; sh: 114; makefile: 4
file content (44 lines) | stat: -rw-r--r-- 1,612 bytes parent folder | download
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
36
37
38
39
40
41
42
43
44
Source: unshield
Section: utils
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Evgeni Golov <evgeni@debian.org>
Build-Depends: debhelper (>= 9), zlib1g-dev (>= 1.2.1), cmake
Standards-Version: 3.9.8
Homepage: https://github.com/twogood/unshield/
Vcs-Git: https://anonscm.debian.org/git/pkg-games/unshield.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-games/unshield.git

Package: unshield
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: extracts CAB files from InstallShield installers
 This software extracts CAB files from InstallShield installers
 used to be installed on Windows CE devices or Windows desktop
 machines.

Package: libunshield0
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Replaces: libunshield
Conflicts: libunshield, liborange
Description: library to extract CAB files from InstallShield installers
 This are libraries to create applications extracting CAB files from
 InstallShield installers used to be installed on Windows CE devices or
 Windows desktop machines.

Package: libunshield-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libunshield0 (= ${binary:Version}), ${misc:Depends} 
Description: development files for libunshield
 This are libraries to create applications extracting CAB files from
 InstallShield installers used to be installed on Windows CE devices or
 Windows desktop machines.
 .
 This package contains the development files needed to link applications
 against libunshield.