1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
|
easychem (0.6-5) unstable; urgency=low
* debian/compat: Raised level to 5.
* debian/control: Homepage and Vcs fields transition. Added
DM-Upload-Allowed for DM status.
(Maintainer): Set the debichem team as maintainer.
(Build-Depends): Raise debhelper version.
(Standards-Version): Update to 3.7.3 (no other changes).
* debian/easychem.1.xml: Minor typo fix.
* debian/easychem.1: Ditto (updated from XML).
* debian/easychem_icon.xpm: Renamed to debian/easychem.xpm (closes:
#466999).
* debian/easychem.install: Fixed icon name.
* debian/easychem.menu (icon): Ditto.
* debian/rules: Added some LDFLAGS magic to drop some useless dependencies.
* debian/patches/90_fix_makefiles.dpatch: Updated.
- Makefile.linux: Added LDFLAGS to link target.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Fri, 22 Feb 2008 16:22:15 +0100
easychem (0.6-4) unstable; urgency=low
[ Daniel Leidert ]
* debian/control: Added XS-Vcs-Browser and XS-Vcs-Svn fields.
(Build-Depends): Added docbook-xml to avoid warning.
* debian/easychem.1: Added, so it will not be recreated.
* debian/easychem.1.xml: Removed date tag. Adjusted copyright.
* debian/easychem.desktop: Removed Encoding key to comply to the latest
freedesktop.org Desktop Entry Specification 1.0.
* debian/easychem.menu: Fixed section to comply to the latest Debian Menu
System 1.4.
* debian/rules: Removed some useless comments and empty lines.
(build-stamp): Moved the manpage creation into an own target with a better
dependency chain.
* debian/patches/90_fix_makefiles.dpatch: Adjusted.
- Don't strip easychem binary by default, so giving the nostrip build
option will really lead to an unstripped binary (closes: #436782).
* debian/watch: Added.
[ LI Daobing ]
* debian/rules: lintian doesn't like "-$(MAKE) clean", see bug#325372
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Thu, 09 Aug 2007 14:05:26 +0200
easychem (0.6-3) unstable; urgency=medium
* Set urgency to medium to fix the broken export feature.
* debian/patches/03_fix_bond_and_arrow_fixes.dpatch: Added. Thanks to
Guillaume Burel for the patch.
- bonds.c (add_bond): Set the ending head by default, when drawing an
arrow.
- dialogs.c (edit_bond): Swap the beginning/ending arrow heads, which now
fits, what the user sees.
* debian/patches/04_fix_bug_380210_fix_export_and_export_utils_detection.dpatch:
Added (closes: #380210, Malone#71118). Thanks to Guillaume Burel for the
patch.
- bonds.c (save_list_bonds, load_list_bonds): Temporarily set LC_NUMERIC
to ``C" to fix a freeze when trying to run the export function.
- export.c (eps_write, fig_export): Ditto.
(fig_pstoedit_export): Bug-fix.
- detect.c (detect_gs, detect_pstoedit): Fix buggy detection routines.
- postscript/cm_common.ps: Backported from CVS.
- postscript/preamble.ps: Ditto.
- postscript/times.ps: Ditto.
* debian/patches/91_translation_updates_and_fixes.dpatch: Added. Thanks to
Guillaume Burel for the patch.
- dialogs.c: Many strings, that were not translatble, now are now (using
gettext()). Some improvements have been made too.
- easychem.c: Ditto.
- po/fr.po: Updates to French translation (thanks to Guillaume Burel).
- po/easychem.pot: Added (closes: Malone#55010).
* patches/00list: Adjusted.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Tue, 14 Nov 2006 21:37:36 +0100
easychem (0.6-2) unstable; urgency=low
* New maintainer.
* debian/control (Maintainer, Uploaders): Adjusted accordingly. I'm the new
maintainer. Added Michael Banck to Uploaders field.
(Build-Depends): Adjusted.
- Dropped useless build-dependencies (using the --novalid option for
xsltproc makes docbook-xml obsolete).
- Added dpatch and gettext.
* debian/control (Depends): Adjusted.
- Dropped useless variable.
* debian/control (Description):
- Fixed several typos (closes: #363365). Thanks to Simon Waters for the
report.
- Rearranged text a bit.
* debian/control (Standards-Version): Changed to latest 3.7.2.
* debian/docs: Renamed to easychem.docs.
* debian/easychem.docs: Added. See above.
* debian/easychem.desktop: Updated.
* debian/easychem.install: Added.
- Better install .desktop file and icons here, instead of using `install'
in debian/rules.
- Ditto for the binary and translations.
* debian/easychem.menu (section, command): Fixed.
(icon): Added.
* debian/easychem.1.xml: Updated for the latest docbook-xsl packages.
* debian/easychem.xpm: Removed.
* debian/easychem_icon.xpm: Added.
* debian/rules: Many cleanups.
(patch, patch-stamp, unpatch, unpatch-stamp): Changed to dpatch.
(build): Build the manpage here using the latest docbook-xsl.
* debian/patches/01_fix_bug_380210_fix_buffer_overflow.dpatch: Added.
- export.c (eps_write): Fixes a buffer overflow that may lead to a crash
when trying to export a formula to either eps or pdf format (closes:
#380210). Thanks to Fabian Greffrath for the report.
* debian/patches/02_fix_locale_initialization.dpatch: Added.
- easychem.c (main): Should fix the setlocale call.
* debian/patches/90_fix_makefiles_install_location.dpatch: Added.
- Makes debian/patches/01_install_rule.patch obsolet and fixes several
bugs and issues. One was, that DESTDIR must not be part of PREFIX.
* debian/patches/01_install_rule.patch: Removed.
-- Daniel Leidert (dale) <daniel.leidert@wgdd.de> Fri, 22 Sep 2006 16:57:47 +0200
easychem (0.6-1) unstable; urgency=low
* Packaged for Debian Unstable (Closes: #347849)
-- Christopher Peterman (Chris) <kyral@ubuntu.com> Sun, 15 Jan 2006 19:44:37 -0500
easychem (0.6-0ubuntu1) dapper; urgency=low
* Initial release
-- Christopher Peterman (Chris) <kyral@ubuntu.com> Tues, 20 Dec 2005 16:57:16 -0500
|