[Pkg-octave-commit] [SCM] Debian packaging for octave-pkg-dev branch, master, updated. debian/1.0.0-5-gf7f4a3a

Rafael Laboissiere rafael at laboissiere.net
Fri Mar 9 23:03:47 UTC 2012


The following commit has been merged in the master branch:
commit f7f4a3ab718ea878bbdd2e4a046e136a994d57e9
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Fri Mar 9 23:51:27 2012 +0100

    Add the automated dependency on Perl
    
    This is not strictly necessary, because octave-pkg-dev depends on
    debhelper, which on its turn already depends on perl.  I am doing this for
    the sake of completeness and also for getting rid of the warning issued by
    dpkg-gencontrol regarding the unused substitution variable ${perl:Depends}.

diff --git a/debian/control b/debian/control
index 986dccf..e72e678 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-pkg-dev.git
 
 Package: octave-pkg-dev
 Architecture: all
-Depends: liboctave-dev (>= 3.6.1-2~), debhelper (>= 6), cdbs, ${misc:Depends}
+Depends: liboctave-dev (>= 3.6.1-2~), debhelper (>= 6), cdbs,
+ ${misc:Depends}, ${perl:Depends}
 Description: infrastructure to build Octave packages
  Since version 3.0 of Octave (a numerical computation software),
  add-ons can be installed through the pkg.m system.  This package

-- 
Debian packaging for octave-pkg-dev



More information about the Pkg-octave-commit mailing list