File: control

package info (click to toggle)
mm-common 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,260 kB
  • sloc: python: 481; perl: 296; makefile: 133; sh: 125; cpp: 48; xml: 2
file content (41 lines) | stat: -rw-r--r-- 1,567 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: mm-common
Section: devel
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-compat (= 13),
               dh-sequence-gnome,
               meson (>= 0.50.0),
               python3-distutils
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/gnome-team/mm-common
Vcs-Git: https://salsa.debian.org/gnome-team/mm-common.git
Homepage: http://www.gtkmm.org/

Package: mm-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
         automake | automaken,
         libtool,
         pkg-config
Recommends: g++ | c++-compiler,
            doxygen,
            graphviz,
            xsltproc
Suggests: libglibmm-2.4-dev,
          libsigc++-2.0-doc,
          libglibmm-2.4-doc
Description: Common build files of the GNOME C++ bindings
 The mm-common module provides the build infrastructure and utilities
 shared among the GNOME C++ binding libraries.  It is only a required
 dependency for building the C++ bindings from the gnome.org version
 control repository.  An installation of mm-common is not required for
 building tarball releases, unless configured to use maintainer-mode.
 .
 The mm-common package also includes a snapshot of the Doxygen tag file
 for the GNU C++ Library reference documentation.