[Pkg-javascript-commits] [vue.js] 01/01: do not provide a nodejs library

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Jan 8 07:44:11 UTC 2018


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

paolog-guest pushed a commit to branch master
in repository vue.js.

commit add51e12ae0628be4800cd1d94b36087b5b819af
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Jan 8 08:44:08 2018 +0100

    do not provide a nodejs library
---
 debian/control          | 22 +---------------------
 debian/copyright        |  2 +-
 debian/node-vue.install |  3 ---
 debian/tests/control    |  2 --
 debian/tests/require    |  3 ---
 5 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/debian/control b/debian/control
index cb808ef..48db4c9 100644
--- a/debian/control
+++ b/debian/control
@@ -19,31 +19,11 @@ Homepage: https://github.com/vuejs/vue#readme
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/vue.js.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/vue.js.git
 
-Package: node-vue
-Architecture: all
-Depends:
- ${misc:Depends}
- , nodejs
-Description: Core library of the Vue JavaScript framework
- Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable
- JavaScript framework for building user interfaces with JavaScript or
- TypeScript.
- .
- It provides data-reactive components with a simple and flexible API.
- .
- The core library focuses on declarative rendering and component composition.
- .
- Vue core when used in combination with its supporting libraries and modern
- tooling is also perfectly capable of powering sophisticated Single-Page
- Applications.
- .
- Node.js is an event-based server-side JavaScript engine.
-
 Package: libjs-vue
 Architecture: all
 Depends:
  ${misc:Depends}
-Description: Core library of the Vue JavaScript framework, browser build
+Description: Core library of the Vue JavaScript framework
  Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable
  JavaScript framework for building user interfaces with JavaScript or
  TypeScript.
diff --git a/debian/copyright b/debian/copyright
index 78e9aff..e30e278 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,7 +6,7 @@ Files-Excluded: dist/*.js
 Comment: remove prebuilt (minified) JavaScript objects
 
 Files: *
-Copyright: 2017 Evan You
+Copyright: 2013-present, Yuxi (Evan) You
 License: Expat
 
 Files: debian/*
diff --git a/debian/node-vue.install b/debian/node-vue.install
deleted file mode 100644
index eaddfc9..0000000
--- a/debian/node-vue.install
+++ /dev/null
@@ -1,3 +0,0 @@
-src usr/lib/nodejs/vue/
-package.json usr/lib/nodejs/vue/
-types usr/lib/nodejs/vue/
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index e19505f..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,2 +0,0 @@
-Tests: require
-Depends: node-vue
diff --git a/debian/tests/require b/debian/tests/require
deleted file mode 100644
index 97ff3f2..0000000
--- a/debian/tests/require
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-nodejs -e "require('vue');"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/vue.js.git



More information about the Pkg-javascript-commits mailing list