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:
parent
be83b0a05c
commit
00f050ec13
|
@ -1 +1 @@
|
|||
debian/usr/share/* /usr/share/
|
||||
debian/usr/share/doc/jitsi-meet-prosody/* /usr/share/doc/jitsi-meet-prosody/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
#export DH_VERBOSE=1
|
||||
|
||||
%:
|
||||
dh_install -Xdebian -Xdoc -XINSTALL.md -XLICENSE -XREADME.md usr/share/jitsi-meet/
|
||||
dh_install
|
||||
|
||||
dh $@
|
||||
|
|
Loading…
Reference in New Issue