From 086dfe92780d523bdcbda1995b6333244d05c0ca Mon Sep 17 00:00:00 2001 From: Damian Minkov Date: Wed, 3 Sep 2014 16:49:36 +0300 Subject: [PATCH] Removes unused files. --- debian/control | 2 +- ...jitsi-meet-prosody.copyright => copyright} | 0 debian/jitsi-meet-prosody.preinst | 35 ------------------ debian/jitsi-meet-prosody.prerm | 36 ------------------- debian/jitsi-meet.copyright | 31 ---------------- debian/jitsi-meet.preinst | 35 ------------------ debian/jitsi-meet.prerm | 36 ------------------- 7 files changed, 1 insertion(+), 174 deletions(-) rename debian/{jitsi-meet-prosody.copyright => copyright} (100%) delete mode 100644 debian/jitsi-meet-prosody.preinst delete mode 100644 debian/jitsi-meet-prosody.prerm delete mode 100644 debian/jitsi-meet.copyright delete mode 100644 debian/jitsi-meet.preinst delete mode 100644 debian/jitsi-meet.prerm diff --git a/debian/control b/debian/control index f34afcd98..78630d889 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: extra Maintainer: Jitsi Team Uploaders: Emil Ivov , Damian Minkov Build-Depends: debhelper (>= 8.0.0) -Standards-Version: 3.9.3 +Standards-Version: 3.9.5 Homepage: https://jitsi.org/meet Package: jitsi-meet diff --git a/debian/jitsi-meet-prosody.copyright b/debian/copyright similarity index 100% rename from debian/jitsi-meet-prosody.copyright rename to debian/copyright diff --git a/debian/jitsi-meet-prosody.preinst b/debian/jitsi-meet-prosody.preinst deleted file mode 100644 index 015564ee3..000000000 --- a/debian/jitsi-meet-prosody.preinst +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# preinst script for jitsi-meet-prosody -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/debian/jitsi-meet-prosody.prerm b/debian/jitsi-meet-prosody.prerm deleted file mode 100644 index c447b17ad..000000000 --- a/debian/jitsi-meet-prosody.prerm +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# prerm script for jitsi-meet-prosody -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|purge) - ;; - - upgrade|deconfigure) - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -exit 0 diff --git a/debian/jitsi-meet.copyright b/debian/jitsi-meet.copyright deleted file mode 100644 index 06376c2a9..000000000 --- a/debian/jitsi-meet.copyright +++ /dev/null @@ -1,31 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: Jitsi Meet -Upstream-Contact: Emil Ivov -Source: https://github.com/jitsi/jitsi-meet - -Files: * -Copyright: 2013-2014 Jitsi -License: MIT - -License: MIT - The MIT License (MIT) - . - Copyright (c) 2013 ESTOS GmbH - Copyright (c) 2013 BlueJimp SARL - . - Permission is hereby granted, free of charge, to any person obtaining a copy of - this software and associated documentation files (the "Software"), to deal in - the Software without restriction, including without limitation the rights to - use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of - the Software, and to permit persons to whom the Software is furnished to do so, - subject to the following conditions: - . - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS - FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR - COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER - IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/debian/jitsi-meet.preinst b/debian/jitsi-meet.preinst deleted file mode 100644 index 794394d6d..000000000 --- a/debian/jitsi-meet.preinst +++ /dev/null @@ -1,35 +0,0 @@ -#!/bin/sh -# preinst script for jitsi-meet -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/debian/jitsi-meet.prerm b/debian/jitsi-meet.prerm deleted file mode 100644 index 10f8454d5..000000000 --- a/debian/jitsi-meet.prerm +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh -# prerm script for jitsi-meet -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - remove|purge) - ;; - - upgrade|deconfigure) - ;; - - failed-upgrade) - ;; - - *) - echo "prerm called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -exit 0