[pdl] 10/25: Reorder (build) dependencies.
Bas Couwenberg
sebastic at debian.org
Sun Jun 12 21:29:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository pdl.
commit 0e5817f617562d01937a357de49cdc21b14be968
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Sun Jun 12 17:43:39 2016 +0200
Reorder (build) dependencies.
---
debian/changelog | 1 +
debian/control | 57 ++++++++++++++++++++++++++++----------------------------
2 files changed, 30 insertions(+), 28 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 42b5e1a..4e81224 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ pdl (1:2.016-1) UNRELEASED; urgency=medium
- Fix license for "same terms as Perl itself": Artistic or GPL-1+
- Add copyright holders
- Add license & copyright for differently licensed files
+ * Reorder (build) dependencies.
-- Bas Couwenberg <sebastic at debian.org> Sun, 12 Jun 2016 16:00:28 +0200
diff --git a/debian/control b/debian/control
index a862151..4ae0773 100644
--- a/debian/control
+++ b/debian/control
@@ -3,28 +3,28 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Henning Glawe <glaweh at debian.org>
Section: math
Priority: optional
-Build-Depends: gfortran,
- x11proto-core-dev,
- libncurses-dev,
- perl,
- debhelper (>= 9),
- libinline-perl,
- libgsl-dev,
- libxext-dev,
- libhdf4-alt-dev | libhdf4g-dev,
- libproj-dev | proj,
- proj-bin | proj,
- libgd2-xpm-dev,
+Build-Depends: debhelper (>= 9),
+ freeglut3-dev,
+ gfortran,
libastro-fits-header-perl,
- sharutils,
+ libdevel-repl-perl,
+ libextutils-f77-perl,
+ libgd2-xpm-dev,
+ libgsl-dev,
+ libhdf4-alt-dev,
+ libinline-perl,
+ libncurses-dev,
libopengl-perl (>= 0.6702),
+ libproj-dev,
+ libtest-warn-perl,
+ libxext-dev,
libxi-dev,
libxmu-dev,
- freeglut3-dev,
- libextutils-f77-perl,
netpbm,
- libdevel-repl-perl,
- libtest-warn-perl
+ perl,
+ proj-bin,
+ sharutils,
+ x11proto-core-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/pdl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/pdl.git
@@ -32,24 +32,24 @@ Homepage: http://pdl.perl.org/
Package: pdl
Architecture: any
-Depends: ${perl:Depends},
- libterm-readkey-perl,
+Depends: libterm-readkey-perl,
+ ${perl:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl
-Suggests: libpgplot-perl,
- netpbm | imagemagick,
+Suggests: doc-base,
libastro-fits-header-perl,
- libinline-perl,
- doc-base,
- libextutils-f77-perl,
- proj-bin | proj,
libdevel-repl-perl,
- libopengl-perl (>= 0.6702),
- libhdf4-0-alt,
+ libextutils-f77-perl,
libgl1-mesa-glx | libgl1,
+ libhdf4-0-alt,
+ libinline-perl,
+ libopengl-perl (>= 0.6702),
libpdl-fftw-perl,
- libpdl-graphics-plplot-perl
+ libpdl-graphics-plplot-perl,
+ libpgplot-perl,
+ netpbm | imagemagick,
+ proj-bin
Conflicts: r-pdl
Provides: ${pdlapi:Provides}
Replaces: r-pdl
@@ -67,3 +67,4 @@ Description: perl data language: Perl extensions for numerics
.
A simple interactive shell (perldl) is provided for command line use
together with a module (PDL) for use in perl scripts.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pdl.git
More information about the Pkg-perl-cvs-commits
mailing list