[SCM] mpg123/master: Remove the *.la deletion since they don't get included anymore.

micove-guest at users.alioth.debian.org micove-guest at users.alioth.debian.org
Thu Aug 6 23:17:26 UTC 2015


The following commit has been merged in the master branch:
commit afb964c3fe540e28ccc852ac144450e3ee3cb2d9
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date:   Thu Aug 6 18:51:20 2015 -0400

    Remove the *.la deletion since they don't get included anymore.
    
    Git-Dch: Ignore

diff --git a/debian/rules b/debian/rules
index 9eba13d..acdd4e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,9 +24,6 @@ CONF_COMMON:=--enable-static=no --enable-shared --enable-lfs-alias \
 CONF_i386:=--with-cpu=x86_dither
 CONF_arm:=--with-cpu=generic_fpu
 
-%:
-	dh $@ --with autoreconf
-
 mpg123-%: debian/mpg123-wrapper.in
 	dh_testdir
 	o=`echo $@ | sed -e 's/^mpg123-\([^-]\+\).*/\1/'`; \
@@ -45,7 +42,6 @@ override_dh_auto_clean:
 override_dh_auto_install: $(WRAPPER_TARGETS)
 	dh_auto_install
 
-	find $(CURDIR)/debian -name '*.la' -delete
 	mv $(CURDIR)/debian/tmp/usr/bin/mpg123 \
 	   $(CURDIR)/debian/tmp/usr/bin/mpg123.bin
 	mv $(CURDIR)/debian/tmp/usr/share/man/man1/mpg123.1 \
@@ -61,3 +57,5 @@ override_dh_installchangelogs:
 	dh_installchangelogs -plibmpg123-0 -plibmpg123-dev NEWS.libmpg123
 	dh_installchangelogs --remaining-packages
 
+%:
+	dh $@ --with autoreconf

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list