[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/5.0.4+dfsg-1-7-g8c62bf1

David Prévot taffit at debian.org
Mon Apr 15 04:08:00 UTC 2013


The following commit has been merged in the master branch:
commit 1a65bf8a2c59f029ed201596eba3d94ae70d82db
Author: David Prévot <taffit at debian.org>
Date:   Sun Apr 14 23:41:22 2013 -0400

    dh_link removes existing files

diff --git a/debian/rules b/debian/rules
index 6b5a977..01865e3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -94,10 +94,8 @@ override_dh_install:
 	# Move the MDB2 Sqlite driver to owncloud-sqlite.
 	mv debian/owncloud/usr/share/owncloud/lib/MDB2 debian/owncloud-sqlite/usr/share/php # php-mdb2-driver-sqlite (not yet)
 
-	# Clean up the media app so that jquery-jplayer and zenframework be linked.
+	# Clean up the media and search_lucene apps so that jquery-jplayer and zenframework be linked.
 	rm -r debian/owncloud/usr/share/owncloud/apps/media/js/jQuery.jPlayer.2.2.0.source
-	rm debian/owncloud/usr/share/owncloud/apps/media/js/Jplayer.swf
-	rm debian/owncloud/usr/share/owncloud/apps/media/js/jquery.jplayer.min.js
 	rm -r debian/owncloud/usr/share/owncloud/apps/search_lucene/3rdparty/Zend
 
 	# Remove the Updater app since upgrade must be made via the package

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list