tags 621231 + patch tags 621231 + pending thanks Dear maintainer,
I've prepared an NMU for gst0.10-python (versioned as 0.10.21-2.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru gst0.10-python-0.10.21/debian/changelog gst0.10-python-0.10.21/debian/changelog --- gst0.10-python-0.10.21/debian/changelog 2011-03-22 15:38:40.000000000 +0100 +++ gst0.10-python-0.10.21/debian/changelog 2011-06-28 19:52:05.000000000 +0200 @@ -1,3 +1,10 @@ +gst0.10-python (0.10.21-2.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #621231). + + -- Luk Claes <l...@debian.org> Tue, 28 Jun 2011 19:51:50 +0200 + gst0.10-python (0.10.21-2) unstable; urgency=low * Upload to unstable. diff -Nru gst0.10-python-0.10.21/debian/rules gst0.10-python-0.10.21/debian/rules --- gst0.10-python-0.10.21/debian/rules 2011-02-08 10:51:40.000000000 +0100 +++ gst0.10-python-0.10.21/debian/rules 2011-06-28 19:51:48.000000000 +0200 @@ -104,7 +104,7 @@ done # drop all *.la files - find debian/python-gst0.10/usr/lib/python* -name '*.la' -print0 | xargs -0r rm -f -- + find debian/python-gst0.10/usr/lib/ -name '*.la' -print0 | xargs -0r rm -f -- # only keep *.so files and symlinks in the dbg packages find debian/python-*-dbg ! -type d ! -name '*.so' -print0 | xargs -0r rm -f -- find debian/python-*-dbg -depth -empty -exec rmdir -- {} \;