File: control

package info (click to toggle)
proguard 6.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,676 kB
  • sloc: java: 97,747; xml: 947; sh: 208; makefile: 88
file content (76 lines) | stat: -rw-r--r-- 3,080 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Source: proguard
Section: devel
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Sam Clegg <samo@debian.org>,
 Komal Sukhani <komaldsukhani@gmail.com>
Build-Depends:
 ant,
 debhelper (>= 12),
 default-jdk,
 gradle,
 libgoogle-gson-java,
 libslf4j-java,
 maven-repo-helper
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/java-team/proguard.git
Vcs-Browser: https://salsa.debian.org/java-team/proguard
Homepage: http://proguard.sourceforge.net

Package: proguard
Architecture: all
Depends: ${misc:Depends}, proguard-cli, proguard-gui
Description: Java class file shrinker, optimizer, and obfuscator
 ProGuard is a free Java class file shrinker, optimizer, and
 obfuscator.  It can detect and remove unused classes, fields,
 methods, and attributes. It can then optimize bytecode and remove
 unused instructions. Finally, it can rename the remaining classes,
 fields, and methods using short meaningless names. The resulting jars
 are smaller and harder to reverse-engineer.

Package: proguard-cli
Architecture: all
Depends: default-jre-headless | java5-runtime-headless, libproguard-java, ${misc:Depends}
Breaks: proguard (<< 5.3.2-1~)
Replaces: proguard (<< 5.3.2-1~)
Description: Java class file shrinker, optimizer, and obfuscator (CLI)
 ProGuard is a free Java class file shrinker, optimizer, and
 obfuscator.  It can detect and remove unused classes, fields,
 methods, and attributes. It can then optimize bytecode and remove
 unused instructions. Finally, it can rename the remaining classes,
 fields, and methods using short meaningless names. The resulting jars
 are smaller and harder to reverse-engineer.
 .
 This package contains the Proguard command line tool.

Package: proguard-gui
Architecture: all
Depends: default-jre | java5-runtime, libproguard-java, ${misc:Depends}
Breaks: proguard (<< 5.3.2-1~)
Replaces: proguard (<< 5.3.2-1~)
Description: Java class file shrinker, optimizer, and obfuscator (GUI)
 ProGuard is a free Java class file shrinker, optimizer, and
 obfuscator.  It can detect and remove unused classes, fields,
 methods, and attributes. It can then optimize bytecode and remove
 unused instructions. Finally, it can rename the remaining classes,
 fields, and methods using short meaningless names. The resulting jars
 are smaller and harder to reverse-engineer.
 .
 This package contains the Proguard desktop application.

Package: libproguard-java
Architecture: all
Section: java
Depends: ${misc:Depends}
Breaks: proguard (<< 5.3.2-1~)
Replaces: proguard (<< 5.3.2-1~)
Description: Java class file shrinker, optimizer, and obfuscator (Library)
 ProGuard is a free Java class file shrinker, optimizer, and
 obfuscator.  It can detect and remove unused classes, fields,
 methods, and attributes. It can then optimize bytecode and remove
 unused instructions. Finally, it can rename the remaining classes,
 fields, and methods using short meaningless names. The resulting jars
 are smaller and harder to reverse-engineer.
 .
 This package contains the Proguard Java library