Package: gnome-python-extras Version: 2.25.3-10 Severity: normal Tags: patch pending
Dear maintainer, I've prepared an NMU for gnome-python-extras (versioned as 2.25.3-10.1) and uploaded it to DELAYED/10. Please feel free to tell me if I should delay it longer/shorter. Below patch avoids shipping .la files. Cheers Luk
diff -Nru gnome-python-extras-2.25.3/debian/changelog gnome-python-extras-2.25.3/debian/changelog --- gnome-python-extras-2.25.3/debian/changelog 2011-05-24 22:09:54.000000000 +0200 +++ gnome-python-extras-2.25.3/debian/changelog 2011-07-03 16:42:45.000000000 +0200 @@ -1,3 +1,10 @@ +gnome-python-extras (2.25.3-10.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files. + + -- Luk Claes <[email protected]> Sun, 03 Jul 2011 16:42:11 +0200 + gnome-python-extras (2.25.3-10) unstable; urgency=low * Disable gtkmozembed module. diff -Nru gnome-python-extras-2.25.3/debian/python-gksu2.install gnome-python-extras-2.25.3/debian/python-gksu2.install --- gnome-python-extras-2.25.3/debian/python-gksu2.install 2010-04-23 19:19:54.000000000 +0200 +++ gnome-python-extras-2.25.3/debian/python-gksu2.install 2011-07-03 16:38:16.000000000 +0200 @@ -1 +1 @@ -debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gksu2 +debian/tmp/usr/lib/python*/*-packages/gtk-2.0/gksu2/*.{py,so}

