From 99ac16efdf103370855716eadd074361c7996b41 Mon Sep 17 00:00:00 2001 From: Dimitrios Eftaxiopoulos Date: Sun, 23 Sep 2012 00:27:38 +0300 Subject: [PATCH] Add Replaces/Conflicts in debian/control related to mathgl-1* pkges --- debian/changelog | 2 ++ debian/control | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2a7d37e..e599b3e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ mathgl (2.0.3-1) unstable; urgency=low written in utf-8 (not ascii) encoding. * Add UDAV.desktop and udav.png to the files to be installed within the package udav. + * Add Replaces and Conflicts with mathgl-1* packages in the debian/control + file. -- Dimitrios Eftaxiopoulos Tue, 11 Sep 2012 21:19:08 +0300 diff --git a/debian/control b/debian/control index 74bdc74..efb5109 100644 --- a/debian/control +++ b/debian/control @@ -47,6 +47,7 @@ Architecture: all Section: doc Depends: dpkg (>= 1.15.4) | install-info, ${misc:Depends} Replaces: mathgl-doc +Conflicts: mathgl-doc Description: library for scientific graphs. (English documentation) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -60,6 +61,8 @@ Package: libmgl6.0.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data +Replaces: libmgl5, libmgl6 +Conflicts: libmgl5, libmgl6 Description: library for scientific graphs. (main runtime library) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -73,6 +76,8 @@ Package: libmgl-wnd6.0.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data +Replaces: libmgl-fltk5, libmgl-wnd6, libmgl-glut5, libmgl-qt5, libmgl-wx5 +Conflicts: libmgl-fltk5, libmgl-wnd6, libmgl-glut5, libmgl-qt5, libmgl-wx5 Description: library for scientific graphs. (windows runtime library) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -86,6 +91,8 @@ Package: libmgl-glut6.0.0 Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data +Replaces: libmgl-glut5 +Conflicts: libmgl-glut5 Description: library for scientific graphs. (glut interface for windows) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF -- 2.30.2