diff options
author | Emilio Pozuelo Monfort <pochu@debian.org> | 2010-02-27 16:05:20 +0000 |
---|---|---|
committer | Emilio Pozuelo Monfort <pochu@debian.org> | 2010-02-27 16:05:20 +0000 |
commit | b42194170157ec8a142145ac0316a84e722efc47 (patch) | |
tree | 44edd8e4f9966a9de06549df0535f130600323a3 /debian | |
parent | * debian/patches/02_dont_quit_zenity_when_stdin_ends.patch: (diff) | |
download | zenity-b42194170157ec8a142145ac0316a84e722efc47.tar.gz zenity-b42194170157ec8a142145ac0316a84e722efc47.tar.bz2 zenity-b42194170157ec8a142145ac0316a84e722efc47.zip |
* debian/control.in:
- Standards-Version is 3.8.4, no changes needed.
- Move Uploaders right after Maintainer.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 9 | ||||
-rw-r--r-- | debian/control.in | 4 |
3 files changed, 14 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index aa87e094..3c536173 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -zenity (2.28.0-2) UNRELEASED; urgency=low +zenity (2.28.0-2) unstable; urgency=low [ Andrea Veri ] * debian/control.in: @@ -8,8 +8,11 @@ zenity (2.28.0-2) UNRELEASED; urgency=low * debian/patches/02_dont_quit_zenity_when_stdin_ends.patch: - Don't quit zenity when listening on stdin and the stream ends. Closes: #506425. + * debian/control.in: + - Standards-Version is 3.8.4, no changes needed. + - Move Uploaders right after Maintainer. - -- Andrea Veri <andrea.veri89@gmail.com> Fri, 06 Nov 2009 00:20:01 +0100 + -- Emilio Pozuelo Monfort <pochu@debian.org> Sat, 27 Feb 2010 16:42:27 +0100 zenity (2.28.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 9922dd12..b87d6a1a 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,13 @@ +# This file is autogenerated. DO NOT EDIT! +# +# Modifications should be made to debian/control.in instead. +# This file is regenerated automatically in the clean target. + Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton <ross@debian.org> +Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu@debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org> Build-Depends: debhelper (>= 5), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), @@ -11,8 +17,7 @@ Build-Depends: debhelper (>= 5), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10, libglib2.0-dev -Uploaders: Andrea Veri <andrea.veri89@gmail.com>, Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Josselin Mouette <joss@debian.org>, Loic Minier <lool@dooz.org>, Sebastian Dröge <slomo@debian.org> -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Package: zenity Architecture: any diff --git a/debian/control.in b/debian/control.in index 7cca2180..b69ab6a9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,6 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton <ross@debian.org> +Uploaders: @GNOME_TEAM@ Build-Depends: debhelper (>= 5), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), @@ -11,8 +12,7 @@ Build-Depends: debhelper (>= 5), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10, libglib2.0-dev -Uploaders: @GNOME_TEAM@ -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Package: zenity Architecture: any |