Explorar el Código

Removes usr/share/doc/ from debian folder.

j8
Damian Minkov hace 10 años
padre
commit
2df001c125

+ 2
- 1
debian/jitsi-meet-prosody.docs Ver fichero

@@ -1 +1,2 @@
1
-debian/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example
1
+doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example
2
+doc/debian/jitsi-meet-prosody/README

+ 18
- 0
debian/jitsi-meet.README.source Ver fichero

@@ -4,3 +4,21 @@ jitsi-meet for Debian
4 4
 The jitsi-meet package is built from the sources of Jitsi Meet.
5 5
 
6 6
 Jitsi Meet is downloaded from https://github.com/jitsi/jitsi-meet and the git files are removed. you can recreate the source with 'git clone https://github.com/jitsi/jitsi-meet.git'.
7
+Use something like the script below to update from Git
8
+
9
+#!/bin/bash
10
+
11
+VERSION=1.0.1-1
12
+
13
+echo "*.min.js export-ignore" > .gitattributes
14
+echo "jquery-2.1.1.* export-ignore" >> .gitattributes
15
+echo "jquery-ui.js export-ignore" >> .gitattributes
16
+echo ".gitignore export-ignore" >> .gitattributes
17
+echo "$VERSION" > version.txt
18
+sed -i "s/1.0.1-1/$VERSION/g" debian/changelog
19
+
20
+git archive --worktree-attributes --format tar --prefix jitsi-meet-$VERSION/ -o ../jitsi-meet_${VERSION}.orig.tar master
21
+tar --transform "s,^,jitsi-meet-$VERSION/,"  -rf ../jitsi-meet_${VERSION}.orig.tar
22
+cd ..
23
+
24
+bzip2 jitsi-meet_${VERSION}.orig.tar

+ 2
- 2
debian/jitsi-meet.docs Ver fichero

@@ -1,3 +1,3 @@
1 1
 README.md
2
-debian/usr/share/doc/jitsi-meet/README
3
-debian/usr/share/doc/jitsi-meet/jitsi-meet.example
2
+doc/debian/jitsi-meet/jitsi-meet.example
3
+doc/debian/jitsi-meet/README

BIN
debian/usr/share/doc/jitsi-meet-prosody/changelog.Debian.gz Ver fichero


+ 0
- 31
debian/usr/share/doc/jitsi-meet-prosody/copyright Ver fichero

@@ -1,31 +0,0 @@
1
-Format: http://dep.debian.net/deps/dep5
2
-Upstream-Name: Jitsi Meet
3
-Upstream-Contact: Emil Ivov <emcho@jitsi.org>
4
-Source: https://github.com/jitsi/jitsi-meet
5
-
6
-Files: *
7
-Copyright: 2013-2014 Jitsi
8
-License: MIT
9
-
10
-License: MIT
11
- The MIT License (MIT)
12
- .
13
- Copyright (c) 2013 ESTOS GmbH
14
- Copyright (c) 2013 BlueJimp SARL
15
- .
16
- Permission is hereby granted, free of charge, to any person obtaining a copy of
17
- this software and associated documentation files (the "Software"), to deal in
18
- the Software without restriction, including without limitation the rights to
19
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20
- the Software, and to permit persons to whom the Software is furnished to do so,
21
- subject to the following conditions:
22
- .
23
- The above copyright notice and this permission notice shall be included in all
24
- copies or substantial portions of the Software.
25
- .
26
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
28
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
29
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
30
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

BIN
debian/usr/share/doc/jitsi-meet/changelog.Debian.gz Ver fichero


+ 0
- 31
debian/usr/share/doc/jitsi-meet/copyright Ver fichero

@@ -1,31 +0,0 @@
1
-Format: http://dep.debian.net/deps/dep5
2
-Upstream-Name: Jitsi Meet
3
-Upstream-Contact: Emil Ivov <emcho@jitsi.org>
4
-Source: https://github.com/jitsi/jitsi-meet
5
-
6
-Files: *
7
-Copyright: 2013-2014 Jitsi
8
-License: MIT
9
-
10
-License: MIT
11
- The MIT License (MIT)
12
- .
13
- Copyright (c) 2013 ESTOS GmbH
14
- Copyright (c) 2013 BlueJimp SARL
15
- .
16
- Permission is hereby granted, free of charge, to any person obtaining a copy of
17
- this software and associated documentation files (the "Software"), to deal in
18
- the Software without restriction, including without limitation the rights to
19
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
20
- the Software, and to permit persons to whom the Software is furnished to do so,
21
- subject to the following conditions:
22
- .
23
- The above copyright notice and this permission notice shall be included in all
24
- copies or substantial portions of the Software.
25
- .
26
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
27
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
28
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
29
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
30
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
31
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

debian/usr/share/doc/jitsi-meet-prosody/README → doc/debian/jitsi-meet-prosody/README Ver fichero


debian/usr/share/doc/jitsi-meet-prosody/prosody.cfg.lua-jvb.example → doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example Ver fichero


debian/usr/share/doc/jitsi-meet/README → doc/debian/jitsi-meet/README Ver fichero


debian/usr/share/doc/jitsi-meet/jitsi-meet.example → doc/debian/jitsi-meet/jitsi-meet.example Ver fichero


Loading…
Cancelar
Guardar