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 61 62 63 64 65 66 67
|
Source: pangomm
Section: libs
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
doxygen,
graphviz,
libcairomm-1.0-dev (>= 1.12.0),
libglibmm-2.4-dev (>= 2.48.0),
libpango1.0-dev (>= 1.41.0),
libxml-parser-perl,
meson (>= 0.55.0),
mm-common (>= 0.9.8),
xsltproc
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/pangomm
Vcs-Git: https://salsa.debian.org/gnome-team/pangomm.git
Homepage: https://gtkmm.org
Package: libpangomm-1.4-1v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libpangomm-1.4-1
Replaces: libpangomm-1.4-1
Description: C++ Wrapper for pango (shared libraries)
Pangomm is a C++ wrapper for the pango library. Originally part of
gtkmm, pangomm provides convenient C++ interfaces for handling both
the layout and internationalization of text in graphical applications.
.
This package contains the shared library.
Package: libpangomm-1.4-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: ${shlibs:Depends},
${misc:Depends},
libpangomm-1.4-1v5 (= ${binary:Version}),
libcairomm-1.0-dev (>= 1.12.0),
libglibmm-2.4-dev (>= 2.48.0),
libpango1.0-dev (>= 1.41.0)
Description: C++ Wrapper for pango (development files)
Pangomm is a C++ wrapper for the pango library. Originally part of
gtkmm, pangomm provides convenient C++ interfaces for handling both
the layout and internationalization of text in graphical applications.
.
This package contains the development files.
Package: libpangomm-1.4-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${shlibs:Depends},
${misc:Depends},
doc-base
Suggests: gtkmm-documentation
Description: C++ Wrapper for pango (documentation)
Pangomm is a C++ wrapper for the pango library. Originally part of
gtkmm, pangomm provides convenient C++ interfaces for handling both
the layout and internationalization of text in graphical applications.
.
This package contains the documentation.
|