tags 621570 + patch tags 621570 + pending thanks Dear maintainer,
I've prepared an NMU for last-exit (versioned as 6-4.2) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u last-exit-6/debian/changelog last-exit-6/debian/changelog --- last-exit-6/debian/changelog +++ last-exit-6/debian/changelog @@ -1,3 +1,10 @@ +last-exit (6-4.2) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621570). + + -- Luk Claes <[email protected]> Sun, 19 Jun 2011 18:23:27 +0200 + last-exit (6-4.1) unstable; urgency=low * NMU to fix RC bug diff -u last-exit-6/debian/rules last-exit-6/debian/rules --- last-exit-6/debian/rules +++ last-exit-6/debian/rules @@ -21,6 +21,7 @@ install/last-exit:: find debian/ -type f -name "*.dll" -or -name "*.mdb" -or -name "*.cs" -or -name "*.config" | xargs chmod -x find debian/ -type f -name "*.exe" | xargs chmod +x + find debian/ -name "*.la" | xargs rm clean:: rm -rf $(MONO_SHARED_DIR)/.wapi

