[Pkg-owncloud-commits] [SCM] owncloud.git branch, master, updated. debian/4.0.3debian-1-16-gcec29c2

Thomas Mueller thomas.mueller at tmit.eu
Tue Jul 31 15:56:31 UTC 2012


The following commit has been merged in the master branch:
commit d789f7f64292fee68e6815ba07adb9410b5ecd2c
Author: Thomas Mueller <thomas.mueller at tmit.eu>
Date:   Tue Jul 31 17:53:52 2012 +0200

    fixing #683395

diff --git a/debian/changelog b/debian/changelog
index 8acd440..de28fee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+owncloud (4.0.5debian-2) UNRELEASED; urgency=low
+
+  * debian/repack.sh: sourceless minified JavaScript files 
+    core/js/jquery-1.7.2.min.js and core/js/jquery-ui-1.8.16.custom.min.js.
+    (closes: #683395)
+
+ -- Thomas Mueller <thomas.mueller at tmit.eu>  Tue, 31 Jul 2012 17:34:48 +0200
+
 owncloud (4.0.5debian-1) unstable; urgency=low
 
   * New upstream bugfix release (closes: #681138, #681169)
diff --git a/debian/repack.sh b/debian/repack.sh
index 68157f8..62169c7 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -29,6 +29,8 @@ fi
 
 ## Remove stuff
 rm -vfr $UP_BASE/3rdparty/timepicker/css/include
+rm -vfr $UP_BASE/core/js/jquery-1.7.2.min.js
+rm -vfr $UP_BASE/core/js/jquery-ui-1.8.16.custom.min.js
 ## End
 
 mv "$UP_BASE" "$DIR/$REPACK_DIR"
diff --git a/debian/rules b/debian/rules
index 30e5885..c85bb36 100755
--- a/debian/rules
+++ b/debian/rules
@@ -43,8 +43,6 @@ override_dh_install:
 	rm debian/owncloud/usr/share/owncloud/apps/contacts/js/jquery.inview.txt
 	rm debian/owncloud/usr/share/owncloud/apps/files_pdfviewer/js/pdfjs/update.sh
 	rm -r debian/owncloud/usr/share/owncloud/apps/files_odfviewer/src
-	rm debian/owncloud/usr/share/owncloud/core/js/jquery-1.7.2.min.js
-	rm debian/owncloud/usr/share/owncloud/core/js/jquery-ui-1.8.16.custom.min.js
 	rm debian/owncloud/usr/share/owncloud/l10n/l10n.pl
 	rm debian/owncloud/usr/share/owncloud/l10n/init.sh
 

-- 
owncloud.git



More information about the Pkg-owncloud-commits mailing list