Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2015-01-06 01:11:59 +0300
committerMikkel Krautz <mikkel@krautz.dk>2015-01-06 01:11:59 +0300
commitfaa67303bd2db4d7c6d3c21f935d81453c2c64d2 (patch)
tree5b4877edbd87291bcbdfb961cd64752b87d2902a /scripts/release.pl
parentec3120c1ab6e2eb944b8701bb2350ad92c185a25 (diff)
Move speex, celt-0.7.0, celt-0.11.0, opus and sbcelt to the 3rdparty directory.
Diffstat (limited to 'scripts/release.pl')
-rwxr-xr-xscripts/release.pl18
1 files changed, 9 insertions, 9 deletions
diff --git a/scripts/release.pl b/scripts/release.pl
index 47c584fcb..0de96d7b9 100755
--- a/scripts/release.pl
+++ b/scripts/release.pl
@@ -46,15 +46,15 @@ my $exclusions = join(" --exclude=", ("",
# Exclude the archive we are currently writing to
"${ballname}.*",
# Exclude files with Debian FSG licensing issues (#1230)
- "${ballname}/speex/doc/draft-herlein-avt-rtp-speex-00.txt",
- "${ballname}/speex/doc/draft-herlein-speex-rtp-profile-02.txt",
- "${ballname}/speex/doc/draft-herlein-speex-rtp-profile-03.txt",
- "${ballname}/speex/doc/draft-ietf-avt-rtp-speex-00.txt",
- "${ballname}/speex/doc/draft-ietf-avt-rtp-speex-01-tmp.txt",
- "${ballname}/speex/doc/draft-ietf-avt-rtp-speex-05-tmp.txt",
- "${ballname}/speex/doc/manual.lyx",
- "${ballname}/celt-0.11.0-src/doc/ietf/draft-valin-celt-rtp-profile-01.txt",
- "${ballname}/celt-0.7.0-src/doc/ietf/draft-valin-celt-rtp-profile-01.txt"
+ "${ballname}/3rdparty/speex-src/doc/draft-herlein-avt-rtp-speex-00.txt",
+ "${ballname}/3rdparty/speex-src/doc/draft-herlein-speex-rtp-profile-02.txt",
+ "${ballname}/3rdparty/speex-src/doc/draft-herlein-speex-rtp-profile-03.txt",
+ "${ballname}/3rdparty/speex-src/doc/draft-ietf-avt-rtp-speex-00.txt",
+ "${ballname}/3rdparty/speex-src/doc/draft-ietf-avt-rtp-speex-01-tmp.txt",
+ "${ballname}/3rdparty/speex-src/doc/draft-ietf-avt-rtp-speex-05-tmp.txt",
+ "${ballname}/3rdparty/speex-src/doc/manual.lyx",
+ "${ballname}/3rdparty/celt-0.11.0-src/doc/ietf/draft-valin-celt-rtp-profile-01.txt",
+ "${ballname}/3rdparty/celt-0.7.0-src/doc/ietf/draft-valin-celt-rtp-profile-01.txt"
)
);