[SCM] soundtouch/master: Remove soundtouch.pc during the clean routine.

Reinhard Tartler siretart at tauware.de
Sun Feb 27 07:32:51 UTC 2011


On Sat, Feb 26, 2011 at 23:19:11 (CET), micove-guest at users.alioth.debian.org wrote:

> The following commit has been merged in the master branch:
> commit 8622728f6d1cb891e6a6f1891215994a260223e0
> Author: Miguel Colon <debian.micove at gmail.com>
> Date:   Sat Feb 26 17:10:40 2011 -0500
>
>     Remove soundtouch.pc during the clean routine.
>     
>     Autogenerated file that did not get removed by default.
>
> diff --git a/debian/rules b/debian/rules
> index 2832eba..ece0c7e 100755
> --- a/debian/rules
> +++ b/debian/rules
> @@ -4,6 +4,10 @@
>  #export DH_VERBOSE=1
>  DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
>  
> +override_dh_clean:
> +	dh_clean
> +	rm -f soundtouch.pc
> +

This would be shorter and does the same:

     dh_clean soundtouch.pc

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



More information about the pkg-multimedia-maintainers mailing list