tags 621201 + patch tags 621201 + pending thanks Dear maintainer,
I've prepared an NMU for crossfire (versioned as 1.50.0-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru crossfire-1.50.0/debian/changelog crossfire-1.50.0/debian/changelog --- crossfire-1.50.0/debian/changelog 2010-06-16 19:12:28.000000000 +0200 +++ crossfire-1.50.0/debian/changelog 2011-06-11 22:55:24.000000000 +0200 @@ -1,3 +1,10 @@ +crossfire (1.50.0-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621201). + + -- Luk Claes <[email protected]> Sat, 11 Jun 2011 22:55:06 +0200 + crossfire (1.50.0-1) unstable; urgency=low * New upstream release diff -Nru crossfire-1.50.0/debian/rules crossfire-1.50.0/debian/rules --- crossfire-1.50.0/debian/rules 2010-06-14 22:09:18.000000000 +0200 +++ crossfire-1.50.0/debian/rules 2011-06-11 22:55:03.000000000 +0200 @@ -39,3 +39,4 @@ debian/crossfire-server/var/games/crossfire/players \ debian/crossfire-server/var/games/crossfire/temp.maps \ debian/crossfire-server/var/games/crossfire/unique-items + find debian -name '*.la' -exec rm '{}' ';'

