[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.7+dfsg-2-4-gcf356e1
David Prévot
taffit at debian.org
Thu Jun 27 20:56:55 UTC 2013
The following commit has been merged in the master branch:
commit cf356e18ae03cff44bfdb8febf73c09def18d786
Author: David Prévot <taffit at debian.org>
Date: Thu Jun 27 16:23:11 2013 -0400
Remove optional files with uncertain licenses
From https://github.com/ajaxorg/ace/issues/1484#issuecomment-20140307
> Syntax checkers (that is all files with worker-* in build) are based
> on other projects, and carry their licences.
> But they are completely optional, and editor can be used without them
> if needed.
Closes: #692627
diff --git a/debian/repack.sh b/debian/repack.sh
index 4789130..3d7acd2 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -42,6 +42,7 @@ rm -vr $UP_BASE/3rdparty/Console
rm -vr $UP_BASE/3rdparty/fontawesome/docs
rm -vr $UP_BASE/apps/files_encryption/3rdparty/Crypt_Blowfish
rm -v $UP_BASE/apps/files_pdfviewer/3rdparty/pdfjs/compressed.tracemonkey-pldi-09.pdf
+rm -v $UP_BASE/apps/files_texteditor/js/aceeditor/worker-*
## End
mv "$UP_BASE" "$DIR/$REPACK_DIR"
--
owncloud.git
More information about the Pkg-owncloud-commits
mailing list