| /trunk/debian/control |
|---|
| 56,3 → 56,14 |
| . |
| This package contains a mirror of the http://liboop.org website and its |
| associated HTML documentation for the liboop library. |
| Package: liboop-dbg |
| Section: debug |
| Priority: extra |
| Architecture: any |
| Depends: liboop4 (= ${binary:Version}), ${misc:Depends} |
| Description: Event loop management library - debug symbols |
| Liboop is a low-level event loop management library for POSIX-based |
| operating systems. |
| . |
| This package contains debugging symbols. |
| /trunk/debian/changelog |
|---|
| 1,3 → 1,9 |
| liboop (1.0-7) unstable; urgency=low |
| * Add debug package |
| -- Magnus Holmgren <holmgren@debian.org> Sun, 23 May 2010 23:09:50 +0200 |
| liboop (1.0-6) unstable; urgency=low |
| * Build with libreadline6 instead of libreadline5 (drop the |
| /trunk/debian/rules |
|---|
| 154,7 → 154,7 |
| dh_installinfo -a |
| dh_installchangelogs -a |
| dh_link -a |
| dh_strip -a |
| dh_strip -a --dbg-package=liboop-dbg |
| dh_compress -a -Xliboop-doc/html |
| dh_fixperms -a |
| dh_makeshlibs -a |