summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control3
-rw-r--r--debian/control.in3
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
bgstack15