File: control

package info (click to toggle)
gtkmm-documentation 3.24.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 21,572 kB
  • sloc: cpp: 14,508; sh: 1,249; makefile: 1,042; xml: 104; perl: 64
file content (41 lines) | stat: -rw-r--r-- 1,681 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
# 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: gtkmm-documentation
Section: doc
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 (>= 0.11),
               yelp-tools,
               libglibmm-2.4-dev (>= 2.50.0),
               libgtkmm-3.0-dev (>= 3.24.0),
               mm-common (>= 0.9.10)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/gnome-team/gtkmm-documentation
Vcs-Git: https://salsa.debian.org/gnome-team/gtkmm-documentation.git
Homepage: https://www.gtkmm.org/

Package: gtkmm-documentation
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         doc-base,
         libgtkmm-3.0-doc (>= 3.24.0)
Recommends: libglibmm-2.4-doc
Description: Documentation of C++ wrappers for GLib/GTK+
 GLib is a low-level general-purpose library used mainly by GTK+/GNOME
 applications, but is useful for other programs as well.
 glibmm is the C++ wrapper for GLib.
 .
 Gtkmm is a C++ interface for the popular GUI library GTK+.  It provides
 a convenient interface for C++ programmers to create graphical user
 interfaces with GTK+'s flexible OO framework. Highlights include type
 safe callbacks, widgets extensible using inheritance and over 180
 classes that can be freely combined to quickly create complex user
 interfaces.
 .
 This package contains tutorial, FAQ, as well as examples for the above
 components.