[SCM] mplayer2/master: Revert "Add build_libs/, ffmpeg_build/ to debian/clean to purge them automatically."

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Mar 23 19:34:09 UTC 2011


The following commit has been merged in the master branch:
commit 64a93b4b6613cc83f4a5266f26f0eb2753d95fc8
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed Mar 23 16:57:18 2011 +0100

    Revert "Add build_libs/,ffmpeg_build/ to debian/clean to purge them automatically."
    
    unfortuately, debian/clean doesn't work with directories, only files
    
    This reverts commit 00af4189c0ff905387205a798ddfc2e669c5b2ef.

diff --git a/debian/clean b/debian/clean
deleted file mode 100644
index f585d89..0000000
--- a/debian/clean
+++ /dev/null
@@ -1,2 +0,0 @@
-build_libs/
-ffmpeg_build/
diff --git a/debian/rules b/debian/rules
index b49c163..b08d136 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,7 @@ override_dh_install:
 
 override_dh_strip:
 	dh_strip --dbg-package=mplayer2-dbg
+
+override_dh_clean:
+	dh_clean
+	rm -rf build_libs/ ffmpeg_build/

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list