1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
|
node-async (3.2.6+dfsg-3) unstable; urgency=medium
* Team upload
* Bug fix: "Drop bluebird" (Closes: #1119326). Drop es6-promise
and native-promise.
-- Bastien Roucariès <rouca@debian.org> Wed, 29 Oct 2025 13:16:06 +0100
node-async (3.2.6+dfsg-2) unstable; urgency=medium
* Team upload
* Change "Breaks: libjs-async" to Conflicts
* Update package description to mention ESM/MJS and async-es package
* For tests, depend on compatible version of node-istanbul, and skip
slow tests on slow architectures
-- Julian Gilbey <jdg@debian.org> Wed, 25 Sep 2024 19:59:12 +0100
node-async (3.2.6+dfsg-1) unstable; urgency=medium
* Team upload
* New upstream version
* Exclude minified files from upstream source, and unreproducible
documentation (as we don't have jsdoc in Debian yet, and we're not
making a documentation package).
* Update d/copyright file
* Remove libjs-async package; it has no reverse dependencies and is now
unnecessary
* Rewrite the majority of debian/* for new version
-- Julian Gilbey <jdg@debian.org> Wed, 18 Sep 2024 09:05:49 +0100
node-async (0.8.0-6) unstable; urgency=medium
[ Debian Janitor ]
* Apply multi-arch hints. + node-async: Add Multi-Arch: foreign.
-- Jelmer Vernooij <jelmer@debian.org> Mon, 21 Nov 2022 10:06:48 +0000
node-async (0.8.0-5) unstable; urgency=medium
* Team upload
* Update standards version to 4.6.0, no changes needed
* Drop nodejs dependency
* Mark test dependencies with <!nocheck>
* Use dh-sequence-nodejs auto test & install
-- Yadd <yadd@debian.org> Thu, 20 Jan 2022 09:13:47 +0100
node-async (0.8.0-4) unstable; urgency=medium
* Team upload
[ Debian Janitor ]
* Bump debhelper dependency to >= 9, since that's what is used in
debian/compat.
* Bump debhelper from old 9 to 12.
* Set debhelper-compat version in Build-Depends.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Update Vcs-* headers from URL redirect.
* Use canonical URL in Vcs-Git.
* Apply multi-arch hints.
+ libjs-async: Add Multi-Arch: foreign.
[ Xavier Guimard ]
* Bump debhelper compatibility level to 13
* Declare compliance with policy 4.5.1
* Add "Rules-Requires-Root: no"
* Replace deprecated no-uglify by uglifyjs (Closes: #979900)
-- Xavier Guimard <yadd@debian.org> Tue, 12 Jan 2021 21:04:30 +0100
node-async (0.8.0-3) unstable; urgency=medium
* Use short-form dh sequencer (not cdbs).
Stop build-depend on cdbs.
* Add patch 1001 to modernize testsuite: Replace pre-0.12 Node.js
process.binding('evals') with require('vm') in testsuite.
* Run testsuite.
Build-depend on nodeunit.
-- Jonas Smedegaard <dr@jones.dk> Sun, 07 Jan 2018 19:14:38 +0100
node-async (0.8.0-2) unstable; urgency=medium
* Modernize cdbs:
+ Drop upstream-tarball hints: Use gbp import-orig --uscan.
+ Do copyright-check in maintainer script (not during build).
+ Stop build-depend on devscripts.
* Modernize git-buildpackage config:
+ Avoid git- prefix.
+ Filter any .git* file.
* Update watch file:
+ Bump file format to version 4.
+ Use github pattern from documentation.
+ Set repacksuffix.
+ Add usage comment.
+ Use substitution strings.
* Update package relations:
+ Stop fallback-build-depend on yui-compressor: Unneeded since
squeeze.
+ Fix stop libjs-async bogus dependency on nodejs.
+ Fix have libjs-async recommend javascript-common.
+ Stop build-depend on dh-buildinfo.
* Stop resolve build-dependencies indirectly in rules file.
* Modernize Vcs-* fields:
+ Use protocol https (not http or git).
+ Use git (not cgit) in path.
+ Include .git suffix in path.
* Use package section javascript (not web).
* Improve short and long descriptions.
* Declare compliance with Debian Policy 4.1.3.
* Use dephelper compatibility level 9 (not 8).
* Fix deduplicate code: Have node-async symlink from and depend on
libjs-async.
* Fix install nodejs code into subdirectory.
Closes: Bug#772835. Thanks to Olliver Schinagl.
* Tighten rules file: Generalize resolving JavaScript source files.
* Update copyright info:
+ Use https protocol in file format URL.
+ Use License-Grant and License-Reference fields.
Thanks to Ben Finney.
+ Extend coverage for myself.
* Add lintian override regarding license in License-Reference field.
See bug#786450.
-- Jonas Smedegaard <dr@jones.dk> Sun, 07 Jan 2018 18:17:15 +0100
node-async (0.8.0-1) unstable; urgency=medium
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Bump standards-version to 3.9.5.
* Update Vcs-* fields: Packaging git moved to pkg-javascript area of
Alioth.
* Update copyright info:
+ Extend coverage for myself.
+ Extend copyright coverage for main upstream author.
* Fix use TLS in CDBS get-orig-source target, and update URL to not
use "v" prefix.
* Stop suppress uglified files from copyright check: No longer
included in upstream source.
* Build-depend on devscript (needed for copyright check).
* Install package.json.
-- Jonas Smedegaard <dr@jones.dk> Fri, 02 May 2014 10:52:19 +0200
node-async (0.2.5-1) unstable; urgency=low
[ upstream ]
* New release.
[ Jonas Smedegaard ]
* Add README.source emphasizing control.in file as *not* a
show-stopper for contributions, referring to wiki page for details.
* Stop tracking md5sum of upstream tarball.
* Bump packaging license to GPL-3+, and extend copyrigt coverage for
myself to include current year.
* Have git-import-orig suppress upstream .gitignore file.
* List upstream issue tracker as preferred contact.
* Bump standards-version to 3.9.4.
* Unset executable bit on library files.
-- Jonas Smedegaard <dr@jones.dk> Thu, 15 Aug 2013 20:16:45 +0200
node-async (0.1.22-2) unstable; urgency=low
* Fix build-depend on node-uglify (not libnode-uglify).
Closes: bug#695814. Thanks to Adam Conrad.
* Update watch and rules files to directly use github.com URL (not
githubredir.debian.net).
* Bump dephelper compatibility level to 8.
* Update copyright file:
+ Fix use pseudo-comment section to obey silly restrictions of
copyright format 1.0.
-- Jonas Smedegaard <dr@jones.dk> Thu, 13 Dec 2012 02:04:24 +0100
node-async (0.1.22-1) unstable; urgency=low
* New upstream release.
+ Avoid double calling tasks in auto when one or more tasks are
synchronous.
* Extend copyright of packaging to cover 2012.
-- Jonas Smedegaard <dr@jones.dk> Fri, 01 Jun 2012 09:18:55 +0200
node-async (0.1.21-1) unstable; urgency=low
* New upstream release.
+ Fix pass null (not undef) as error to callbacks, when no error
occured.
+ Add a ';', to avoid uglify failing with strict_semicolons option.
+ Fix occasional synchronous use of forEachLimit.
* Use anonscm.debian.org for Vcs-Browser field.
-- Jonas Smedegaard <dr@jones.dk> Thu, 24 May 2012 16:50:24 +0200
node-async (0.1.18~20120312-1) unstable; urgency=low
* New upstream (snapshot of) release.
* Update copyright file:
+ Fix double-indent in Copyright fields as per Policy §5.6.13.
-- Jonas Smedegaard <dr@jones.dk> Mon, 19 Mar 2012 20:45:00 +0100
node-async (0.1.17-1) unstable; urgency=low
* New upstream release.
* Update watch file to use more flexible regex.
* Bump copyright file format to 1.0.
* Bump standards-version to 3.9.3.
-- Jonas Smedegaard <dr@jones.dk> Thu, 01 Mar 2012 20:18:24 +0100
node-async (0.1.15-1) unstable; urgency=low
* New upstream release.
-- Jonas Smedegaard <dr@jones.dk> Fri, 23 Dec 2011 15:35:18 +0700
node-async (0.1.15~20111104-1) unstable; urgency=low
* Initial release.
Closes: Bug#639095.
-- Jonas Smedegaard <dr@jones.dk> Sun, 04 Dec 2011 19:48:43 +0700
|