[DRE-commits] [gitlab] 01/01: use more node modules from system

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Dec 13 12:15:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch syslibs
in repository gitlab.

commit e0dc880e31811d06eacd38ce93dd170b9290126b
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Dec 13 17:44:57 2017 +0530

    use more node modules from system
---
 debian/control                            |  5 +++++
 debian/patches/0420-use-system-libs.patch | 17 ++++++++++-------
 debian/patches/0430-remove-devdeps.patch  |  4 ++--
 3 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index 8933e92..a251e5a 100644
--- a/debian/control
+++ b/debian/control
@@ -314,14 +314,19 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  node-jquery,
  node-jquery-ujs,
  node-jszip,
+ node-jszip-utils,
  node-marked,
  node-mousetrap,
  node-raw-loader,
  node-stats-webpack-plugin,
+ node-three,
+ node-three-orbit-controls,
+ node-three-stl-loader,
  node-underscore,
  node-url-loader,
  node-vue-resource,
  node-vue-template-compiler,
+ node-webpack-stats-plugin,
  node-katex
 Recommends: certbot
 Description: git powered software platform to collaborate on code (non-omnibus)
diff --git a/debian/patches/0420-use-system-libs.patch b/debian/patches/0420-use-system-libs.patch
index 9d41e1e..2678a87 100644
--- a/debian/patches/0420-use-system-libs.patch
+++ b/debian/patches/0420-use-system-libs.patch
@@ -1,6 +1,6 @@
 --- a/package.json
 +++ b/package.json
-@@ -12,43 +12,22 @@
+@@ -12,60 +12,29 @@
      "webpack-prod": "NODE_ENV=production webpack --config config/webpack.config.js"
    },
    "dependencies": {
@@ -31,7 +31,7 @@
 -    "jquery-ujs": "^1.2.1",
      "js-cookie": "^2.1.3",
 -    "jszip": "^3.1.3",
-     "jszip-utils": "^0.0.2",
+-    "jszip-utils": "^0.0.2",
 -    "marked": "^0.3.6",
      "monaco-editor": "0.8.3",
 -    "mousetrap": "^1.4.6",
@@ -44,9 +44,9 @@
      "react-dev-utils": "^0.5.2",
      "select2": "3.5.2-browserify",
      "sql.js": "^0.4.0",
-@@ -56,14 +35,9 @@
-     "three-orbit-controls": "^82.1.0",
-     "three-stl-loader": "^1.0.4",
+-    "three": "^0.84.0",
+-    "three-orbit-controls": "^82.1.0",
+-    "three-stl-loader": "^1.0.4",
      "timeago.js": "^2.0.5",
 -    "underscore": "^1.8.3",
 -    "url-loader": "^0.5.8",
@@ -56,6 +56,9 @@
 -    "vue-resource": "^1.3.4",
 -    "vue-template-compiler": "^2.2.6",
 -    "webpack": "^3.4.0",
-     "webpack-bundle-analyzer": "^2.8.2",
-     "webpack-stats-plugin": "^0.1.5"
+-    "webpack-bundle-analyzer": "^2.8.2",
+-    "webpack-stats-plugin": "^0.1.5"
++    "webpack-bundle-analyzer": "^2.8.2"
    },
+   "devDependencies": {
+     "babel-plugin-istanbul": "^4.0.0",
diff --git a/debian/patches/0430-remove-devdeps.patch b/debian/patches/0430-remove-devdeps.patch
index cd08cbd..ad8e62a 100644
--- a/debian/patches/0430-remove-devdeps.patch
+++ b/debian/patches/0430-remove-devdeps.patch
@@ -1,7 +1,7 @@
 --- a/package.json
 +++ b/package.json
-@@ -42,25 +42,5 @@
-     "webpack-stats-plugin": "^0.1.5"
+@@ -37,25 +37,5 @@
+     "webpack-bundle-analyzer": "^2.8.2"
    },
    "devDependencies": {
 -    "babel-plugin-istanbul": "^4.0.0",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list