diff -Nru node-oauth-sign-0.9.0/debian/changelog node-oauth-sign-0.9.0/debian/changelog --- node-oauth-sign-0.9.0/debian/changelog 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/changelog 2020-03-08 16:36:50.000000000 +0000 @@ -1,3 +1,16 @@ +node-oauth-sign (0.9.0-2) unstable; urgency=medium + + * Team upload + * Bump debhelper compatibility level to 12 + * Declare compliance with policy 4.5.0 + * Add "Rules-Requires-Root: no" + * Add debian/gbp.conf + * Add upstream/metadata + * Use pkg-js-tools auto test & install + * Update copyright: add Berne Convention comment + + -- Xavier Guimard Sun, 08 Mar 2020 17:36:50 +0100 + node-oauth-sign (0.9.0-1) unstable; urgency=medium * Team upload diff -Nru node-oauth-sign-0.9.0/debian/compat node-oauth-sign-0.9.0/debian/compat --- node-oauth-sign-0.9.0/debian/compat 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -11 diff -Nru node-oauth-sign-0.9.0/debian/control node-oauth-sign-0.9.0/debian/control --- node-oauth-sign-0.9.0/debian/control 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/control 2020-03-08 16:35:09.000000000 +0000 @@ -3,13 +3,14 @@ Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jérémy Lal -Build-Depends: - debhelper (>= 11~) - , nodejs -Standards-Version: 4.2.1 -Homepage: https://github.com/mikeal/oauth-sign -Vcs-Git: https://salsa.debian.org/js-team/node-oauth-sign.git +Build-Depends: debhelper-compat (= 12) + , pkg-js-tools (>= 0.9.20~) +Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-oauth-sign +Vcs-Git: https://salsa.debian.org/js-team/node-oauth-sign.git +Homepage: https://github.com/mikeal/oauth-sign +Testsuite: autopkgtest-pkg-nodejs +Rules-Requires-Root: no Package: node-oauth-sign Architecture: all diff -Nru node-oauth-sign-0.9.0/debian/copyright node-oauth-sign-0.9.0/debian/copyright --- node-oauth-sign-0.9.0/debian/copyright 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/copyright 2020-03-08 16:36:50.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: oauth-sign Upstream-Contact: https://github.com/mikeal/oauth-sign/issues Source: https://github.com/mikeal/oauth-sign @@ -6,13 +6,23 @@ Files: * Copyright: 2013 Mikeal Rogers License: Apache-2.0 +Comment: The upstream distribution does not contain an explicit statement of + copyright ownership. Pursuant to the Berne Convention for the Protection of + Literary and Artistic Works, it is assumed that all content is copyright by + its respective authors unless otherwise stated. + +Files: debian/* +Copyright: 2013 Jérémy Lal + 2018 Pirate Praveen + 2020 Xavier Guimard +License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . - http://www.apache.org/licenses/LICENSE-2.0 + https://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, diff -Nru node-oauth-sign-0.9.0/debian/gbp.conf node-oauth-sign-0.9.0/debian/gbp.conf --- node-oauth-sign-0.9.0/debian/gbp.conf 1970-01-01 00:00:00.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/gbp.conf 2020-03-08 16:35:03.000000000 +0000 @@ -0,0 +1,5 @@ +[DEFAULT] +pristine-tar = True + +[import-orig] +filter = [ '.gitignore', '.travis.yml', '.git*' ] diff -Nru node-oauth-sign-0.9.0/debian/install node-oauth-sign-0.9.0/debian/install --- node-oauth-sign-0.9.0/debian/install 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -index.js usr/lib/nodejs/oauth-sign diff -Nru node-oauth-sign-0.9.0/debian/rules node-oauth-sign-0.9.0/debian/rules --- node-oauth-sign-0.9.0/debian/rules 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/rules 2020-03-08 16:36:50.000000000 +0000 @@ -5,9 +5,4 @@ #export DH_VERBOSE=1 %: - dh $@ - -override_dh_auto_test: -ifeq (,$(filter nocheck,$(DEB_BUILD_PROFILES))) - node test.js -endif + dh $@ --with nodejs diff -Nru node-oauth-sign-0.9.0/debian/tests/control node-oauth-sign-0.9.0/debian/tests/control --- node-oauth-sign-0.9.0/debian/tests/control 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,5 +0,0 @@ -Tests: require -Depends: node-oauth-sign - -Test-Command: node test.js -Depends: @ diff -Nru node-oauth-sign-0.9.0/debian/tests/pkg-js/test node-oauth-sign-0.9.0/debian/tests/pkg-js/test --- node-oauth-sign-0.9.0/debian/tests/pkg-js/test 1970-01-01 00:00:00.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/tests/pkg-js/test 2020-03-08 16:35:36.000000000 +0000 @@ -0,0 +1 @@ +node test.js diff -Nru node-oauth-sign-0.9.0/debian/tests/require node-oauth-sign-0.9.0/debian/tests/require --- node-oauth-sign-0.9.0/debian/tests/require 2018-09-19 12:42:48.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/tests/require 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -nodejs -e "require('oauth-sign');" diff -Nru node-oauth-sign-0.9.0/debian/upstream/metadata node-oauth-sign-0.9.0/debian/upstream/metadata --- node-oauth-sign-0.9.0/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ node-oauth-sign-0.9.0/debian/upstream/metadata 2020-03-08 16:35:03.000000000 +0000 @@ -0,0 +1,7 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/mikeal/oauth-sign/issues +Bug-Submit: https://github.com/mikeal/oauth-sign/issues/new +Changelog: https://github.com/mikeal/oauth-sign/tags +Repository: https://github.com/mikeal/oauth-sign.git +Repository-Browse: https://github.com/mikeal/oauth-sign