From 26d5a6eb33c02593949802a1cdeaaf1dc6d49bc0 Mon Sep 17 00:00:00 2001 From: Travis Cross Date: Tue, 28 May 2013 22:48:33 +0000 Subject: [PATCH] Remove redundant orig file purifying step We kill these files with .gitattributes. --- debian/util.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/util.sh b/debian/util.sh index 7f53073830..9e471ee38b 100755 --- a/debian/util.sh +++ b/debian/util.sh @@ -242,8 +242,6 @@ create_dsc () { esac [ "$zl" -ge "1" ] || zl=1 git add debian/rules - [ "$modules_list" = "non-dfsg" ] \ - || git rm -rf --ignore-unmatch libs/libg722_1 libs/ilbc dch -b -m -v "$dver" --force-distribution -D "$suite" "Nightly build." git add debian/changelog && git commit -m "nightly v$orig_ver" dpkg-source -i.* -Zxz -z${zl} -b .