File: control

package info (click to toggle)
stegosuite 0.8.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 3,964 kB
  • sloc: java: 6,916; xml: 651; sh: 13; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,243 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
Source: stegosuite
Section: graphics
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders:
 Tobias Ilte <tobias@stegosuite.org>
Build-Depends:
 debhelper (>= 11),
 default-jdk,
 liblogback-java,
 libmaven-compiler-plugin-java,
 libmaven-jar-plugin-java,
 libslf4j-java,
 libswt-gtk-4-java,
 libcommons-cli-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/java-team/stegosuite.git
Vcs-Browser: https://salsa.debian.org/java-team/stegosuite
Homepage: https://dev.stegosuite.org/stegosuite/stegosuite

Package: stegosuite
Architecture: all
Depends:
 default-jre | java8-runtime,
 libswt-cairo-gtk-4-jni,
 libswt-gtk-4-jni,
 libcommons-cli-java,
 ${maven:Depends},
 ${misc:Depends}
Suggests:
 ${maven:OptionalDepends}
Description: steganography tool to hide information in image files
 Stegosuite is a graphical steganography tool to easily hide information in
 image files. It allows the embedding of text messages and multiple files of any
 type. In addition, the embedded data is encrypted using AES.
 Currently supported file types are BMP, GIF, JPG and PNG.
 Stegosuite is written in Java and utilizes the SWT toolkit for its interface.