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
|
# 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: cairomm
Section: libs
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,
libcairo2-dev (>= 1.10.0),
libsigc++-2.0-dev (>= 2.5.1),
mm-common
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/gnome-team/cairomm
Vcs-Git: https://salsa.debian.org/gnome-team/cairomm.git
Homepage: http://cairographics.org/cairomm/
Package: libcairomm-1.0-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
libcairomm-1.0-1v5 (= ${binary:Version}),
libcairo2-dev (>= 1.10.0),
libsigc++-2.0-dev (>= 2.5.1)
Suggests: libcairomm-1.0-doc
Description: C++ wrappers for Cairo (development files)
cairomm provides C++ bindings for the Cairo graphics library,
a multi-platform library providing anti-aliased vector-based
rendering for multiple target backends.
.
This package contains the development libraries and header
files needed by C++ programs that want to compile with Cairo.
files and examples.
Package: libcairomm-1.0-1v5
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Replaces: libcairomm-1.0-1
Conflicts: libcairomm-1.0-1
Description: C++ wrappers for Cairo (shared libraries)
cairomm provides C++ bindings for the Cairo graphics library,
a multi-platform library providing anti-aliased vector-based
rendering for multiple target backends.
.
This package contains the shared libraries.
Package: libcairomm-1.0-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: www-browser
Description: C++ wrappers for Cairo (documentation)
cairomm provides C++ bindings for the Cairo graphics library,
a multi-platform library providing anti-aliased vector-based
rendering for multiple target backends.
.
This package contains the HTML reference documentation.
|