File: control

package info (click to toggle)
stegosuite 0.7.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,256 kB
  • ctags: 819
  • sloc: java: 5,921; xml: 605; sh: 13; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,206 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
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 (>= 10),
 default-jdk,
 liblogback-java,
 libmaven-compiler-plugin-java,
 libmaven-jar-plugin-java,
 libslf4j-java,
 libswt-gtk-4-java,
 maven-debian-helper (>= 1.5)
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/pkg-java/stegosuite.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stegosuite.git
Homepage: https://dev.stegosuite.org/stegosuite/stegosuite

Package: stegosuite
Architecture: all
Depends:
 default-jre | java8-runtime,
 libswt-cairo-gtk-4-jni,
 libswt-gtk2-4-jni,
 ${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 and JPG.
 Stegosuite is written in Java and utilizes the SWT toolkit for its interface.