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: gtkhash
Section: utils
Priority: optional
Maintainer: Mònica Ramírez Arceda <monica@debian.org>
Build-Depends: debhelper (>= 11),
libb2-dev,
libgcrypt20-dev,
nettle-dev,
libgtk-3-dev (>= 3.0.0),
libnautilus-extension-dev (>= 3.0),
libthunarx-3-dev,
libnemo-extension-dev,
libcaja-extension-dev,
intltool (>= 0.40.6),
xvfb,
xauth
Homepage: http://gtkhash.sourceforge.net
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/debian/gtkhash.git
Vcs-Browser: https://salsa.debian.org/debian/gtkhash
Package: gtkhash
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Replaces: gtkhash-common (<< 1.0-1)
Breaks: gtkhash-common (<< 1.0-1)
Description: GTK+ utility for computing checksums and more
GtkHash is a small GTK+ utility which allows users to compute
message digests or checksums using the mhash library.
Currently supported hash functions include MD5, MD6, SHA1,
SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
Package: nautilus-gtkhash
Architecture: any
Depends: gtkhash (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: nautilus extension for computing checksums and more using gtkhash
The GtkHash extension for nautilus which allows users to compute
message digests or checksums using the mhash library.
Currently supported hash functions include MD5, MD6, SHA1,
SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
Package: thunar-gtkhash
Architecture: any
Depends: gtkhash (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: thunar extension for computing checksums and more using gtkhash
The GtkHash extension for thunar which allows users to compute
message digests or checksums using the mhash library.
Currently supported hash functions include MD5, MD6, SHA1,
SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
Package: nemo-gtkhash
Architecture: any
Depends: gtkhash (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: nemo extension for computing checksums and more using gtkhash
The GtkHash extension for nemo which allows users to compute
message digests or checksums using the mhash library.
Currently supported hash functions include MD5, MD6, SHA1,
SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
Package: caja-gtkhash
Architecture: any
Depends: gtkhash (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends}
Description: caja extension for computing checksums and more using gtkhash
The GtkHash extension for caja which allows users to compute
message digests or checksums using the mhash library.
Currently supported hash functions include MD5, MD6, SHA1,
SHA256, SHA512, RIPEMD, TIGER and WHIRLPOOL.
|