splitting the gail packages, using the gail packaging as base
This commit is contained in:
80
debian/control
vendored
80
debian/control
vendored
@ -52,7 +52,7 @@ Conflicts: libgtk2.0-0png3,
|
||||
gimp1.3 (<< 1.3.7-1.1),
|
||||
metatheme (<< 0.9.7-3),
|
||||
libgnomeui-0 (<= 2.14.1-3),
|
||||
libgail18,
|
||||
libgail18 (<< 2.14.4),
|
||||
gtk2.0-examples (<< 2.2.0),
|
||||
libgdkxft0,
|
||||
openoffice.org-core (<< 2.2.1-8),
|
||||
@ -97,8 +97,7 @@ Conflicts: libgtk2.0-0png3,
|
||||
libeel2-2.18,
|
||||
xfwm4 (<< 4.4.1-3),
|
||||
metacity (<< 1:2.20.0-1)
|
||||
Replaces: libgtk2.0-0png3,
|
||||
libgail18
|
||||
Replaces: libgtk2.0-0png3
|
||||
Recommends: hicolor-icon-theme,
|
||||
libgtk2.0-bin
|
||||
Suggests: librsvg2-common
|
||||
@ -208,10 +207,9 @@ Recommends: python (>= 2.4),
|
||||
debhelper
|
||||
Suggests: libgtk2.0-doc
|
||||
Replaces: libgtk1.3-dev,
|
||||
gtk2-engines-pixbuf (<< 2.8.18-5),
|
||||
libgail-dev
|
||||
gtk2-engines-pixbuf (<< 2.8.18-5)
|
||||
Conflicts: libgtk1.3-dev,
|
||||
libgail-dev
|
||||
libgail-dev (<< 2.14.4)
|
||||
Description: Development files for the GTK+ library
|
||||
The GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, the GTK+ is suitable
|
||||
@ -248,9 +246,8 @@ Depends: libgtk2.0-0 (= ${binary:Version}),
|
||||
libgtk2.0-common,
|
||||
${misc:Depends}
|
||||
Conflicts: libgtk2.0-dbg,
|
||||
libgail-dbg
|
||||
Replaces: libgtk2.0-dbg,
|
||||
libgail-dbg
|
||||
libgail-dbg (<< 2.14.4)
|
||||
Replaces: libgtk2.0-dbg
|
||||
Description: The GTK+ libraries and debugging symbols
|
||||
The GTK+ is a multi-platform toolkit for creating graphical user
|
||||
interfaces. Offering a complete set of widgets, the GTK+ is suitable
|
||||
@ -266,10 +263,9 @@ Section: doc
|
||||
Architecture: all
|
||||
Depends: lynx | www-browser,
|
||||
${misc:Depends}
|
||||
Replaces: libgtk1.3-doc,
|
||||
libgail-common
|
||||
Replaces: libgtk1.3-doc
|
||||
Conflicts: libgtk1.3-doc,
|
||||
libgail-common
|
||||
libgail-common (<< 2.14.4)
|
||||
Recommends: libglib2.0-doc,
|
||||
libatk1.0-doc,
|
||||
libpango1.0-doc
|
||||
@ -316,3 +312,63 @@ Description: Pixbuf-based theme for GTK+ 2.x
|
||||
suites.
|
||||
.
|
||||
This package contains the pixbuf theme engine.
|
||||
|
||||
Package: libgail18
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Replaces: libgail17
|
||||
Description: GNOME Accessibility Implementation Library -- shared libraries
|
||||
Gail implements ATK interfaces for GTK+ widgets which are dynamically
|
||||
loadable at runtime by a GTK+ application. Once loaded, those parts of
|
||||
an application that use standard GTK+ widgets will have a basic level
|
||||
of accessibility, without the need to modify the application at all.
|
||||
.
|
||||
This package contains the shared library.
|
||||
|
||||
Package: libgail-common
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Description: GNOME Accessibility Implementation Library -- common modules
|
||||
Gail implements ATK interfaces for GTK+ widgets which are dynamically
|
||||
loadable at runtime by a GTK+ application. Once loaded, those parts of
|
||||
an application that use standard GTK+ widgets will have a basic level
|
||||
of accessibility, without the need to modify the application at all.
|
||||
.
|
||||
This package contains core shared libraries.
|
||||
|
||||
Package: libgail-dev
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Depends: ${misc:Depends}, libgail18 (= ${binary:Version}), libgail-common (= ${binary:Version}), libgtk2.0-dev (>= 2.9.4), pkg-config, libatk1.0-dev (>= 1.13.0)
|
||||
Suggests: libgail-doc
|
||||
Description: GNOME Accessibility Implementation Library -- development files
|
||||
Gail implements ATK interfaces for GTK+ widgets which are dynamically
|
||||
loadable at runtime by a GTK+ application. Once loaded, those parts of
|
||||
an application that use standard GTK+ widgets will have a basic level
|
||||
of accessibility, without the need to modify the application at all.
|
||||
.
|
||||
This package contains the development files for Gail.
|
||||
|
||||
Package: libgail-dbg
|
||||
Architecture: any
|
||||
Section: libdevel
|
||||
Priority: extra
|
||||
Depends: ${misc:Depends}, libgail18 (= ${binary:Version})
|
||||
Description: Gail libraries and debugging symbols
|
||||
Gail is the "GNOME Accessibility Implementation Library".
|
||||
.
|
||||
This package contains detached debugging symbols.
|
||||
.
|
||||
Most people will not need this package.
|
||||
|
||||
Package: libgail-doc
|
||||
Architecture: all
|
||||
Section: doc
|
||||
Depends: ${misc:Depends}, lynx | www-browser
|
||||
Description: documentation files of the Gail library
|
||||
Gail implements ATK interfaces for GTK+ widgets which are dynamically
|
||||
loadable at runtime by a GTK+ application. Once loaded, those parts of
|
||||
an application that use standard GTK+ widgets will have a basic level
|
||||
of accessibility, without the need to modify the application at all.
|
||||
.
|
||||
This package contains the documentation files for Gail.
|
||||
|
||||
Reference in New Issue
Block a user