diff options
author | Michael Biebl <biebl@debian.org> | 2015-06-23 20:58:33 +0000 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2015-06-23 20:58:33 +0000 |
commit | efb34c130ee46d821749633f0e5503dc0ba85d41 (patch) | |
tree | d7cb05e745647eed436a51e021b292aa39d9a446 | |
parent | New upstream release. (diff) | |
download | zenity-efb34c130ee46d821749633f0e5503dc0ba85d41.tar.gz zenity-efb34c130ee46d821749633f0e5503dc0ba85d41.tar.bz2 zenity-efb34c130ee46d821749633f0e5503dc0ba85d41.zip |
Drop obsolete Breaks/Replaces from pre-wheezy.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/control.in | 2 |
3 files changed, 2 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 6ea014a4..0e474ecf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ zenity (3.16.3-1) UNRELEASED; urgency=medium * New upstream release. + * Drop obsolete Breaks/Replaces from pre-wheezy. -- Michael Biebl <biebl@debian.org> Tue, 23 Jun 2015 22:56:21 +0200 diff --git a/debian/control b/debian/control index bd48c5dc..3010a3c2 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> -Uploaders: Frederic Peters <fpeters@debian.org>, Jordi Mallach <jordi@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org> +Uploaders: Jordi Mallach <jordi@debian.org>, Laurent Bigonville <bigon@debian.org>, Michael Biebl <biebl@debian.org> Build-Depends: debhelper (>= 9), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), diff --git a/debian/control.in b/debian/control.in index c53d0501..7db67ced 100644 --- a/debian/control.in +++ b/debian/control.in @@ -33,8 +33,6 @@ Description: Display graphical dialog boxes from shell scripts Package: zenity-common Architecture: all Depends: ${misc:Depends} -Breaks: zenity (<< 2.91.5-1~) -Replaces: zenity (<< 2.91.5-1~) Description: Display graphical dialog boxes from shell scripts (common files) Zenity allows you to display GTK+ dialogs from shell scripts; it is a rewrite of the `gdialog' command from GNOME 1. |