[Pkg-javascript-commits] [libjs-handlebars] 08/09: Change source package to node-handlebars and binary package to handlebars

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Oct 23 11:27:37 UTC 2017


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

praveen pushed a commit to branch master
in repository libjs-handlebars.

commit e809a328ff671c159e97debff585d7962468107b
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Oct 23 16:52:40 2017 +0530

    Change source package to node-handlebars and binary package to handlebars
---
 debian/changelog                        |  2 +-
 debian/control                          | 37 +++++++++++++++++----------------
 debian/handlebars.install               |  4 ++++
 debian/handlebars.links                 |  1 +
 debian/install                          |  4 ----
 debian/libjs-handlebars.install         |  1 +
 debian/libjs-handlebars.runtime.install |  2 +-
 debian/node-handlebars.install          |  3 ---
 debian/node-handlebars.links            |  2 --
 9 files changed, 27 insertions(+), 29 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10c14df..b46efa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libjs-handlebars (3:4.0.10-1) UNRELEASED; urgency=medium
+node-handlebars (3:4.0.10-1) UNRELEASED; urgency=medium
 
   * New upstream release
 
diff --git a/debian/control b/debian/control
index 2d0a2d1..0dd83fd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,4 +1,4 @@
-Source: libjs-handlebars
+Source: node-handlebars
 Section: javascript
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
@@ -19,14 +19,21 @@ Build-Depends: debhelper (>= 9~)
  , webpack
 Standards-Version: 4.1.1
 Homepage: http://handlebarsjs.com/
-Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/libjs-handlebars.git
-Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/libjs-handlebars.git;a=summary
+Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-handlebars.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-handlebars.git
 
-Package: libjs-handlebars
+Package: handlebars
 Architecture: all
-Depends: ${misc:Depends},
+Depends: nodejs,
+         ${misc:Depends},
          ${shlibs:Depends}
-Description: let you build semantic templates effectively with no frustration
+Breaks: node-handlebars (<= 3:4.0.5-4)
+Replaces: node-handlebars (<= 3:4.0.5-4)
+Description: build semantic templates effectively with no frustration (source)
+ This package only provides source code and it cannot be used directly.
+ The only purpose of this package is to satisfy source code requirement of
+ ruby-handlebars-assets package (to keep it in contrib rather than non-free).
+ .
  Handlebars templates look like regular HTML, with embedded handlebars
  expressions.
  .
@@ -34,11 +41,11 @@ Description: let you build semantic templates effectively with no frustration
  .
  Learn more about its usage from http://handlebarsjs.com/
 
-Package: libjs-handlebars.runtime
+Package: libjs-handlebars
 Architecture: all
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: runtime for handlebars semantic templates library
+Description: let you build semantic templates effectively with no frustration
  Handlebars templates look like regular HTML, with embedded handlebars
  expressions.
  .
@@ -46,21 +53,15 @@ Description: runtime for handlebars semantic templates library
  .
  Learn more about its usage from http://handlebarsjs.com/
 
-Package: node-handlebars
+Package: libjs-handlebars.runtime
 Architecture: all
-Depends: libjs-handlebars (=${source:Version}),
-         libjs-handlebars.runtime (=${source:Version}),
-         nodejs,
-         ${misc:Depends},
+Depends: ${misc:Depends},
          ${shlibs:Depends}
-Description: build semantic templates effectively with no frustration (source)
- This package only provides source code and it cannot be used directly.
- The only purpose of this package is to satisfy source code requirement of
- ruby-handlebars-assets package (to keep it in contrib rather than non-free).
- .
+Description: runtime for handlebars semantic templates library
  Handlebars templates look like regular HTML, with embedded handlebars
  expressions.
  .
  You can deliver a template to the browser by including it in a <script> tag.
  .
  Learn more about its usage from http://handlebarsjs.com/
+
diff --git a/debian/handlebars.install b/debian/handlebars.install
new file mode 100644
index 0000000..047e76f
--- /dev/null
+++ b/debian/handlebars.install
@@ -0,0 +1,4 @@
+lib usr/lib/nodejs/handlebars
+dist usr/lib/nodejs/handlebars
+package.json usr/lib/nodejs/handlebars
+bin usr/lib/nodejs/handlebars
diff --git a/debian/handlebars.links b/debian/handlebars.links
new file mode 100644
index 0000000..e017f01
--- /dev/null
+++ b/debian/handlebars.links
@@ -0,0 +1 @@
+usr/lib/nodejs/handlebars/bin/handlebars usr/bin/handlebars
diff --git a/debian/install b/debian/install
deleted file mode 100644
index bf58f9b..0000000
--- a/debian/install
+++ /dev/null
@@ -1,4 +0,0 @@
-lib usr/share/javascript/handlebars
-bin usr/share/javascript/handlebars
-dist usr/share/javascript/handlebars
-package.json usr/share/javascript/handlebars
diff --git a/debian/libjs-handlebars.install b/debian/libjs-handlebars.install
new file mode 100644
index 0000000..c34ebce
--- /dev/null
+++ b/debian/libjs-handlebars.install
@@ -0,0 +1 @@
+dist/cjs/handlebars.js usr/share/javascript/handlebars
diff --git a/debian/libjs-handlebars.runtime.install b/debian/libjs-handlebars.runtime.install
index 69b7f25..8417c1a 100644
--- a/debian/libjs-handlebars.runtime.install
+++ b/debian/libjs-handlebars.runtime.install
@@ -1 +1 @@
-lib/handlebars.runtime.js usr/share/javascript/handlebars.runtime
+dist/cjs/handlebars.runtime.js usr/share/javascript/handlebars.runtime
diff --git a/debian/node-handlebars.install b/debian/node-handlebars.install
deleted file mode 100644
index e15a825..0000000
--- a/debian/node-handlebars.install
+++ /dev/null
@@ -1,3 +0,0 @@
-package.json /usr/lib/nodejs/handlebars
-lib /usr/lib/nodejs/handlebars
-src /usr/lib/nodejs/handlebars
diff --git a/debian/node-handlebars.links b/debian/node-handlebars.links
deleted file mode 100644
index d90fb63..0000000
--- a/debian/node-handlebars.links
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/share/javascript/handlebars/handlebars.js usr/lib/nodejs/handlebars/lib/handlebars.js
-usr/share/javascript/handlebars.runtime/handlebars.runtime.js usr/lib/nodejs/handlebars/lib/handlebars.runtime.js

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



More information about the Pkg-javascript-commits mailing list