[Pkg-octave-commit] [SCM] Debian packaging for octave-strings branch, master, updated. 75006424cff419336f6301772a6dcf7f0d185441

Rafael Laboissiere rafael at laboissiere.net
Thu Mar 15 21:37:44 UTC 2012


The following commit has been merged in the master branch:
commit df1e67850eb342da733cf920b64c47eec89f54a1
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Wed Mar 14 12:22:15 2012 +0100

    Drop the dependencies on octave-control
    
    This was only needed because the swap function.  It is now defined in
    cstrcmp, thanks to the patch add-swap-function.patch.

diff --git a/debian/control b/debian/control
index b9beddc..e5bc8ae 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Octave Group <pkg-octave-devel at lists.alioth.debian.org>
 Uploaders: Thomas Weber <tweber at debian.org>,
            Sébastien Villemot <sebastien.villemot at ens.fr>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.0), octave-control, libpcre3-dev
+Build-Depends: debhelper (>= 9), cdbs, octave-pkg-dev (>= 1.0.0), libpcre3-dev
 Standards-Version: 3.9.1
 Homepage: http://octave.sourceforge.net/strings
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-strings.git
@@ -13,7 +13,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-strings.git
 
 Package: octave-strings
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, octave-control
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}
 Description: additional string manipulation functions for Octave
  This package provides additional functions to manipulate strings in octave,
  including the possibility to decode from base64 and encode into it and using

-- 
Debian packaging for octave-strings



More information about the Pkg-octave-commit mailing list