Pārlūkot izejas kodu

Removes unused files.

j8
Damian Minkov 10 gadus atpakaļ
vecāks
revīzija
086dfe9278

+ 1
- 1
debian/control Parādīt failu

@@ -4,7 +4,7 @@ Priority: extra
4 4
 Maintainer: Jitsi Team <dev@jitsi.org>
5 5
 Uploaders: Emil Ivov <emcho@jitsi.org>, Damian Minkov <damencho@jitsi.org>
6 6
 Build-Depends: debhelper (>= 8.0.0)
7
-Standards-Version: 3.9.3
7
+Standards-Version: 3.9.5
8 8
 Homepage: https://jitsi.org/meet
9 9
 
10 10
 Package: jitsi-meet

debian/jitsi-meet-prosody.copyright → debian/copyright Parādīt failu


+ 0
- 35
debian/jitsi-meet-prosody.preinst Parādīt failu

@@ -1,35 +0,0 @@
1
-#!/bin/sh
2
-# preinst script for jitsi-meet-prosody
3
-#
4
-# see: dh_installdeb(1)
5
-
6
-set -e
7
-
8
-# summary of how this script can be called:
9
-#        * <new-preinst> `install'
10
-#        * <new-preinst> `install' <old-version>
11
-#        * <new-preinst> `upgrade' <old-version>
12
-#        * <old-preinst> `abort-upgrade' <new-version>
13
-# for details, see http://www.debian.org/doc/debian-policy/ or
14
-# the debian-policy package
15
-
16
-
17
-case "$1" in
18
-    install|upgrade)
19
-    ;;
20
-
21
-    abort-upgrade)
22
-    ;;
23
-
24
-    *)
25
-        echo "preinst called with unknown argument \`$1'" >&2
26
-        exit 1
27
-    ;;
28
-esac
29
-
30
-# dh_installdeb will replace this with shell code automatically
31
-# generated by other debhelper scripts.
32
-
33
-#DEBHELPER#
34
-
35
-exit 0

+ 0
- 36
debian/jitsi-meet-prosody.prerm Parādīt failu

@@ -1,36 +0,0 @@
1
-#!/bin/sh
2
-# prerm script for jitsi-meet-prosody
3
-#
4
-# see: dh_installdeb(1)
5
-
6
-set -e
7
-
8
-# summary of how this script can be called:
9
-#        * <prerm> `remove'
10
-#        * <old-prerm> `upgrade' <new-version>
11
-#        * <new-prerm> `failed-upgrade' <old-version>
12
-#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
13
-#        * <deconfigured's-prerm> `deconfigure' `in-favour'
14
-#          <package-being-installed> <version> `removing'
15
-#          <conflicting-package> <version>
16
-# for details, see http://www.debian.org/doc/debian-policy/ or
17
-# the debian-policy package
18
-
19
-
20
-case "$1" in
21
-    remove|purge)
22
-    ;;
23
-
24
-    upgrade|deconfigure)
25
-    ;;
26
-
27
-    failed-upgrade)
28
-    ;;
29
-
30
-    *)
31
-        echo "prerm called with unknown argument \`$1'" >&2
32
-        exit 1
33
-    ;;
34
-esac
35
-
36
-exit 0

+ 0
- 31
debian/jitsi-meet.copyright Parādīt failu

@@ -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.

+ 0
- 35
debian/jitsi-meet.preinst Parādīt failu

@@ -1,35 +0,0 @@
1
-#!/bin/sh
2
-# preinst script for jitsi-meet
3
-#
4
-# see: dh_installdeb(1)
5
-
6
-set -e
7
-
8
-# summary of how this script can be called:
9
-#        * <new-preinst> `install'
10
-#        * <new-preinst> `install' <old-version>
11
-#        * <new-preinst> `upgrade' <old-version>
12
-#        * <old-preinst> `abort-upgrade' <new-version>
13
-# for details, see http://www.debian.org/doc/debian-policy/ or
14
-# the debian-policy package
15
-
16
-
17
-case "$1" in
18
-    install|upgrade)
19
-    ;;
20
-
21
-    abort-upgrade)
22
-    ;;
23
-
24
-    *)
25
-        echo "preinst called with unknown argument \`$1'" >&2
26
-        exit 1
27
-    ;;
28
-esac
29
-
30
-# dh_installdeb will replace this with shell code automatically
31
-# generated by other debhelper scripts.
32
-
33
-#DEBHELPER#
34
-
35
-exit 0

+ 0
- 36
debian/jitsi-meet.prerm Parādīt failu

@@ -1,36 +0,0 @@
1
-#!/bin/sh
2
-# prerm script for jitsi-meet
3
-#
4
-# see: dh_installdeb(1)
5
-
6
-set -e
7
-
8
-# summary of how this script can be called:
9
-#        * <prerm> `remove'
10
-#        * <old-prerm> `upgrade' <new-version>
11
-#        * <new-prerm> `failed-upgrade' <old-version>
12
-#        * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
13
-#        * <deconfigured's-prerm> `deconfigure' `in-favour'
14
-#          <package-being-installed> <version> `removing'
15
-#          <conflicting-package> <version>
16
-# for details, see http://www.debian.org/doc/debian-policy/ or
17
-# the debian-policy package
18
-
19
-
20
-case "$1" in
21
-    remove|purge)
22
-    ;;
23
-
24
-    upgrade|deconfigure)
25
-    ;;
26
-
27
-    failed-upgrade)
28
-    ;;
29
-
30
-    *)
31
-        echo "prerm called with unknown argument \`$1'" >&2
32
-        exit 1
33
-    ;;
34
-esac
35
-
36
-exit 0

Notiek ielāde…
Atcelt
Saglabāt