diff -Nru node-fill-range-7.0.1/debian/changelog node-fill-range-7.0.1+~7.0.0/debian/changelog --- node-fill-range-7.0.1/debian/changelog 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/changelog 2022-01-02 08:45:29.000000000 +0000 @@ -1,3 +1,16 @@ +node-fill-range (7.0.1+~7.0.0-1) unstable; urgency=medium + + * Team upload + * Update standards version to 4.6.0, no changes needed. + * Add "Rules-Requires-Root: no" + * Use dh-sequence-nodejs instead of pkg-js-tools + * Drop dependency to nodejs + * Mark test dependencies with + * Fix GitHub tags regex + * Embed typescript declarations and repack + + -- Yadd Sun, 02 Jan 2022 09:45:29 +0100 + node-fill-range (7.0.1-4) unstable; urgency=medium [ Debian Janitor ] diff -Nru node-fill-range-7.0.1/debian/control node-fill-range-7.0.1+~7.0.0/debian/control --- node-fill-range-7.0.1/debian/control 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/control 2022-01-02 08:23:16.000000000 +0000 @@ -1,24 +1,24 @@ Source: node-fill-range -Maintainer: Debian Javascript Maintainers -Uploaders: Pirate Praveen Section: javascript Priority: optional -Testsuite: autopkgtest-pkg-nodejs -Build-Depends: debhelper-compat (= 13), - mocha, - node-to-regex-range (>= 5.0.1), - nodejs, - pkg-js-tools (>= 0.9.8~) -Standards-Version: 4.5.1 +Maintainer: Debian Javascript Maintainers +Uploaders: Pirate Praveen +Build-Depends: debhelper-compat (= 13) + , dh-sequence-nodejs + , mocha + , node-to-regex-range (>= 5.0.1) +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-fill-range Vcs-Git: https://salsa.debian.org/js-team/node-fill-range.git Homepage: https://github.com/jonschlinkert/fill-range +Testsuite: autopkgtest-pkg-nodejs +Rules-Requires-Root: no Package: node-fill-range Architecture: all -Depends: node-to-regex-range (>= 5.0.1), - nodejs, - ${misc:Depends} +Depends: ${misc:Depends} + , node-to-regex-range (>= 5.0.1) +Provides: ${nodejs:Provides} Description: node module to fill in a range of numbers or letters fill-range can optionally pass an increment or `step` to use, or create a regex-compatible range with `options.toRegex` diff -Nru node-fill-range-7.0.1/debian/copyright node-fill-range-7.0.1+~7.0.0/debian/copyright --- node-fill-range-7.0.1/debian/copyright 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/copyright 2022-01-02 08:23:16.000000000 +0000 @@ -2,6 +2,7 @@ Upstream-Name: fill-range Upstream-Contact: https://github.com/jonschlinkert/fill-range/issues Source: https://github.com/jonschlinkert/fill-range + https://registry.npmjs.org/@types/fill-range Files: * Copyright: 2014-present, Jon Schlinkert (https://github.com/jonschlinkert) @@ -9,7 +10,11 @@ Files: debian/* Copyright: 2016, Pirate Praveen - 2019, Xavier Guimard + 2019, Yadd +License: Expat + +Files: types-*/* +Copyright: Microsoft Corporation License: Expat License: Expat diff -Nru node-fill-range-7.0.1/debian/gbp.conf node-fill-range-7.0.1+~7.0.0/debian/gbp.conf --- node-fill-range-7.0.1/debian/gbp.conf 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/gbp.conf 2021-12-31 14:45:39.000000000 +0000 @@ -1,2 +1,5 @@ [import-orig] -filter = .gitignore +filter=.gitignore + +[DEFAULT] +component=['types-fill-range'] diff -Nru node-fill-range-7.0.1/debian/nodejs/root_modules node-fill-range-7.0.1+~7.0.0/debian/nodejs/root_modules --- node-fill-range-7.0.1/debian/nodejs/root_modules 1970-01-01 00:00:00.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/nodejs/root_modules 2021-12-31 14:45:39.000000000 +0000 @@ -0,0 +1 @@ +* \ No newline at end of file diff -Nru node-fill-range-7.0.1/debian/rules node-fill-range-7.0.1+~7.0.0/debian/rules --- node-fill-range-7.0.1/debian/rules 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/rules 2021-12-31 14:45:39.000000000 +0000 @@ -1,4 +1,4 @@ #!/usr/bin/make -f %: - dh $@ --with nodejs + dh $@ diff -Nru node-fill-range-7.0.1/debian/salsa-ci.yml node-fill-range-7.0.1+~7.0.0/debian/salsa-ci.yml --- node-fill-range-7.0.1/debian/salsa-ci.yml 1970-01-01 00:00:00.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/salsa-ci.yml 2021-12-31 14:45:39.000000000 +0000 @@ -0,0 +1,4 @@ +--- +include: + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml + - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml diff -Nru node-fill-range-7.0.1/debian/source/lintian-overrides node-fill-range-7.0.1+~7.0.0/debian/source/lintian-overrides --- node-fill-range-7.0.1/debian/source/lintian-overrides 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/source/lintian-overrides 2022-01-02 08:45:29.000000000 +0000 @@ -1,7 +1,10 @@ # False positive -source: source-is-missing test/ranges.js line length is 277 characters (>256) -source: very-long-line-length-in-source-file test/padding.js line length is 619 characters (>512) -source: source-contains-prebuilt-javascript-object test/padding.js line length is 615 characters (>512) -source: source-is-missing test/padding.js line length is 615 characters (>512) -source: source-contains-prebuilt-javascript-object test/ranges.js line length is 277 characters (>256) +source-is-missing test/padding.js +source-is-missing test/ranges.js +source-contains-prebuilt-javascript-object test/padding.js +source-contains-prebuilt-javascript-object test/ranges.js +very-long-line-length-in-source-file README.md line 1 is 675 characters long (>512) +very-long-line-length-in-source-file test/padding.js line 16 is 619 characters long (>512) +# Generic types-* path +add-component-copyright types-* diff -Nru node-fill-range-7.0.1/debian/watch node-fill-range-7.0.1+~7.0.0/debian/watch --- node-fill-range-7.0.1/debian/watch 2021-09-24 00:40:07.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/debian/watch 2021-12-31 14:45:39.000000000 +0000 @@ -2,4 +2,9 @@ opts=\ dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ filenamemangle=s/.*\/([\d\.-]+)\.tar\.gz/node-jison-$1.tar.gz/ \ - https://github.com/jonschlinkert/fill-range/tags .*/archive/([\d\.]+).tar.gz + https://github.com/jonschlinkert/fill-range/tags .*?([\d\.]+).tar.gz group + +# It is not recommended use npmregistry. Please investigate more. +# Take a look at https://wiki.debian.org/debian/watch/ +opts="searchmode=plain,component=types-fill-range,ctype=nodejs,pgpmode=none,filenamemangle=s/^.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-types-fill-range-$1/" \ + https://registry.npmjs.org/@types/fill-range https://registry.npmjs.org/@types/fill-range/-/fill-range-([\d\.]+)@ARCHIVE_EXT@ group diff -Nru node-fill-range-7.0.1/types-fill-range/index.d.ts node-fill-range-7.0.1+~7.0.0/types-fill-range/index.d.ts --- node-fill-range-7.0.1/types-fill-range/index.d.ts 1970-01-01 00:00:00.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/types-fill-range/index.d.ts 2021-11-02 02:01:20.000000000 +0000 @@ -0,0 +1,37 @@ +// Type definitions for fill-range 7.0 +// Project: https://github.com/jonschlinkert/fill-range +// Definitions by: Richie Bendall +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +declare namespace fill { + interface Options { + step?: number; + strictRanges?: boolean; + stringify?: boolean; + toRegex?: boolean; + transform?: (value: ValueType) => TransformValueType; + } +} + +type FilledArray = ValueType extends TransformValueType ? ValueType[] : TransformValueType[]; + +declare function fill< + ValueType = string | number, + TransformValueType = unknown +>( + start: ValueType, + end?: ValueType | null, + step?: number, + options?: fill.Options +): FilledArray; + +declare function fill< + ValueType = string | number, + TransformValueType = unknown +>( + start: ValueType, + end?: ValueType | null, + transformOrOptions?: fill.Options['transform'] | fill.Options +): FilledArray; + +export = fill; diff -Nru node-fill-range-7.0.1/types-fill-range/LICENSE node-fill-range-7.0.1+~7.0.0/types-fill-range/LICENSE --- node-fill-range-7.0.1/types-fill-range/LICENSE 1970-01-01 00:00:00.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/types-fill-range/LICENSE 2021-11-02 02:01:19.000000000 +0000 @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + + The above copyright notice and this permission notice shall be included in all + copies or substantial portions of the Software. + + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE + SOFTWARE diff -Nru node-fill-range-7.0.1/types-fill-range/package.json node-fill-range-7.0.1+~7.0.0/types-fill-range/package.json --- node-fill-range-7.0.1/types-fill-range/package.json 1970-01-01 00:00:00.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/types-fill-range/package.json 2021-11-02 02:01:19.000000000 +0000 @@ -0,0 +1,25 @@ +{ + "name": "@types/fill-range", + "version": "7.0.0", + "description": "TypeScript definitions for fill-range", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fill-range", + "license": "MIT", + "contributors": [ + { + "name": "Richie Bendall", + "url": "https://github.com/Richienb", + "githubUsername": "Richienb" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/fill-range" + }, + "scripts": {}, + "dependencies": {}, + "typesPublisherContentHash": "98cdd65a5dc20e9960a5b9a06467be4a02dbd5cef5c126f04d27116eb0f56bc5", + "typeScriptVersion": "3.7" +} \ No newline at end of file diff -Nru node-fill-range-7.0.1/types-fill-range/README.md node-fill-range-7.0.1+~7.0.0/types-fill-range/README.md --- node-fill-range-7.0.1/types-fill-range/README.md 1970-01-01 00:00:00.000000000 +0000 +++ node-fill-range-7.0.1+~7.0.0/types-fill-range/README.md 2021-11-02 02:01:19.000000000 +0000 @@ -0,0 +1,57 @@ +# Installation +> `npm install --save @types/fill-range` + +# Summary +This package contains type definitions for fill-range (https://github.com/jonschlinkert/fill-range). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fill-range. +## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/fill-range/index.d.ts) +````ts +// Type definitions for fill-range 7.0 +// Project: https://github.com/jonschlinkert/fill-range +// Definitions by: Richie Bendall +// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped + +declare namespace fill { + interface Options { + step?: number; + strictRanges?: boolean; + stringify?: boolean; + toRegex?: boolean; + transform?: (value: ValueType) => TransformValueType; + } +} + +type FilledArray = ValueType extends TransformValueType ? ValueType[] : TransformValueType[]; + +declare function fill< + ValueType = string | number, + TransformValueType = unknown +>( + start: ValueType, + end?: ValueType | null, + step?: number, + options?: fill.Options +): FilledArray; + +declare function fill< + ValueType = string | number, + TransformValueType = unknown +>( + start: ValueType, + end?: ValueType | null, + transformOrOptions?: fill.Options['transform'] | fill.Options +): FilledArray; + +export = fill; + +```` + +### Additional Details + * Last updated: Tue, 02 Nov 2021 02:01:19 GMT + * Dependencies: none + * Global values: none + +# Credits +These definitions were written by [Richie Bendall](https://github.com/Richienb).