[Pkg-javascript-commits] [node-async] 05/26: Stop resolve build-dependencies indirectly in rules file.

Jonas Smedegaard dr at jones.dk
Sun Jan 7 17:19:54 UTC 2018


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

js pushed a commit to annotated tag debian/0.8.0-2
in repository node-async.

commit 3c3bb3500dd360c0ce9f36f45e36de8b7bc0102c
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Nov 23 14:23:09 2017 +0100

    Stop resolve build-dependencies indirectly in rules file.
---
 debian/README.source | 11 -----------
 debian/control.in    | 50 --------------------------------------------------
 debian/rules         |  2 --
 3 files changed, 63 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index f88449e..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,11 +0,0 @@
-CDBS+git-buildpackage
----------------------
-
-This source package uses CDBS and git-buildpackage.  NMUs need not (but
-are encouraged to) make special use of these tools.  In particular, the
-debian/control.in file can be completely ignored.
-
-More info here: http://wiki.debian.org/CDBS+git-buildpackage
-
-
- -- Jonas Smedegaard <dr at jones.dk>  Mon, 18 Feb 2013 12:55:37 +0100
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index edfe5e0..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,50 +0,0 @@
-Source: node-async
-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: @cdbs@
-Standards-Version: 3.9.5
-Homepage: https://github.com/caolan/async
-Vcs-Git: git://git.debian.org/git/pkg-javascript/node-async
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-async.git
-
-Package: libjs-async
-Architecture: all
-Depends: ${misc:Depends},
- nodejs
-Description: higher-order functions and common patterns for asynchronous Javascript
- Node is an event-based server-side JavaScript engine.
- .
- Async is a utility module which provides straight-forward, powerful
- functions for working with asynchronous Javascript. Although originally
- designed for use with Node, it can also be used directly in the
- browser.
- .
- Async provides around 20 functions that include the usual 'functional'
- suspects (map, reduce, filter, forEach…) as well as some common
- patterns for asynchronous control flow (parallel, series, waterfall…).
- All these functions assume you follow the Node convention of providing
- a single callback as the last argument of your async function.
- .
- This provides async for use directly in web browsers.
-
-Package: node-async
-Architecture: all
-Depends: ${misc:Depends},
- nodejs
-Description: higher-order functions and common patterns for asynchronous Javascript
- Node is an event-based server-side JavaScript engine.
- .
- Async is a utility module which provides straight-forward, powerful
- functions for working with asynchronous Javascript. Although originally
- designed for use with Node, it can also be used directly in the
- browser.
- .
- Async provides around 20 functions that include the usual 'functional'
- suspects (map, reduce, filter, forEach…) as well as some common
- patterns for asynchronous control flow (parallel, series, waterfall…).
- All these functions assume you follow the Node convention of providing
- a single callback as the last argument of your async function.
- .
- This provides async for use with Node.
diff --git a/debian/rules b/debian/rules
index 04ce50a..538433e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,8 +26,6 @@ nodepkgname = node-$(libname)
 
 DEB_INSTALL_DOCS_ALL += README.md
 
-CDBS_BUILD_DEPENDS += , node-uglify
-
 # TODO: generalize (at least non-node) parts below as a CDBS snippet
 
 js-basedir = lib/

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



More information about the Pkg-javascript-commits mailing list