sync Replaces with ubuntu package

This commit is contained in:
Gustavo Noronha
2009-03-23 17:01:28 +00:00
parent c4f0d569ad
commit 572fe25574
3 changed files with 12 additions and 3 deletions

5
debian/changelog vendored
View File

@ -8,8 +8,11 @@ gtk+2.0 (2.16.0-2) UNRELEASED; urgency=low
- forgot to add 022_disable-viqr-im-for-vi-locale.patch and
061_use_pdf_as_default_printing_standard.patch to the series file
(thanks to seb128 for noticing)
* debian/control.in:
- sync Replaces with ubuntu's package for easier migration from Ubuntu
to Debian ;)
-- Gustavo Noronha Silva <kov@debian.org> Mon, 23 Mar 2009 13:55:39 -0300
-- Gustavo Noronha Silva <kov@debian.org> Mon, 23 Mar 2009 14:00:50 -0300
gtk+2.0 (2.16.0-1) experimental; urgency=low

5
debian/control vendored
View File

@ -321,7 +321,7 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libgtk2.0-0 (= ${binary:Version})
Replaces: libgail17
Replaces: libgail17, libgtk2.0-0 (<< 2.14.5)
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
@ -353,6 +353,7 @@ Depends: ${misc:Depends},
pkg-config,
libatk1.0-dev (>= 1.13.0)
Suggests: libgail-doc
Replaces: libgtk2.0-dev (<< 2.14.5)
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
@ -367,6 +368,7 @@ Section: debug
Priority: extra
Depends: ${misc:Depends}, libgail18 (= ${binary:Version})
Recommends: libgtk2.0-0-dbg
Replaces: libgtk2.0-0-dbg (<< 2.14.5)
Description: Gail libraries and debugging symbols
Gail is the "GNOME Accessibility Implementation Library".
.
@ -378,6 +380,7 @@ Package: libgail-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, lynx | www-browser
Replaces: libgtk2.0-doc (<< 2.14.5)
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

5
debian/control.in vendored
View File

@ -321,7 +321,7 @@ Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
@SHARED_PKG@ (= ${binary:Version})
Replaces: libgail17
Replaces: libgail17, libgtk2.0-0 (<< 2.14.5)
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
@ -353,6 +353,7 @@ Depends: ${misc:Depends},
pkg-config,
libatk1.0-dev (>= 1.13.0)
Suggests: libgail-doc
Replaces: libgtk2.0-dev (<< 2.14.5)
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
@ -367,6 +368,7 @@ Section: debug
Priority: extra
Depends: ${misc:Depends}, libgail18 (= ${binary:Version})
Recommends: @DEBUG_PKG@
Replaces: libgtk2.0-0-dbg (<< 2.14.5)
Description: Gail libraries and debugging symbols
Gail is the "GNOME Accessibility Implementation Library".
.
@ -378,6 +380,7 @@ Package: libgail-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, lynx | www-browser
Replaces: libgtk2.0-doc (<< 2.14.5)
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