[SCM] tsdecrypt/master: Fix clean target.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Mon Feb 24 14:54:16 UTC 2014
The following commit has been merged in the master branch:
commit a9c737d93c7cd4ff15da1f5d4e861597e923f04c
Author: Alessio Treglia <alessio at debian.org>
Date: Mon Feb 24 14:49:14 2014 +0000
Fix clean target.
diff --git a/debian/rules b/debian/rules
index a41fea6..cd33eef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,3 +20,8 @@ override_dh_auto_install:
mkdir -p $(DESTDIR)$(PREFIX)/bin
install tsdecrypt_ffdecsa tsdecrypt_dvbcsa \
$(DESTDIR)$(PREFIX)/bin
+
+override_dh_auto_clean:
+ dh_auto_clean
+ rm -f FFdecsa_build_PARALLEL_*.log
+
--
tsdecrypt packaging
More information about the pkg-multimedia-commits
mailing list