[Pkg-octave-commit] [octave-nan] 01/02: d/control: remove unnecessary versioned dependency on octave-pkg-dev.
Sébastien Villemot
sebastien at debian.org
Mon Jun 12 12:54:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository octave-nan.
commit 7ff673aa76900b515ab51b6f1fd924a73827d75f
Author: Sébastien Villemot <sebastien at debian.org>
Date: Mon Jun 12 14:47:52 2017 +0200
d/control: remove unnecessary versioned dependency on octave-pkg-dev.
---
debian/control | 18 +++++++++++-------
1 file changed, 11 insertions(+), 7 deletions(-)
diff --git a/debian/control b/debian/control
index 2b47912..1ebf1fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,25 @@
Source: octave-nan
-Section: math
-Priority: optional
Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
Uploaders: Thomas Weber <tweber at debian.org>,
Rafael Laboissiere <rafael at debian.org>,
Sébastien Villemot <sebastien at debian.org>,
Mike Miller <mtmiller at debian.org>
-Build-Depends: debhelper (>= 10), cdbs, octave-pkg-dev (>= 1.0.0),
- libsvm-dev
+Section: math
+Priority: optional
+Build-Depends: debhelper (>= 10),
+ cdbs,
+ octave-pkg-dev,
+ libsvm-dev
Standards-Version: 3.9.8
-Homepage: http://octave.sourceforge.net/nan/
-Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-nan.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-octave/octave-nan.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-octave/octave-nan.git
+Homepage: http://octave.sourceforge.net/nan/
Package: octave-nan
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends},
+ ${octave:Depends}
Description: handles data with and without missing values in Octave
This package allows the handling of data with and without missing
values by using NaN in Octave. Features of this package includes:
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-nan.git
More information about the Pkg-octave-commit
mailing list