From 9b74f2ffa147ca9124e8ab0c143e68c508643bdd Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Tue, 12 May 2009 09:35:22 +0000 Subject: Remove scrollkeeper dependencies. --- debian/changelog | 4 ++++ debian/control | 3 +-- debian/control.in | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 5f36fbb5..5cd4825e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ zenity (2.26.0-1) UNRELEASED; urgency=low + [ Luca Bruno ] * New upstream release. * debian/control.in: - Remove libgnomecanvas2-dev dependency. @@ -9,6 +10,9 @@ zenity (2.26.0-1) UNRELEASED; urgency=low - Change license to LGPL-2. - Add two more upstream authors and copyright notices. + [ Josselin Mouette ] + * Remove scrollkeeper dependency. + -- Luca Bruno Sun, 26 Apr 2009 22:59:50 +0200 zenity (2.24.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 2db800b3..1be30947 100644 --- a/debian/control +++ b/debian/control @@ -18,8 +18,7 @@ Standards-Version: 3.8.1 Package: zenity Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends}, - scrollkeeper + ${shlibs:Depends} Conflicts: libgtkada2-bin Description: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a diff --git a/debian/control.in b/debian/control.in index 18077b36..c5407f30 100644 --- a/debian/control.in +++ b/debian/control.in @@ -18,8 +18,7 @@ Standards-Version: 3.8.1 Package: zenity Architecture: any Depends: ${misc:Depends}, - ${shlibs:Depends}, - scrollkeeper + ${shlibs:Depends} Conflicts: libgtkada2-bin Description: Display graphical dialog boxes from shell scripts Zenity allows you to display GTK+ dialogs from shell scripts; it is a -- cgit