| 1 |
Source: gdl
|
| 2 |
Priority: optional
|
| 3 |
Maintainer: Rob Bradford <robster@debian.org>
|
| 4 |
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>
|
| 5 |
Build-Depends: debhelper (>= 5.0.0),
|
| 6 |
cdbs,
|
| 7 |
autotools-dev,
|
| 8 |
libgconf2-dev,
|
| 9 |
libglade2-dev,
|
| 10 |
libgnomeui-dev,
|
| 11 |
intltool,
|
| 12 |
gnome-pkg-tools (>= 0.11)
|
| 13 |
Build-Depends-Indep: libglib2.0-doc, libgtk2.0-doc
|
| 14 |
Standards-Version: 3.8.0
|
| 15 |
Section: libs
|
| 16 |
|
| 17 |
Package: libgdl-1-dev
|
| 18 |
Section: libdevel
|
| 19 |
Architecture: any
|
| 20 |
Depends: libgdl-1-0 (= ${binary:Version}),
|
| 21 |
libglade2-dev,
|
| 22 |
libxml2-dev,
|
| 23 |
${misc:Depends},
|
| 24 |
${shlibs:Depends}
|
| 25 |
Provides: libgdl-dev
|
| 26 |
Conflicts: libgdl-dev
|
| 27 |
Description: GNOME DevTool libraries - development files
|
| 28 |
Provides a support library for development tools from the GNOME environment.
|
| 29 |
Including symbol browser, dock and editor components.
|
| 30 |
|
| 31 |
Package: libgdl-1-0
|
| 32 |
Section: libs
|
| 33 |
Architecture: any
|
| 34 |
Depends: ${shlibs:Depends},
|
| 35 |
${misc:Depends},
|
| 36 |
libgdl-1-common (= ${source:Version})
|
| 37 |
Description: GNOME DevTool libraries
|
| 38 |
Provides a support library for development tools from the GNOME environment.
|
| 39 |
Including symbol browser, dock and editor components.
|
| 40 |
|
| 41 |
Package: libgdl-1-common
|
| 42 |
Section: gnome
|
| 43 |
Architecture: all
|
| 44 |
Depends: ${misc:Depends}
|
| 45 |
Description: GNOME DevTool libraries - common files
|
| 46 |
Provides a support library for development tools from the GNOME environment.
|
| 47 |
Including symbol browser, dock and editor components.
|
| 48 |
|
| 49 |
Package: libgdl-1-0-dbg
|
| 50 |
Section: debug
|
| 51 |
Priority: extra
|
| 52 |
Architecture: any
|
| 53 |
Depends: libgdl-1-0 (= ${binary:Version}),
|
| 54 |
${misc:Depends}
|
| 55 |
Description: GNOME DevTool libraries - debug files
|
| 56 |
Provides a support library for development tools from the GNOME environment.
|
| 57 |
Including symbol browser, dock and editor components.
|
| 58 |
|