Skip to content

Commits on Source 3

node-gauge (2.7.4-1~bpo9+1) stretch-backports; urgency=medium
[ Ross Gammon ]
* Team upload
* Add a gbp.conf and point it to the stretch-backports branch
* Switch Vcs URLs to salsa and add stretch-backports branch option
[ Pirate Praveen ]
* Rebuild for stretch-backports.
-- Pirate Praveen <praveen@debian.org> Tue, 01 May 2018 22:23:31 +0530
-- Ross Gammon <rossgammon@debian.org> Wed, 12 Sep 2018 19:32:01 +0200
node-gauge (2.7.4-1) unstable; urgency=low
......
......@@ -9,8 +9,8 @@ Build-Depends:
, nodejs
Standards-Version: 3.9.8
Homepage: https://github.com/iarna/gauge
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-gauge.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-gauge.git
Vcs-Git: https://salsa.debian.org/js-team/node-gauge.git -b stretch-backports
Vcs-Browser: https://salsa.debian.org/js-team/node-gauge
Package: node-gauge
Architecture: all
......
[DEFAULT]
# The default name for the upstream branch is "upstream".
# Change it if the name is different (for instance, "master").
upstream-branch = upstream
# The default name for the Debian branch is "master".
# Change it if the name is different (for instance, "debian/unstable").
debian-branch = stretch-backports
# git-import-orig uses the following names for the upstream tags.
# Change the value if you are not using git-import-orig
upstream-tag = upstream/%(version)s
# Always use pristine-tar.
pristine-tar = True