mirror of
https://git.jff.email/cgit/dmidecode.git
synced 2026-08-12 02:04:48 +00:00
Use secure URI
This commit is contained in:
parent
8fcab09889
commit
505eee95f2
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
2
debian/copyright
vendored
@ -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
1
debian/files
vendored
@ -1 +0,0 @@
|
||||
dmidecode_3.1-1_source.buildinfo utils optional
|
||||
BIN
debian/upstream/signing-key.pgp.backup
vendored
BIN
debian/upstream/signing-key.pgp.backup
vendored
Binary file not shown.
2
debian/watch
vendored
2
debian/watch
vendored
@ -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))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user