[plplot] 09/68: Import Debian changes 5.3.1-8

Ole Streicher olebole at moszumanska.debian.org
Mon Jul 10 07:38:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

olebole pushed a commit to branch master
in repository plplot.

commit f876a3dd3888f186442fdcf0984223ae90588e55
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Tue Sep 27 09:34:01 2005 +0200

    Import Debian changes 5.3.1-8
    
    plplot (5.3.1-8) unstable; urgency=low
    
      * Due to the gnome1 -> gnome2 transition in sid, the plplot9-driver-gnome
        package is removed.  The experimental release of plplot (5.5.3)
        already contains the gcw driver, which replaces the gnome driver.
---
 debian/changelog |  8 ++++++++
 debian/control   | 14 ++------------
 debian/rules     | 10 +++++-----
 3 files changed, 15 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2cb302a..fb049fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+plplot (5.3.1-8) unstable; urgency=low
+
+  * Due to the gnome1 -> gnome2 transition in sid, the plplot9-driver-gnome
+    package is removed.  The experimental release of plplot (5.5.3)
+    already contains the gcw driver, which replaces the gnome driver.
+
+ -- Rafael Laboissiere <rafael at debian.org>  Tue, 27 Sep 2005 09:34:01 +0200
+
 plplot (5.3.1-7) unstable; urgency=low
 
   * Build-depends on gfortran instead of g77.  This should get around a
diff --git a/debian/control b/debian/control
index 112cde4..9e6b5fb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Rafael Laboissiere <rafael at debian.org>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4.1.67), tcl8.4-dev, tk8.4-dev, itcl3-dev, libx11-dev, libxext-dev, libxi-dev, gfortran, itk3-dev, python-numeric | python2.3-numeric, python-dev | python2.3-dev, octave2.1-headers (>= 2.1.65), libgd2-noxpm-dev | libgd2-xpm-dev, libgnome-dev, m4, perl, libqhull-dev, libxml-parser-perl, libxml-dom-perl, matwrap, autotools-dev, libltdl3-dev, pkg-config, dpatch, atlas3-base-dev [!arm !m68k], refblas3-dev [arm m68k], lapack3-dev [arm m68k]
+Build-Depends: debhelper (>= 4.1.67), tcl8.4-dev, tk8.4-dev, itcl3-dev, libx11-dev, libxext-dev, libxi-dev, gfortran, itk3-dev, python-numeric | python2.3-numeric, python-dev | python2.3-dev, octave2.1-headers (>= 2.1.65), libgd2-noxpm-dev | libgd2-xpm-dev, m4, perl, libqhull-dev, libxml-parser-perl, libxml-dom-perl, matwrap, autotools-dev, libltdl3-dev, pkg-config, dpatch, atlas3-base-dev [!arm !m68k], refblas3-dev [arm m68k], lapack3-dev [arm m68k]
 Build-Conflicts: libplplot5
 
 Package: libplplot9
@@ -11,7 +11,7 @@ Architecture: any
 Section: libs
 Conflicts: libplplot5, plplot (<< 5)
 Depends: ${shlibs:Depends}
-Suggests: plplot9-driver-xwin, plplot9-driver-gnome, plplot9-driver-gd, plplot-tcl
+Suggests: plplot9-driver-xwin, plplot9-driver-gd, plplot-tcl
 Description: Scientific plotting library
  PLplot is relatively small, portable, freely distributable, and is rich
  enough to satisfy most users.  It has a wide range of plot types including
@@ -98,16 +98,6 @@ Description: Scientific plotting library (X11 driver)
  .
  Homepage: http://www.plplot.org
 
-Package: plplot9-driver-gnome
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}
-Description: Scientific plotting library (Gnome canvas driver)
- This package provides the Gnome canvas driver module for PLplot, a
- scientific plotting library.
- .
- Homepage: http://www.plplot.org
-
 Package: plplot-tcl
 Architecture: any
 Priority: extra
diff --git a/debian/rules b/debian/rules
index 32afcad..b0b81d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,7 +41,7 @@ config-stamp: autotools-stamp
 	./configure --prefix=/usr --mandir=/usr/share/man --enable-tcl  \
                     --enable-tk --enable-gd --enable-dyndrivers         \
                     --enable-static --enable-python --with-pkg-config   \
-                    --enable-gnome --with-double --disable-linuxvga     \
+                    --disable-gnome --with-double --disable-linuxvga    \
                     --infodir=/usr/share/info --with-freetype           \
                     --without-rpath --with-prebuiltdoc --disable-java   \
                     --with-pthreads --with-ltdlsystem --with-freefont
@@ -86,10 +86,10 @@ install-stamp: build-stamp
 	mv $(debdoc)/plplot $(debdoc)/$(libpkg)
 	mv $(debex) $(debdoc)/$(libpkg)
 
-	for i in libplplot-dev plplot-tcl plplot-tcl-dev plplot-doc  \
-	         plplot9-driver-gd plplot9-driver-xwin plplot9-driver-gnome \
-                 octave-plplot python-plplot plplot-bin libplplot-c++9c2 \
-		 libcsiro0 ; do \
+	for i in libplplot-dev plplot-tcl plplot-tcl-dev plplot-doc	\
+		plplot9-driver-gd plplot9-driver-xwin octave-plplot	\
+		python-plplot plplot-bin libplplot-c++9c2 		\
+		libcsiro0 ; do \
 	  ln -s $(libpkg) $(debdoc)/$$i ; \
 	done
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/plplot.git



More information about the debian-science-commits mailing list