[DRE-commits] [gitlab] 07/07: use more packaged libs

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Sep 6 17:49:57 UTC 2017


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

praveen pushed a commit to branch master-9.2
in repository gitlab.

commit 33db7bee6c2c268f48c1ee007c90cff28b7bfcd2
Author: Pirate Praveen <praveen at debian.org>
Date:   Wed Sep 6 23:16:42 2017 +0530

    use more packaged libs
---
 debian/control                            | 10 ++++++-
 debian/patches/0420-use-system-libs.patch | 47 ++++++++++++++++++++++++++++++-
 2 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b267b1f..e247533 100644
--- a/debian/control
+++ b/debian/control
@@ -271,7 +271,15 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
  libjs-graphael,
  libjs-fuzzaldrin-plus (>= 0.3.1+git.20161008.da2cb58+dfsg-4~),
  node-lie,
- phantomjs
+ phantomjs,
+ node-babel-core,
+ node-core-js,
+ node-exports-loader,
+ node-jed,
+ node-marked,
+ node-raw-loader,
+ node-stats-webpack-plugin,
+ node-underscore   
 Recommends: certbot
 Description: git powered software platform to collaborate on code (non-omnibus)
  gitlab provides web based interface to host source code and track issues.
diff --git a/debian/patches/0420-use-system-libs.patch b/debian/patches/0420-use-system-libs.patch
index 39ca959..2c81edb 100644
--- a/debian/patches/0420-use-system-libs.patch
+++ b/debian/patches/0420-use-system-libs.patch
@@ -1,6 +1,51 @@
 --- a/package.json
 +++ b/package.json
-@@ -57,7 +57,6 @@
+@@ -12,52 +12,43 @@
+     "webpack-prod": "NODE_ENV=production NODE_PATH=/usr/share/gitlab/node_modules node_modules/.bin/webpack --config config/webpack.config.js"
+   },
+   "dependencies": {
+-    "babel-core": "^6.22.1",
+     "babel-loader": "^6.2.10",
+     "babel-plugin-transform-define": "^1.2.0",
+     "babel-preset-latest": "^6.24.0",
+     "babel-preset-stage-2": "^6.22.0",
+     "bootstrap-sass": "^3.3.6",
+     "compression-webpack-plugin": "^0.3.2",
+-    "core-js": "^2.4.1",
+     "css-loader": "^0.28.0",
+     "d3": "^3.5.11",
+     "document-register-element": "^1.3.0",
+     "dropzone": "^4.2.0",
+     "emoji-unicode-version": "^0.2.1",
+     "eslint-plugin-html": "^2.0.1",
+-    "exports-loader": "^0.6.4",
+     "file-loader": "^0.11.1",
+-    "jed": "^1.1.1",
+     "jquery": "^2.2.1",
+     "jquery-ujs": "^1.2.1",
+     "js-cookie": "^2.1.3",
+     "jszip": "^3.1.3",
+     "jszip-utils": "^0.0.2",
+-    "marked": "^0.3.6",
+     "mousetrap": "^1.4.6",
+     "pdfjs-dist": "^1.8.252",
+     "pikaday": "^1.5.1",
+     "prismjs": "^1.6.0",
+     "raphael": "^2.2.7",
+     "raven-js": "^3.14.0",
+-    "raw-loader": "^0.5.1",
+     "react-dev-utils": "^0.5.2",
+     "select2": "3.5.2-browserify",
+     "sql.js": "^0.4.0",
+-    "stats-webpack-plugin": "^0.4.3",
+     "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",
+     "visibilityjs": "^1.2.4",
+     "vue": "^2.2.6",
      "vue-loader": "^11.3.4",
      "vue-resource": "^0.9.3",
      "vue-template-compiler": "^2.2.6",

-- 
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