diff -Nru indicator-datetime-13.10.0+13.10.20130828.2/debian/changelog indicator-datetime-13.10.0+13.10.20130903/debian/changelog --- indicator-datetime-13.10.0+13.10.20130828.2/debian/changelog 2013-09-03 05:50:21.000000000 +0000 +++ indicator-datetime-13.10.0+13.10.20130903/debian/changelog 2013-09-03 05:50:22.000000000 +0000 @@ -1,3 +1,13 @@ +indicator-datetime (13.10.0+13.10.20130903-0ubuntu1) saucy; urgency=low + + [ Jeremy Bicha ] + * Really don't install *.la file. + + [ Ubuntu daily release ] + * Automatic snapshot from revision 247 + + -- Ubuntu daily release Tue, 03 Sep 2013 02:08:17 +0000 + indicator-datetime (13.10.0+13.10.20130828.2-0ubuntu1) saucy; urgency=low [ Ted Gould ] diff -Nru indicator-datetime-13.10.0+13.10.20130828.2/debian/rules indicator-datetime-13.10.0+13.10.20130903/debian/rules --- indicator-datetime-13.10.0+13.10.20130828.2/debian/rules 2013-09-03 05:50:21.000000000 +0000 +++ indicator-datetime-13.10.0+13.10.20130903/debian/rules 2013-09-03 05:50:22.000000000 +0000 @@ -12,10 +12,8 @@ dh_auto_configure -- --disable-static --disable-silent-rules override_dh_install: - find debian/indicator-datetime -name \*.la -delete - find debian/indicator-datetime -name \*.a -delete cd po; intltool-update --pot --verbose - dh_install --fail-missing + dh_install -X.la --fail-missing # Language packs for d in $$(find debian/indicator-datetime -type f \( -name "*.desktop" -o -name "*.directory" \) ); do \ sed -ri '/^(Name|GenericName|Comment|X-GNOME-FullName)\[/d' $$d; \