Package: lmemory Version: 0.6c-3 Porting this to gtk+2 seems pretty trivial:
Index: lmemory-0.6c/configure.in =================================================================== --- lmemory-0.6c.orig/configure.in 2008-12-27 19:35:58.000000000 -0500 +++ lmemory-0.6c/configure.in 2008-12-27 19:36:51.000000000 -0500 @@ -22,8 +22,8 @@ AC_STDC_HEADERS AC_ARG_PROGRAM -AM_PATH_GTK(1.2.0,, - AC_MSG_ERROR(Cannot find correct version of GTK - is gtk-config in path?)) +AM_PATH_GTK_2_0(,, + AC_MSG_ERROR(Cannot find correct version of GTK)) dnl Checks for header files. AC_HEADER_STDC -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org