tags 424477 + patch tags 468399 + patch thanks Hi,
Attached is the diff for my kvirc2 2.1.3-6.1 NMU.
diff -u kvirc2-2.1.3/debian/changelog kvirc2-2.1.3/debian/changelog --- kvirc2-2.1.3/debian/changelog +++ kvirc2-2.1.3/debian/changelog @@ -1,3 +1,15 @@ +kvirc2 (2.1.3-6.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/rules + - fixed FTBFS if built twice in a row (Closes: #424477) + * debian/control + - replaces xmms with audacious in Suggests (Closes: #468399) + * debian/kvirc2.menu + - updated section to new policy + + -- Sandro Tosi <[EMAIL PROTECTED]> Wed, 09 Apr 2008 07:37:23 +0200 + kvirc2 (2.1.3-6) unstable; urgency=low * Move plugins to /usr/lib (Closes: #392394) diff -u kvirc2-2.1.3/debian/control kvirc2-2.1.3/debian/control --- kvirc2-2.1.3/debian/control +++ kvirc2-2.1.3/debian/control @@ -10,7 +10,7 @@ Depends: kvirc2-data, ${shlibs:Depends} Conflicts: kvirc (<< 2:3.0.0) Replaces: kvirc (<< 2:3.0.0) -Suggests: xmms +Suggests: audacious Description: Fully scriptable graphical IRC client with plugin support A highly configurable graphical IRC client with an MDI interface, built-in scripting language, support for IRC DCC, drag & drop file diff -u kvirc2-2.1.3/debian/kvirc2.menu kvirc2-2.1.3/debian/kvirc2.menu --- kvirc2-2.1.3/debian/kvirc2.menu +++ kvirc2-2.1.3/debian/kvirc2.menu @@ -1,6 +1,6 @@ ?package(kvirc2):\ needs="x11"\ - section="Apps/Net"\ + section="Applications/Network/Communication"\ title="KVIrc 2"\ command="/usr/bin/kvirc2"\ hints="irc,scripting"\ diff -u kvirc2-2.1.3/debian/rules kvirc2-2.1.3/debian/rules --- kvirc2-2.1.3/debian/rules +++ kvirc2-2.1.3/debian/rules @@ -37,0 +38,3 @@ + +clean:: + rm -f po/*.gmo po/stamp-po doc/basicplugin.tar.gz