tags 622494 + patch tags 622494 + pending thanks Dear maintainer,
I've prepared an NMU for oprofile (versioned as 0.9.6-1.3) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -u oprofile-0.9.6/debian/rules oprofile-0.9.6/debian/rules --- oprofile-0.9.6/debian/rules +++ oprofile-0.9.6/debian/rules @@ -54,6 +54,9 @@ # Add here commands to install the package into debian/oprofile. cd $(CURDIR) && DESTDIR=$(CURDIR)/debian/oprofile $(MAKE) install + # Get rid of .la files + rm `find $(CURDIR)/debian -name '*.la'` + # Move some files to their proper location mv debian/oprofile/usr/bin/oprof_start \ debian/oprofile-gui/usr/bin diff -u oprofile-0.9.6/debian/changelog oprofile-0.9.6/debian/changelog --- oprofile-0.9.6/debian/changelog +++ oprofile-0.9.6/debian/changelog @@ -1,3 +1,10 @@ +oprofile (0.9.6-1.3) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #622494). + + -- Luk Claes <l...@debian.org> Sat, 25 Jun 2011 18:50:15 +0200 + oprofile (0.9.6-1.2) unstable; urgency=high * Non-maintainer upload.