diff -Nru browser-request-0.3.3/debian/changelog browser-request-0.3.3/debian/changelog --- browser-request-0.3.3/debian/changelog 2017-12-30 13:50:00.000000000 +0000 +++ browser-request-0.3.3/debian/changelog 2019-02-19 21:25:24.000000000 +0000 @@ -1,3 +1,16 @@ +browser-request (0.3.3-2) unstable; urgency=medium + + * Team upload + * Bump debhelper compatibility level to 11 + * Declare compliance with policy 4.3.0 + * Clean debian/rules and debian/watch + * Remove autopkgtest files: not a node package (Closes: #900010) + * Fix VCS fields + * Add upstream/metadata + * Add Berne Convention comment + + -- Xavier Guimard Tue, 19 Feb 2019 22:25:24 +0100 + browser-request (0.3.3-1) unstable; urgency=medium * Initial release (Closes: #885154) diff -Nru browser-request-0.3.3/debian/compat browser-request-0.3.3/debian/compat --- browser-request-0.3.3/debian/compat 2017-12-22 19:52:08.000000000 +0000 +++ browser-request-0.3.3/debian/compat 2019-02-19 21:09:15.000000000 +0000 @@ -1 +1 @@ -9 +11 \ No newline at end of file diff -Nru browser-request-0.3.3/debian/control browser-request-0.3.3/debian/control --- browser-request-0.3.3/debian/control 2017-12-30 06:39:08.000000000 +0000 +++ browser-request-0.3.3/debian/control 2019-02-19 21:21:32.000000000 +0000 @@ -3,10 +3,10 @@ Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Hubert Chathi -Build-Depends: debhelper (>=9) -Standards-Version: 3.9.8 +Build-Depends: debhelper (>= 11~) +Standards-Version: 4.3.0 Homepage: https://github.com/jhs/browser-request -Vcs-Git: https://salsa.debian.org/js-team/browser-request +Vcs-Git: https://salsa.debian.org/js-team/browser-request.git Vcs-Browser: https://salsa.debian.org/js-team/browser-request Package: libjs-browser-request diff -Nru browser-request-0.3.3/debian/copyright browser-request-0.3.3/debian/copyright --- browser-request-0.3.3/debian/copyright 2017-12-25 04:18:43.000000000 +0000 +++ browser-request-0.3.3/debian/copyright 2019-02-19 21:25:24.000000000 +0000 @@ -5,6 +5,10 @@ Files: * Copyright: 2011-2014 Jason Smith, Max Ogden, Abbey Sparrow, and others 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: 2017 Hubert Chathi @@ -15,7 +19,7 @@ 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 browser-request-0.3.3/debian/rules browser-request-0.3.3/debian/rules --- browser-request-0.3.3/debian/rules 2017-12-22 19:52:08.000000000 +0000 +++ browser-request-0.3.3/debian/rules 2019-02-19 21:22:06.000000000 +0000 @@ -3,23 +3,5 @@ # output every command that modifies files on the build system. #export DH_VERBOSE = 1 - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - %: - dh $@ - - -# dh_make generated override targets -# This is example for Cmake (See https://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - + dh $@ diff -Nru browser-request-0.3.3/debian/tests/control browser-request-0.3.3/debian/tests/control --- browser-request-0.3.3/debian/tests/control 2017-12-25 04:39:55.000000000 +0000 +++ browser-request-0.3.3/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -Tests: require -Depends: node-browser-request diff -Nru browser-request-0.3.3/debian/tests/require browser-request-0.3.3/debian/tests/require --- browser-request-0.3.3/debian/tests/require 2017-12-25 04:40:17.000000000 +0000 +++ browser-request-0.3.3/debian/tests/require 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#!/bin/sh -set -e -node -e "require('browser-request');" diff -Nru browser-request-0.3.3/debian/upstream/metadata browser-request-0.3.3/debian/upstream/metadata --- browser-request-0.3.3/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 +++ browser-request-0.3.3/debian/upstream/metadata 2019-02-19 21:21:46.000000000 +0000 @@ -0,0 +1,7 @@ +--- +Archive: GitHub +Bug-Database: https://github.com/jhs/browser-request/issues +Contact: https://github.com/jhs/browser-request/issues +Name: browser-request +Repository: https://github.com/jhs/browser-request.git +Repository-Browse: https://github.com/jhs/browser-request diff -Nru browser-request-0.3.3/debian/watch browser-request-0.3.3/debian/watch --- browser-request-0.3.3/debian/watch 2017-12-25 04:11:56.000000000 +0000 +++ browser-request-0.3.3/debian/watch 2019-02-19 21:22:45.000000000 +0000 @@ -1,12 +1,5 @@ -# Example watch control file for uscan -# Rename this file to "watch" and then you can run the "uscan" command -# to check for upstream updates and more. -# See uscan(1) for format - -# Compulsory line, this is a version 4 file version=4 -# GitHub hosted projects opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%-$1.tar.gz%" \ https://github.com/jhs/browser-request/tags \ (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate