source: pkg/kev/main/liboobs/trunk/debian/control.in @ 5795

Revision 5795, 2.1 KB checked in by alanbach-guest, 4 years ago (diff)
  • Bump standards version to 3.8.3, no extra change is needed
  • Updated liboobs-1-dev.install for new version
Line 
1Source: liboobs
2Section: libs
3Priority: optional
4Maintainer: Loic Minier <lool@dooz.org>
5Uploaders: @GNOME_TEAM@
6Build-Depends: cdbs,
7        debhelper (>= 5),
8        system-tools-backends-dev (>= 2.5.4),
9        libdbus-1-dev (>= 0.70),
10        libdbus-glib-1-dev (>= 0.70),
11        libglib2.0-dev (>= 2.14.0),
12        libhal-dev (>= 0.5.9),
13        gtk-doc-tools (>= 1.0),
14        gnome-pkg-tools (>= 0.10),
15        dpkg-dev (>= 1.13.19),
16        libglib2.0-doc
17Standards-Version: 3.8.3
18
19Package: liboobs-1-4
20Architecture: any
21Depends: ${shlibs:Depends},
22         ${misc:Depends},
23         system-tools-backends (>= 2.5.4)
24Description: GObject based interface to system-tools-backends - shared library
25 Liboobs is a lightweight library that provides a GObject based
26 interface to system-tools-backends. It's completely abstracted of the
27 communication and authentication details, making it easy for
28 applications to integrate with the system details.
29 .
30 This package contains the shared library.
31
32Package: liboobs-1-dev
33Architecture: any
34Section: libdevel
35Depends: ${misc:Depends},
36         liboobs-1-4 (= ${binary:Version}),
37         libdbus-1-dev (>= 0.70),
38         libdbus-glib-1-dev (>= 0.70),
39         libglib2.0-dev (>= 2.14.0)
40Description: GObject based interface to system-tools-backends - dev files
41 Liboobs is a lightweight library that provides a GObject based
42 interface to system-tools-backends. It's completely abstracted of the
43 communication and authentication details, making it easy for
44 applications to integrate with the system details.
45 .
46 This package contains the development files.
47
48Package: liboobs-1-4-dbg
49Architecture: any
50Section: debug
51Priority: extra
52Depends: ${misc:Depends},
53         liboobs-1-4 (= ${binary:Version})
54Description: GObject based interface to system-tools-backends - debug symbols
55 Liboobs is a lightweight library that provides a GObject based
56 interface to system-tools-backends. It's completely abstracted of the
57 communication and authentication details, making it easy for
58 applications to integrate with the system details.
59 .
60 This package contains the debugging symbols.
Note: See TracBrowser for help on using the repository browser.