[Pkg-octave-commit] [octave-odepkg] 03/09: d/control: remove unneeded versioned dependency on octave-pkg-dev.

Sébastien Villemot sebastien at debian.org
Tue Jul 4 09:34:35 UTC 2017


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

sebastien pushed a commit to branch master
in repository octave-odepkg.

commit 82959ff46befb36cb41fe72da59b73d7f5b129fc
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Tue Jul 4 10:51:34 2017 +0200

    d/control: remove unneeded versioned dependency on octave-pkg-dev.
---
 debian/control | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/debian/control b/debian/control
index 0fb373a..27b8605 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,22 @@
 Source: octave-odepkg
-Section: math
-Priority: optional
 Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Rafael Laboissiere <rafael at debian.org>
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.0), texlive
+Section: math
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               octave-pkg-dev,
+               texlive
 Standards-Version: 3.9.8
-Homepage: http://octave.sourceforge.net/odepkg
-Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-odepkg.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/octave-odepkg.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-odepkg.git
+Homepage: http://octave.sourceforge.net/odepkg
 
 Package: octave-odepkg
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${octave:Depends}
 Description: solve differential equations and initial value problems in Octave
  This package provides a toolkit for Differential Equations and
  Initial Value Problems for Octave, a numerical computation software.

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-odepkg.git



More information about the Pkg-octave-commit mailing list