[pdl] 08/09: cme fix dpkg-control

Bas Couwenberg sebastic at debian.org
Sun Jun 12 13:46:05 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 75eb126e3c9194102e718fdb7959f8822b9ad9c1
Author: Andreas Tille <tille at debian.org>
Date:   Mon May 30 11:47:40 2016 +0200

    cme fix dpkg-control
---
 debian/changelog |  1 +
 debian/control   | 96 ++++++++++++++++++++++++++------------------------------
 2 files changed, 46 insertions(+), 51 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 838a5be..fbd6f19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ pdl (1:2.015-1) UNRELEASED; urgency=medium
 
   * Team upload
   * New upstream version
+  * cme fix dpkg-control
 
  -- Andreas Tille <tille at debian.org>  Mon, 30 May 2016 11:45:04 +0200
 
diff --git a/debian/control b/debian/control
index 897afb0..2bc8ea3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,64 +1,58 @@
 Source: pdl
-Section: math
-Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Henning Glawe <glaweh at debian.org>
-Standards-Version: 3.9.4
-Build-Depends:
- gfortran,
- dpkg-dev (>= 1.16.1~),
- x11proto-core-dev,
- libncurses-dev,
- perl (>= 5.8.0-3),
- debhelper (>= 9),
- libinline-perl (>= 0.43),
- libgsl-dev,
- libxext-dev,
- libhdf4-alt-dev | libhdf4g-dev,
- libproj-dev | proj,
- proj-bin | proj,
- libgd2-xpm-dev,
- libastro-fits-header-perl,
- sharutils,
- libopengl-perl (>= 0.6702),
- libxi-dev,
- libxmu-dev,
- freeglut3-dev,
- libextutils-f77-perl,
- netpbm,
- libdevel-repl-perl (>=1.003011),
- libtest-warn-perl
+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,
+               libastro-fits-header-perl,
+               sharutils,
+               libopengl-perl (>= 0.6702),
+               libxi-dev,
+               libxmu-dev,
+               freeglut3-dev,
+               libextutils-f77-perl,
+               netpbm,
+               libdevel-repl-perl,
+               libtest-warn-perl
+Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/pdl.git
-Vcs-Git: git://anonscm.debian.org/debian-science/packages/pdl.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/pdl.git
 Homepage: http://pdl.perl.org/
 
 Package: pdl
 Architecture: any
-Depends:
- ${perl:Depends},
- libterm-readkey-perl,
- ${shlibs:Depends},
- ${misc:Depends}
-Recommends:
- libterm-readline-gnu-perl | libterm-readline-perl-perl
-Suggests:
- libpgplot-perl,
- netpbm | imagemagick,
- libastro-fits-header-perl,
- libinline-perl,
- doc-base,
- libextutils-f77-perl,
- proj-bin | proj,
- libdevel-repl-perl (>=1.003011),
- libopengl-perl (>= 0.6702),
- libhdf4-0-alt,
- libgl1-mesa-glx | libgl1,
- libpdl-fftw-perl,
- libpdl-graphics-plplot-perl
+Depends: ${perl:Depends},
+         libterm-readkey-perl,
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: libterm-readline-gnu-perl | libterm-readline-perl-perl
+Suggests: libpgplot-perl,
+          netpbm | imagemagick,
+          libastro-fits-header-perl,
+          libinline-perl,
+          doc-base,
+          libextutils-f77-perl,
+          proj-bin | proj,
+          libdevel-repl-perl,
+          libopengl-perl (>= 0.6702),
+          libhdf4-0-alt,
+          libgl1-mesa-glx | libgl1,
+          libpdl-fftw-perl,
+          libpdl-graphics-plplot-perl
 Conflicts: r-pdl
+Provides: ${pdlapi:Provides}
 Replaces: r-pdl
-Provides:
- ${pdlapi:Provides}
 Description: perl data language: Perl extensions for numerics
  PDL gives standard perl the ability to COMPACTLY
  store and SPEEDILY manipulate the large N-dimensional data arrays 

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