File: control

package info (click to toggle)
ghex 3.18.3-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,648 kB
  • sloc: ansic: 9,149; sh: 4,094; xml: 756; makefile: 153
file content (60 lines) | stat: -rw-r--r-- 1,969 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: ghex
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>, Michael Biebl <biebl@debian.org>
Build-Depends: debhelper (>= 11),
               gnome-pkg-tools,
               gnome-common,
               desktop-file-utils,
               libgtk-3-dev (>= 3.3.8),
               libgail-3-dev,
               libglib2.0-dev (>= 2.31.10),
               libatk1.0-dev (>= 1.0.0),
               gettext,
               intltool (>= 0.41.1),
               yelp-tools
Standards-Version: 4.3.0
X-Ubuntu-Use-Langpack: yes
Vcs-Browser: https://salsa.debian.org/gnome-team/ghex
Vcs-Git: https://salsa.debian.org/gnome-team/ghex.git
Homepage: https://wiki.gnome.org/Apps/Ghex

Package: libgtkhex-3-0
Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
         ${misc:Depends}
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-3-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${misc:Depends},
         libgtkhex-3-0 (= ${binary:Version}),
         libgail-3-dev,
         libgtk-3-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.