[Pkg-javascript-commits] [vue.js] 03/09: fix nom2deb FIX_MEs

Paolo Greppi paolog-guest at moszumanska.debian.org
Mon Oct 30 09:24:41 UTC 2017


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 0b04066559c9545229c672bf1a7e33bb545790b8
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date:   Mon Oct 30 09:31:23 2017 +0100

    fix nom2deb FIX_MEs
---
 debian/changelog |  8 ++------
 debian/control   | 21 +++++++++++----------
 debian/copyright |  2 +-
 3 files changed, 14 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c8ffbf4..4be3f4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,5 @@
 node-vue (2.5.2-1) UNRELEASED; urgency=low
 
-  [ FIX_ME debian author  Mon, 30 Oct 2017 09:14:47 +0100 ]
-  * Initial release (Closes: #nnnn)
+  * Initial release (Closes: #871459)
 
-  [ root ]
-  *
-
- -- root <root at debian>  Mon, 30 Oct 2017 09:15:00 +0100
+ -- Paolo Greppi <paolo.greppi at libpf.com>  Mon, 30 Oct 2017 09:15:00 +0100
diff --git a/debian/control b/debian/control
index 2ee5288..5feb475 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: node-vue
 Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
-Uploaders: FIX_ME debian author
+Uploaders: Paolo Greppi <paolo.greppi at libpf.com>
 Build-Depends:
  debhelper (>= 9)
  , dh-buildinfo
@@ -17,15 +17,16 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: FIX_ME write the Debian package description
- Write the short and long descriptions for the Debian package as
- explained in the Developer's Reference, §6.2.1 – §6.2.3.
+Description: JS library for building interactive web applications
+ This Javascript library implements functions for building interactive web
+ interfaces. It provides data-reactive components with a simple and flexible
+ API.
  .
- You can start with the short upstream package description,
- “Reactive, component-oriented view layer for modern web interfaces.”.
- .
- Be aware that most upstream package descriptions are not written to
- conform with Debian package guidelines. You need to explain the role
- of this package for a Debian audience.
+ Core features:
+ - Declarative rendering with a plain JS object based reactivity system
+ - Component-oriented development style with tooling support
+ - Lean and extensible core
+ - Flexible transition effect system
+ - Fast without the need for complex optimization
  .
  Node.js is an event-based server-side JavaScript engine.
diff --git a/debian/copyright b/debian/copyright
index 4067e67..a44430c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,7 +8,7 @@ Copyright: 2017 Evan You
 License: Expat
 
 Files: debian/*
-Copyright: 2017 FIX_ME debian author
+Copyright: 2017 Paolo Greppi <paolo.greppi at libpf.com>
 License: Expat
 
 License: Expat

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