File: control

package info (click to toggle)
libsigc%2B%2B-2.0 2.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 18,864 kB
  • ctags: 5,252
  • sloc: sh: 4,213; cpp: 3,952; xml: 313; perl: 236; makefile: 168; ansic: 44
file content (68 lines) | stat: -rw-r--r-- 2,607 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Source: libsigc++-2.0
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Balint Reczey <balint@balintreczey.hu>,
           Michael Biebl <biebl@debian.org>
Standards-Version: 3.9.8
Build-Depends: autoconf,
               automake (>= 1.10),
               autotools-dev,
               debhelper (>= 10),
               m4,
               mm-common (>= 0.9.10)
Vcs-Git: git://anonscm.debian.org/collab-maint/libsigc++-2.0.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/libsigc%2B%2B-2.0.git

Package: libsigc++-2.0-0v5
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Conflicts: libsigc++-2.0-0c2a
Replaces: libsigc++-2.0-0c2a
Architecture: any
Multi-Arch: same
Description: type-safe Signal Framework for C++ - runtime
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the runtime files for libsigc++, needed only if you wish to
 run software which depends on it.

Package: libsigc++-2.0-dev
Section: libdevel
Depends: ${misc:Depends},
         libsigc++-2.0-0v5 (= ${binary:Version}),
         pkg-config
Suggests: libsigc++-2.0-doc
Multi-Arch: same
Architecture: any
Description: type-safe Signal Framework for C++ - development files
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 These are the development files for libsigc++, needed only if you
 wish to write software which uses it.

Package: libsigc++-2.0-doc
Section: doc
Depends: ${misc:Depends}
Recommends: libsigc++-2.0-dev
Architecture: all
Multi-Arch: foreign
Description: type-safe Signal Framework for C++ - reference documentation
 This library implements a full callback system for use in widget
 libraries, abstract interfaces, and general programming. It provides
 the ability to connect an abstract callback to a class method,
 function, or function object, and contains adaptor classes for the
 connection of dissimilar callbacks.
 .
 This package contains the reference documentation for libsigc++,
 needed only if you wish to write software which uses it.