Drop no longer needed Breaks/Replaces
This commit is contained in:
parent
ef4d5ff97c
commit
6e9824b669
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -8,6 +8,7 @@ gtk+3.0 (3.22.26-1) UNRELEASED; urgency=medium
|
|||||||
* Rebase patches
|
* Rebase patches
|
||||||
* Update symbols file for libgtk-3-0
|
* Update symbols file for libgtk-3-0
|
||||||
* Bump Standards-Version to 4.1.1
|
* Bump Standards-Version to 4.1.1
|
||||||
|
* Drop no longer needed Breaks/Replaces
|
||||||
|
|
||||||
-- Simon McVittie <smcv@debian.org> Sun, 29 Oct 2017 19:32:09 +0000
|
-- Simon McVittie <smcv@debian.org> Sun, 29 Oct 2017 19:32:09 +0000
|
||||||
|
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -69,8 +69,6 @@ Provides: gtk3-binver-3.0.0
|
|||||||
Recommends: libgtk-3-bin
|
Recommends: libgtk-3-bin
|
||||||
Suggests: librsvg2-common,
|
Suggests: librsvg2-common,
|
||||||
gvfs
|
gvfs
|
||||||
Breaks: gnome-themes-standard (<< 3.6),
|
|
||||||
gtk3-engines-oxygen (<< 1.4.1-3)
|
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: GTK+ graphical user interface library
|
Description: GTK+ graphical user interface library
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK+ is a multi-platform toolkit for creating graphical user
|
||||||
@ -104,8 +102,6 @@ Architecture: all
|
|||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: libgtk-3-0
|
Recommends: libgtk-3-0
|
||||||
Breaks: libgtk-3-0 (<< 3.5.4)
|
|
||||||
Replaces: libgtk-3-0 (<< 3.5.4)
|
|
||||||
Description: common files for the GTK+ graphical user interface library
|
Description: common files for the GTK+ graphical user interface library
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK+ is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
||||||
@ -196,8 +192,6 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
libgtk-3-0 (= ${binary:Version})
|
libgtk-3-0 (= ${binary:Version})
|
||||||
Breaks: libgtk-3-common (<< 3.5.4)
|
|
||||||
Replaces: libgtk-3-common (<< 3.5.4)
|
|
||||||
Description: example files for GTK+ 3
|
Description: example files for GTK+ 3
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK+ is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
||||||
|
6
debian/control.in
vendored
6
debian/control.in
vendored
@ -69,8 +69,6 @@ Provides: @GTK_BINVER_DEP@
|
|||||||
Recommends: @BIN_PKG@
|
Recommends: @BIN_PKG@
|
||||||
Suggests: librsvg2-common,
|
Suggests: librsvg2-common,
|
||||||
gvfs
|
gvfs
|
||||||
Breaks: gnome-themes-standard (<< 3.6),
|
|
||||||
gtk3-engines-oxygen (<< 1.4.1-3)
|
|
||||||
Pre-Depends: ${misc:Pre-Depends}
|
Pre-Depends: ${misc:Pre-Depends}
|
||||||
Description: GTK+ graphical user interface library
|
Description: GTK+ graphical user interface library
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK+ is a multi-platform toolkit for creating graphical user
|
||||||
@ -104,8 +102,6 @@ Architecture: all
|
|||||||
Multi-Arch: foreign
|
Multi-Arch: foreign
|
||||||
Depends: ${misc:Depends}
|
Depends: ${misc:Depends}
|
||||||
Recommends: @SHARED_PKG@
|
Recommends: @SHARED_PKG@
|
||||||
Breaks: @SHARED_PKG@ (<< 3.5.4)
|
|
||||||
Replaces: @SHARED_PKG@ (<< 3.5.4)
|
|
||||||
Description: common files for the GTK+ graphical user interface library
|
Description: common files for the GTK+ graphical user interface library
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK+ is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
||||||
@ -196,8 +192,6 @@ Architecture: any
|
|||||||
Depends: ${shlibs:Depends},
|
Depends: ${shlibs:Depends},
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
@SHARED_PKG@ (= ${binary:Version})
|
@SHARED_PKG@ (= ${binary:Version})
|
||||||
Breaks: @COMMON_PKG@ (<< 3.5.4)
|
|
||||||
Replaces: @COMMON_PKG@ (<< 3.5.4)
|
|
||||||
Description: example files for GTK+ 3
|
Description: example files for GTK+ 3
|
||||||
GTK+ is a multi-platform toolkit for creating graphical user
|
GTK+ is a multi-platform toolkit for creating graphical user
|
||||||
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
interfaces. Offering a complete set of widgets, GTK+ is suitable
|
||||||
|
Loading…
Reference in New Issue
Block a user