[plplot] 05/68: Import Debian changes 5.3.1-4

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 3f4c8b0c9094142e4bd3a9262553e12acab2b1c9
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Apr 9 11:03:11 2005 +0200

    Import Debian changes 5.3.1-4
    
    plplot (5.3.1-4) unstable; urgency=low
    
      * debian/rules: Added --with-freefont option to configure
      * debian/control:
        - plplot9-driver-gd recommends now the ttf-freefont package
        - libplplot-dev depends on libplplot-c++9, avoiding broken link
          /usr/lib/libplplotcxxd.so (closes: #303830)
---
 debian/changelog | 10 ++++++++++
 debian/control   |  3 ++-
 debian/rules     |  3 ++-
 3 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ad605d..68e1b7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+plplot (5.3.1-4) unstable; urgency=low
+
+  * debian/rules: Added --with-freefont option to configure
+  * debian/control:
+    - plplot9-driver-gd recommends now the ttf-freefont package
+    - libplplot-dev depends on libplplot-c++9, avoiding broken link
+      /usr/lib/libplplotcxxd.so (closes: #303830)
+
+ -- Rafael Laboissiere <rafael at debian.org>  Sat,  9 Apr 2005 11:03:11 +0200
+
 plplot (5.3.1-3) unstable; urgency=low
 
   * Rebuild against Octave 2.1.66
diff --git a/debian/control b/debian/control
index 115a9f4..ce6f78b 100644
--- a/debian/control
+++ b/debian/control
@@ -30,7 +30,7 @@ Package: libplplot-dev
 Architecture: any
 Section: libdevel
 Recommends: pkg-config
-Depends: libplplot9 (= ${Source-Version}), libqhull-dev, libfreetype6-dev, libltdl3-dev
+Depends: libplplot9 (= ${Source-Version}), libplplot-c++9 (= ${Source-Version}), libqhull-dev, libfreetype6-dev, libltdl3-dev
 Description: Scientific plotting library (development files)
  This package contains all that is needed for doing development in C, C++,
  and Fortran with PLplot, a scientific plotting library.  Examples of
@@ -136,6 +136,7 @@ Package: plplot9-driver-gd
 Architecture: any
 Section: libs
 Depends: ${shlibs:Depends}
+Recommends: ttf-freefont
 Description: Scientific plotting library (GD driver)
  This package provides the GD driver module for PLplot, a scientific plotting
  library.  It allows the generation of PNG and JPEG files directly from
diff --git a/debian/rules b/debian/rules
index 8075aa4..3df802a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,8 @@ config-stamp: autotools-stamp
                     --enable-gnome --with-double --disable-linuxvga     \
                     --infodir=/usr/share/info --with-freetype           \
                     --without-rpath --with-prebuiltdoc --disable-java   \
-                    --with-pthreads --with-ltdlsystem
+                    --with-pthreads --with-ltdlsystem --with-freefont
+
 	touch config-stamp
 
 build: build-stamp

-- 
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