In order to reference the debian directory within the .install file for jitsi-meet-prosody, the -Xdebian argument needs to

be removed from the call to dh_install in debian/rules. This requires a more explicit jitsi-meet.install file. The project
files should likely be relocated to a src/ directory or similar to eliminate the verbose jitsi-meet.install
This commit is contained in:
Simon P. Ditner 2014-08-13 14:07:11 -07:00
parent be83b0a05c
commit 00f050ec13
3 changed files with 11 additions and 4 deletions

View File

@ -1 +1 @@
debian/usr/share/* /usr/share/
debian/usr/share/doc/jitsi-meet-prosody/* /usr/share/doc/jitsi-meet-prosody/

View File

@ -1,2 +1,9 @@
* /usr/share/jitsi-meet/
debian/usr/share/* /usr/share/
*.js /usr/share/jitsi-meet/
*.html /usr/share/jitsi-meet/
*.ico /usr/share/jitsi-meet/
libs/* /usr/share/jitsi-meet/
css/* /usr/share/jitsi-meet/
debian/usr/share/doc/jitsi-meet/* /usr/share/doc/jitsi-meet/
sounds/* /usr/share/jitsi-meet/
fonts/* /usr/share/jitsi-meet/
images/* /usr/share/jitsi-meet/

2
debian/rules vendored
View File

@ -10,6 +10,6 @@
#export DH_VERBOSE=1
%:
dh_install -Xdebian -Xdoc -XINSTALL.md -XLICENSE -XREADME.md usr/share/jitsi-meet/
dh_install
dh $@