[Pkg-octave-commit] r1449 - in octave-forge-pkgs: octave-image/trunk/debian octave-symbolic/trunk/debian

Rafael Laboissiere rafael at alioth.debian.org
Sat Mar 22 09:50:24 UTC 2008


Author: rafael
Date: 2008-03-22 09:50:24 +0000 (Sat, 22 Mar 2008)
New Revision: 1449

Modified:
   octave-forge-pkgs/octave-image/trunk/debian/control
   octave-forge-pkgs/octave-symbolic/trunk/debian/control
Log:
There is no need to depend explicitly on libraries, since ${shlibs:Depends}
copes with that


Modified: octave-forge-pkgs/octave-image/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-image/trunk/debian/control	2008-03-22 09:41:18 UTC (rev 1448)
+++ octave-forge-pkgs/octave-image/trunk/debian/control	2008-03-22 09:50:24 UTC (rev 1449)
@@ -13,7 +13,7 @@
 
 Package: octave-image
 Architecture: any
-Depends: ${shlibs:Depends}, ${octave:Depends}, libpng12-0, libjpeg62
+Depends: ${shlibs:Depends}, ${octave:Depends}
 Description: image manipulation for Octave
  This package provides functions for reading, writing, and processing
  images to Octave, a numerical computation software. The package

Modified: octave-forge-pkgs/octave-symbolic/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-symbolic/trunk/debian/control	2008-03-22 09:41:18 UTC (rev 1448)
+++ octave-forge-pkgs/octave-symbolic/trunk/debian/control	2008-03-22 09:50:24 UTC (rev 1449)
@@ -14,7 +14,7 @@
 
 Package: octave-symbolic
 Architecture: any
-Depends: ${shlibs:Depends}, ${octave:Depends}, libginac1.4
+Depends: ${shlibs:Depends}, ${octave:Depends}
 Description: symbolic toolbox for Octave
  This package provides a symbolic toolbox for octave based on GiNaC
  and CLN.




More information about the Pkg-octave-commit mailing list