debian/rules: when repacking, also remove COPYING-DOCS from tarball.
This commit is contained in:
3
debian/rules
vendored
3
debian/rules
vendored
@ -45,7 +45,8 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
|
|||||||
cd $(PKG)-$(VER) \
|
cd $(PKG)-$(VER) \
|
||||||
&& $(RM) -r -v \
|
&& $(RM) -r -v \
|
||||||
*/docs/ \
|
*/docs/ \
|
||||||
*/help/
|
*/help/ \
|
||||||
|
COPYING-DOCS
|
||||||
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
$(RM) -v $(PKG)_$(VER).orig.tar.*
|
||||||
@echo "# Packing..."
|
@echo "# Packing..."
|
||||||
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
|
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
|
||||||
|
Reference in New Issue
Block a user