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
|
devhelp (0.3-10) unstable; urgency=low
* Added entry to devhelp on the Debian menu system
(Closes: #141133)
-- Gustavo Noronha Silva <kov@debian.org> Fri, 5 Apr 2002 02:10:43 -0300
devhelp (0.3-9) unstable; urgency=low
* src/devhelp-window.c:
- modified to have medium fonts when configuration is
not reachable (Closes: #139973) (which should by no
means be 'normal', btw, but wishlist)
-- Gustavo Noronha Silva <kov@debian.org> Tue, 2 Apr 2002 01:53:34 -0300
devhelp (0.3-8) unstable; urgency=low
* src/install.c:
- changed the command that is run by devhelp to be posix-shell
compliant, thanks to Manuel Estrada Sainz <ranty@debian.org>
-- Gustavo Noronha Silva <kov@debian.org> Tue, 26 Mar 2002 03:33:31 -0300
devhelp (0.3-7) unstable; urgency=low
* src/bookshelf.c:
- also add books from /usr/local/share/devhelp
* debian/README.Debian:
- explains what I've done to bookshelf and mentions the
devhelp-book-* packages
-- Gustavo Noronha Silva <kov@debian.org> Sun, 24 Mar 2002 03:37:21 -0300
devhelp (0.3-6) unstable; urgency=low
* more missing Build-Depends: liborbit-dev, xlibs-dev and 'gettext'
let's hope this now really fixes the problems =/
-- Gustavo Noronha Silva <kov@debian.org> Sat, 16 Mar 2002 00:50:08 -0300
devhelp (0.3-5) unstable; urgency=low
* added Build-Depends: on libbonobo-dev, this hopefully
really fixes the autobuilders' problems
-- Gustavo Noronha Silva <kov@debian.org> Fri, 15 Mar 2002 04:26:18 -0300
devhelp (0.3-4) unstable; urgency=low
* added build-depends on automake, this should fix the
problems building on autobuilders (Closes: #138175)
-- Gustavo Noronha Silva <kov@debian.org> Wed, 13 Mar 2002 15:21:57 -0300
devhelp (0.3-3) unstable; urgency=low
* I'm now taking official maintaince of this package
for Debian (Closes: #131127)
* depcomp:
- removed dangling symlink
* CVS:
- removed all CVS directories
* debian/control:
- changed Maintainer field
- added Build-Depends field
* debian/rules:
- added configure: target
- builds libdevhelp0 and libdevhelp-dev packages
* debian/postinst:
- install gconf's schema with gconftool
* debian/control:
- added libdevhelp0 and libdevhelp-dev packages
- Recommends: devhelp-books
* src/bookshelf.c:
- edited to select '/usr/share' manually as DATA_DIR,
I just can't think of any reason why it would be selecting
/usr/local/share but it is, even if DATA_DIR=/usr/share...
a quick hack, will come fix this issue the right way later
-- Gustavo Noronha Silva <kov@debian.org> Thu, 28 Feb 2002 02:59:52 -0300
devhelp (0.3-2) unstable; urgency=low
* Built against latest libraries in unstable
-- Johan Dahlin <jdahlin@telia.com> Tue, 15 Jan 2002 16:38:30 -0400
devhelp (0.3-1) unstable; urgency=low
* New upstream release.
-- Johan Dahlin <jdahlin@telia.com> Sun, 1 Dec 2001 20:20:13 -0400
devhelp (0.2.0.99-1) unstable; urgency=low
* Initial release.
-- Johan Dahlin <zilch.am@home.se> Wed, 6 Jun 2001 00:12:09 -0400
|