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
|
node-send (1.2.0+~cs1.19.4-1) unstable; urgency=medium
* Team upload
* Declare compliance with policy 4.7.2
* New upstream version 1.2.0+~cs1.19.4
-- Yadd <yadd@debian.org> Mon, 07 Apr 2025 13:09:50 +0200
node-send (1.1.0+~cs1.19.4-2) unstable; urgency=medium
* Breaks: node-express (<< 4.21.0~)
-- Yadd <yadd@debian.org> Mon, 16 Sep 2024 13:35:40 +0400
node-send (1.1.0+~cs1.19.4-1) unstable; urgency=medium
* Declare compliance with policy 4.7.0
* New upstream version 1.1.0+~cs1.19.4 (Closes: #1081483, CVE-2024-43799)
* Drop patches
* Dependencies:
+ drop node-depd, node-mime
+ add node-mime-types
* Add "Breaks" against node-serve-static < 2
-- Yadd <yadd@debian.org> Sat, 14 Sep 2024 16:11:42 +0400
node-send (0.18.0+~cs1.19.1-3) unstable; urgency=medium
* Add Breaks: node-express < 4.18.1~
-- Yadd <yadd@debian.org> Mon, 02 May 2022 17:41:27 +0200
node-send (0.18.0+~cs1.19.1-2) unstable; urgency=medium
* Drop fix-for-statuses-1.patch and require node-statuses >= 2
(Closes: #1010176)
-- Yadd <yadd@debian.org> Mon, 25 Apr 2022 22:26:39 +0200
node-send (0.18.0+~cs1.19.1-1) unstable; urgency=medium
* Embed typescript declarations
* New upstream version 0.18.0+~cs1.19.1
* Add dependency to node-ms and node-statuses and drop old patches
(Closes: #1008200)
* Add patch for mime >= 2 and statuses < 2
-- Yadd <yadd@debian.org> Fri, 25 Mar 2022 15:08:01 +0100
node-send (0.17.2-2) unstable; urgency=medium
* Install destroy in nodejs dir
-- Yadd <yadd@debian.org> Tue, 04 Jan 2022 15:54:32 +0100
node-send (0.17.2-1) unstable; urgency=medium
* Add missing build dependency on dh addon.
* Fix filenamemangle
* Drop dependency to nodejs
* Mark test dependencies with <!nocheck>
* New upstream version 0.17.2
-- Yadd <yadd@debian.org> Tue, 04 Jan 2022 15:50:23 +0100
node-send (0.17.1-3) unstable; urgency=medium
[ lintian-brush ]
* Set upstream metadata fields: Bug-Submit
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright)
* Update standards version to 4.6.0, no changes needed.
[ Yadd ]
* Bump debhelper compatibility level to 13
* Modernize debian/watch
* Add ctype=nodejs to component(s)
* Fix GitHub tags regex
* Use dh-sequence-nodejs
* Uploaders: replace Leo Iannacone by myself, thanks for your work!
-- Yadd <yadd@debian.org> Mon, 11 Oct 2021 09:05:47 +0200
node-send (0.17.1-2) unstable; urgency=medium
* Team upload
* Require node-supertest ≥ 4.0.2 (fixes debci)
* Refresh patches
-- Xavier Guimard <yadd@debian.org> Sat, 21 Dec 2019 12:58:15 +0100
node-send (0.17.1-1) unstable; urgency=medium
* Team upload
* Declare compliance with policy 4.4.1
* Add "Rules-Requires-Root: no"
* Add debian/gbp.conf
* New upstream version 0.17.1
* Embed destroy
* Refresh patches
* Update debian/copyright
* Switch test and install to pkg-js-tools
* Switch to debhelper-compat
-- Xavier Guimard <yadd@debian.org> Thu, 07 Nov 2019 21:58:38 +0100
node-send (0.16.2-1) unstable; urgency=medium
* Team upload
[ Leo Iannacone ]
* Add patch to replace 'ms' call by node-debug (Closes: #882963)
[ Jérémy Lal ]
* Replace node-mime by node-mimetypes (patch mime2-compat.patch)
Closes: #902508
* Honor nocheck in debian/rules
[ Xavier Guimard ]
* New upstream version 0.16.2
* Change section to javascript
* Bump debhelper compatibility level to 12
* Declare compliance with policy 4.3.0
* Update debian/copyright
* Refresh patches
* Add node-after, node-encodeurl, node-http-errors in build dependencies
* Add upstream/metadata
* Update homepage
* Fix names of markdown files to install
* Remove Testsuite header
* Add patch to disable one failing test
* Enable mocha test in autopkgtest files
-- Xavier Guimard <yadd@debian.org> Thu, 24 Jan 2019 09:34:24 +0100
node-send (0.9.4-1) unstable; urgency=medium
* Imported Upstream version 0.9.4
* Bump Standards-Version 3.9.6
* Bundle destroy as a patch: it only reverse-depends on this,
no need to have it packaged
* debian/copyright:
- add new author
- update Upstream-Contact to /issues
- add destroy modules entry
* debian/install:
- do not install lib, since is no longer shipped
- install destroy module as submodule
* debian/examples: removed, no example is longer shipped
* debian/control:
- update dependencies
- add buiilddeps to run tests
* debian/rules: run tests
* 0001-use_ms_from_debug: module ms is included in
node-debug package, use it.
* Add autopkgtest suite
-- Leo Iannacone <l3on@ubuntu.com> Mon, 13 Oct 2014 18:19:52 +0200
node-send (0.3.0-1) unstable; urgency=medium
* New upstream release.
* debian/rules:
+ install upstream changelog
+ disabled override for build and test since they are never called
* debian/copyright:
+ added Upstream-Contact and Source
* debian/control:
+ added node-buffer-crc32 to depens
+ bump Standards-Version to 3.9.5
+ added Leo Iannacone to uploaders
+ set pkg-javascript in Vcs-* instead of collab-maint
-- Leo Iannacone <l3on@ubuntu.com> Sun, 27 Apr 2014 13:25:01 +0200
node-send (0.1.4-1) unstable; urgency=low
* Initial release (Closes: #728016)
-- Jérémy Lal <kapouer@melix.org> Sun, 27 Oct 2013 17:49:17 +0100
|