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
|
requirejs (2.3.6+ds-1) unstable; urgency=medium
[ Xavier Guimard ]
* Take maintenance under JS Team umbrella (see #974218)
[ lintian-brush ]
* Use secure copyright file specification URI
* Strip unusual field spacing from debian/control
* debian/copyright: use spaces rather than tabs to start continuation lines
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse
* Use canonical URL in Vcs-Browser, Vcs-Git
[ Xavier Guimard ]
* Bump debhelper compatibility level to 13
* Declare compliance with policy 4.5.1
* Add "Rules-Requires-Root: no"
* Change section to javascript
* Add debian/gbp.conf
* Modernize debian/watch
* Exclude dist from import and rebuild dist/r.js
* Fix description
* Embed @types/requirejs and repack (Closes: #974218)
* Update lintian overrides
* Update description
* Import package.json from npm registry and install it instead of the bad
file from source
* Use pkg-js-autopkgtest minimal test
* Add break against node-typescript-types <20201122~
-- Xavier Guimard <yadd@debian.org> Sun, 22 Nov 2020 09:50:58 +0100
requirejs (2.3.6-2) unstable; urgency=medium
* modified the installation of node packages: no longer in /usr/lib/nodejs
but in /usr/share/nodejs
* install also the file r.js in the package libjs-requirejs
Closes: #884910
* upgrades: Standards-Version: 4.5.0, debhelper-compat (=12)
-- Georges Khaznadar <georgesk@debian.org> Sun, 20 Sep 2020 18:05:06 +0200
requirejs (2.3.6-1) unstable; urgency=medium
* added Vcs stuff
* upgraded Standards-Version: 4.3.0, dh level : 11
* updated the watch file to follow https://github.com/requirejs/r.js
* removed d/get-newest-source.sh
* upgraded to upstream version 2.3.6
* added a lintian-override notice about the file coffee-script.js
-- Georges Khaznadar <georgesk@debian.org> Sun, 06 Jan 2019 16:37:38 +0100
requirejs (2.3.2-1) unstable; urgency=low
* New upstream release.
* Install node files to requirejs subdirectory.
* Symlink r.js as index.js (closes: #845158).
* Install package.json with the node files (closes: #847369).
* Update Standards-Version to 3.9.8 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Wed, 07 Dec 2016 19:05:13 +0000
requirejs (2.2.0-1) unstable; urgency=low
* New upstream release.
* Update Standards-Version to 3.9.7 .
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 26 Mar 2016 18:06:43 +0000
requirejs (2.1.22-1) unstable; urgency=medium
* Added myself in Uploaders
* New upstream release
-- Georges Khaznadar <georgesk@debian.org> Wed, 10 Feb 2016 11:54:58 +0100
requirejs (2.1.20-1) unstable; urgency=low
* New upstream release (closes: #802320).
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Fri, 23 Oct 2015 08:56:19 +0200
requirejs (2.1.18-1) unstable; urgency=low
* New upstream release.
* Add libjs-requirejs package (closes: #737042).
* Update copyright.
* Update to proper upstream source.
* Make watch more general.
* Update Standards-Version to 3.9.6 .
* New maintainer.
-- Laszlo Boszormenyi (GCS) <gcs@debian.org> Sat, 06 Jun 2015 04:37:18 +0000
requirejs (2.1.9-2) unstable; urgency=medium
* improved d/watch
* added nodejs as a dependency. Closes: #747660
-- Georges Khaznadar <georgesk@debian.org> Sat, 18 Jan 2014 18:52:28 +0100
requirejs (2.1.9-1) unstable; urgency=low
* Initial release (Closes: #673725)
* created a script to check the numerous copyright notices, and ran it to
update debian/copyright. This makes easier to manage the licenses
which cover parts of the compiled file r.js
* fixed debian/copyright which missed mentions about Jeremy Ashkenas;
thanks to Luca Falavigna for pointing out this bug.
* removed directories tests and build/tests which are not used to
build the debian package and come with many sourceless javascript
minified files. Thanks to Paul Richards Tagliamonte for pointing this
issue
-- Georges Khaznadar <georgesk@debian.org> Sat, 02 Nov 2013 19:20:54 +0100
|