[Pkg-javascript-commits] [rainloop] 01/01: Added missing dependencies on php-xml and ckeditor to debian/control. Fixed missing step to minify boot.js in debian/Makefile.
Daniel Ring
techwolf-guest at moszumanska.debian.org
Wed Apr 18 16:46:11 BST 2018
This is an automated email from the git hooks/post-receive script.
techwolf-guest pushed a commit to branch master
in repository rainloop.
commit 6d623b0ff287e846080db6d52124dda9d94bf751
Author: Daniel Ring <dring at wolfishly.me>
Date: Wed Apr 18 08:23:27 2018 -0700
Added missing dependencies on php-xml and ckeditor to debian/control.
Fixed missing step to minify boot.js in debian/Makefile.
---
debian/Makefile | 2 +-
debian/control | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/Makefile b/debian/Makefile
index dd29a21..6e2a0c0 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -157,7 +157,7 @@ jsAdmin: | jsWebpack
.PHONY: jsMin
jsMin: | jsApp jsAdmin jsLibs
- for f in app admin libs; do \
+ for f in app admin libs boot; do \
sed "s/rainloop\/v\/([^\/]+)\/static\/js\//rainloop\/v\/$1\/static\/js\/min\//g" rainloop/v/0.0.0/static/js/$$f.js \
| uglifyjs --compress --mangle --screw-ie8 -o rainloop/v/0.0.0/static/js/min/$$f.min.js; \
done
diff --git a/debian/control b/debian/control
index a21d86e..dccaac6 100644
--- a/debian/control
+++ b/debian/control
@@ -50,10 +50,12 @@ Depends: ${misc:Depends},
php-fpm (>= 5.4) | libapache2-mod-php (>= 5.4),
php-curl,
php-json,
+ php-xml,
php-pclzip,
php-guzzlehttp,
php-seclib,
- libphp-predis
+ libphp-predis,
+ ckeditor
Suggests: php5-sqlite | php5-mysql | php5-pgsql
Description: Simple, modern & fast web-based email client
Rainloop is a PHP-based MUA with a modern interface and no database
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/rainloop.git
More information about the Pkg-javascript-commits
mailing list