2008
gnochm (0.9.11-2) unstable; urgency=low
* QA upload.
* debian/control
- replaced Depends on python-gnome2-extras with python-gtkhtml2; thanks to
Josselin Mouette for the report; Closes: #485300
- bump Standards-Version to 3.8.0
* debian/rules
- removed dy_python call
- added -f option to rm in clean target to let it not fail if there is
nothing to delete
- added installation of manpage
- added removal of gnochm.desktop to have a clean diff
* debian/patches/03_change-desktop-file.patch
- updated to remove Encoding
* debian/gnochm.1
- added
-- Sandro Tosi <matrixhasu@gmail.com> Sat, 26 Jul 2008 14:17:33 +0200
gnochm (0.9.11-1) unstable; urgency=low
* QA Upload * "New" upstream release from Sep 2007. (Closes: #406239) * Update debian/rules with patch from Kartik Mistry to properly clean out po/*.gmo (Closes: #424332) * Drop debian/patches/00_relibtoolize_noguesssub.patch * Update debian/patches/03_change-desktop-file.patch (upstream has mimetype) * Drop debian/patches/05_manpages_warning.patch (manpage removed upstream) - from data/Makefile: #12/Nov/06 - removed this. Does anyone actually use the man page? # this was causing issues with autoconf/automake when # src/build folders were different. I reckon fixing # the build process is more important... Rubens * Drop debian/patches/20_updatepo.patch (fixed upstream) * Drop debian/patches/25-small-gifs-display.patch (fixed upstream) * Fix issues found by lintian: - Drop debian/dirs, no more manpage so we don't need a dir for it. - Update debian/copyright to include years in copyright line. - Update debian/gnochm.menu section from Apps to Applications. - Update debian/control, put Homepage as official field and depend on python. * Update debian/changelog to standards versions 3.7.3. * Don't require version >= 0.3.8 of scrollkeeper, since even Sarge has newer. (Closes: #456603)
-- Andreas Henriksson <andreas@fatal.se> Mon, 31 Mar 2008 09:34:13 +0000
gnochm (0.9.8-2) unstable; urgency=low
* QA upload (orphaned by 471411).
* Remove recommends on python-cjkcodecs which is not available in unstable.
(Closes: #429304).
* ACK previous NMUs (Closes: #401830).
-- Amaya Rodrigo Sastre <amaya@debian.org> Sun, 30 Mar 2008 20:04:05 +0200
2007
gnochm (0.9.8-1.1) unstable; urgency=low
* Non-maintainer upload. * Apply patch to correctly render small gifs in text window (Closes: #401830).
-- Ganesan Rajagopal <rganesan@debian.org> Wed, 21 Feb 2007 16:59:34 +0530
2006
gnochm (0.9.8-1) unstable; urgency=low
* New upstream release
* Obey new python policy.
* Add debian/watch file.
* debian/control :
- move cdbs and debhelper to Build-Depends field
- Depend on python-gtk2 (>=2.8.2) to avoid segfault (Closes: #372474)
- Bump Standards-Version to 3.7.2 (no changes)
* debian/patches :
- Drop 10_replace_gobject_bool_by_py_default.patch, fixed by
upstream.
- Update 00_relibtoolize_noguesssub.patch.
- Add 20_updatepo.patch, update ru.po, unfuzzy zh_CN.po and zh_TW.po.
* debian/rules : remove redundant dh_installmime
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Fri, 7 Jul 2006 00:07:39 +1200
gnochm (0.9.7-1) unstable; urgency=low
* New upstream release
* update 10_replace_gobject_bool_by_py_default.patch
* regenerate libtoolize patch
* debian/gnochm.xpm : regenerated from new upstream icon
* debian/patches/03_change-desktop-file.patch :
- add "StartupNotify=true" item
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Fri, 10 Feb 2006 23:33:25 +1300
2005
gnochm (0.9.6-1) unstable; urgency=low
* New upstream release
* bump Standards-Version to 3.6.2 (no changes)
* debian/copyright: update fsf address
* debian/05_manpages_warning.patch:
- new created, prevent lintian warning.
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Sun, 11 Sep 2005 19:42:02 +1200
gnochm (0.9.5-3) unstable; urgency=low
* First official Debian release (Closes: #277085, #288353, #290262) * debian/patches/10_replace_gobject_bool_by_py_default.patch : - replace gtk.TRUE and gtk.FALSE by default Python boolean
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Wed, 22 Jun 2005 14:18:28 +1200
gnochm (0.9.5-2) unstable; urgency=low
* debian/copyright: use new template, thanks Bartosz Fenski.
* debian/rules
- revert changes of gconf schemas, it seems that gnome.mk could
handle this automatically.
- add dh_python function to enable ${python:Depends}
* debian/control:
- use ${python:Depends} to get python dependency version
- depends on python-chm and python-gnome2-extras
- remove redundant libgtkhtml2-0 dependency
- move chmfile.png to gnome's mimetypes icon directory, instead of
symbolic link.
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Sun, 19 Jun 2005 01:08:27 +1200
gnochm (0.9.5-1) unstable; urgency=low
* New upstream release
* debian/rules
- Use --disable-mime-update option for configure
- Don't install gconf schemas in /etc; instead, put them in
/usr/share and call dh_gconf
- link /usr/share/pixmaps/chmfile.png into gnome icon directory, then
nautilus could display chm file type icon correctly
* move 01_relibtoolize.patch to 00_relibtoolize_noguesssub.patch
- Regenerated
- Remove config.guess and config.sub from the patch, let cdbs to
handle them
* move 02_stop-update.patch to 01_stop-scrollkeeper-update.patch
- Updated. it only prevent scrollkeeper-update now
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Sat, 30 Apr 2005 21:31:29 +1200
gnochm (0.9.4-2) unstable; urgency=low
* debian/rules: fix a typo
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Mon, 7 Mar 2005 02:38:02 +1300
gnochm (0.9.4-1) unstable; urgency=low
* New upstream release
* bump the python-pychm dependency to 0.8.2
* regenerate libtoolize patch
* add dh_installmime into debian/rules
* 02_stop-update.patch, stop scrollkeeper and update-mime-database update in
building time, and install locale man page into DESTDIR.
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Sun, 6 Mar 2005 22:26:06 +1300
2004
gnochm (0.9.3-1) unstable; urgency=low
* New upstream release * move to cdbs * Bump debhelper version to 4.2.21 for dh_desktop function * Depend on libgtkhtml2-0 version 2.6.2 from official Debian archive * Relibtoolize * Change maintainer's email address * Update README.Debian
-- Carlos Z.F. Liu <carlosliu@users.sourceforge.net> Thu, 18 Nov 2004 15:06:32 +1300
gnochm (0.9.2cvs20041009-1) unstable; urgency=low
* New CVS checkout.
* Depend on pychm (>= 0.8.0cvs20041009-1) to get better encoding
detection.
* Move python-cjkcodecs from Suggests to Recommends.
* Some changes in Build-Depends.
-- Carlos Z.F. Liu <carlos_liu@yahoo.com> Sat, 9 Oct 2004 18:40:29 +1300
gnochm (0.9.2cvs20041007-1) unstable; urgency=low
* New CVS checkout
- Fixed GNOME help entry warning
- Can use non-latin letters in bookmark
- Fixed some issues about CJK displaying
* Suggest python-cjkcodecs
- explain in README.Debian
* Some changes in the package description
-- Carlos Z.F. Liu <carlos_liu@yahoo.com> Fri, 8 Oct 2004 02:14:34 +1300
gnochm (0.9.2-2) unstable; urgency=low
* Modify .desktop file to work with new GNOME MIME systme.
-- Carlos Z.F. Liu <carlos_liu@yahoo.com> Mon, 27 Sep 2004 01:34:57 +1200
gnochm (0.9.2-1) unstable; urgency=low
* Initial Release.
-- Carlos Z.F. Liu <carlos_liu@yahoo.com> Fri, 10 Sep 2004 05:12:36 +1200