diff options
author | Josselin Mouette <joss@debian.org> | 2009-05-12 09:35:22 +0000 |
---|---|---|
committer | Josselin Mouette <joss@debian.org> | 2009-05-12 09:35:22 +0000 |
commit | 9b74f2ffa147ca9124e8ab0c143e68c508643bdd (patch) | |
tree | e2510f2f5823950c34b312d5f2577d92f23c70a0 /debian | |
parent | * New upstream release. (diff) | |
download | zenity-9b74f2ffa147ca9124e8ab0c143e68c508643bdd.tar.gz zenity-9b74f2ffa147ca9124e8ab0c143e68c508643bdd.tar.bz2 zenity-9b74f2ffa147ca9124e8ab0c143e68c508643bdd.zip |
Remove scrollkeeper dependencies.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 3 | ||||
-rw-r--r-- | debian/control.in | 3 |
3 files changed, 6 insertions, 4 deletions
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 <lethalman88@gmail.com> 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 |