tags 622419 + patch tags 622419 + pending thanks Dear maintainer,
I've prepared an NMU for gnome-phone-manager (versioned as 0.66-1.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Cheers Luk
diff -Nru gnome-phone-manager-0.66/debian/changelog gnome-phone-manager-0.66/debian/changelog --- gnome-phone-manager-0.66/debian/changelog 2011-04-12 06:53:57.000000000 +0200 +++ gnome-phone-manager-0.66/debian/changelog 2011-06-25 14:48:15.000000000 +0200 @@ -1,3 +1,10 @@ +gnome-phone-manager (0.66-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Don't ship .la files (Closes: #622419). + + -- Luk Claes <[email protected]> Sat, 25 Jun 2011 14:48:01 +0200 + gnome-phone-manager (0.66-1) unstable; urgency=low * Team upload. diff -Nru gnome-phone-manager-0.66/debian/rules gnome-phone-manager-0.66/debian/rules --- gnome-phone-manager-0.66/debian/rules 2011-04-12 06:16:23.000000000 +0200 +++ gnome-phone-manager-0.66/debian/rules 2011-06-25 14:47:58.000000000 +0200 @@ -7,5 +7,6 @@ DEB_CONFIGURE_EXTRA_FLAGS := --enable-telepathy -#common-install-arch:: +common-install-arch:: + rm `find $(CURDIR) -name '*.la'` # chrpath --delete debian/gnome-phone-manager/usr/bin/gnome-phone-manager

