[Pkg-octave-commit] [SCM] octave-strings branch, master, updated. a3b5073ecdc750b57530f379440de987ec5e4108

Thomas Weber thomas.weber.mail at gmail.com
Thu Dec 31 10:00:30 UTC 2009


The following commit has been merged in the master branch:
commit 522f8cf786b56b7a51bad136944f625586ee3853
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date:   Thu Dec 31 01:07:28 2009 +0100

    Add dependency on octave-control

diff --git a/debian/changelog b/debian/changelog
index 014717b..332b7cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,13 @@
 octave-strings (1.0.7-2) UNRELEASED; urgency=low
 
+  [ Rafael Laboissiere ]
   * debian/control: Build-depend on octave-pkg-dev >= 0.7.0, such that the
     package is built against octave3.2
 
- -- Rafael Laboissiere <rafael at debian.org>  Sun, 07 Jun 2009 21:06:42 +0200
+  [ Thomas Weber ]
+  * Add dependency on octave-control for swap.m, used by cstrcmp.m
+
+ -- Thomas Weber <thomas.weber.mail at gmail.com>  Sat, 19 Dec 2009 23:21:57 +0100
 
 octave-strings (1.0.7-1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index bc596b2..91ca382 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ólafur Jens Sigurðsson <ojsbug at gmail.com>,
  Thomas Weber <thomas.weber.mail at gmail.com>,
  Rafael Laboissiere <rafael at debian.org>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.0)
+Build-Depends: debhelper (>= 7.0.0), cdbs, octave-pkg-dev (>= 0.7.0), octave-control
 Standards-Version: 3.8.1
 Homepage: http://octave.sourceforge.net/strings
 Vcs-Git: git://git.debian.org/git/pkg-octave/octave-strings.git
@@ -14,7 +14,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}
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends}, octave-control
 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

-- 
octave-strings



More information about the Pkg-octave-commit mailing list