[SCM] gmerlin-avdecoder/master: clean up on 'clean'

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Fri Jan 14 19:11:45 UTC 2011


The following commit has been merged in the master branch:
commit f34d115d5b4201537507c5adf66d48ebdcc4dde7
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Fri Jan 14 20:02:00 2011 +0100

    clean up on 'clean'
    
    the "clean" target fails to remove some files, because of the dfsg-stripping of
    the sources, which removed some directories, making "make distclean" fail in the
    lib/ directory and not finishing its job

diff --git a/debian/rules b/debian/rules
index 9e94a48..7e710cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,6 +54,7 @@ post-patches:: storefiles
 
 clean:: restorefiles
 	rm -f m4/libtool.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4
+	rm -f Makefile config.log config.status lib/Makefile
 
 storefiles:
 	-test -f debian/restorefiles -a ! -f debian/restorefiles.tar && tar -c -f debian/restorefiles.tar -T debian/restorefiles

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list