From 73a866ab92f75dfd63a7b8d6fcac0021e3ae6175 Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Sat, 29 Oct 2005 03:46:51 +0000 Subject: * New upstream release * debian/patches/00_man_escape_hyphens.diff: - dropped; applied upstream * debian/rules: - pass --disable-scrollkeeper to configure --- debian/changelog | 10 ++++++ debian/patches/00_man_escape_hyphens.diff | 55 ------------------------------- debian/rules | 2 ++ 3 files changed, 12 insertions(+), 55 deletions(-) delete mode 100644 debian/patches/00_man_escape_hyphens.diff diff --git a/debian/changelog b/debian/changelog index 1a331fe3..cd8e5c96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +zenity (2.12.1-1) experimental; urgency=low + + * New upstream release + * debian/patches/00_man_escape_hyphens.diff: + - dropped; applied upstream + * debian/rules: + - pass --disable-scrollkeeper to configure + + -- Guilherme de S. Pastore Sat, 29 Oct 2005 01:43:05 -0200 + zenity (2.10.1-1) unstable; urgency=low * New upstream release diff --git a/debian/patches/00_man_escape_hyphens.diff b/debian/patches/00_man_escape_hyphens.diff deleted file mode 100644 index 5b52e607..00000000 --- a/debian/patches/00_man_escape_hyphens.diff +++ /dev/null @@ -1,55 +0,0 @@ ---- data/zenity.1 2004-09-13 04:51:51.000000000 -0300 -+++ data/zenity.1.new 2005-09-15 15:54:23.199172720 -0300 -@@ -10,7 +10,7 @@ - input. This allows you to present information, and ask for information - from the user, from all manner of shell scripts. - .PP --For example, \fBzenity --question\fP will return either 0 or 1, -+For example, \fBzenity \-\-question\fP will return either 0 or 1, - depending on whether the user pressed \fIOK\fP or \fICancel\fP. \fBzenity - --entry\fP will output on standard output what the user typed into the - text entry field. -@@ -221,36 +221,36 @@ - Display a file selector with the title \fISelect a file to - remove\fP. The file selected is returned on standard output. - .IP --zenity --title="Select a file to remove" --file-selection -+zenity \-\-title="Select a file to remove" \-\-file-selection - .PP - Display a text entry dialog with the title \fISelect Host\fP and the - text \fISelect the host you would like to flood-ping\fP. The entered - text is returned on standard output. - .IP --zenity --title "Select Host" --entry --text "Select the host you would like to flood-ping" -+zenity \-\-title "Select Host" \-\-entry \-\-text "Select the host you would like to flood-ping" - .PP - Display a dialog, asking \fIMicrosoft Windows has been found! Would - you like to remove it?\fP. The return code will be 0 (true in shell) - if \fIOK\fP is selected, and 1 (false) if \fICancel\fP is selected. - .IP --zenity --question --title "Alert" --text "Microsoft Windows has been found! Would you like to remove it?" -+zenity \-\-question \-\-title "Alert" \-\-text "Microsoft Windows has been found! Would you like to remove it?" - .PP - Show the search results in a list dialog with the title \fISearch Results\fP - and the text \fIFinding all header files...\fP. - .IP --find . -name '*.h' | zenity --title "Search Results" --text "Finding all header files.." --column "Files" -+find . \-name '*.h' | zenity \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" - .PP - Show an icon in the notification area - .IP --zenity --notification --window-icon=update.png --text "System update necessary!" -+zenity \-\-notification \-\-window-icon=update.png \-\-text "System update necessary!" - .PP - Display a weekly shopping list in a check list dialog with \fIApples\fP and \fIOranges\fP pre selected - .IP --zenity --list --checklist --column "Buy" --column "Item" TRUE Apples TRUE Oranges FALSE Pears FALSE Toothpaste -+zenity \-\-list \-\-checklist \-\-column "Buy" \-\-column "Item" TRUE Apples TRUE Oranges FALSE Pears FALSE Toothpaste - .PP - Display a progress dialog while searching for all the postscript files in your home directory - .P --find `echo $HOME` '*.ps' | zenity --progress --pulsate -+find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate - .SH AUTHOR - \fBZenity\fP was written by Glynn Foster . - .P diff --git a/debian/rules b/debian/rules index 47f7e9a9..6950db61 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper + binary-post-install/zenity:: rm -rf debian/zenity/var -- cgit From e3f6dbe5a4933be8d6f19108e78e2014d8345e43 Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Sat, 29 Oct 2005 04:09:50 +0000 Subject: * debian/control.in: - added build dependency on gnome-doc-utils --- debian/changelog | 2 ++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index cd8e5c96..339ac1ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ zenity (2.12.1-1) experimental; urgency=low * New upstream release * debian/patches/00_man_escape_hyphens.diff: - dropped; applied upstream + * debian/control.in: + - added build dependency on gnome-doc-utils * debian/rules: - pass --disable-scrollkeeper to configure diff --git a/debian/control b/debian/control index e19824bd..66aa6663 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.6.0), libglade2-dev, libgnomecanvas2-dev, libxt-dev +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.6.0), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2) Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Clément Stenac , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Sebastien Bacher , Sjoerd Simons , Takuo KITAME Standards-Version: 3.6.2.1 diff --git a/debian/control.in b/debian/control.in index cda36ff7..62c95041 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.6.0), libglade2-dev, libgnomecanvas2-dev, libxt-dev +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.6.0), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2) Uploaders: @GNOME_TEAM@ Standards-Version: 3.6.2.1 -- cgit From 62513856efc9c6c2cf002ef4944e5f305d3413cd Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Sat, 29 Oct 2005 12:08:58 +0000 Subject: Readd 00_man_escape_hyphens.diff; it seems zenity was branched before I committed this to HEAD, and I didn't notice it =( --- debian/changelog | 4 +-- debian/patches/00_man_escape_hyphens.diff | 55 +++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 3 deletions(-) create mode 100644 debian/patches/00_man_escape_hyphens.diff diff --git a/debian/changelog b/debian/changelog index 339ac1ee..0724659d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,12 @@ zenity (2.12.1-1) experimental; urgency=low * New upstream release - * debian/patches/00_man_escape_hyphens.diff: - - dropped; applied upstream * debian/control.in: - added build dependency on gnome-doc-utils * debian/rules: - pass --disable-scrollkeeper to configure - -- Guilherme de S. Pastore Sat, 29 Oct 2005 01:43:05 -0200 + -- Guilherme de S. Pastore Sat, 29 Oct 2005 10:08:00 -0200 zenity (2.10.1-1) unstable; urgency=low diff --git a/debian/patches/00_man_escape_hyphens.diff b/debian/patches/00_man_escape_hyphens.diff new file mode 100644 index 00000000..5b52e607 --- /dev/null +++ b/debian/patches/00_man_escape_hyphens.diff @@ -0,0 +1,55 @@ +--- data/zenity.1 2004-09-13 04:51:51.000000000 -0300 ++++ data/zenity.1.new 2005-09-15 15:54:23.199172720 -0300 +@@ -10,7 +10,7 @@ + input. This allows you to present information, and ask for information + from the user, from all manner of shell scripts. + .PP +-For example, \fBzenity --question\fP will return either 0 or 1, ++For example, \fBzenity \-\-question\fP will return either 0 or 1, + depending on whether the user pressed \fIOK\fP or \fICancel\fP. \fBzenity + --entry\fP will output on standard output what the user typed into the + text entry field. +@@ -221,36 +221,36 @@ + Display a file selector with the title \fISelect a file to + remove\fP. The file selected is returned on standard output. + .IP +-zenity --title="Select a file to remove" --file-selection ++zenity \-\-title="Select a file to remove" \-\-file-selection + .PP + Display a text entry dialog with the title \fISelect Host\fP and the + text \fISelect the host you would like to flood-ping\fP. The entered + text is returned on standard output. + .IP +-zenity --title "Select Host" --entry --text "Select the host you would like to flood-ping" ++zenity \-\-title "Select Host" \-\-entry \-\-text "Select the host you would like to flood-ping" + .PP + Display a dialog, asking \fIMicrosoft Windows has been found! Would + you like to remove it?\fP. The return code will be 0 (true in shell) + if \fIOK\fP is selected, and 1 (false) if \fICancel\fP is selected. + .IP +-zenity --question --title "Alert" --text "Microsoft Windows has been found! Would you like to remove it?" ++zenity \-\-question \-\-title "Alert" \-\-text "Microsoft Windows has been found! Would you like to remove it?" + .PP + Show the search results in a list dialog with the title \fISearch Results\fP + and the text \fIFinding all header files...\fP. + .IP +-find . -name '*.h' | zenity --title "Search Results" --text "Finding all header files.." --column "Files" ++find . \-name '*.h' | zenity \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" + .PP + Show an icon in the notification area + .IP +-zenity --notification --window-icon=update.png --text "System update necessary!" ++zenity \-\-notification \-\-window-icon=update.png \-\-text "System update necessary!" + .PP + Display a weekly shopping list in a check list dialog with \fIApples\fP and \fIOranges\fP pre selected + .IP +-zenity --list --checklist --column "Buy" --column "Item" TRUE Apples TRUE Oranges FALSE Pears FALSE Toothpaste ++zenity \-\-list \-\-checklist \-\-column "Buy" \-\-column "Item" TRUE Apples TRUE Oranges FALSE Pears FALSE Toothpaste + .PP + Display a progress dialog while searching for all the postscript files in your home directory + .P +-find `echo $HOME` '*.ps' | zenity --progress --pulsate ++find `echo $HOME` '*.ps' | zenity \-\-progress \-\-pulsate + .SH AUTHOR + \fBZenity\fP was written by Glynn Foster . + .P -- cgit From 317ee4eca7e9b8d4ea868f23b97db6d6e6930a77 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 29 Oct 2005 14:19:51 +0000 Subject: * New upstream releases * Bump libglib2.0-dev build-dep to >= 2.7.3. * Add CDBS' utils. * Remove obsolete Conflict/Replace on gnome-utils. * Drop obsolete debian/zenity/var cleanup. --- debian/changelog | 11 +++++++++-- debian/control.in | 6 ++---- debian/rules | 4 +--- 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0724659d..db2c9d12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,19 @@ zenity (2.12.1-1) experimental; urgency=low - * New upstream release + [ Guilherme de S. Pastore ] + * New upstream releases * debian/control.in: - added build dependency on gnome-doc-utils * debian/rules: - pass --disable-scrollkeeper to configure - -- Guilherme de S. Pastore Sat, 29 Oct 2005 10:08:00 -0200 + [ Loic Minier ] + * Bump libglib2.0-dev build-dep to >= 2.7.3. + * Add CDBS' utils. + * Remove obsolete Conflict/Replace on gnome-utils. + * Drop obsolete debian/zenity/var cleanup. + + -- Loic Minier Sat, 29 Oct 2005 16:18:30 +0200 zenity (2.10.1-1) unstable; urgency=low diff --git a/debian/control.in b/debian/control.in index 62c95041..84366d72 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,15 +2,13 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.6.0), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2) Uploaders: @GNOME_TEAM@ Standards-Version: 3.6.2.1 Package: zenity Architecture: any -Depends: ${shlibs:Depends}, scrollkeeper (>= 0.3.9) -Replaces: gnome-utils (<< 2.4.1-1) -Conflicts: gnome-utils (<< 2.4.1-1) +Depends: ${misc:Depends}, ${shlibs:Depends}, scrollkeeper (>= 0.3.9) 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/rules b/debian/rules index 6950db61..24c91aaa 100755 --- a/debian/rules +++ b/debian/rules @@ -2,14 +2,12 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk +include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper -binary-post-install/zenity:: - rm -rf debian/zenity/var - clean:: rm -f intltool-{update,merge,extract} rm -f po/.intltool-merge-cache -- cgit From 3ee1c884e600772075807e1482035bce7a4bf977 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 29 Oct 2005 14:22:43 +0000 Subject: * Update man page dash escaping patch, 00_man_escape_hyphens.diff. --- debian/changelog | 3 ++- debian/patches/00_man_escape_hyphens.diff | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index db2c9d12..c495302a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,9 @@ zenity (2.12.1-1) experimental; urgency=low * Add CDBS' utils. * Remove obsolete Conflict/Replace on gnome-utils. * Drop obsolete debian/zenity/var cleanup. + * Update man page dash escaping patch, 00_man_escape_hyphens.diff. - -- Loic Minier Sat, 29 Oct 2005 16:18:30 +0200 + -- Loic Minier Sat, 29 Oct 2005 16:22:16 +0200 zenity (2.10.1-1) unstable; urgency=low diff --git a/debian/patches/00_man_escape_hyphens.diff b/debian/patches/00_man_escape_hyphens.diff index 5b52e607..c5ab143c 100644 --- a/debian/patches/00_man_escape_hyphens.diff +++ b/debian/patches/00_man_escape_hyphens.diff @@ -33,8 +33,8 @@ Show the search results in a list dialog with the title \fISearch Results\fP and the text \fIFinding all header files...\fP. .IP --find . -name '*.h' | zenity --title "Search Results" --text "Finding all header files.." --column "Files" -+find . \-name '*.h' | zenity \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" +-find . -name '*.h' | zenity --list --title "Search Results" --text "Finding all header files.." --column "Files" ++find . \-name '*.h' | zenity \-\-list \-\-title "Search Results" \-\-text "Finding all header files.." \-\-column "Files" .PP Show an icon in the notification area .IP -- cgit From 7b49c17f13ef90b46abe4224a4f618c1cbc96a26 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 29 Oct 2005 15:30:49 +0000 Subject: * Update control. --- debian/control | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 66aa6663..361e5752 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,13 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.6.0), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool, scrollkeeper (>= 0.3.9), libpopt-dev, libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2) Uploaders: Debian GNOME Maintainers , Akira TAGOH , Andreas Rottmann , Andrew Lau , Carlos Perelló Marín , Clément Stenac , Ed Boraas , Edd Dumbill , Emil Soleyman-Zomalan , Guilherme de S. Pastore , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Joe Drew , Johannes Rohr , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Ondřej Surý , Rob Bradford , Robert McQueen , Sebastien Bacher , Sjoerd Simons , Takuo KITAME Standards-Version: 3.6.2.1 Package: zenity Architecture: any -Depends: ${shlibs:Depends}, scrollkeeper (>= 0.3.9) -Replaces: gnome-utils (<< 2.4.1-1) -Conflicts: gnome-utils (<< 2.4.1-1) +Depends: ${misc:Depends}, ${shlibs:Depends}, scrollkeeper (>= 0.3.9) 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 From ce56f27655b8f73188cfdc9daecb9be94f11fe7d Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Tue, 1 Nov 2005 12:31:38 +0000 Subject: * Update watch file to end with an even digit. [debian/watch] --- debian/changelog | 6 ++++++ debian/watch | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c495302a..c786f63d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.12.1-2) UNRELEASED; urgency=low + + * Update watch file to end with an even digit. [debian/watch] + + -- Loic Minier Tue, 1 Nov 2005 13:31:14 +0100 + zenity (2.12.1-1) experimental; urgency=low [ Guilherme de S. Pastore ] diff --git a/debian/watch b/debian/watch index 87f2fa72..620cb945 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ version=2 -http://ftp.gnome.org/pub/gnome/sources/zenity/([\d\.]+)/zenity-([\d\.]+)\.tar\.gz +http://ftp.gnome.org/pub/gnome/sources/zenity/([\d\.]+)[02468]/zenity-([\d\.]+)\.tar\.gz -- cgit From d6d417c5f33085e9bd915d9f5476ffadfc2209a3 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Wed, 13 Sep 2006 18:05:13 +0000 Subject: Mark as UNRELEASED. --- debian/changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 527cc68a..0fb94fd0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -zenity (2.16.0-1) experimental; urgency=low +zenity (2.16.0-1) UNRELEASED; urgency=low * New upstream release. * 01_manpage_fix.patch: removed, integrated upstream. -- cgit From 13d1787ed805aa72f83b75cef5e5e807a3e5c9ee Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Fri, 22 Sep 2006 11:21:41 +0000 Subject: * This upstream release switches COPYING from LGPL to GPL by mistake, but the headers still point to the LGPL. * Bump up the libnotify-dev build-dep to >= 0.4.2-2 which was rebuilt with gtkstatusicon support. --- debian/changelog | 11 +++++++++-- debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0fb94fd0..bb3e6e75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -zenity (2.16.0-1) UNRELEASED; urgency=low +zenity (2.16.0-1) experimental; urgency=low + [ Josselin Mouette ] * New upstream release. * 01_manpage_fix.patch: removed, integrated upstream. * Standards version is 3.7.2. @@ -7,7 +8,13 @@ zenity (2.16.0-1) UNRELEASED; urgency=low * Remove build-dependency on libpopt. * Build-depend on libnotify-dev. - -- Josselin Mouette Wed, 13 Sep 2006 19:44:19 +0200 + [ Loic Minier ] + * This upstream release switches COPYING from LGPL to GPL by mistake, but + the headers still point to the LGPL. + * Bump up the libnotify-dev build-dep to >= 0.4.2-2 which was rebuilt with + gtkstatusicon support. + + -- Loic Minier Fri, 22 Sep 2006 12:32:09 +0200 zenity (2.14.3-2) UNRELEASED; urgency=low diff --git a/debian/control b/debian/control index 4685f407..1314e713 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.1) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.2-2) Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons Standards-Version: 3.7.2 diff --git a/debian/control.in b/debian/control.in index dc2611e2..a3ab6612 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.1) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.2-2) Uploaders: @GNOME_TEAM@ Standards-Version: 3.7.2 -- cgit From 0e41d4a00e0148b16c3ed043b7e85c3369b193e5 Mon Sep 17 00:00:00 2001 From: "Guilherme de S. Pastore" Date: Mon, 2 Oct 2006 20:08:51 +0000 Subject: new upstream release (2.16.1) --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index bb3e6e75..4780374e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.16.1-1) experimental; urgency=low + + * New upstream release. + + -- Guilherme de S. Pastore Mon, 2 Oct 2006 16:56:16 -0300 + zenity (2.16.0-1) experimental; urgency=low [ Josselin Mouette ] -- cgit From f74b67db81fc0d3f38b55285444072b2af5b3e50 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Thu, 21 Dec 2006 17:47:46 +0000 Subject: zenity (2.16.2-1) experimental; urgency=low * New upstream release. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4780374e..e9c35730 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.16.2-1) experimental; urgency=low + + * New upstream release. + + -- Josselin Mouette Thu, 21 Dec 2006 18:47:31 +0100 + zenity (2.16.1-1) experimental; urgency=low * New upstream release. -- cgit From e011a60d1588752f610769fc59557a35444ecd70 Mon Sep 17 00:00:00 2001 From: Josselin Mouette Date: Thu, 21 Dec 2006 17:52:19 +0000 Subject: * Build-depend on libnotify 0.4.3-2. --- debian/changelog | 3 ++- debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index e9c35730..a30487f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ zenity (2.16.2-1) experimental; urgency=low * New upstream release. + * Build-depend on libnotify 0.4.3-2. - -- Josselin Mouette Thu, 21 Dec 2006 18:47:31 +0100 + -- Josselin Mouette Thu, 21 Dec 2006 18:52:04 +0100 zenity (2.16.1-1) experimental; urgency=low diff --git a/debian/control b/debian/control index 1314e713..7301a6bf 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.2-2) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2) Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons Standards-Version: 3.7.2 diff --git a/debian/control.in b/debian/control.in index a3ab6612..cfdf72a0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.2-2) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2) Uploaders: @GNOME_TEAM@ Standards-Version: 3.7.2 -- cgit From 48ebfddbfeead06558a9b96ee36b6323d791a611 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Thu, 21 Dec 2006 21:07:19 +0000 Subject: * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API specific to Gtk 2.10. --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a30487f7..963dc63f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +zenity (2.16.2-2) UNRELEASED; urgency=low + + * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API + specific to Gtk 2.10. + + -- Loic Minier Thu, 21 Dec 2006 22:06:42 +0100 + zenity (2.16.2-1) experimental; urgency=low * New upstream release. diff --git a/debian/control b/debian/control index 7301a6bf..bdb96785 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons Standards-Version: 3.7.2 diff --git a/debian/control.in b/debian/control.in index cfdf72a0..3149db13 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2) +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 Uploaders: @GNOME_TEAM@ Standards-Version: 3.7.2 -- cgit From 04de6367b3f193b6f3dbf2d59a8b437a71ad0c29 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Tue, 9 Jan 2007 14:22:15 +0000 Subject: * Add a get-orig-source target to retrieve the upstream tarball. --- debian/changelog | 3 ++- debian/rules | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 963dc63f..0ea50a82 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ zenity (2.16.2-2) UNRELEASED; urgency=low * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API specific to Gtk 2.10. + * Add a get-orig-source target to retrieve the upstream tarball. - -- Loic Minier Thu, 21 Dec 2006 22:06:42 +0100 + -- Loic Minier Tue, 9 Jan 2007 15:11:21 +0100 zenity (2.16.2-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index a4b60a05..34a2e5c9 100755 --- a/debian/rules +++ b/debian/rules @@ -1,10 +1,11 @@ -#! /usr/bin/make -f +#!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper -- cgit From 5ec221b8fc92bd052d5b44d533a05f6ef1c827e0 Mon Sep 17 00:00:00 2001 From: Kilian Krause Date: Tue, 9 Jan 2007 21:41:21 +0000 Subject: make sure we don't need the new gnome-pkg-tools (but can use it if it's installed), i.e. make /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk optional --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 34a2e5c9..8d46d1ac 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk +-include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper -- cgit From 0813ec3e28c9496b818d41ed812449ffbaedd8ac Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Mon, 22 Jan 2007 10:45:52 +0000 Subject: * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. --- debian/changelog | 4 +++- debian/control | 4 ++-- debian/control.in | 2 +- debian/rules | 1 + 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0ea50a82..be458a19 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,8 +3,10 @@ zenity (2.16.2-2) UNRELEASED; urgency=low * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API specific to Gtk 2.10. * Add a get-orig-source target to retrieve the upstream tarball. + * Include the new check-dist Makefile to prevent accidental uploads to + unstable; bump build-dep on gnome-pkg-tools to >= 0.10. - -- Loic Minier Tue, 9 Jan 2007 15:11:21 +0100 + -- Loic Minier Mon, 22 Jan 2007 11:41:19 +0100 zenity (2.16.2-1) experimental; urgency=low diff --git a/debian/control b/debian/control index bdb96785..13cd5101 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 -Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 +Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Kilian Krause , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons Standards-Version: 3.7.2 Package: zenity diff --git a/debian/control.in b/debian/control.in index 3149db13..053bcebb 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools, intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 +Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 Uploaders: @GNOME_TEAM@ Standards-Version: 3.7.2 diff --git a/debian/rules b/debian/rules index 8d46d1ac..f808f0ce 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,7 @@ include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk +include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper -- cgit From ba883b7ca302e835a39b94c1c219f9110f3fe880 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 17 Mar 2007 09:56:41 +0000 Subject: * New upstream stable release; translations. --- debian/changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index be458a19..9cdae514 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,12 +1,13 @@ -zenity (2.16.2-2) UNRELEASED; urgency=low +zenity (2.16.3-1) experimental; urgency=low * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API specific to Gtk 2.10. * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. + * New upstream stable release; translations. - -- Loic Minier Mon, 22 Jan 2007 11:41:19 +0100 + -- Loic Minier Sat, 17 Mar 2007 10:52:06 +0100 zenity (2.16.2-1) experimental; urgency=low -- cgit From ae662e3efe27edf92f297a50c5fcbee9a07eb273 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sat, 17 Mar 2007 10:13:48 +0000 Subject: * New upstream major stable release; fixes and translations. --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9cdae514..dd5eb573 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.18.0-1) experimental; urgency=low + + * New upstream major stable release; fixes and translations. + + -- Loic Minier Sat, 17 Mar 2007 11:05:34 +0100 + zenity (2.16.3-1) experimental; urgency=low * Build-depend on libnotify-dev-gtk2.10 since zenity relies on libnotify API -- cgit From 4cac2e0ec6e2ebaa936c4934f8fd4581feb30f62 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sun, 18 Mar 2007 18:56:39 +0000 Subject: * Finish merging 2.14.3-2; SVN r8332:9108. * Add a get-orig-source target to retrieve the upstream tarball. --- debian/changelog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index dd5eb573..3325c01c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +zenity (2.18.0-2) UNRELEASED; urgency=low + + * Finish merging 2.14.3-2; SVN r8332:9108. + + -- Loic Minier Sun, 18 Mar 2007 19:56:28 +0100 + zenity (2.18.0-1) experimental; urgency=low * New upstream major stable release; fixes and translations. @@ -46,11 +52,12 @@ zenity (2.16.0-1) experimental; urgency=low -- Loic Minier Fri, 22 Sep 2006 12:32:09 +0200 -zenity (2.14.3-2) UNRELEASED; urgency=low +zenity (2.14.3-2) unstable; urgency=low * Fix bashism. + * Add a get-orig-source target to retrieve the upstream tarball. - -- Loic Minier Sun, 3 Sep 2006 12:19:05 +0200 + -- Loic Minier Sat, 13 Jan 2007 23:35:11 +0100 zenity (2.14.3-1) unstable; urgency=low -- cgit From 340524532d9489740cdc3f6af1c97c8b8ba4d252 Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sun, 18 Mar 2007 18:58:28 +0000 Subject: * Don't override DEB_CONFIGURE_EXTRA_FLAGS. --- debian/changelog | 3 ++- debian/rules | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3325c01c..9b07e939 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ zenity (2.18.0-2) UNRELEASED; urgency=low * Finish merging 2.14.3-2; SVN r8332:9108. + * Don't override DEB_CONFIGURE_EXTRA_FLAGS. - -- Loic Minier Sun, 18 Mar 2007 19:56:28 +0100 + -- Loic Minier Sun, 18 Mar 2007 19:58:12 +0100 zenity (2.18.0-1) experimental; urgency=low diff --git a/debian/rules b/debian/rules index f808f0ce..1d745560 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk include /usr/share/gnome-pkg-tools/1/rules/check-dist.mk -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk -DEB_CONFIGURE_EXTRA_FLAGS := --disable-scrollkeeper +DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper clean:: rm -f intltool-extract intltool-merge intltool-update -- cgit From afd09d52d3a567e7aec67962d35ed52a61ecadeb Mon Sep 17 00:00:00 2001 From: Loïc Minier Date: Sun, 18 Mar 2007 19:01:22 +0000 Subject: * Bump up Debhelper compatibility level to 5. --- debian/changelog | 3 ++- debian/compat | 2 +- debian/control | 2 +- debian/control.in | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9b07e939..eb6445e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,8 +2,9 @@ zenity (2.18.0-2) UNRELEASED; urgency=low * Finish merging 2.14.3-2; SVN r8332:9108. * Don't override DEB_CONFIGURE_EXTRA_FLAGS. + * Bump up Debhelper compatibility level to 5. - -- Loic Minier Sun, 18 Mar 2007 19:58:12 +0100 + -- Loic Minier Sun, 18 Mar 2007 19:59:10 +0100 zenity (2.18.0-1) experimental; urgency=low diff --git a/debian/compat b/debian/compat index b8626c4c..7ed6ff82 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +5 diff --git a/debian/control b/debian/control index 13cd5101..3d404cea 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 Uploaders: Debian GNOME Maintainers , Andrew Lau , Clément Stenac , Dafydd Harries , Guilherme de S. Pastore , Gustavo Franco , Gustavo Noronha Silva , J.H.M. Dassen (Ray) , Jordi Mallach , Jose Carlos Garcia Sogo , Josselin Mouette , Kilian Krause , Loic Minier , Marc 'HE' Brockschmidt , Marco Cabizza , Oystein Gisnas , Ondřej Surý , Sebastien Bacher , Sjoerd Simons Standards-Version: 3.7.2 diff --git a/debian/control.in b/debian/control.in index 053bcebb..056b16cc 100644 --- a/debian/control.in +++ b/debian/control.in @@ -2,7 +2,7 @@ Source: zenity Section: gnome Priority: optional Maintainer: Ross Burton -Build-Depends: debhelper (>= 4.1.54), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 +Build-Depends: debhelper (>= 5), cdbs (>= 0.4.4), gnome-pkg-tools (>= 0.10), intltool (>= 0.35.0), scrollkeeper (>= 0.3.9), libgtk2.0-dev (>= 2.9.2), libglib2.0-dev (>= 2.7.3), libglade2-dev, libgnomecanvas2-dev, libxt-dev, gnome-doc-utils (>= 0.3.2), libnotify-dev (>= 0.4.3-2), libnotify-dev-gtk2.10 Uploaders: @GNOME_TEAM@ Standards-Version: 3.7.2 -- cgit