[Pkg-javascript-devel] node-d3-time
Pirate Praveen
praveen at onenetbeyond.org
Fri Apr 30 09:46:42 BST 2021
> Hi there 👋
> I've just made a few minor updates to node-d3-time and I wish to
find a
> sponsor to help me upload this changes to the debian node-d3-time
> repository.I ensured it's lintian clean ( except for gpg signature
warn
> which I guess the sponsor will sign).I also built it in a clean
chroot
> with sbuild.
> RegardsSunday Nkwuda
Hi sonnie,
Next time include the link to your fork also to make it easy for the
reviewer to find your changes.
https://salsa.debian.org/sonnie/node-d3-time/
This is a major update (1.x to 2.x) so it needs a transition. Since a
major version indicates breaking changes, we have to make sure all
packages depending on this package continue to work with the updated
version.
reverse-depends command from ubuntu-dev-tools can help with this.
pravi at mahishi:~$ reverse-depends node-d3-time
Reverse-Depends
* node-d3
* node-d3-scale
* node-d3-time-format
Packages without architectures listed are reverse-dependencies in: all,
amd64, arm64, armel, armhf, i386, mips64el, mipsel, ppc64el, s390x
pravi at mahishi:~$ reverse-depends -b node-d3-time
Reverse-Build-Depends
* node-d3
* node-d3-scale
* node-d3-time-format
So you need to make sure the new version of node-d3-time does not break
these three packages.
Since you are new to packaging, I suggest you try some minor/patch
updates before you continue with this.
More information about the Pkg-javascript-devel
mailing list