Remove redundant orig file purifying step
We kill these files with .gitattributes.
This commit is contained in:
parent
0a50536aa8
commit
26d5a6eb33
|
@ -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 .
|
||||
|
|
Loading…
Reference in New Issue