File: control

package info (click to toggle)
gtkhotkey 0.2.1-6
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 2,024 kB
  • ctags: 570
  • sloc: sh: 10,126; ansic: 3,013; xml: 1,035; makefile: 132
file content (30 lines) | stat: -rw-r--r-- 1,038 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
Source: gtkhotkey
Section: libs
Priority: extra
Maintainer: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 9), quilt, autotools-dev, gtk-doc-tools, intltool (>= 0.35.0), dh-autoreconf,
	libglib2.0-dev (>= 2.15.6), libgtk2.0-dev (>= 2.12)
Standards-Version: 3.9.5
Homepage: https://launchpad.net/gtkhotkey

Package: libgtkhotkey1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Gtk hotkey shared library
 Cross platform library for using desktop wide hotkeys
 Platform independent hotkey handling for Gtk+ applications.

Package: libgtkhotkey-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgtkhotkey1 (=${binary:Version}), ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Gtk hotkey static libraries and headers
 Cross platform library for using desktop wide hotkeys
 Platform independent hotkey handling for Gtk+ applications.
 .
 This package provides development file.