gchempaint (0.8.7-2ubuntu1) hardy; urgency=low * Added 2 patches from upstream (should be incorporated in 0.8.8) - 22485_merge_molecule_crash.dpatch: fixes Savannah bug #22485 - 22513_nonexistant_file_crash.dpatch: fixes Savannah bug #22513 * Modify Maintainer value to match the DebianMaintainerField specification. -- Jordan Mantha Sun, 30 Mar 2008 15:47:42 -0700 gchempaint (0.8.7-2) unstable; urgency=high * debian/rules (LDFLAGS): We have to accept unresolved symobols in the plugins with the following change. * debian/patches/libgchempaint_convenience.dpatch: Adjusted. - plugins/*/Makefile.am: Also remove libgchempaint.la from _LIBADD to solve an issue that leads to a problem loading the plugins and a segmentation fault (closes: #469128). -- Daniel Leidert (dale) Wed, 05 Mar 2008 03:14:10 +0100 gchempaint (0.8.7-1) unstable; urgency=low * New upstream release 0.8.7. * debian/control (XS-DM-Upload-Allowed): Removed XS- prefix as of dpkg version 1.14.16. * debian/rules (config.status, clean): Copy autotools-dev scripts in the config.status target. (clean, config.status, install, .PHONY): Small clean-up. (install): Remove libtool .la files. * debian/patches/libgchempaint_convenience.dpatch: Adjusted for the new release. -- Daniel Leidert (dale) Sun, 02 Mar 2008 02:48:11 +0100 gchempaint (0.8.6-1) unstable; urgency=low * New upstream release 0.8.6. * debian/control (Suggests): Added gcu-bin, which ships the calculator, used by gchempaint. (Description): Added some feature information. * debian/copyright: Updated. Further fixed a wrong information regarding the GFDL version number. Fixed local license references. * debian/gchempaint.1.xml: Fixed Jeans name (Sorry!). * debian/gchempaint.1: Updated. * debian/gchempaint.docs: Removed. * debian/gchempaint.install: Adjusted after renaming icon. * debian/gchempaint.menu: Added longtitle. (icon): Adjusted after renaming. * debian/gchempaint_icon.xpm: Renamed to debian/icons/gchempaint.xpm. * debian/rules (LDFLAGS): Added -Wl,-z,defs after fixing the Makefiles upstream. Do not add -Wl,-O1 to LDFLAGS, if noopt is requested. * debian/patches/01_fix_misc_stuff.dpatch: Renamed to debian/patches/misc_mime_support.dpatch. Cleaned description. * debian/patches/02_libgchempaint_convenience.dpatch: Renamed to debian/patches/libgchempaint_convenience.dpatch. Further adjusted the patch to not FTBFS with new upstream Makefiles. * debian/patches/10_fix_broken_display_21964.dpatch: Removed. Applied upstream. * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Sun, 27 Jan 2008 05:24:02 +0100 gchempaint (0.8.5-3) unstable; urgency=low * debian/control (Description): Fixed wording. -- Daniel Leidert (dale) Thu, 17 Jan 2008 15:24:58 +0100 gchempaint (0.8.5-2) unstable; urgency=low * debian/control: Added XS-DM-Upload-Allowed field for DM status. * debian/patches/10_fix_broken_display_21964.dpatch: Added. - Patch provided by upstream to fix broken display after adding bonds to an atom or after changing a bond order. Other objects are affected too. * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Mon, 07 Jan 2008 21:05:19 +0100 gchempaint (0.8.5-1) unstable; urgency=low * New upstream release 0.8.5. - Fixes compilation with GCC 4.3 (closes: #455308). * debian/copyright: Fixed encoding and a typo. * debian/patches/02_libgchempaint_convenience.dpatch: Adjusted. * debian/patches/03_schemasdir_fix.dpatch: Dropped. Applied upstream. * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Thu, 03 Jan 2008 10:41:07 +0100 gchempaint (0.8.4-3) UNRELEASED; urgency=low * debian/compat: Updated to compatibility level 5. * debian/control: Added Build-Conflicts to really "solve" #450442. (Build-Depends): Increase debhelper version. (Standards-Version): Updated to latest version (no other changes). * debian/gchempaint.postinst: Removed. Done by dh_desktop and dh_installmime. * debian/gchempaint.postrm: Ditto. * debian/rules: Added LDFLAGS = -Wl,--as-needed to avoid useless dependencies. (binary-arch): Added calls to dh_desktop and dh_installmime. -- Daniel Leidert (dale) Sun, 04 Nov 2007 22:49:23 +0100 gchempaint (0.8.4-2) unstable; urgency=low * debian/control (Maintainer): Set the debichem team as maintainer. Move myself to Uploaders. -- Daniel Leidert (dale) Sun, 04 Nov 2007 20:12:20 +0100 gchempaint (0.8.4-1) unstable; urgency=low * New upstream release 0.8.4. [ Daniel Leidert ] * debian/control: XS-Vcs and Homepage field transition. (Build-Depends): Removed Bonobo dependencies. (Suggests): Removed obsolete ps2eps package. (Description): Removed bonobo references. * debian/copyright: Updated. * debian/gchempaint.1: Added to avoid rebuilding. * debian/gchempaint.1.xml: Updated. * debian/gchempaint.dirs: Removed. Handled by upstream and dh_install. * debian/gchempaint.examples: Removed. Nothing to install. * debian/gchempaint.install: Removed all files installed to tmp/ in the past (we do not longer do this). Removed bts related stuff (nothing to install). * debian/gchempaint.menu (section): Menu transition. * debian/rules: Some cleaning. (config.status): Removed obsolete option. (build-stamp): Added a new target to create the manpage. (install): Install everything into the package directory and not tmp/. (binary-arch): No examples to install. * debian/patches/02_libgchempaint_convenience.dpatch: Adjusted. - Make libgcpcanvas and libgchempaint convenience libraries. * debian/patches/03_schemasdir_fix.dpatch: Added. - Makefile.in (schemasdir): Fix the schemas installation directory. * debian/patches/00list: Adjusted. -- Daniel Leidert (dale) Sun, 04 Nov 2007 19:25:43 +0100 gchempaint (0.8.1-1) UNRELEASED; urgency=low * New upstream release 0.8.1. [ Daniel Leidert ] * debian/control: Added XS-Vcs-Browser and XS-Vcs-Svn fields. (Build-Depends): Needs libgtk2.0-dev (>= 2.8.0). (Suggests): Removed mozilla-bonobo. Deprecated. (Description): Fixed homepage fields. * debian/patches/01_fix_misc_stuff.dpatch: Adjusted. - We don't need to patch gchempaint.xml.in any longer. [ LI Daobing ] * debian/control (Build-Depends): Needs libgcu-dev (>= 0.8.0). * debian/patches/03_fix_396246_set_LANG_if_undefined.dpatch: Removed. Applied upstream. * debian/patches/04_fix_406405_invisible_grouped_text.dpatch: Removed. Applied upstream. * debian/rules (clean): Fix debian-rules-ignores-make-clean-error lintian warning (see #325372 for more information). * debian/watch: Updated. -- LI Daobing Sun, 01 Jul 2007 08:12:14 +0800 gchempaint (0.6.6-3) unstable; urgency=low * debian/patches/04_fix_406405_invisible_grouped_text.dpatch: Added. - plugins/selection/group.cc (gcpGroup::Add): - plugins/selection/group.h (gcpGroup): Get all grouped elements (closes: #406405). Thanks to randall for reporting the bug. -- Daniel Leidert (dale) Mon, 15 Jan 2007 14:37:58 +0100 gchempaint (0.6.6-2) unstable; urgency=medium * debian/control (Standards-Version): Bump to 3.7.2. (Depends): Added ${misc:Depends} to fix lintian warning maintainer-script-needs-depends-on-gconf2 for dh_gconf in debian/rules. * debian/patches/03_fix_396246_set_LANG_if_undefined.dpatch: Added. - lib/application.cc (gcpApplication::gcpApplication): Initialize string even if LANG is unset (closes: #396246). -- Daniel Leidert (dale) Fri, 17 Nov 2006 04:09:12 +0100 gchempaint (0.6.6-1) unstable; urgency=low * New upstream release. * Upload to unstable. (Closes: #341487) + debian/reportbug: Removed. + debian/README.Debian: Removed unofficial notice. * debian/changelog: Added myself to Uploaders:. * debian/patches/01_fix_misc_stuff.dpatch: Removed tests/bonobo-control-test.c hunk. * debian/gchempaint.examples: Removed bonobo-control-test. * debian/patches/02_libgchempaint_convenience.dpatch: New patch, making libgchempaint a convenience library. * debian/patches/00list: Added 02_libgchempaint_convenience. * debian/control (libgchempaint0): Removed. * debian/control (libgchempaint-dev): Likewise. * debian/rules (dh_shlibdeps): Removed libgchempaint support. -- Michael Banck Wed, 27 Sep 2006 14:51:42 +0200 gchempaint (0.6.4-0dl1) unstable; urgency=low * New upstream release 0.6.4. * debian/control: Fixed libgchempaint-dev dependencies. * debian/patches/02_fix_build_issues.dpatch: Removed. Fixes were added to upstream. -- Daniel Leidert (dale) Wed, 15 Mar 2006 15:25:23 +0100 gchempaint (0.6.3-0dl3) unstable; urgency=low * debian/patches/02_fix_build_issues.dpatch: Added patch to fix bug #15463 from gchempaint tracker in lib/view.cc (gcpView::ExportImage). * debian/control: Fix build dependencies to fix FTBFS. -- Daniel Leidert (dale) Tue, 17 Jan 2006 20:25:08 +0100 gchempaint (0.6.3-0dl2) unstable; urgency=low * debian/libgchempaint0.shlibs: Fix library dependencies. * debian/rules: Ditto -- Daniel Leidert (dale) Sat, 14 Jan 2006 02:03:33 +0100 gchempaint (0.6.3-0dl1) unstable; urgency=low * New upstream release 0.6.3. -- Daniel Leidert (dale) Fri, 13 Jan 2006 11:49:51 +0100 gchempaint (0.6.2-0dl2) unstable; urgency=low * Rebuild after transition. (No rename of the library package). -- Daniel Leidert (dale) Thu, 1 Dec 2005 02:10:11 +0100 gchempaint (0.6.2-0dl1) unstable; urgency=low * New upstream release 0.6.2. * Updated man-page (layout changes). * Fixed debian/patches/01_fix_misc_stuff.dpatch - Remove the redundant MIME type declarations for the freedesktop.org shared mime-info database. * Fixed debian/patches/02_fix_build_issues.dpatch - Many issues were fixed in upstream. Adding fix for the mime-type issue in the bonobo server control. * Removed debian/patches/03_fix_infinite_loop_bug.dpatch - already included in upstream. -- Daniel Leidert (dale) Tue, 15 Nov 2005 21:34:03 +0100 gchempaint (0.6.1-0dl4) unstable; urgency=low * Fixed Gconf schemas installation directory. * Fixed debian/rules to add missing gconf and scrollkeeper parts to post(inst|rm) scripts. -- Daniel Leidert (dale) Tue, 18 Oct 2005 01:59:42 +0200 gchempaint (0.6.1-0dl3) unstable; urgency=low * Added 03_fix_infinite_loop_bug.dpatch - fixed an infinite loop condition (from CVS). -- Daniel Leidert (dale) Tue, 18 Oct 2005 01:12:52 +0200 gchempaint (0.6.1-0dl2) unstable; urgency=low * Fixed build dependencies in debian/control - fixes general FTBFS. -- Daniel Leidert (dale) Thu, 29 Sep 2005 00:21:57 +0200 gchempaint (0.6.1-0dl1) unstable; urgency=low * New upstream version 0.6.1. * Add --disable-scrollkeeper option. * Added 02_fix_build_issues - fixes some compilation issues. -- Daniel Leidert (dale) Wed, 28 Sep 2005 23:04:32 +0200 gchempaint (0.6.0-0dl1) unstable; urgency=low * New upstream version 0.6.0. * Removed autoconf and automake calls and dependencies. * Fixed build dependencies in debian/control. * Fixed old FSF address in debian/copyright. * Split package, added libgchempaint0 and libgchempaint-dev. -- Daniel Leidert (dale) Tue, 20 Sep 2005 19:09:18 +0200 gchempaint (0.4.14-0dl2) unstable; urgency=low * Build with new libgcu-dev and libopenbabel-dev after C++ transition. -- Daniel Leidert (dale) Thu, 11 Aug 2005 23:52:42 +0200 gchempaint (0.4.14-0dl1) unstable; urgency=low * Fix FTBFS: add scrollkeeper to Build-Depends. * Update to latest standards version. -- Daniel Leidert (dale) Tue, 5 Jul 2005 03:18:48 +0200 gchempaint (0.4.14-0dl0) unstable; urgency=low * New upstream release 0.4.14 (fixes a lot of compilation issues). * Removed: 02_fix_bugs_and_warnings.dpatch - fixed in upstream. * Fixed chemical-mime-data dependencies. -- Daniel Leidert (dale) Fri, 17 Jun 2005 20:15:27 +0200 gchempaint (0.4.13-0dl1) unstable; urgency=low * Fixed: 02_fix_bugs_and_warnings.dpatch - fix more bugs and warnings. -- Daniel Leidert (dale) Thu, 16 Jun 2005 16:08:00 +0200 gchempaint (0.4.13-0dl0) unstable; urgency=low * New upstream release 0.4.13. * Small fixes in packaging process. * Now build-depends on libgcu-dev instead of libgchemutils-dev. -- Daniel Leidert (dale) Wed, 15 Jun 2005 03:32:45 +0200 gchempaint (0.4.12-0dl0) unstable; urgency=low * New upstream release. * Cleaned up build process and remove obsolete stuff, which is now done by upstreams ./configure script. * Added more content to manpage. -- Daniel Leidert (dale) Sun, 10 Apr 2005 19:45:01 +0200 gchempaint (0.4.11-0dl2) unstable; urgency=low * fixed wrong install path for MIME icon -- Daniel Leidert (dale) Fri, 18 Mar 2005 02:20:13 +0100 gchempaint (0.4.11-0dl1) unstable; urgency=low * libgchemutils0 changed ans we need a new compilation * updated translations from CVS * fixed some stuff in control in accordance to autotools-dev README * removed obsolete GNOME 2.4 MIME handling stuff and added icon support for current GNOME -- Daniel Leidert (dale) Fri, 18 Mar 2005 00:20:26 +0100 gchempaint (0.4.11-0dl0) unstable; urgency=low * New upstream release. * Add option --disable-update-database. * Clean up the package (remove needless docs, choose the right file as upstream ChangeLog). * Add a note to README.Debian about bug reporting. * Package does not depend on chemicalmime for the moment, but it suggests this package. -- Daniel Leidert (dale) Sun, 6 Mar 2005 23:23:48 +0100 gchempaint (0.4.9-4) unstable; urgency=low * Recompiled binary to fit the right dependency on libgchemutils0. -- Daniel Leidert (dale) Thu, 16 Dec 2004 09:55:33 +0100 gchempaint (0.4.9-3.2) unstable; urgency=low * forgot to change the menu entry to lower case. -- Daniel Leidert (dale) Sat, 4 Dec 2004 00:16:20 +0100 gchempaint (0.4.9-3.1) unstable; urgency=low * forgot to change gchempaint.desktop, so it will not show Gcrystal under Utilitities in Gnome menu. -- Daniel Leidert (dale) Fri, 3 Dec 2004 23:51:28 +0100 gchempaint (0.4.9-3) unstable; urgency=low * de.po updated (translated some untranslated strings). * scrollkeeper-update will not be called during make-process. -- Daniel Leidert (dale) Fri, 3 Dec 2004 23:30:26 +0100 gchempaint (0.4.9-2) unstable; urgency=low * Back to old version labelling. -- Daniel Leidert (dale) Thu, 2 Dec 2004 03:59:54 +0100 gchempaint (0.4.9-1.sid.1) unstable; urgency=low * Different version to go around the problem with the same version in sid/unstable and sarge/testing. -- Daniel Leidert (dale) Thu, 2 Dec 2004 00:30:02 +0100 gchempaint (0.4.9-1) unstable; urgency=low * Initial Release. -- Daniel Leidert (dale) Wed, 1 Dec 2004 20:15:29 +0100