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 77 78 79
|
Source: gtkhash
Section: utils
Priority: optional
Maintainer: Mònica Ramírez Arceda <monica@debian.org>
Build-Depends: debhelper (>= 9),
dh-autoreconf,
libmhash-dev,
libgtk-3-dev (>= 3.0.0),
libnautilus-extension-dev (>= 3.0),
libthunarx-2-dev,
libnemo-extension-dev,
libgconf2-dev(>= 2.32.0),
intltool (>= 0.40.6)
Homepage: http://gtkhash.sourceforge.net
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/collab-maint/gtkhash.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/gtkhash.git
Package: gtkhash
Architecture: any
Depends: gtkhash-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
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: gtkhash-common
Architecture: all
Depends: ${misc:Depends}
Replaces: gtkhash (<< 0.6.0)
Breaks: gtkhash (<< 0.6.0)
Description: common files for gtkhash extensions
This package has the common files you need to install gtkhash
extensions. GtkHash has two extensions: an extension for nautilus
and an extension for Thunar. They allow 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,
gtkhash-common (= ${source:Version}),
${shlibs:Depends},
${misc:Depends}
Replaces: gtkhash (<< 0.6.0)
Breaks: gtkhash (<< 0.6.0)
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,
gtkhash-common (= ${source: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,
gtkhash-common (= ${source: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.
|