Add Replaces/Conflicts in debian/control related to mathgl-1* pkges
authorDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Sat, 22 Sep 2012 21:27:38 +0000 (00:27 +0300)
committerDimitrios Eftaxiopoulos <eftaxi12@otenet.gr>
Sat, 22 Sep 2012 21:27:38 +0000 (00:27 +0300)
debian/changelog
debian/control

index 2a7d37e71a1e4d3b07c3cb0ce6ef516dea548025..e599b3eee4b3ef137c0270ebd7522cd78700349e 100644 (file)
@@ -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 <eftaxi12@otenet.gr>  Tue, 11 Sep 2012 21:19:08 +0300
 
index 74bdc742b50920157160102a82b4a780dd4f0a0a..efb5109746b6cc89e0ffbd7ffadb8c66374d0111 100644 (file)
@@ -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