File: changelog

package info (click to toggle)
pkg-js-tools 0.9.65
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,440 kB
  • sloc: perl: 2,342; sh: 312; javascript: 30; makefile: 23
file content (831 lines) | stat: -rw-r--r-- 26,158 bytes parent folder | download
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
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
pkg-js-tools (0.9.65) unstable; urgency=medium

  * Force package.json install even if removed by .npmignore (Closes: #988194)

 -- Yadd <yadd@debian.org>  Mon, 10 May 2021 20:03:59 +0200

pkg-js-tools (0.9.64) unstable; urgency=medium

  * Fix doc, thanks to Andrius Merkys (Closes: #980549)
  * Set SALSA_CI_CONFIG_PATH to "debian/salsa-ci.yml" in pkg-js-salsa.conf
  * Fix GitHub tags template
  * Update copyright

 -- Yadd <yadd@debian.org>  Sat, 27 Mar 2021 07:12:38 +0100

pkg-js-tools (0.9.63) unstable; urgency=medium

  * autopkgtest: fix regexp that parse debian/nodejs/ext* (Closes: #980195)

 -- Xavier Guimard <yadd@debian.org>  Fri, 15 Jan 2021 22:37:59 +0100

pkg-js-tools (0.9.62) unstable; urgency=medium

  * Fix little warning

 -- Xavier Guimard <yadd@debian.org>  Mon, 11 Jan 2021 10:11:01 +0100

pkg-js-tools (0.9.61) unstable; urgency=medium

  * Add ava.config.js in build files list
  * Add possibility to mark extcopies and extlinks with "test": this permits
    one to avoid regressions due to behavior change introduced by #977744:
    when building with "nocheck", links/copies marked with "test" are ignored

 -- Xavier Guimard <yadd@debian.org>  Mon, 11 Jan 2021 10:04:29 +0100

pkg-js-tools (0.9.60) unstable; urgency=medium

  [ Felix Lechner ]
  * In Lintian profile, stop using commas as field separators.
  * Place Lintian checks into their proper Perl name space.

 -- Xavier Guimard <yadd@debian.org>  Wed, 06 Jan 2021 23:00:50 +0100

pkg-js-tools (0.9.59) unstable; urgency=medium

  * debhelper:
    + abort configure step when extlinks/extcopies are not available
      (Closes: #977744)
    + fix bad detection of missing "main" file
  * doc:
    + indicate that extlinks/extcopies are searched with nodejs algorithm
    + fix typo in doc. Thanks to Jonas Smedegaard (Closes: #977745)
  * Add .mocharc in build files list

 -- Xavier Guimard <yadd@debian.org>  Wed, 06 Jan 2021 19:13:50 +0100

pkg-js-tools (0.9.58) unstable; urgency=medium

  * Fix version in provides field when package name differs from main
    component name (Closes: #977677)
  * pkgjs-depends: display component in package list

 -- Xavier Guimard <yadd@debian.org>  Fri, 18 Dec 2020 22:27:58 +0100

pkg-js-tools (0.9.57) unstable; urgency=medium

  * Back to unstable
  * debhelper: fix .npmignore parsing

 -- Xavier Guimard <yadd@debian.org>  Thu, 17 Dec 2020 13:30:56 +0100

pkg-js-tools (0.9.56) experimental; urgency=medium

  * Add jsl.node.conf in build files
  * autopkgtest: fix links and copies (Closes: #977535)

 -- Xavier Guimard <yadd@debian.org>  Wed, 16 Dec 2020 14:57:36 +0100

pkg-js-tools (0.9.55) experimental; urgency=medium

  * Add karma.conf.js in build files list
  * debhelper:
    + extcopies: copy with `cp -rL` to fix broken symlinks
  * autopkgtest:
    + honor debian/nodejs/extcopies (Closes: #977535)

 -- Xavier Guimard <yadd@debian.org>  Wed, 16 Dec 2020 12:10:55 +0100

pkg-js-tools (0.9.54) unstable; urgency=medium

  * New tool: pkgjs-depends (parse dependencies recursively and displays
              related Debian packages and missing dependencies)
  * add-node-component:
    + --cmp-tree: avoid error on bad component name

 -- Xavier Guimard <yadd@debian.org>  Mon, 07 Dec 2020 09:49:28 +0100

pkg-js-tools (0.9.53) unstable; urgency=medium

  * Declare compliance with policy 4.5.1
  * debhelper: workaround bad .npmignore (see node-jsdom)
  * autopkgtest:
    + fix build files search when file is hidden
    + add .babelrc.js and babel.config.json in build files list
  * add-node-component: add "ctype=nodejs" unless --no-ctype is set

 -- Xavier Guimard <yadd@debian.org>  Tue, 01 Dec 2020 16:21:21 +0100

pkg-js-tools (0.9.52) unstable; urgency=medium

  * debhelper:
    + honor "!foo" expressions in "files" fields
    + honor .npmignore and its default value (from npm-packlist)
    + don't fail if main dir isn't created during clean and build
  * autopkgtest: fix test links

 -- Xavier Guimard <yadd@debian.org>  Wed, 25 Nov 2020 23:00:44 +0100

pkg-js-tools (0.9.51) unstable; urgency=medium

  * debhelper: add jest.config.js in makefiles list
  * autopkgtest:
    + better module-name parsing
    + honor debian/nodejs/extlinks
    + try to link debian/tests/test_modules/* in node_module directory, else
      keep previous behavior (export NODE_PATH)

 -- Xavier Guimard <yadd@debian.org>  Mon, 23 Nov 2020 09:40:31 +0100

pkg-js-tools (0.9.50) unstable; urgency=medium

  * Back to unstable after successful tests
  * Update documentation
  * autopkgtest: better output

 -- Xavier Guimard <yadd@debian.org>  Tue, 17 Nov 2020 19:03:01 +0100

pkg-js-tools (0.9.49) experimental; urgency=medium

  * autopkgtest:
    + fix links when tests are in a subdir of installed files
    + autopkgtest: add tests

 -- Xavier Guimard <yadd@debian.org>  Sun, 15 Nov 2020 22:28:55 +0100

pkg-js-tools (0.9.48) experimental; urgency=medium

  * autopkgtest: automatically install makefiles

 -- Xavier Guimard <yadd@debian.org>  Sun, 15 Nov 2020 15:33:35 +0100

pkg-js-tools (0.9.47) unstable; urgency=medium

  * debhelper: fix main component name

 -- Xavier Guimard <yadd@debian.org>  Wed, 11 Nov 2020 22:38:39 +0100

pkg-js-tools (0.9.46) unstable; urgency=medium

  * debhelper:
    + exclude gulpfile.ts from install
    + exclude __*__ directories from install
    + add the main component to ${nodejs:Provides} if it doesn't match the
      package name (Closes: #974030)

 -- Xavier Guimard <yadd@debian.org>  Mon, 09 Nov 2020 11:51:42 +0100

pkg-js-tools (0.9.45) unstable; urgency=medium

  * debhelper: don't create link if src=dest

 -- Xavier Guimard <yadd@debian.org>  Wed, 04 Nov 2020 12:54:07 +0100

pkg-js-tools (0.9.44) unstable; urgency=medium

  * Update doc: explain debian/tests/autopkgtest-pkg-nodejs.conf use
  * Add-node-component: update character accepted in component names
  * pkgjs-ls: fix for npm ≥ 7
  * debhelper:
    + exclude component.json
    + exclude READMEs anywhere
    + fix grunt tests

 -- Xavier Guimard <yadd@debian.org>  Thu, 22 Oct 2020 14:55:21 +0200

pkg-js-tools (0.9.43) unstable; urgency=medium

  * debhelper: clean main link
  * autopkgtest: change directory to / before require test

 -- Xavier Guimard <yadd@debian.org>  Sun, 11 Oct 2020 07:39:56 +0200

pkg-js-tools (0.9.42) unstable; urgency=medium

  * debhelper: update doc to use dh-sequence-nodejs
  * nodepath: fix path error on @foo/bar

 -- Xavier Guimard <yadd@debian.org>  Sun, 04 Oct 2020 12:28:32 +0200

pkg-js-tools (0.9.41) unstable; urgency=medium

  * debhelper:
    + Provides dh-sequence-nodejs (Closes: #970016)
    + Build node_modules link during test when "main" is not the root
      directory (Closes: #971361)

 -- Xavier Guimard <yadd@debian.org>  Tue, 29 Sep 2020 15:51:50 +0200

pkg-js-tools (0.9.40) unstable; urgency=medium

  [ Debian Janitor ]
  * debian/copyright: use spaces rather than tabs to start continuation lines.

  [ Felix Lechner ]
  * Change file extension for Lintian tag; rename Info field to Explanation.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13

 -- Xavier Guimard <yadd@debian.org>  Mon, 24 Aug 2020 18:53:51 +0200

pkg-js-tools (0.9.39) unstable; urgency=medium

  * debhelper: improve node.js version detection, thanks to Jonas Smedegaard
  * lintian:
    + remove lintian checks which have been incorporated into lintian proper

 -- Xavier Guimard <yadd@debian.org>  Sat, 18 Jul 2020 19:30:21 +0200

pkg-js-tools (0.9.38) unstable; urgency=medium

  [ Felix Lechner ]
  * Remove Lintian check descriptions; they are obsolete.
  * Adapt Lintian checks to case-sensitive Deb822 parser.

  [ Xavier Guimard ]
  * debhelper:
    + fix component build order
    + populate ${nodejs:Version} variable

 -- Xavier Guimard <yadd@debian.org>  Fri, 10 Jul 2020 12:15:28 +0200

pkg-js-tools (0.9.37) unstable; urgency=medium

  * debcheck-node-repo: able to read git@host:path
  * debhelper:
    + link debian/tests/test_modules modules before components test
    + don't fail during links/copies when a module is missing
  * Move devscripts to recommended dependencies

 -- Xavier Guimard <yadd@debian.org>  Fri, 12 Jun 2020 07:02:02 +0200

pkg-js-tools (0.9.36) unstable; urgency=medium

  * Update doc
  * debhelper:
    + use debhelper warning/error functions
    + exclude Jakefile
  * add-node-component:
    + don't fail when git stash reports an error (Closes: #960406)

 -- Xavier Guimard <yadd@debian.org>  Thu, 14 May 2020 09:33:04 +0200

pkg-js-tools (0.9.35) unstable; urgency=medium

  * debhelper: fix test_modules links and add test

 -- Xavier Guimard <yadd@debian.org>  Thu, 30 Apr 2020 15:29:15 +0200

pkg-js-tools (0.9.34) unstable; urgency=medium

  * Update doc
  * debhelper: fix build & test links when module is @foo (Closes: #959131)

 -- Xavier Guimard <yadd@debian.org>  Thu, 30 Apr 2020 12:57:21 +0200

pkg-js-tools (0.9.33) unstable; urgency=medium

  * debhelper:
    + link modules found in debian/tests/test_modules in node_modules
      directory during test step
    + link modules found in debian/build_modules in node_modules directory
      during configure step (Closes: #959015)
  * autopkgtest:
    + export "NODE_PATH=debian/tests/test_modules:node_modules" when directory
      debian/tests/test_modules exists

 -- Xavier Guimard <yadd@debian.org>  Wed, 29 Apr 2020 12:25:13 +0200

pkg-js-tools (0.9.32) unstable; urgency=medium

  * debhelper: launch sh with -x
  * autopkgtest: launch sh with -x
  * pkgjs-ls:
    + don't color if output isn't a terminal
    + improve duplication detection
  * add-node-component:
    + add --checksum and --no-ctype options
    + commit also copyright changes
  * Update salsa configuration file to redirect KGB to #debian-js-changes

 -- Xavier Guimard <yadd@debian.org>  Fri, 24 Apr 2020 15:49:54 +0200

pkg-js-tools (0.9.31) unstable; urgency=medium

  * debhelper:
   + fix paths in file fields
   + drop grunt.js file
  * lintian :
    + update lintian tag description files to lintian 2.58.0, remove Certainty
      field, and update Severity to the new values (Closes: #954336)
    + Suggests lintian ≥ 2.58.0~

 -- Xavier Guimard <yadd@debian.org>  Fri, 20 Mar 2020 18:03:25 +0100

pkg-js-tools (0.9.30) unstable; urgency=medium

  [ Xavier Guimard ]
  * New tool: pkgjs-ls
    + add suggested dependency to node-semver
  * debhelper:
    + add warning if name is not found
    + fix "submodule" field
    + add debian/nodejs/test to have a distinct test between build and
      autopkgtest
    + exclude lerna.conf from auto install

  [ Nilesh Patra ]
  * autopkgtest: add options to skip "require" and "require" a different
    file/module than PKG

 -- Xavier Guimard <yadd@debian.org>  Tue, 17 Mar 2020 09:57:25 +0100

pkg-js-tools (0.9.29) unstable; urgency=medium

  [ Nilesh Patra ]
  * add-node-component: switch to use debian-tag while embedding components

  [ Xavier Guimard ]
  * lintian: add new nodejs-bad-buffer-usage tag
  * debhelper:
    + don't install gulpfile.babel.js
    + don't ignore debian/ dir in component

 -- Xavier Guimard <yadd@debian.org>  Wed, 11 Mar 2020 19:01:50 +0100

pkg-js-tools (0.9.28) unstable; urgency=medium

  * debhelper: fix "${nodejs:Provides}" field for "@foo/bar" packages

 -- Xavier Guimard <yadd@debian.org>  Mon, 24 Feb 2020 10:19:40 +0100

pkg-js-tools (0.9.27) unstable; urgency=medium

  [ Xavier Guimard ]
  * debhelper:
    + Exclude *.c, *.cpp *.c++ *.def
    + Add debian/nodejs/**/name override file
    + Authorize to force install of skipped files
  * add-node-component: update debian/copyright Source field
  * Declare pkg-js-autopkgtest as "Multi-Arch: foreign"

  [ Nilesh ]
  * add-node-component: Add gbp.conf and watch before committing, stash and
    apply rest changes when option -i is set

 -- Xavier Guimard <yadd@debian.org>  Sat, 22 Feb 2020 18:22:23 +0100

pkg-js-tools (0.9.26) unstable; urgency=medium

  * debhelper:
    + Use DEB_HOST_MULTIARCH to find arch-dep install dir
    + Exclude cakefile from install
  * autopkgtest: better fix for source without package.json

 -- Xavier Guimard <yadd@debian.org>  Wed, 29 Jan 2020 14:00:02 +0100

pkg-js-tools (0.9.25) unstable; urgency=medium

  * Declare compliance with policy 4.5.0
  * debhelper:
    + exclude from install (Closes: #949580):
      - anywhere: .npmignore, .gitignore, source files (.cc, .h), .deps
                  directories
      - from root dir: binding.gyp

 -- Xavier Guimard <yadd@debian.org>  Thu, 23 Jan 2020 16:57:44 +0100

pkg-js-tools (0.9.24) unstable; urgency=medium

  * github-debian-upstream: add "Changelog" field
  * autopkgtest: use installed package.json if no one found (Closes: #949277)
  * add-node-component: add --force-npm-reg and --force-github-tags options
    (Closes: #942441, #935824)

 -- Xavier Guimard <yadd@debian.org>  Tue, 21 Jan 2020 18:34:38 +0100

pkg-js-tools (0.9.23) unstable; urgency=medium

  * github-debian-upstream:
    + fix argument parsing
    + add Bug-Submit field
  * debhelper:
    + revert "Fix possibly missing package.json in components" introduced in
      version 0.9.22

 -- Xavier Guimard <yadd@debian.org>  Fri, 03 Jan 2020 09:58:31 +0100

pkg-js-tools (0.9.22) unstable; urgency=medium

  [ Felix Lechner ]
  * Use new Lintian interface in checks.

  [ Xavier Guimard ]
  * add-node-component:
    + cmp-tree: read also debian/nodejs/additional_components
  * debhelper:
    + fix extlinks for modules with / in their names
    + fix possibly missing package.json in components

 -- Xavier Guimard <yadd@debian.org>  Sun, 29 Dec 2019 08:50:51 +0100

pkg-js-tools (0.9.21) unstable; urgency=medium

  * debhelper: don't fail on missing component

 -- Xavier Guimard <yadd@debian.org>  Tue, 10 Dec 2019 21:18:31 +0100

pkg-js-tools (0.9.20) unstable; urgency=medium

  * debheper:
    + don't install "licence" files
    + build links after component install
  * autopkgtest: use debian/nodejs/main if exist to find package.json

 -- Xavier Guimard <yadd@debian.org>  Tue, 10 Dec 2019 21:08:42 +0100

pkg-js-tools (0.9.19) unstable; urgency=medium

  * debhelper:
    + Fix "main" file install for components
    + Add related test

 -- Xavier Guimard <yadd@debian.org>  Mon, 18 Nov 2019 06:51:08 +0100

pkg-js-tools (0.9.18) unstable; urgency=medium

  * add-node-component:
    + Don't fail if upstream repo is not set in npm registry (Closes: #942523)
  * autopkgtest: replace deprecated ADTTMP variable
  * debhelper:
    + fix "main" file install when "files" field does not contain it

 -- Xavier Guimard <yadd@debian.org>  Fri, 15 Nov 2019 18:18:35 +0100

pkg-js-tools (0.9.17) unstable; urgency=medium

  [ Xavier Guimard ]
  * debhelper: fix install when no main module is defined

  [ Andrius Merkys ]
  * Adding dh-make-node (Closes: #941582)

  [ Xavier Guimard ]
  * add-node-component: better error display (See #941119)
  * nodepath: better @xx/yy support
  * debhelper:
    + add debian/nodejs/extcopies to workaround tsc bugs
    + install package.json#typings when present (Closes: #942361)

 -- Xavier Guimard <yadd@debian.org>  Wed, 16 Oct 2019 22:39:33 +0200

pkg-js-tools (0.9.16) unstable; urgency=medium

  * autopkgtest: initialize HOME variable

 -- Xavier Guimard <yadd@debian.org>  Tue, 01 Oct 2019 22:01:07 +0200

pkg-js-tools (0.9.15) unstable; urgency=medium

  * Declare compliance with policy 4.4.1
  * debhelper: fix install when files field contains "{,}" expressions

 -- Xavier Guimard <yadd@debian.org>  Tue, 01 Oct 2019 21:49:36 +0200

pkg-js-tools (0.9.14) unstable; urgency=medium

  * debhelper:
    + Exclude bench dir and Dockerfile from install (Closes: #940648)
    + Don't ignore debian/nodejs/extlinks if no components
    + Install files declared in "types" field (Closes: #941359)

 -- Xavier Guimard <yadd@debian.org>  Sun, 29 Sep 2019 22:36:55 +0200

pkg-js-tools (0.9.13) unstable; urgency=medium

  * Fix autopkgtest
  * Exclude bench*.js files (Closes: #940648)

 -- Xavier Guimard <yadd@debian.org>  Wed, 18 Sep 2019 21:06:57 +0200

pkg-js-tools (0.9.12) unstable; urgency=medium

  * Back to unstable
  * debhelper: fix bad main detection and install
  * add-node-component: add -u option to launch "cme update dpkg-copyright"
    (Closes: #935569)
  * autopkgtest: launch "require" test with --no-deprecation

 -- Xavier Guimard <yadd@debian.org>  Tue, 17 Sep 2019 22:36:03 +0200

pkg-js-tools (0.9.11) experimental; urgency=medium

  * debhelper:
    + add additional_components feature
    + main module can changed instead of default '.'
    + main module is no more required
  * Update doc

 -- Xavier Guimard <yadd@debian.org>  Fri, 13 Sep 2019 18:22:01 +0200

pkg-js-tools (0.9.10) unstable; urgency=medium

  * nodepath: return 1 if module not found
  * add-node-component: add --cmp-tree option
  * debhelper:
    + add build order feature
    + able to install component in nodejs root directory and set
      ${nodejs:Provides}
  * Update debian/clean
  * Update manifest
  * Update doc

 -- Xavier Guimard <yadd@debian.org>  Mon, 09 Sep 2019 21:13:41 +0200

pkg-js-tools (0.9.9) unstable; urgency=medium

  * add-node-component:
    + don't fail if origin tag does not exist (Closes: #935933)
    + add "--download-current-version" in default uscan options
      (Closes: #939093)
    + add "--uscan-option" option

 -- Xavier Guimard <yadd@debian.org>  Sun, 01 Sep 2019 23:10:33 +0200

pkg-js-tools (0.9.8) unstable; urgency=medium

  * autopkgtest: fix bad package.json parsing (Closes: #935299)
  * debhelper:
    + Accept Gruntfile.coffee as Grunt file (Closes: #935301)
    + Add debian/nodejs/links feature to be able to link arch
      dependent files
  * Improve manpages

 -- Xavier Guimard <yadd@debian.org>  Sun, 25 Aug 2019 09:52:26 +0200

pkg-js-tools (0.9.7) unstable; urgency=medium

  * Enable grunt test only with autopkgtest (Closes: #935029)
  * github-debian-upstream: remove deprecated "Name" and "Contact" fields
  * Add nodejs in pkg-js-tools dependencies (Closes: #935251)

 -- Xavier Guimard <yadd@debian.org>  Wed, 21 Aug 2019 10:21:23 +0200

pkg-js-tools (0.9.6) unstable; urgency=medium

  * Fix debhelper sequence return value and update test (Closes: #935016)

 -- Xavier Guimard <yadd@debian.org>  Sun, 18 Aug 2019 08:28:28 +0200

pkg-js-tools (0.9.5) unstable; urgency=medium

  * add-node-component:
    + fallback to registry if no git tags
    + fix registry build
    + fix bad registry url if component looks like @foo/bar
    + new command: del-node-component (symlink) which enables new "-r" option
  * debhelper:
    + test components before main (build only)

 -- Xavier Guimard <yadd@debian.org>  Thu, 15 Aug 2019 11:36:46 +0200

pkg-js-tools (0.9.4) unstable; urgency=medium

  * add-node-component:
    + fix warning in help
    + fix uscan bug workaround

 -- Xavier Guimard <yadd@debian.org>  Mon, 12 Aug 2019 18:42:21 +0200

pkg-js-tools (0.9.3) unstable; urgency=medium

  * Release auto_build in unstable with only grunt support:
    + add grunt test
    + disable gulp test
    + replace gulp by grunt in build dependencies
    + add devscripts and git-buildpackage in suggested dependencies
  * add-node-component:
    + add import feature (Closes: #934456)
    + remove sign-tags from gbp.conf default template
    + able to fix downloaded version

 -- Xavier Guimard <yadd@debian.org>  Mon, 12 Aug 2019 16:26:59 +0200

pkg-js-tools (0.9.2) experimental; urgency=medium

  * Import 0.8.14 changes

 -- Xavier Guimard <yadd@debian.org>  Sun, 11 Aug 2019 12:10:33 +0200

pkg-js-tools (0.9.1) experimental; urgency=medium

  * Rebuild with 0.8.13 changes

 -- Xavier Guimard <yadd@debian.org>  Thu, 08 Aug 2019 15:23:06 +0200

pkg-js-tools (0.9.0) experimental; urgency=medium

  * Update doc
  * Add auto_build feature (Closes: #845043)
  * Update doc

 -- Xavier Guimard <yadd@debian.org>  Wed, 07 Aug 2019 22:13:03 +0200

pkg-js-tools (0.8.14) unstable; urgency=medium

  * New commands:
    - debcheck-node-repo: repo consistency check
    - add-node-component: automatically update d/watch and d/gbp.conf
  * lintian profile:
    - add repo consistency check in new "pkg-js-extra" profile
    - install and fix lintian tags (Closes: #934144)
  * Update doc
  * Switch package to native Pkg-Perl
  * Fix manpages

 -- Xavier Guimard <yadd@debian.org>  Sun, 11 Aug 2019 09:10:43 +0200

pkg-js-tools (0.8.13) unstable; urgency=medium

  * Fix component links when package name contains /
  * Add "extlinks" feature
  * Update doc
  * Always remove node_modules/.cache (Closes: #934214)
  * Don't die if "main" file does not exist
  * Add component test feature (build only)

 -- Xavier Guimard <yadd@debian.org>  Thu, 08 Aug 2019 15:03:54 +0200

pkg-js-tools (0.8.12) unstable; urgency=medium

  * Update doc
  * Add .gitlab-ci.yml
  * Fix ci
  * Fix package-lock exclusion
  * Update doc
  * Update lintian profile due to lintian changes (Closes: #934144)
  * Add allow-stderr in autopkgtest control, fixes debci

 -- Xavier Guimard <yadd@debian.org>  Wed, 07 Aug 2019 15:34:37 +0200

pkg-js-tools (0.8.11) unstable; urgency=medium

  * Fix nodepath when module is not directly usable (Closes: #933862)
  * Fix bad .eslintrc.js parsing (Closes: #933847)
  * Install package.json#main if missing in files field (Closes: #933841)
  * Search "files" field value with ".js" (Closes: #933956)

 -- Xavier Guimard <yadd@debian.org>  Tue, 06 Aug 2019 09:37:28 +0200

pkg-js-tools (0.8.10) unstable; urgency=medium

  * Back to unstable after tests
  * Exclude appveyor.yml
  * Fix "**/" parsing
  * Improve tests

 -- Xavier Guimard <yadd@debian.org>  Sun, 04 Aug 2019 08:44:18 +0200

pkg-js-tools (0.8.9) experimental; urgency=medium

  * Fix bad regexp for excluded dirs
  * Exclude Changes, tsconfig.json, .eslint files
  * Fix priority in ignored files
  * Improve tests
  * Fix pattern search

 -- Xavier Guimard <yadd@debian.org>  Sat, 03 Aug 2019 09:10:40 +0200

pkg-js-tools (0.8.8) experimental; urgency=medium

  * auto_install:
    * Exclude package-lock, yarn.lock and makefiles
    * Update doc
    * Fix "files" pattern
    * Build ignored files/dirs regexp during build
    * Apply ignored regexp only on root directory
  * autopkgtest: don't die if link target exists

 -- Xavier Guimard <yadd@debian.org>  Fri, 02 Aug 2019 09:02:47 +0200

pkg-js-tools (0.8.7) experimental; urgency=medium

  * Fix "readme" regex
  * Add "simple" test
  * Better filtering
  * Manage "*" in "files" field

 -- Xavier Guimard <yadd@debian.org>  Wed, 31 Jul 2019 15:58:47 +0200

pkg-js-tools (0.8.6) experimental; urgency=medium

  * Reorganize and improve tests
  * Better install system
  * Update doc
  * Fix dependencies
  * Add double package test
  * Install even if *.install exists, this will need a transition
  * Add dh_auto_configure test

 -- Xavier Guimard <yadd@debian.org>  Tue, 30 Jul 2019 19:35:43 +0200

pkg-js-tools (0.8.5) experimental; urgency=medium

  * Fix bad install when "files" field is missing
  * Improve tests
  * Bump debhelper compatibility level to 12

 -- Xavier Guimard <yadd@debian.org>  Mon, 29 Jul 2019 20:21:35 +0200

pkg-js-tools (0.8.4) experimental; urgency=medium

  * Force package.json install. Don't install doc/example directories
  * Update tests
  * Update doc
  * Fix bad install when running under sbuild

 -- Xavier Guimard <yadd@debian.org>  Mon, 29 Jul 2019 16:39:32 +0200

pkg-js-tools (0.8.3) experimental; urgency=medium

  * Add auto_install feature for main component (Closes: #933171)
  * Declare compliance with policy 4.4.0

 -- Xavier Guimard <yadd@debian.org>  Sun, 28 Jul 2019 08:59:11 +0200

pkg-js-tools (0.8.2) experimental; urgency=medium

  [ Suman Rajan ]
  * Typo fix
  * Update README.md

  [ Xavier Guimard ]
  * Add nodepath command
  * Revert rollup test: will be done later using node --experimental-modules
  * Install automatically components in node_modules/ directory before build,
    then install automatically components in <module/path>/node_modules
    (Closes: #933007, #931790)

 -- Xavier Guimard <yadd@debian.org>  Fri, 26 Jul 2019 19:56:47 +0200

pkg-js-tools (0.8.1) experimental; urgency=medium

  * Build custom rollup.config.js for rollup test
  * Don't launch rollup test during build (revert 0.8 change)

 -- Xavier Guimard <yadd@debian.org>  Thu, 11 Jul 2019 21:34:01 +0200

pkg-js-tools (0.8) experimental; urgency=medium

  * Launch a rollup test every time a "module" field is found
    (Closes: #930917)
  * Don't enable KGB in js policy

 -- Xavier Guimard <yadd@debian.org>  Tue, 09 Jul 2019 23:11:59 +0200

pkg-js-tools (0.7) unstable; urgency=medium

  * Add pkg-js lintian profile
  * Fix bad merge in 0.6

 -- Xavier Guimard <yadd@debian.org>  Tue, 09 Jul 2019 10:49:16 +0200

pkg-js-tools (0.6) unstable; urgency=medium

  * Search installed files in /usr/share/nodejs and /usr/lib/*/nodejs
    (Closes: #931675)

 -- Xavier Guimard <yadd@debian.org>  Tue, 09 Jul 2019 10:08:29 +0200

pkg-js-tools (0.5) unstable; urgency=medium

  * Fix typo in README.md
  * Use tar to copy test files
  * Launch test with "sh -e"

 -- Xavier Guimard <yadd@debian.org>  Tue, 12 Feb 2019 21:50:37 +0100

pkg-js-tools (0.4) unstable; urgency=medium

  * Add homepage
  * Update nodejs-dev break version

 -- Xavier Guimard <yadd@debian.org>  Mon, 04 Feb 2019 21:32:37 +0100

pkg-js-tools (0.3) unstable; urgency=medium

  * Fix autopkgtest error when no test file exists

 -- Xavier Guimard <yadd@debian.org>  Mon, 04 Feb 2019 21:25:37 +0100

pkg-js-tools (0.2) unstable; urgency=medium

  [ Jonas Smedegaard ]
  * Wrap and sort control files and debhelper snippets.
  * Update copyright info: Use License-Grant and License-Reference fields.
  * Tidy: Use semantic linefeeds.
  * Fix mention JavaScript libraries (not Perl modules) in long description.

  [ Xavier Guimard ]
  * Add autopkgtest control example
  * Return 77 (skippable) if debian/tests/pkg-js/test is missing

 -- Xavier Guimard <yadd@debian.org>  Mon, 28 Jan 2019 20:52:25 +0100

pkg-js-tools (0.1) unstable; urgency=medium

  * Initial release (Closes: #920350)

 -- Xavier Guimard <yadd@debian.org>  Sun, 27 Jan 2019 09:27:55 +0100