瀏覽代碼

Adds dependency to libjs-strophe package.

j8
Damian Minkov 10 年之前
父節點
當前提交
78cafadb99
共有 4 個檔案被更改,包括 9 行新增7 行删除
  1. 2
    2
      debian/control
  2. 1
    0
      debian/jitsi-meet.links
  3. 4
    2
      debian/rules
  4. 2
    3
      debian/source/lintian-overrides

+ 2
- 2
debian/control 查看文件

@@ -3,14 +3,14 @@ Section: net
3 3
 Priority: extra
4 4
 Maintainer: Jitsi Team <dev@jitsi.org>
5 5
 Uploaders: Emil Ivov <emcho@jitsi.org>, Damian Minkov <damencho@jitsi.org>
6
-Build-Depends: debhelper (>= 8.0.0)
6
+Build-Depends: debhelper (>= 8.0.0), libjs-strophe (>= 1.1.3)
7 7
 Standards-Version: 3.9.5
8 8
 Homepage: https://jitsi.org/meet
9 9
 
10 10
 Package: jitsi-meet
11 11
 Architecture: all
12 12
 Pre-Depends: adduser, openssl, jitsi-videobridge
13
-Depends: ${misc:Depends}, nginx, jitsi-meet-prosody
13
+Depends: ${misc:Depends}, nginx, jitsi-meet-prosody, libjs-strophe (>= 1.1.3)
14 14
 Description: WebRTC JavaScript video conferences
15 15
  Jitsi Meet is a WebRTC JavaScript application that uses Jitsi
16 16
  Videobridge to provide high quality, scalable video conferences.

+ 1
- 0
debian/jitsi-meet.links 查看文件

@@ -0,0 +1 @@
1
+usr/share/javascript/strophe/strophe.min.js usr/share/jitsi-meet/libs/strophe/strophe.min.js

+ 4
- 2
debian/rules 查看文件

@@ -10,6 +10,8 @@
10 10
 #export DH_VERBOSE=1
11 11
 
12 12
 %:
13
-	dh_install
13
+	dh $@
14
+
15
+override_dh_install:
14 16
 	dh_installdirs
15
-	dh $@ 
17
+	dh_install -Xlibs/strophe/strophe.min.js

+ 2
- 3
debian/source/lintian-overrides 查看文件

@@ -1,3 +1,2 @@
1
-# The strophe.min.js file, from http://strophe.im/strophejs/ (https://github.com/strophe/strophejs)
2
-# contains the source with minimum space characters
3
-source-is-missing libs/strophe/strophe.jingle.bundle.js
1
+# The strophe.min.js file is used from libjs-strophe package
2
+source-is-missing libs/strophe/strophe.min.js

Loading…
取消
儲存