mpatrol (1.4.8-11) unstable; urgency=low * debian/control: added binutils-dev to Depends: because /usr/share/aclocal/mpatrol.m4 checks libbfd (closes: #386472) -- Oohara Yuuma Wed, 13 Sep 2006 13:07:26 +0900 mpatrol (1.4.8-10) unstable; urgency=low * this package should be compiled with g++ 4.0 or later * acknowledged NMU * debian/control, debian/rules, debian/dirs, debian/doc-base: changed the name of the binary package from mpatrolc102 to mpatrolc2 because g++ ABI has changed * debian/control: removed the versioned build-dependency on g++ and added Replaces: mpatrol, mpatrolc102 because the transition guide says so * debian/control: added a note about the "c2" suffix to Description: (closes: #306340) * debian/rules: Disabled the GUI code of mptrace because: + the code stores the difference of pointers in Cardinal (defined as unsigned int), which is wrong in my opinion and does not work on amd64 + mptrace is the only binary which uses a GUI library and is completely optional; you don't need all the X stuff to do memory debugging The s/Cardinal/long/g patch is still applied because it may help if you build a custom .deb . * debian/rules: removed lesstif-dev from Build-Depends: because it is no longer necessary * now you can install mpatrol without lesstif (closes: #262882) * debian/README.Debian: explained how to get g++ ABI version -- Oohara Yuuma Fri, 9 Dec 2005 07:31:57 +0900 mpatrol (1.4.8-9.1) unstable; urgency=low * Non-maintainer upload. * src/mptrace.c: fix amd64/gcc-4.0 FTBFS (Closes: #287677). -- Christoph Berg Sun, 4 Dec 2005 00:55:56 +0100 mpatrol (1.4.8-9) unstable; urgency=low * debian/dirs, debian/doc-base, debian/rules: all documents should be in /usr/share/doc/mpatrolc102, not in /usr/share/doc/mpatrol -- Oohara Yuuma Tue, 20 Jul 2004 08:48:50 +0900 mpatrol (1.4.8-8) unstable; urgency=low * debian/rules: lib*.so is now a symlink, not a copy of lib*.so.* * debian/rules: added -D_REENTRANT to g++ * debian/README.Debian: added a paragraph about (no) SONAME -- Oohara Yuuma Thu, 8 Jul 2004 21:32:21 +0900 mpatrol (1.4.8-7) unstable; urgency=low * rebuilt with g++-3.3, binary package renamed to mpatrolc102 (c102 is the name of C++ API) (closes: #236058, #255258) * debian/README.Debian: new file, noted ELF32 support (closes: #255255) * debian/docs: added debian/README.Debian * debian/rules: no longer installs mupdate because it is basically "make dist" of automake * debian/control: removed the word "powerful" from Description: because what I think is irrelevant here -- Oohara Yuuma Mon, 21 Jun 2004 01:59:06 +0900 mpatrol (1.4.8-6) unstable; urgency=low * debian/control: removed libstdc++2.10-dev from Build-Depends: because it is unnecessary and broken (closes: #154220) -- Oohara Yuuma Thu, 25 Jul 2002 21:42:11 +0900 mpatrol (1.4.8-5) unstable; urgency=low * new maintainer * debian/control: added libstdc++2.10-dev to Build-Depends: * debian/mpatrol.postinst, debian/mpatrol.prerm: new files, use /bin/bash as the interpreter because the dh_installdocs part uses command -v * debian/docs: installs more documents (rationale for VERSION: it contains the timestamp) * debian/rules: fixed comment -- Oohara Yuuma Sun, 23 Jun 2002 03:30:23 +0900 mpatrol (1.4.8-4) unstable; urgency=low * Applied patch from James Troup fixing build on SPARC. Closes: Bug#143472. -- Jerome Marant Fri, 19 Apr 2002 22:00:59 +0200 mpatrol (1.4.8-3) unstable; urgency=low * debian/doc-base: fixed path to HTML index. Closes: Bug#141063. -- Jerome Marant Fri, 5 Apr 2002 21:51:40 +0200 mpatrol (1.4.8-2) unstable; urgency=low * debian/rules: renamed /usr/bin/mprof to /usr/bin/mprof.mpatrol in order to avoid conflicts with other packages providing the mprof binary. -- Jerome Marant Sat, 23 Feb 2002 22:02:51 +0100 mpatrol (1.4.8-1) unstable; urgency=low * New upstream version. -- Jerome Marant Thu, 10 Jan 2002 22:33:31 +0100 mpatrol (1.4.7-3) unstable; urgency=low * debian/control: added dependency on libelfg0-dev. -- Jerome Marant Tue, 4 Dec 2001 21:46:06 +0100 mpatrol (1.4.7-2) unstable; urgency=low * Patched makefile to build mpatrol for ELF32 preloading instead of BFD. Closes: Bug#120176. * debian/control: - added dependency on libelfg0. - added build dependency on libelfg0-dev. * debian/rules: - added automatic patch application section. - changed makefile calls in order to add GUI support for binaries. -- Jerome Marant Fri, 23 Nov 2001 19:05:32 +0100 mpatrol (1.4.7-1) unstable; urgency=low * Initial Release. -- Jerome Marant Thu, 11 Oct 2001 15:12:05 +0200