use secure urls
authorJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 30 Jan 2017 22:30:36 +0000 (23:30 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Mon, 30 Jan 2017 22:30:36 +0000 (23:30 +0100)
debian/changelog
debian/control
debian/watch

index ecde7ef..05ff75b 100644 (file)
@@ -2,6 +2,9 @@ psensor (1.1.5-2) unstable; urgency=medium
 
   * debian/control
       + build dependency to asciidoctor-base. (Closes: #850369)
+      + use the secure URLs for the GIT repositories.
+  * debian/watch
+      + use the secure URL.
 
  -- Jean-Philippe Orsini <jeanfi@gmail.com>  Mon, 30 Jan 2017 19:59:52 +0100
 
index 06a4cc6..4e75fe4 100644 (file)
@@ -24,9 +24,9 @@ Build-Depends: asciidoc-base,
                libxnvctrl-dev [i386 amd64] | nvidia-settings [i386 amd64],
                perl
 Standards-Version: 3.9.8
-Vcs-Browser: http://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git
-Vcs-Git: git://git.wpitchoune.net/psensor-pkg-debian.git
-Homepage: http://wpitchoune.net/psensor
+Vcs-Browser: https://wpitchoune.net/gitweb/?p=psensor-pkg-debian.git
+Vcs-Git: https://git.wpitchoune.net/psensor-pkg-debian.git
+Homepage: https://wpitchoune.net/psensor
 
 Package: psensor
 Architecture: any
index 146d1dd..d41be40 100644 (file)
@@ -1,3 +1,3 @@
 version=3
-http://wpitchoune.net/psensor/files/psensor-(\d.*)\.tar\.gz
-opts=pgpsigurlmangle=s/$/.asc/ http://wpitchoune.net/psensor/files/psensor-(\d.*)\.tar\.gz
\ No newline at end of file
+https://wpitchoune.net/psensor/files/psensor-(\d.*)\.tar\.gz
+opts=pgpsigurlmangle=s/$/.asc/ https://wpitchoune.net/psensor/files/psensor-(\d.*)\.tar\.gz
\ No newline at end of file