summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2020-03-09 00:20:17 +0000
committerSimon McVittie <smcv@debian.org>2020-03-09 00:20:17 +0000
commit6fe52bbaee672974ef8d5d8ea93b385068073cd0 (patch)
tree630f7eba21961bd990a3d1c8473eb6e5b601c90d
parent51c4b6d2c368d1008de95b027ff2048f33c34f8a (diff)
Remove Conflicts/Replaces on libraries older than Debian 8 (oldoldstable)
-rw-r--r--debian/control3
-rw-r--r--debian/control.in3
2 files changed, 0 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 1dbf708f..9206dc68 100644
--- a/debian/control
+++ b/debian/control
@@ -42,8 +42,6 @@ Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
libgladeui-common (>= ${source:Version})
-Conflicts: libgladeui-2-0, libgladeui-2-4
-Replaces: libgladeui-2-0, libgladeui-2-4
Description: GTK+ User Interface Build core library
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
@@ -61,7 +59,6 @@ Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${misc:Depends}
-Replaces: libgladeui-1-9
Description: GTK+ User Interface Build core library (common files)
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
diff --git a/debian/control.in b/debian/control.in
index aba09b23..9e2551ef 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -38,8 +38,6 @@ Section: libs
Depends: ${misc:Depends},
${shlibs:Depends},
libgladeui-common (>= ${source:Version})
-Conflicts: libgladeui-2-0, libgladeui-2-4
-Replaces: libgladeui-2-0, libgladeui-2-4
Description: GTK+ User Interface Build core library
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.
@@ -57,7 +55,6 @@ Architecture: all
Multi-Arch: foreign
Section: libs
Depends: ${misc:Depends}
-Replaces: libgladeui-1-9
Description: GTK+ User Interface Build core library (common files)
Glade is a RAD tool to enable quick and easy development of user
interfaces for the GTK+ toolkit.