Subversion Repositories liboop

Compare Revisions

Ignore whitespace Rev 3 → Rev 4

/trunk/debian/changelog
1,3 → 1,9
liboop (1.0-4) unstable; urgency=low
 
* New maintainer (Closes: #487130).
 
-- Magnus Holmgren <holmgren@debian.org> Wed, 25 Jun 2008 00:13:37 +0200
 
liboop (1.0-3.3) unstable; urgency=high
 
* Non-maintainer upload.
/trunk/debian/control
1,7 → 1,7
Source: liboop
Section: libs
Priority: optional
Maintainer: Simon Law <sfllaw@debian.org>
Maintainer: Magnus Holmgren <holmgren@debian.org>
Build-Depends: debhelper (>> 4.0.0), libadns1-dev, libglib1.2-dev | libglib-dev, libreadline5-dev | libreadline-dev, tcl8.4-dev | tcl8.3-dev, sharutils
Standards-Version: 3.6.1
 
/trunk/debian/rules
128,29 → 128,43
DESTDIR=$(CURDIR)/debian/tmp/usr/share/doc/liboop-doc/html
 
binary-indep:
# Nothing to do
dh_testdir
dh_testroot
dh_movefiles -i
 
dh_installdocs -i
dh_installman -i
dh_installinfo -i
dh_installchangelogs -i
dh_link -i
dh_compress -i -Xliboop-doc/html
dh_fixperms -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
 
binary-arch: build install
dh_testdir
dh_testroot
dh_movefiles
dh_movefiles -a
 
dh_installdocs
dh_installman
dh_installinfo
dh_installchangelogs
dh_link
dh_strip
dh_compress -Xliboop-doc/html
dh_fixperms
dh_makeshlibs
dh_installdeb
dh_installdocs -a
dh_installman -a
dh_installinfo -a
dh_installchangelogs -a
dh_link -a
dh_strip -a
dh_compress -a -Xliboop-doc/html
dh_fixperms -a
dh_makeshlibs -a
dh_installdeb -a
# Don't add the depends for adapter libraries - programs which link
# with them will also link with the appropriate library
dh_shlibdeps -Xliboop-
dh_gencontrol
dh_md5sums
dh_builddeb
dh_shlibdeps -a -Xliboop-
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
 
binary: binary-indep binary-arch
 
/trunk/liboop.org/index.html
21,7 → 21,7
Similar free software includes the GLib <a
href="http://developer.gnome.org/doc/API/glib/glib-the-main-event-loop.html">Main
Event Loop</a>, Niels Provos' <a href="http://www.monkey.org/~provos/libevent/">libevent</a>, and (for Perl) <a href="http://poe.perl.org/">POE</a>.
Refer to the <a href="why#glib">rationale</a> for a detailed comparison.
Refer to the <a href="why.html#glib">rationale</a> for a detailed comparison.
<p>
Software which uses or supports liboop includes
<a href="http://www.lysator.liu.se/~nisse/lsh/">lsh</a>,
43,11 → 43,11
<h3>Documentation.</h3>
 
<dl>
<dt><a href="why">Extended rationale</a>
<dt><a href="why.html">Extended rationale</a>
<dd>Why everyone should be using liboop.
<dt><a href="how">Introduction and overview</a>
<dt><a href="how.html">Introduction and overview</a>
<dd>How liboop works; basic principles of operation.
<dt><a href="ref">Reference</a>
<dt><a href="ref.html">Reference</a>
<dd>Specific functions and data structures.
</dl>
 
66,26 → 66,26
and some minor portability problems were fixed.<p>
 
<dt>18 September 2001
<dd>Version 0.8 released, including a <a href="oop_tcl">source adapter</a>
<dd>Version 0.8 released, including a <a href="oop_tcl.html">source adapter</a>
for <a href="http://www.purl.org/tcl/home/">Tcl/Tk</a>. (0.7 was never
announced.)<p>
 
<dt>7 October 2000
<dd>Version 0.6 released, including a <a href="oop_rl">sink adapter</a>
<dd>Version 0.6 released, including a <a href="oop_rl.html">sink adapter</a>
for the <a href="http://cnswww.cns.cwru.edu/~chet/readline/rltop.html">GNU
Readline Library</a>.<p>
 
<dt>5 September 1999
<dd>Version 0.4 released. Besides the usual bug fixes, the
<a href="on_fd">file descriptor deregistration interface</a> changed, and we
now have a <a href="oop_glib">source adapter</a> for
<a href="http://gtk.org/">GLib</a>, and a <a href="oop_www">sink adapter</a>
<a href="on_fd.html">file descriptor deregistration interface</a> changed, and we
now have a <a href="oop_glib.html">source adapter</a> for
<a href="http://gtk.org/">GLib</a>, and a <a href="oop_www.html">sink adapter</a>
for the <a href="http://www.w3.org/Library/">W3C Protocol Library
(libwww)</a>! The test/sample program (test-oop) is also quite improved.<p>
 
<dt>15 August 1999
<dd>Version 0.3 released. This version includes an
<a href="oop_adns">adapter</a> for
<a href="oop_adns.html">adapter</a> for
<a href="http://www.chiark.greenend.org.uk/~ian/adns/">Ian Jackson's
asynchronous DNS resolver library</a>.<p>
 
100,7 → 100,7
<a href="http://www.gnu.org/software/automake/automake.html">automake</a> and
<a href="http://www.gnu.org/software/libtool/libtool.html">libtool</a>,
and includes an interface for using
<a href="alloc">alternate memory allocation functions</a>.
<a href="alloc.html">alternate memory allocation functions</a>.
<a href="">Gale</a> now uses liboop!<p>
 
<dt>5 July 1999