[SCM] gmerlin-avdecoder/master: remove lib/Makefile on "clean"

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Jan 10 15:22:48 UTC 2011


The following commit has been merged in the master branch:
commit 7d29ca3827538848f8c2df3fa6e58cd4cac116dc
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jan 10 15:57:18 2011 +0100

    remove lib/Makefile on "clean"

diff --git a/debian/rules b/debian/rules
index 7ae6adc..6a26761 100755
--- a/debian/rules
+++ b/debian/rules
@@ -33,6 +33,8 @@ DEB_UPSTREAM_URL = http://downloads.sourceforge.net/gmerlin
 
 DEB_UPSTREAM_REPACKAGE_EXCLUDES = ./lib/libw32dll/
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./lib/GSM610/
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./lib/os.c
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./lib/os_inet_aton.c
 
 DEB_UPSTREAM_TARBALL_MD5 = c1ea663e9da631453eec4ac79138b6c5
 
@@ -50,7 +52,7 @@ pre-build:: aclocal.m4
 aclocal.m4: debian/stamp-copyright-check
 	touch aclocal.m4
 clean::
-	rm -f Makefile
+	rm -f Makefile lib/Makefile
 	rm -f configure
 	rm -f Makefile.in $(patsubst %,%/Makefile.in,doc include lib m4 plugins po tests utils)
 	rm -f config.guess config.log config.status config.sub depcomp install-sh missing

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list