diff options
author | Loïc Minier <lool@dooz.org> | 2007-09-23 18:39:34 +0000 |
---|---|---|
committer | Loïc Minier <lool@dooz.org> | 2007-09-23 18:39:34 +0000 |
commit | 5f305b377367f62f1ed79fb3b204725032c029a6 (patch) | |
tree | 0397537cbbb95ce8bd8a3b8fd2e496af8a098c1a | |
parent | * New upstream translation and bugfix release. (diff) | |
download | zenity-5f305b377367f62f1ed79fb3b204725032c029a6.tar.gz zenity-5f305b377367f62f1ed79fb3b204725032c029a6.tar.bz2 zenity-5f305b377367f62f1ed79fb3b204725032c029a6.zip |
* Drop version in dependency on scrollkeeper.
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 749885c6..c87ab235 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.20.0-2) unstable; urgency=medium + + * Drop version in dependency on scrollkeeper. + + -- Loic Minier <lool@dooz.org> Sun, 23 Sep 2007 20:35:31 +0200 + zenity (2.20.0-1) unstable; urgency=low * New upstream translation and bugfix release. diff --git a/debian/control b/debian/control index bac13e4a..90bdbf5e 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Package: zenity Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - scrollkeeper (>= 0.3.9) + scrollkeeper Description: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. diff --git a/debian/control.in b/debian/control.in index 884ef351..017ba89b 100644 --- a/debian/control.in +++ b/debian/control.in @@ -22,7 +22,7 @@ Package: zenity Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, - scrollkeeper (>= 0.3.9) + scrollkeeper Description: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. |