Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.pc/
node_modules
yarn.lock
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
node-p-is-promise (3.0.0-2) unstable; urgency=medium

* Team upload

[ Debian Janitor ]
* Set upstream metadata fields: Bug-Submit.
* Remove obsolete fields Contact, Name from debian/upstream/metadata
(already present in machine-readable debian/copyright).
* Update standards version to 4.5.0, no changes needed.

[ Yadd ]
* Bump debhelper compatibility level to 13
* Modernize debian/watch
* Fix GitHub tags regex
* Fix filenamemangle
* Use dh-sequence-nodejs instead of pkg-js-tools
* Update standards version to 4.6.0, no changes needed.
* Drop nodejs dependency

-- Yadd <[email protected]> Thu, 13 Jan 2022 22:43:24 +0100

node-p-is-promise (3.0.0-1) unstable; urgency=medium

* Team upload
Expand Down
11 changes: 4 additions & 7 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ Maintainer: Debian Javascript Maintainers <[email protected]
Uploaders: Manas Kashyap <[email protected]>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 12)
debhelper-compat (= 13)
, node-bluebird <!nocheck>
, node-tape <!nocheck>
, nodejs
, pkg-js-tools (>= 0.8.8)
Standards-Version: 4.4.1
, dh-sequence-nodejs
Standards-Version: 4.6.0
Homepage: https://github.com/sindresorhus/p-is-promise#readme
Vcs-Git: https://salsa.debian.org/js-team/node-p-is-promise.git
Vcs-Browser: https://salsa.debian.org/js-team/node-p-is-promise
Expand All @@ -19,9 +18,7 @@ Rules-Requires-Root: no
Package: node-p-is-promise
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends}
, nodejs
Depends: ${misc:Depends}
Description: Check if something is a promise
Just pass your value to Promise.resolve() and let it handle it.
.
Expand Down
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
#export DH_VERBOSE=1

%:
dh $@ --with nodejs
dh $@
4 changes: 4 additions & 0 deletions debian/salsa-ci.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions debian/upstream/metadata
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
Archive: GitHub
Bug-Database: https://github.com/sindresorhus/p-is-promise/issues
Contact: https://github.com/sindresorhus/p-is-promise/issues
Name: p-is-promise
Repository: https://github.com/sindresorhus/p-is-promise.git
Repository-Browse: https://github.com/sindresorhus/p-is-promise
Bug-Submit: https://github.com/sindresorhus/p-is-promise/issues/new
8 changes: 4 additions & 4 deletions debian/watch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
version=3
version=4
opts=\
dversionmangle=s/\+(debian|dfsg|ds|deb)(\.\d+)?$//,\
filenamemangle=s/.*\/v?([\d\.-]+)\.tar\.gz/node-p-is-promise-$1.tar.gz/ \
https://github.com/sindresorhus/p-is-promise/tags .*/archive/v?([\d\.]+).tar.gz
dversionmangle=auto,\
filenamemangle=s/.*?(\d[\d\.-]*@ARCHIVE_EXT@)/node-p-is-promise-$1/ \
https://github.com/sindresorhus/p-is-promise/tags .*/archive/.*/v?([\d\.]+).tar.gz
Loading