tags 621255 + patch tags 621255 + pending thanks Dear maintainer,
I've prepared an NMU for gforth (versioned as 0.7.0+ds1-5.1) and uploaded it to DELAYED/15. Cheers Luk
diff -u gforth-0.7.0+ds1/debian/rules gforth-0.7.0+ds1/debian/rules --- gforth-0.7.0+ds1/debian/rules +++ gforth-0.7.0+ds1/debian/rules @@ -51,7 +51,8 @@ $(USHARE)/kernl*.fi $(ULIB)/gforth.fi mkdir -p $(DC)/usr/share mv $D/usr/share/gforth $(DC)/usr/share/gforth - find $D $(DC) -type d -empty -print | xargs rmdir + find $D $(DC) -type d -empty -print | xargs rmdir + find $D $(DC) -name '*.la' -print | xargs rm override_dh_installchangelogs: dh_installchangelogs NEWS diff -u gforth-0.7.0+ds1/debian/changelog gforth-0.7.0+ds1/debian/changelog --- gforth-0.7.0+ds1/debian/changelog +++ gforth-0.7.0+ds1/debian/changelog @@ -1,3 +1,10 @@ +gforth (0.7.0+ds1-5.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621255). + + -- Luk Claes <[email protected]> Mon, 13 Jun 2011 17:56:27 +0200 + gforth (0.7.0+ds1-5) unstable; urgency=low * Fix the FTBFS on hppa by not passing -N to the linker.

