Hello: I know this is just a wishlist, but it's sad having kdesvn crash for whatever reason and not being able to provided proper debug information to eventually report a bug. Fortunately this doesn't happen quite frequently, but it is still cumbersome.
Find attached a refreshed patch to solve this issue. Regards, -- Raúl Sánchez Siles ----->Proud Debian user<----- Linux registered user #416098
diff -ru kdesvn-1.0.4/debian.org/changelog kdesvn-1.0.4/debian/changelog --- kdesvn-1.0.4/debian.org/changelog 2008-10-09 23:49:11.000000000 +0200 +++ kdesvn-1.0.4/debian/changelog 2008-10-09 23:51:53.000000000 +0200 @@ -1,3 +1,9 @@ +kdesvn (1.0.4-2) UNRELEASED; urgency=low + + * Added debugging packages. + + -- Raúl Sánchez Siles <[EMAIL PROTECTED]> Thu, 09 Oct 2008 23:51:20 +0200 + kdesvn (1.0.4-1) unstable; urgency=low * New upstream release. diff -ru kdesvn-1.0.4/debian.org/control kdesvn-1.0.4/debian/control --- kdesvn-1.0.4/debian.org/control 2008-10-09 23:49:11.000000000 +0200 +++ kdesvn-1.0.4/debian/control 2008-10-09 23:50:24.000000000 +0200 @@ -51,3 +51,17 @@ inside any KIO enabled KDE application. . This package is part of kdesvn. + +Package: kdesvn-dbg +Section: devel +Architecture: any +Depends: kdesvn (= ${binary:Version}) , libsvnqt4 (= ${binary:Version}) +Description: debug symbols for kdesvn. + KDESvn is a graphical client for the subversion revision control + system (svn). + . + Besides offering common and advanced svn operations, it features + a tight integration into KDE and can be embedded into other KDE + applications like konqueror via the KDE component technology KParts. + . + This package provides debugging symbols. \ No hay ningún carácter de nueva línea al final del fichero diff -ru kdesvn-1.0.4/debian.org/rules kdesvn-1.0.4/debian/rules --- kdesvn-1.0.4/debian.org/rules 2008-10-09 23:49:11.000000000 +0200 +++ kdesvn-1.0.4/debian/rules 2008-10-09 23:52:40.000000000 +0200 @@ -7,6 +7,8 @@ DEB_CMAKE_EXTRA_FLAGS := -DLIB_SUFFIX="" +DEB_DH_STRIP_ARGS := --dbg-package=kdesvn-dbg + DEB_COMPRESS_EXCLUDE := .dcl .docbook -license .tag .sty .el DEB_DH_MAKESHLIBS_ARGS_libsvnqt4 := -V
signature.asc
Description: This is a digitally signed message part.