[Pkg-octave-commit] [SCM] Debian packaging for octave-communications branch, master, updated. f5d4b9419bf46e41197ea343c8afb2d10da903ee

Rafael Laboissiere rafael at laboissiere.net
Mon Mar 12 20:45:10 UTC 2012


The following commit has been merged in the master branch:
commit f4f685f19b89887e8a48a9ad5e188e3d665053ab
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon Mar 12 18:16:29 2012 +0100

    Reorganize the dependencies of the binary packages
    
    Since the octave--communication package depends on the -common
    package, let the later depend on octave, contrary to the previous
    situation.  Use ${source:Version} for specifying the relationship
    between both packages, instead of hard-coding the version number.
    Also, drop the dependency on octave-signal, since it is automatically
    included via ${octave:Depends}.

diff --git a/debian/control b/debian/control
index 4269f4f..6c51888 100644
--- a/debian/control
+++ b/debian/control
@@ -13,8 +13,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-octave/octave-communications.git
 
 Package: octave-communications
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}, ${octave:Depends},
- octave-signal (>=1.0.10-1), octave-communications-common (>=1.0.10-1)
+Depends: ${misc:Depends}, ${shlibs:Depends},
+ octave-communications-common (= ${source:Version})
 Description: communications package for Octave
  This package provides functions for Octave, a numerical computation
  software, to perform error analysis on communication signals,
@@ -25,7 +25,7 @@ Description: communications package for Octave
 
 Package: octave-communications-common
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${octave:Depends}
 Conflicts: octave-communications (<< 1.0.9-1)
 Description: communications package for Octave (arch-indep files)
  This package provides functions for Octave, a numerical computation

-- 
Debian packaging for octave-communications



More information about the Pkg-octave-commit mailing list