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

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 22 14:28:07 UTC 2011


The following commit has been merged in the master branch:
commit 00af4189c0ff905387205a798ddfc2e669c5b2ef
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 22 15:27:26 2011 +0100

    Add build_libs/,ffmpeg_build/ to debian/clean to purge them automatically.
    
    Shorten debian/rules.

diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..f585d89
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1,2 @@
+build_libs/
+ffmpeg_build/
diff --git a/debian/rules b/debian/rules
index c7a34f2..5839483 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,3 @@ endif
 
 override_dh_auto_build:
 	make V=1 $(NUMJOBS)
-
-override_dh_clean:
-	dh_clean
-	rm -rf build_libs/ ffmpeg_build/

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list