[libpdl-graphics-gnuplot-perl] 05/07: Use dh_pdl to set versioned pdl dependency via ${pdl:Depends}.

Bas Couwenberg sebastic at debian.org
Thu Jun 16 23:39:39 UTC 2016


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

sebastic pushed a commit to branch master
in repository libpdl-graphics-gnuplot-perl.

commit 812085a77b94b4b815d90e6eac5b1e73f133ac39
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jun 17 01:10:02 2016 +0200

    Use dh_pdl to set versioned pdl dependency via ${pdl:Depends}.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 5 +++++
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 92d7a4b..25d4189 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ libpdl-graphics-gnuplot-perl (2.005-3) UNRELEASED; urgency=medium
   * Enable all hardening buildflags.
   * Add upstream metadata.
   * Add gbp.conf to use pristine-tar by default.
+  * Use dh_pdl to set versioned pdl dependency via ${pdl:Depends}.
 
  -- Salvatore Bonaccorso <carnil at debian.org>  Sat, 30 Jan 2016 20:06:05 +0100
 
diff --git a/debian/control b/debian/control
index a16b4f0..5e82edb 100644
--- a/debian/control
+++ b/debian/control
@@ -20,10 +20,10 @@ Package: libpdl-graphics-gnuplot-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
+         ${pdl:Depends},
          libalien-gnuplot-perl,
          libipc-run-perl,
          libsafe-isa-perl,
-         pdl,
          gnuplot
 Description: gnuplot-based plotting backend for PDL
  PDL::Graphics::Gnuplot allows PDL data to be plotted using Gnuplot as a backend
diff --git a/debian/rules b/debian/rules
index 052b3f7..a44dd99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,8 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 # this upstream, but in the meantime I simply disable the tests
 override_dh_auto_test:
 	true
+
+override_dh_perl:
+	dh_perl
+	dh_pdl
+

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-graphics-gnuplot-perl.git



More information about the Pkg-perl-cvs-commits mailing list