Skip to content
Snippets Groups Projects
Commit dd9cdaa9 authored by Andrea Bolognani's avatar Andrea Bolognani
Browse files

Use HTTPS for all URLs

This gets rid of the debian-watch-uses-insecure-uri
informational Lintian tag, and then some.
parent 86091925
No related branches found
No related tags found
2 merge requests!29Merge changes from experimental,!14Follow best practices (HTTPS and GPG)
......@@ -74,7 +74,7 @@ Build-Depends:
Build-Conflicts: dpkg-dev (= 1.15.3)
Vcs-Git: https://salsa.debian.org/libvirt-team/libvirt.git
Vcs-Browser: https://salsa.debian.org/libvirt-team/libvirt
Homepage: http://libvirt.org
Homepage: https://libvirt.org/
Standards-Version: 4.1.1
Package: libvirt-clients
......
libvirt was initially debianized by Andrew Mitchell <ajmitch@ubuntu.com>
It was downloaded from http://libvirt.org/sources/
It was downloaded from https://libvirt.org/sources/
Upstream Author:
......
When reporting issues regarding libvirt and libvirtd please make sure you at
least include the relevant log parts and your vm configuration.
http://wiki.debian.org/libvirt/Debugging has more information on howto provide
https://wiki.debian.org/libvirt/Debugging has more information on howto provide
debugging information for the virt-* tools.
......@@ -14,7 +14,7 @@ set -e
# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
# <failed-install-package> <version> `removing'
# <conflicting-package> <version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# for details, see https://www.debian.org/doc/debian-policy/ or
# the debian-policy package
# Source debconf library.
......
......@@ -15,7 +15,7 @@ set -e
# * <new-postrm> `abort-upgrade' <old-version>
# * <disappearer's-postrm> `disappear' <overwriter>
# <overwriter-version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# for details, see https://www.debian.org/doc/debian-policy/ or
# the debian-policy package
......
......@@ -84,8 +84,8 @@ is done automatically when netcat-openbsd is installed if you do not have
previously modified the nc alternative. Please see the following bug reports
for a complete explanation:
<http://bugs.debian.org/453627>
<http://bugs.debian.org/614291>
<https://bugs.debian.org/453627>
<https://bugs.debian.org/614291>
Libvirt CPU models and microcode updates
========================================
......
......@@ -25,7 +25,7 @@ index 4bc6e86..9ec4064 100644
+# Short-Description: suspend/resume libvirt guests on shutdown/boot
+# Description: This is a script for suspending active libvirt guests
+# on shutdown and resuming them on next boot
+# See http://libvirt.org
+# See https://libvirt.org/
+### END INIT INFO
+#
# Copyright (C) 2011-2014 Red Hat, Inc.
......
version=3
opts="uversionmangle=s/\.-rc/~rc/;s/\.+$//,pgpsigurlmangle=s/$/.asc/" \
http://libvirt.org/sources/libvirt-([\d\.]+)(-rc\d)?\.tar\.[gx]z
https://libvirt.org/sources/libvirt-([\d\.]+)(-rc\d)?\.tar\.[gx]z
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment