[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.8debian-1.6-62-g4b27f03

David Prévot taffit at debian.org
Sun Mar 31 23:27:26 UTC 2013


The following commit has been merged in the master branch:
commit cab29a75a8daa4c4b24ba4503816403ad964c590
Author: David Prévot <taffit at debian.org>
Date:   Sun Mar 31 15:35:34 2013 -0400

    Remove the Updater app since upgrade must be made via the package

diff --git a/debian/changelog b/debian/changelog
index cdd9ea3..93703ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ owncloud (5.0.0+dfsg-1) UNRELEASED; urgency=low
   * debian/rules:
     - Trim duplicated and useless files from the package
     - Minify JavaScript and keep their source
+    - Remove the Updater app since upgrade must be made via the package
   * debian/repack.sh:
     - Remove incompatible docs from Font Awesome
     - Remove incompatible PDF from pdfjs
diff --git a/debian/rules b/debian/rules
index 27c8c9f..700443d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -105,6 +105,9 @@ override_dh_install:
 	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
+	rm -r debian/owncloud/usr/share/owncloud/apps/updater
+
 override_dh_fixperms:
 	dh_fixperms -X var/lib/owncloud
 	chown www-data:www-data debian/owncloud/etc/owncloud/

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list