gazpacho (0.7.2-2ubuntu1) jaunty; urgency=low * Fixed gazpacho to work with Python 2.6 (LP: #347712). -- Krzysztof Klimonda Thu, 16 Apr 2009 17:06:29 +0200 gazpacho (0.7.2-2) unstable; urgency=low [ Pedro Fragoso ] * debian/control.in - Build-depend on python-setuptools to fix FTBFS (Closes: #475210) [ Gustavo Noronha Silva ] * debian/control.in - added VCS control fields, maintainer set to the team -- Gustavo Noronha Silva Sat, 28 Jun 2008 16:17:48 -0300 gazpacho (0.7.2-1) unstable; urgency=low * New upstream release. * debian/control.in: + Drop python fields as they're deprecated with pysupport. + Move Homepage to the Homepage field. + Update Standards-Version to 3.7.3, no additional changes needed. -- Sebastian Dröge Wed, 19 Mar 2008 22:55:50 +0100 gazpacho (0.7.1-1) unstable; urgency=low * New upstream release * debian/control.in: - removed all from the source python version header (to comply with lintian complaints) * debian/watch: - updated -- Gustavo Noronha Silva Mon, 16 Apr 2007 20:52:44 -0300 gazpacho (0.6.6-3) UNRELEASED; urgency=low * Add a get-orig-source target to retrieve the upstream tarball. -- Loic Minier Sat, 13 Jan 2007 23:53:50 +0100 gazpacho (0.6.6-2) unstable; urgency=low Gustavo Noronha: * New Python Policy Loic Minier : * Move gnome-pkg-tools from Build-Depends-Indep to Build-Depends. -- Gustavo Noronha Silva Sat, 24 Jun 2006 17:48:16 -0300 gazpacho (0.6.6-1) unstable; urgency=low * New upstream release - fixes problem with UI editing window for toolbars (Closes: #368454) * debian/patches/01_uim_fix.diff: - removed, fixed upstream * debian/patches/02_about_dialog_license.diff: - updated * debian/control.in, debian/rules: - use python2.4 * debian/rules: - use --install-lib instead of moving stuff around - use --single-version-externally-managed, to install an "open" egg * debian/python-support.version, debian/rules: - install python support meta-information telling it to only build 2.4 support for gazpacho * debian/control.in: - added dependency and build-dependency on python-kiwi * debian/watch: - use download.gnome.org -- Gustavo Noronha Silva Sun, 4 Jun 2006 23:32:36 -0300 gazpacho (0.6.5-3) UNRELEASED; urgency=low * debian/control.in: - declare dependency on python >= 2.3 and << 2.5 -- Gustavo Noronha Silva Sun, 30 Apr 2006 14:32:18 -0300 gazpacho (0.6.5-2) unstable; urgency=low * debian/patches/01_uim_fix.diff: - fix AttributeError when adding a new entry in the UI editor for the menu Support for python-support (Closes: #354757) * debian/gazpacho.{postinst,prerm}: - add for python-support stuff * debian/control.in: - moved cdbs and debhelper to Build-Depends - removed python:Depends variable; will depend solely on python-gtk2 and python-support, because I'm adding support for this later one * debian/rules: - move what would go to site-packages to the python-support directory - move python-distutils include to before the debhelper one so dh_python will not be called -- Gustavo Noronha Silva Sat, 29 Apr 2006 17:39:44 -0300 gazpacho (0.6.5-1) unstable; urgency=low * New upstream release. * debian/rules: - import code from ubuntu's package by Zygmunt Krynicki to remove the locales directory on clean -- Gustavo Noronha Silva Sun, 29 Jan 2006 15:38:08 -0200 gazpacho (0.6.4-1) unstable; urgency=low * New upstream release -- Gustavo Noronha Silva Fri, 20 Jan 2006 18:22:24 -0200 gazpacho (0.6.3-1) unstable; urgency=low * New upstream release Guilherme de S. Pastore: * debian/patches/01_avoid_gtk_import.diff: - removed; issue dealt with upstream * debian/patches/02_about_dialog_license.diff: - updated for the new version * debian/patches/03_fix_crash_on_amd64.diff: - removed; issue fixed upstream (and works with python2.3!) * debian/patches/04_use_python2.4.diff: - removed; we can go back to python 2.3 now * debian/control.in, debian/rules: - revert changes to use python 2.4 Gustavo Noronha: * debian/preinst: - added preinstall script to handle the files left by the 0.6.2-2 version on the /usr/lib/python2.4/site-packages directory; this was probably due to using a problematic dh_python -- Gustavo Noronha Silva Fri, 6 Jan 2006 09:10:44 -0200 gazpacho (0.6.2-2) unstable; urgency=high * debian/patches/03_fix_crash_on_amd64.diff: - patch grabbed from Ubuntu's package, thanks to Christian Bjälevik for reporting and Christian Dröge for the patch (Closes: #336401) * debian/patches/00_python2.3_in_hashbang.diff: - removed * debian/patches/04_use_python2.4.diff: - above patch only works with python2.4, so use it * debian/control.in, debian/rules: - update Build-Depends and Depends to use python2.4 stuff, too * priority set to high since this is an RC bug fix with no other modification -- Gustavo Noronha Silva Thu, 10 Nov 2005 22:49:01 -0200 gazpacho (0.6.2-1) unstable; urgency=low [ Guilherme de S. Pastore ] * New upstream release * debian/control.in: - updated Homepage in the long description * debian/copyright: - cosmetic fixes - updated FSF's address * debian/patches/02_work_on_python2.3.diff: - removed; applied upstream * debian/rules: - do not include buildcore.mk, already included by debhelper.mk * debian/watch: - updated to version 3 [ Gustavo Noronha Silva ] * debian/patches/02_about_dialog_license.diff: - added so that the about dialog will not rely on a COPYING file being available at /usr/share/doc/gazpacho, but will use /usr/share/common-licenses/LGPL instead; patch by "Guilherme de S. Pastore" with a small modification to actually apply ;) (Closes: #325301) -- Guilherme de S. Pastore Wed, 7 Sep 2005 07:31:44 -0300 gazpacho (0.6.1-1) unstable; urgency=low * New upstream version * debian/watch: - monitor 0.6.x versions * debian/control.in: - added, will now be part of GNOME Team, so add gnome-pkg-tools to Build-Depends-Indep; this file will be used to generate debian/control - increased Depends on python-gtk2 to 2.6.0 following the mininum version required by the code * debian/rules: - include uploaders.mk to generate debian/control - removed hack to fix .desktop file because it was fixed upstream - added commands to remove the COPYING and ChangeLog files installed by setup.py, since we install them ourselves with our own names * debian/docs: - no longer needed since setup.py will install all the docs * debian/patches/01_no_uninstall.diff: - removed; no longer needed * debian/patches/01_avoid_gtk_import.diff: - patch setup.py so that it will not import gazpacho/application.py just to figure out what version of gazpacho it is building/installing * debian/patches/02_work_on_python2.3.diff: - patch gazpacho/main.py to not call a python2.4 gettext-related function so that it will work on python2.3 for Debian -- Gustavo Noronha Silva Tue, 16 Aug 2005 19:21:03 -0300 gazpacho (0.5.3-1) unstable; urgency=low * New upstream release - no longer provides Input Dialog (Closes: #295071) * debian/patches/{01_setup_generate_path,02_more_sanely_sized_window}.diff: - removed, both fixed upstream * debian/patches/01_no_uninstall.diff: - added; gazpacho should not be providing uninstall features that the package is responsible for handling * debian/gazpacho.1: - written with the help of help2man to generate the first template (Closes: #290953) -- Gustavo Noronha Silva Wed, 13 Apr 2005 01:54:21 -0300 gazpacho (0.5.2-1) unstable; urgency=low * New upstream release * debian/patches/02_more_sanely_sized_window.diff: - added to make the window usable on 1024x768 windows, at least -- Gustavo Noronha Silva Mon, 21 Feb 2005 23:22:56 -0600 gazpacho (0.5.1-1) unstable; urgency=low * New upstream release * debian/watch: - new watch file, thanks to gazpacho being moved to GNOME's FTP * debian/copyright: - updated to reflect the change in download location * debian/patches/01_setup_generate_path.diff: - added to fix a broken condition on setup.py which was not letting it generate gapzacho/path.py -- Gustavo Noronha Silva Tue, 15 Feb 2005 21:36:15 -0200 gazpacho (0.5.0-1) unstable; urgency=low * New upstream release - fixes problems with crashing on GTK+2.6 (Closes: #293813, #290337) -- Gustavo Noronha Silva Tue, 8 Feb 2005 02:31:53 -0200 gazpacho (0.4.0-1) unstable; urgency=low * New upstream release. - includes a .desktop file (Closes: #293022) * debian/patches/01_save_dialogs_fixes.diff, debian/patches/02_really_close_project.diff, debian/patches/03_enhance_glade_loading.diff: - removed because they were included or fixed by other means in the upstream package * debian/rules: - no need to remove gazpacho-dependencies from the distribution, it's no longer distributed - rewrite the desktop file to have it actually be used -- Gustavo Noronha Silva Mon, 31 Jan 2005 20:11:53 -0200 gazpacho (0.3.2-1) unstable; urgency=low * New upstream release. * debian/patches/01_save_dialogs_fixes.diff, * debian/patches/02_really_close_project.diff: - rebuilt patches to work on new version -- Gustavo Noronha Silva Mon, 17 Jan 2005 19:36:40 -0200 gazpacho (0.3.1-4) unstable; urgency=low * debian/control: - added python-dev instead of python to the Build-Depends field, thanks to Andreas Jochens for finding the problem. (Closes: #289808) - Build-Depends->Build-Depends-Indep, as no packages being built here are arch-dependant. * debian/rules: - fixed a typo on the binary-post-install rule name -- Gustavo Noronha Silva Tue, 11 Jan 2005 23:27:49 -0200 gazpacho (0.3.1-3) unstable; urgency=low * debian/patches/03_enhance_glade_loading.diff: - patch to fix some problems when loading .glade files * First upload to Debian unstable (Closes: #285330). -- Gustavo Noronha Silva Wed, 15 Dec 2004 21:59:55 -0200 gazpacho (0.3.1-2) unstable; urgency=low * debian/patches/01_save_dialogs_fixes.diff: - added to fix save dialogs not working very well - patch submitted upstream. * debian/patches/02_really_close_project.diff: - added to fix project not really being closed - patch submitted to upstream for bug #117. (http://www.sicem.biz/bugs/gruppy/view.php?id=117) -- Gustavo Noronha Silva Sun, 12 Dec 2004 18:58:04 -0200 gazpacho (0.3.1-1) unstable; urgency=low * Initial Release. -- Gustavo Noronha Silva Sun, 12 Dec 2004 14:10:42 -0200