[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[pkg-wine-party] Bug#728884: wine-unstable: FTBFS due to missing install files (not generated)



Source: wine-unstable
Version: 1.5.31-1
Severity: important


Coin,

While trying to build this version from git i ran into the following error:
…
        install -d debian/wine32-dev-unstable/usr/share/doc/libwine-dev
        cp -a ./debian/README.winedump
debian/wine32-dev-unstable/usr/share/doc/libwine-dev/
dh_install: cannot run debian/libwine-dev-unstable.install: Permission denied
make[1]: *** [override_dh_install] Error 13
…

I applied the attached patch to solve this problem.

Regards.

--
Marc Dequènes (Duck)

diff --git a/debian/rules b/debian/rules
index 06bc40f..ce556b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,6 +17,7 @@ CONFLAGS=--without-hal \
 
 INSTALLS=$(shell ls debian/*-common | sed s/-common// | sed s/\\./$(VERSUFFIX)\\./)
 INSTALLS+=$(shell ls debian/wine*.install-common | sed s/\\.install-common/$(VERSUFFIX)\\.postinst/)
+INSTALLS+=$(shell ls debian/libwine*.install-common | sed s/\\.install-common/$(VERSUFFIX)\\.postinst/)
 INSTALLS+=debian/substvars
 
 # 32-bit parameters

Attachment: pgpK9zlRaBcHV.pgp
Description: PGP Digital Signature


Reply to: