[Pkg-javascript-commits] [backbone] 10/11: Rewrote depends and build-depends

Julien Puydt julien.puydt at laposte.net
Sat Aug 27 11:47:10 UTC 2016


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

jpuydt-guest pushed a commit to branch master
in repository backbone.

commit 08503c830c97dee6a21824fc6ea0df15869e1621
Author: Julien Puydt <julien.puydt at laposte.net>
Date:   Sat Aug 27 12:06:07 2016 +0200

    Rewrote depends and build-depends
---
 debian/changelog |  1 +
 debian/control   | 13 +++----------
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cc5aca2..3c01368 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ backbone (1.3.3-1) UNRELEASED; urgency=medium
   * Rewrite the patch to use Debian-packaged libraries.
   * Move away from cdbs.
   * Update d/copyright.
+  * Rewrite depends/buil-depends.
 
  -- Julien Puydt <julien.puydt at laposte.net>  Sat, 27 Aug 2016 11:04:48 +0200
 
diff --git a/debian/control b/debian/control
index 6c78b44..c4585eb 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,9 @@ Section: web
 Priority: optional
 Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
 Uploaders: Jonas Smedegaard <dr at jones.dk>
-Build-Depends: coffeescript,
-               debhelper (>= 9),
-               devscripts,
-               dh-buildinfo,
-               libjs-jquery,
-               libjs-json,
-               libjs-underscore,
+Build-Depends: debhelper (>= 9),
                node-source-map,
-               node-uglify,
-               node-underscore
+               node-uglify
 Standards-Version: 3.9.8
 Homepage: http://backbonejs.org/
 Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/backbone
@@ -20,7 +13,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/backbone.git
 
 Package: libjs-backbone
 Architecture: all
-Depends: ${misc:Depends}
+Depends: libjs-jquery, libjs-underscore, ${misc:Depends}
 Description: some Backbone for JavaScript applications - browser library
  Backbone gives structure to your serious JavaScript web applications by
  supplying models with key-value binding and custom events, collections

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



More information about the Pkg-javascript-commits mailing list