Use secure URI

This commit is contained in:
Jörg Frings-Fürst 2018-08-04 20:32:11 +02:00
parent 8fcab09889
commit 505eee95f2
6 changed files with 7 additions and 4 deletions

4
debian/changelog vendored
View File

@ -2,8 +2,12 @@ dmidecode (3.1-2) UNRELEASED; urgency=medium
* debian/control:
- Change to my new email address.
- Use secure homepage URI.
* debian/copyright:
- Change to my new email address.
- Use secure copyright format URI.
* debian/watch:
- Use secure URI.
-- Jörg Frings-Fürst <debian@jff.email> Sat, 04 Aug 2018 20:16:22 +0200

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10)
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/dmidecode.git
Homepage: http://nongnu.org/dmidecode/
Homepage: https://nongnu.org/dmidecode/
Package: dmidecode
Priority: important

2
debian/copyright vendored
View File

@ -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: dmidecode
Upstream-Contact: dmidecode-devel@nongnu.org
Source: http://download.savannah.gnu.org/releases/demidecode/

1
debian/files vendored
View File

@ -1 +0,0 @@
dmidecode_3.1-1_source.buildinfo utils optional

Binary file not shown.

2
debian/watch vendored
View File

@ -1,3 +1,3 @@
version=3
opts=dversionmangle=s/\+dfsg\d*$//,uversionmangle=s/_/./g;s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/,pgpsigurlmangle=s/$/.sig/ \
http://download.savannah.gnu.org/releases/dmidecode/dmidecode-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:bz2|xz))
https://download.savannah.gnu.org/releases/dmidecode/dmidecode-(\d.*)\.(?:tgz|tbz2|txz|tar\.(?:bz2|xz))