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
|
Source: ghex
Section: gnome
Maintainer: Debian GNOME Extras Maintainers <pkg-gnome-extras-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
appstream <!nocheck>,
desktop-file-utils,
libadwaita-1-dev (>= 1.7),
libgtk-4-dev (>= 4.17.5),
libglib2.0-dev (>= 2.66.0),
itstool,
libxml2-utils,
meson (>= 0.59.0)
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/gnome-team/extras/ghex
Vcs-Git: https://salsa.debian.org/gnome-team/extras/ghex.git
Homepage: https://wiki.gnome.org/Apps/Ghex
Package: libgtkhex-4-1
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Breaks: libgtkhex-4-0
Replaces: libgtkhex-4-0
Description: GNOME Hex editor for files (shared library)
The GHex program can view and edit files in two ways, hex or ascii. Good
for editing saved game files.
.
This package contains the shared library.
Package: libgtkhex-4-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
libgtkhex-4-1 (= ${binary:Version}),
libgtk-4-dev
Description: GNOME Hex editor for files (development headers)
The GHex program can view and edit files in two ways, hex or ascii. Good
for editing saved game files.
.
This package contains the development headers.
Package: ghex
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
Description: GNOME Hex editor for files
The GHex program can view and edit files in two ways, hex or ascii. Good
for editing saved game files.
|