From 23590c9d905969e27c975e14307e3bf241669783 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Mon, 1 Sep 2008 21:20:45 +0000 Subject: Conflict with libgtkada2-bin; closes: #497456. --- debian/changelog | 6 ++++++ debian/control | 3 ++- debian/control.in | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 19487983..8804f013 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.22.1-2) UNRELEASED; urgency=low + + * Conflict with libgtkada2-bin; closes: #497456. + + -- Loic Minier Mon, 01 Sep 2008 23:20:19 +0200 + zenity (2.22.1-1) unstable; urgency=low * New upstream bugfix release. diff --git a/debian/control b/debian/control index 9f4ecc10..e39d3d74 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 5), gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 -Uploaders: Debian GNOME Maintainers , Guilherme de S. Pastore , Josselin Mouette , Loic Minier , Sebastian Dröge +Uploaders: Debian GNOME Maintainers , Josselin Mouette , Loic Minier , Sebastian Dröge Standards-Version: 3.7.3 Package: zenity @@ -23,6 +23,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, scrollkeeper +Conflicts: libgtkada2-bin 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 c6fe19b6..35b42e63 100644 --- a/debian/control.in +++ b/debian/control.in @@ -23,6 +23,7 @@ Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, scrollkeeper +Conflicts: libgtkada2-bin 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. -- cgit