Package: debmake Version: 4.2.9-1 Severity: minor Dear Maintainer,
Currently, debmake -cc would output: Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ It's better to prefer https than http, and change like this: Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ It's also recommended by "cme update dpkg-copyright". Cheers, Roger -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages debmake depends on: ii devscripts 2.17.1 ii dpkg-dev 1.18.18 pn python3:any <none> ii rsync 3.1.2-1 Versions of packages debmake recommends: ii build-essential 12.3 ii curl 7.52.1-2 ii strace 4.15-2 ii wget 1.18-4 Versions of packages debmake suggests: ii autotools-dev 20161112.1 ii ccache 3.3.3-1 ii cmake 3.7.2-1 ii cowbuilder 0.84 ii dh-autoreconf 13 ii dh-python 2.20170125 ii eatmydata 105-5 pn gem2deb <none> ii git 1:2.11.0-2 ii git-buildpackage 0.8.10 ii gitk 1:2.11.0-2 pn javahelper <none> ii lintian 2.5.50 pn mc <none> ii pbuilder 0.228.3 ii quilt 0.63-8 ii rpm2cpio 4.12.0.2+dfsg1-1 -- no debconf information
>From 2fe0eeb252461a949c2365b4161b92fb8a4945a7 Mon Sep 17 00:00:00 2001 From: Roger Shimizu <[email protected]> Date: Fri, 10 Feb 2017 07:00:59 +0900 Subject: [PATCH 1/2] Rrefer https URL than http for Format line in copyright file --- debmake/copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debmake/copyright.py b/debmake/copyright.py index 763b25f..bca2764 100755 --- a/debmake/copyright.py +++ b/debmake/copyright.py @@ -65,7 +65,7 @@ def copyright(package_name, license_file_masks, cdata, xml_html_files, binary_fi # -1: -cccc debug simple, -2 -ccccc debug normal -3 -cccccc debug extensive # make text to print text = '''\ -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: {} Source: <url://example.com> '''.format(package_name) -- 2.11.0
>From c55e7dca069dfc2ef2abbe7eb72e7b4a969b40ea Mon Sep 17 00:00:00 2001 From: Roger Shimizu <[email protected]> Date: Fri, 10 Feb 2017 07:05:45 +0900 Subject: [PATCH 2/2] Update URL in debian/ folder Perfer https URL than http for security purpose --- debian/control | 6 +++--- debian/copyright | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index dab53c9..04b849e 100644 --- a/debian/control +++ b/debian/control @@ -4,9 +4,9 @@ Priority: extra Maintainer: Osamu Aoki <[email protected]> Build-Depends: debhelper (>=9), dh-python, python3-all Standards-Version: 3.9.8 -Homepage: http://anonscm.debian.org/cgit/collab-maint/debmake.git -Vcs-Git: git://anonscm.debian.org/collab-maint/debmake.git -Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/debmake.git +Homepage: https://anonscm.debian.org/cgit/collab-maint/debmake.git +Vcs-Git: https://anonscm.debian.org/git/collab-maint/debmake.git +Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/debmake.git Package: debmake Architecture: all diff --git a/debian/copyright b/debian/copyright index 6bbd059..bac1827 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,6 @@ -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: debmake -Source: http://git.debian.org/?p=collab-maint/debmake.git +Source: https://anonscm.debian.org/cgit/collab-maint/debmake.git Files: * Copyright: 2014 Osamu Aoki -- 2.11.0

