[Pkg-octave-commit] r1476 - octave-forge-pkgs/octave-zenity/trunk/debian
Thomas Weber
thomas-guest at alioth.debian.org
Sat Mar 22 23:38:03 UTC 2008
Author: thomas-guest
Date: 2008-03-22 23:38:03 +0000 (Sat, 22 Mar 2008)
New Revision: 1476
Modified:
octave-forge-pkgs/octave-zenity/trunk/debian/control
Log:
Add zenity to depends, the scripts call it by command lines.
Drop FIXME in description, it covers everything the package can do.
Modified: octave-forge-pkgs/octave-zenity/trunk/debian/control
===================================================================
--- octave-forge-pkgs/octave-zenity/trunk/debian/control 2008-03-22 18:12:14 UTC (rev 1475)
+++ octave-forge-pkgs/octave-zenity/trunk/debian/control 2008-03-22 23:38:03 UTC (rev 1476)
@@ -14,11 +14,10 @@
Package: octave-zenity
Architecture: all
-Depends: ${shlibs:Depends}, ${octave:Depends}
+Depends: ${shlibs:Depends}, ${octave:Depends}, zenity
Description: simple graphical user interfaces using zenity in Octave
This package provides a set of functions for creating simple graphical
user interfaces for octave. It is currently possible to create calendar
windows, text entries, file selection dialogs, lists, message
windows, icons in the notification area, and windows for large amount
of text.
- FIXME!
More information about the Pkg-octave-commit
mailing list