File: control

package info (click to toggle)
gtkmm-documentation 3.22.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,444 kB
  • ctags: 2,701
  • sloc: cpp: 14,451; sh: 1,240; makefile: 1,038; xml: 104; perl: 64
file content (43 lines) | stat: -rw-r--r-- 1,768 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
# 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: Deng Xiyue <manphiz-guest@users.alioth.debian.org>, Michael Biebl <biebl@debian.org>
Homepage: http://www.gtkmm.org/
Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-gnome/packages/unstable/gtkmm-documentation
Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/packages/unstable/gtkmm-documentation
Build-Depends: debhelper (>= 10),
               gnome-pkg-tools (>= 0.11),
               yelp-tools,
               libglibmm-2.4-dev (>= 2.50.0),
               libgtkmm-3.0-dev (>= 3.22.0),
               mm-common (>= 0.9.10)
Standards-Version: 3.9.8

Package: gtkmm-documentation
Section: doc
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
         lynx | www-browser,
         doc-base,
         libgtkmm-3.0-doc
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.