~ubuntu-branches/ubuntu/utopic/libgconf-bridge/utopic

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Ross Burton
  • Date: 2006-10-17 17:18:12 UTC
  • Revision ID: james.westby@ubuntu.com-20061017171812-ub0wi8isezt7suw8
Tags: 0.1-1
InitialĀ upload.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libgconf-bridge
 
2
Section: libs
 
3
Priority: optional
 
4
Maintainer: Ross Burton <ross@debian.org>
 
5
Build-Depends: debhelper (>= 5), cdbs, autotools-dev, libgconf2-dev, libgtk2.0-dev
 
6
Standards-Version: 3.7.2
 
7
 
 
8
Package: libgconf-bridge0
 
9
Section: libs
 
10
Architecture: any
 
11
Depends: ${shlibs:Depends}, ${misc:Depends}
 
12
Description: Bind GObject properties to GConf keys
 
13
 libgconf-bridge is a utility library for 
 
14
 binding GObject properties to GConf keys. 
 
15
 It is intended to save the application programmer 
 
16
 from having to implement property synchronisation 
 
17
 manually.
 
18
 .
 
19
 Homepage: http://projects.o-hand.com/libgconf-bridge
 
20
 
 
21
Package: libgconf-bridge-dev
 
22
Section: libdevel
 
23
Architecture: any
 
24
Depends: libgconf-bridge0 (= ${Source-Version}), libgconf2-dev, libgtk2.0-dev
 
25
Description: Bind GObject properties to GConf keys (development files)
 
26
 libgconf-bridge is a utility library for binding GObject properties to GConf
 
27
 keys. It is intended to save the application programmer from having to
 
28
 implement property synchronisation manually.
 
29
 .
 
30
 This package contains the development files.
 
31
 .
 
32
 Homepage: http://projects.o-hand.com/libgconf-bridge