diff options
| author | Yadd <yadd@debian.org> | 2021-11-13 17:55:55 +0100 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2021-11-13 22:32:55 +0000 |
| commit | 01c5e092295450aca345a5597f3a075226dd1ce9 (patch) | |
| tree | d0e373653af9b56a10c1ceffe25104536fefdf53 /debian | |
| parent | 88fd2d6a3cc29c8a58b17a575b726f92db6af98a (diff) | |
2.0.3-3 (patches unapplied)HEADimport/2.0.3-3ubuntu/resolute-develubuntu/resoluteubuntu/questing-develubuntu/questingubuntu/plucky-develubuntu/pluckyubuntu/oracular-develubuntu/oracularubuntu/noble-develubuntu/nobleubuntu/mantic-develubuntu/manticubuntu/lunar-develubuntu/lunarubuntu/kinetic-develubuntu/kineticubuntu/jammy-proposedubuntu/jammy-develubuntu/jammyubuntu/develdebian/siddebian/bookworm
Imported using git-ubuntu import.
Notes
Notes:
* Team upload
[ Debian Janitor ]
* Apply multi-arch hints.
+ node-babel-plugin-array-includes: Add Multi-Arch: foreign.
[ Yadd ]
* Bump debhelper compatibility level to 13
* Modernize debian/watch
* Fix GitHub tags regex
* Fix filenamemangle
* Use dh-sequence-nodejs
* Update standards version to 4.6.0, no changes needed
* Drop nodejs dependency
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 19 | ||||
| -rw-r--r-- | debian/control | 8 | ||||
| -rwxr-xr-x | debian/rules | 2 | ||||
| -rw-r--r-- | debian/salsa-ci.yml | 4 | ||||
| -rw-r--r-- | debian/watch | 8 |
5 files changed, 32 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 5d523c6..d61f5f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +node-babel-plugin-array-includes (2.0.3-3) unstable; urgency=medium + + * Team upload + + [ Debian Janitor ] + * Apply multi-arch hints. + + node-babel-plugin-array-includes: Add Multi-Arch: foreign. + + [ Yadd ] + * Bump debhelper compatibility level to 13 + * Modernize debian/watch + * Fix GitHub tags regex + * Fix filenamemangle + * Use dh-sequence-nodejs + * Update standards version to 4.6.0, no changes needed + * Drop nodejs dependency + + -- Yadd <yadd@debian.org> Sat, 13 Nov 2021 17:55:55 +0100 + node-babel-plugin-array-includes (2.0.3-2) unstable; urgency=medium * Team upload diff --git a/debian/control b/debian/control index fd0774b..01bbe3d 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,12 @@ Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org> Uploaders: Paolo Greppi <paolo.greppi@libpf.com> -Build-Depends: debhelper-compat (= 12) +Build-Depends: debhelper-compat (= 13) , chai <!nocheck> , mocha <!nocheck> , node-babel7 - , pkg-js-tools (>= 0.9.35~) -Standards-Version: 4.5.0 + , dh-sequence-nodejs +Standards-Version: 4.6.0 Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-array-includes Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-array-includes.git Homepage: https://github.com/stoeffel/babel-plugin-array-includes @@ -18,7 +18,7 @@ Rules-Requires-Root: no Package: node-babel-plugin-array-includes Architecture: all Depends: ${misc:Depends} - , nodejs +Multi-Arch: foreign Description: Babel plugin to replace the array includes syntax This Babel plugin replaces the array includes(val) syntax with a check based on indexOf. diff --git a/debian/rules b/debian/rules index 148a391..a08df1c 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh $@ --with nodejs + dh $@ override_dh_auto_build: babeljs-7 -D src -d lib diff --git a/debian/salsa-ci.yml b/debian/salsa-ci.yml new file mode 100644 index 0000000..33c3a64 --- /dev/null +++ b/debian/salsa-ci.yml @@ -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 --git a/debian/watch b/debian/watch index d1531b3..802430b 100644 --- a/debian/watch +++ b/debian/watch @@ -1,5 +1,5 @@ -version=3 +version=4 opts=\ -dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\ -filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-babel-plugin-array-includes-$1.tar.gz/ \ - https://github.com/stoeffel/babel-plugin-array-includes/tags .*/archive/v?([\d\.]+).tar.gz +dversionmangle=auto,\ +filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-babel-plugin-array-includes-$1/ \ + https://github.com/stoeffel/babel-plugin-array-includes/tags .*/archive/.*/v?([\d\.]+).tar.gz |
