~kklimonda/gtkmm/packaging

1 by robert.ancell at gmail
initial gtkmm2.4 import
1
Source: gtkmm2.4
2
Section: libs
3
Priority: optional
19 by Krzysztof Klimonda
* New upstream release (LP: #660787)
4
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5
XSBC-Original-Maintainer: Deng Xiyue <manphiz-guest@users.alioth.debian.org>
1 by robert.ancell at gmail
initial gtkmm2.4 import
6
Uploaders: @GNOME_TEAM@
7
DM-Upload-Allowed: yes
8
Homepage: http://www.gtkmm.org/
9 by Sebastien Bacher
releasing version 1:2.18.2-1
9
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/desktop/unstable/gtkmm2.4
10
Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/desktop/unstable/gtkmm2.4
1 by robert.ancell at gmail
initial gtkmm2.4 import
11
Build-Depends: cdbs (>= 0.4.51),
12
               chrpath,
13
               debhelper (>= 6),
14
               gnome-pkg-tools (>= 0.11),
16 by Sebastien Bacher
releasing version 1:2.20.1-1
15
               libgtk2.0-dev (>= 2.20.0),
16
               libglibmm-2.4-dev (>= 2.24.0),
9 by Sebastien Bacher
releasing version 1:2.18.2-1
17
               libatk1.0-dev (>= 1.12.0),
1 by robert.ancell at gmail
initial gtkmm2.4 import
18
               libcairomm-1.0-dev (>= 1.2.2),
21 by Krzysztof Klimonda
* debian/control.in:
19
               libpangomm-1.4-dev (>= 2.26.0),
20
               libatkmm-1.6-dev (>= 2.22.0)
16 by Sebastien Bacher
releasing version 1:2.20.1-1
21
Standards-Version: 3.8.4
1 by robert.ancell at gmail
initial gtkmm2.4 import
22
23
Package: libgtkmm-2.4-dev
24
Section: libdevel
25
Architecture: any
26
Depends: ${misc:Depends},
27
         ${shlibs:Depends},
28
         libgtkmm-2.4-1c2a (= ${binary:Version}),
16 by Sebastien Bacher
releasing version 1:2.20.1-1
29
         libgtk2.0-dev (>= 2.20.0),
30
         libglibmm-2.4-dev (>= 2.24.0),
9 by Sebastien Bacher
releasing version 1:2.18.2-1
31
         libatk1.0-dev (>= 1.12.0),
1 by robert.ancell at gmail
initial gtkmm2.4 import
32
         libcairomm-1.0-dev (>= 1.2.2),
21 by Krzysztof Klimonda
* debian/control.in:
33
         libpangomm-1.4-dev (>= 2.26.0),
34
         libatkmm-1.6-dev (>= 2.22.0)
1 by robert.ancell at gmail
initial gtkmm2.4 import
35
Suggests: libgtkmm-2.4-doc
16 by Sebastien Bacher
releasing version 1:2.20.1-1
36
Description: C++ wrappers for GTK+ (development files)
37
 Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
1 by robert.ancell at gmail
initial gtkmm2.4 import
38
 Gtkmm provides a convenient interface for C++ programmers to create
39
 graphical user interfaces with GTK+'s flexible OO framework. Highlights
40
 include type safe callbacks, widgets extensible using inheritance and
41
 over 180 classes that can be freely combined to quickly create complex
42
 user interfaces.
43
 .
44
 This package contains development files and examples, as well as a
45
 gtkmm-demo program.
46
47
Package: libgtkmm-2.4-1c2a
48
Section: libs
49
Architecture: any
50
Depends: ${misc:Depends},
51
         ${shlibs:Depends}
52
Conflicts: libgtkmm-2.4-1,
53
           libgtkmm-2.4-1c2
54
Replaces: libgtkmm-2.4-1,
55
          libgtkmm-2.4-1c2
16 by Sebastien Bacher
releasing version 1:2.20.1-1
56
Description: C++ wrappers for GTK+ (shared libraries)
57
 Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
1 by robert.ancell at gmail
initial gtkmm2.4 import
58
 Gtkmm provides a convenient interface for C++ programmers to create
59
 graphical user interfaces with GTK+'s flexible OO framework. Highlights
60
 include type safe callbacks, widgets extensible using inheritance and
61
 over 180 classes that can be freely combined to quickly create complex
62
 user interfaces.
63
 .
64
 This package contains shared libraries.
65
66
Package: libgtkmm-2.4-dbg
67
Section: debug
68
Priority: extra
69
Architecture: any
70
Depends: ${misc:Depends},
71
         ${shlibs:Depends},
72
         libgtkmm-2.4-1c2a (= ${binary:Version})
16 by Sebastien Bacher
releasing version 1:2.20.1-1
73
Description: C++ wrappers for GTK+ (debug symbols)
74
 Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
1 by robert.ancell at gmail
initial gtkmm2.4 import
75
 Gtkmm provides a convenient interface for C++ programmers to create
76
 graphical user interfaces with GTK+'s flexible OO framework. Highlights
77
 include type safe callbacks, widgets extensible using inheritance and
78
 over 180 classes that can be freely combined to quickly create complex
79
 user interfaces.
80
 .
81
 This package contains debug symbols for debugging applications using gtkmm.
82
83
Package: libgtkmm-2.4-doc
84
Section: doc
85
Architecture: all
86
Depends: ${misc:Depends},
87
         ${shlibs:Depends},
88
         lynx | www-browser,
89
         doc-base
90
Recommends: gtkmm-documentation
16 by Sebastien Bacher
releasing version 1:2.20.1-1
91
Description: C++ wrappers for GTK+ (documentation)
92
 Gtkmm is a C++ interface for the popular GUI library GTK+, API version 2.4.
1 by robert.ancell at gmail
initial gtkmm2.4 import
93
 Gtkmm provides a convenient interface for C++ programmers to create
94
 graphical user interfaces with GTK+'s flexible OO framework. Highlights
95
 include type safe callbacks, widgets extensible using inheritance and
96
 over 180 classes that can be freely combined to quickly create complex
97
 user interfaces.
98
 .
99
 This package contains tutorial, FAQ, and reference documentation.