debian packaging: remove unused copy of libpci from dfsg tarball

This commit is contained in:
Jeff Epler 2016-07-03 07:44:32 -05:00
parent c5bda2d916
commit e000108073

4
debian/rules vendored
View file

@ -29,7 +29,9 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
&& $(RM) -r -v \
debian \
winio32 \
WinIo32.*
WinIo32.* \
libpci.dll \
libpci
#$(RM) -v $(PKG)_$(VER).orig.tar.*
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | LC_ALL=C sort \