Package: gnome-python-desktop Version: 2.30.2-1 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for gnome-python-desktop (versioned as 2.30.2-1.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer/shorter. The patch below avoids shipping .la files. Cheers Luk
diff -Nru gnome-python-desktop-2.30.2/debian/changelog gnome-python-desktop-2.30.2/debian/changelog --- gnome-python-desktop-2.30.2/debian/changelog 2011-04-24 11:50:15.000000000 +0200 +++ gnome-python-desktop-2.30.2/debian/changelog 2011-07-03 16:58:55.000000000 +0200 @@ -1,3 +1,10 @@ +gnome-python-desktop (2.30.2-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files. + + -- Luk Claes <l...@debian.org> Sun, 03 Jul 2011 16:58:46 +0200 + gnome-python-desktop (2.30.2-1) unstable; urgency=low * New upstream release. diff -Nru gnome-python-desktop-2.30.2/debian/python-evolution.install gnome-python-desktop-2.30.2/debian/python-evolution.install --- gnome-python-desktop-2.30.2/debian/python-evolution.install 2011-04-24 10:21:18.000000000 +0200 +++ gnome-python-desktop-2.30.2/debian/python-evolution.install 2011-07-03 16:57:02.000000000 +0200 @@ -1 +1 @@ -debian/tmp/usr/lib/python*/*-packages/gtk-2.0/evolution +debian/tmp/usr/lib/python*/*-packages/gtk-2.0/evolution/*.{py,so} diff -Nru gnome-python-desktop-2.30.2/debian/python-gnomedesktop.install gnome-python-desktop-2.30.2/debian/python-gnomedesktop.install --- gnome-python-desktop-2.30.2/debian/python-gnomedesktop.install 2011-04-24 10:21:18.000000000 +0200 +++ gnome-python-desktop-2.30.2/debian/python-gnomedesktop.install 2011-07-03 16:57:39.000000000 +0200 @@ -1 +1 @@ -debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gnomedesktop +debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gnomedesktop/*.{so,py} diff -Nru gnome-python-desktop-2.30.2/debian/python-totem-plparser.install gnome-python-desktop-2.30.2/debian/python-totem-plparser.install --- gnome-python-desktop-2.30.2/debian/python-totem-plparser.install 2011-04-24 10:21:18.000000000 +0200 +++ gnome-python-desktop-2.30.2/debian/python-totem-plparser.install 2011-07-03 16:58:42.000000000 +0200 @@ -1 +1 @@ -debian/tmp/usr/lib/python*/*-packages/gtk-2.0/totem +debian/tmp/usr/lib/python*/*-packages/gtk-2.0/totem/*.{so,py}