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
|
node-rimraf (2.6.2-1) unstable; urgency=medium
* Team upload
* New upstream release
* Bump standards version to 4.1.1
* Move to section javascript from web
* Remove obsolete section Autopkgtest in debian/control
* Change priority to optional from extra
-- Pirate Praveen <praveen@debian.org> Thu, 09 Nov 2017 16:27:28 +0530
node-rimraf (2.5.4-3) unstable; urgency=medium
* Make the build reproducible (Closes: #845745)
By not using dh_fixperms -X but changing permission after.
-- Jérémy Lal <kapouer@melix.org> Wed, 01 Feb 2017 09:31:02 +0100
node-rimraf (2.5.4-2) unstable; urgency=medium
* Team upload
* Add node-glob to depends
* Enable tests during build
-- Pirate Praveen <praveen@debian.org> Sat, 26 Nov 2016 17:52:23 +0530
node-rimraf (2.5.4-1) unstable; urgency=medium
* New upstream version 2.5.4 (Closes: #845515)
* Standards-Version 3.9.8
* Testsuite: run tests, update control field
* Secure Vcs url
* dh9
* Switch to ISC License
* Test-depend mkdirp
* Install package.json instead of symlink
* Fix perms on script
-- Jérémy Lal <kapouer@melix.org> Thu, 24 Nov 2016 09:42:54 +0100
node-rimraf (2.2.8-1) unstable; urgency=medium
[ Tim Retout ]
* New upstream version.
* debian/control:
+ Build-Depend on nodejs
+ Bump Standards-Version to 3.9.5; no changes needed.
* debian/rules: Enable tests during build.
* 2001_rename_nodejs.patch: Add DEP-3 headers, and also patch test/run.sh
[ Jérémy Lal ]
* Move to pkg-javascript team
* Add autopkgtest stub
-- Jérémy Lal <kapouer@melix.org> Sat, 23 Aug 2014 16:50:38 +0200
node-rimraf (2.2.2-2) unstable; urgency=low
* Install /usr/bin/rimraf, a fast alternative to `rm -rf`
* Patch for node to nodejs renaming
* Install rimraf.1 manpage.
* control: update description.
-- Jérémy Lal <kapouer@melix.org> Sat, 24 Aug 2013 21:57:40 +0200
node-rimraf (2.2.2-1) unstable; urgency=low
* Upstream update
This update provides an executable but it isn't installed, because
it feels unsafe to provide an alternative to `rm -rf`.
* control:
+ Standards-Version 3.9.4
+ Canonicalize Vcs fields
* copyright:
+ fix Upstream-Name
+ add Upstream-Contact
-- Jérémy Lal <kapouer@melix.org> Sat, 17 Aug 2013 15:01:12 +0200
node-rimraf (2.1.4-1) experimental; urgency=low
* Upstream update.
* Use github url in watch file.
-- Jérémy Lal <kapouer@melix.org> Fri, 22 Mar 2013 02:31:46 +0100
node-rimraf (2.0.1-1) unstable; urgency=low
* Initial release (Closes: #664642)
-- Jérémy Lal <kapouer@melix.org> Sat, 17 Mar 2012 23:37:48 +0100
|