[SCM] qsynth/master: Use secure uri where possible.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Dec 17 16:07:12 UTC 2017


The following commit has been merged in the master branch:
commit 4f13287677c7d084ce7f7299f07c0c764d92da05
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Dec 17 16:44:14 2017 +0100

    Use secure uri where possible.

diff --git a/debian/control b/debian/control
index a1ffe0d..f27e01d 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends:
  libfluidsynth-dev,
  libx11-dev
 Standards-Version: 4.1.2
-Homepage: http://qsynth.sourceforge.net
+Homepage: https://qsynth.sourceforge.io
 Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/qsynth.git
 Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/qsynth.git
 
diff --git a/debian/copyright b/debian/copyright
index 0c56593..87cd938 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,7 +1,7 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: QSynth
 Upstream-Contact: Rui Nuno Capela <rncbc at rncbc.org>
-Source: http://sourceforge.net/projects/qsynth/files/
+Source: https://sourceforge.net/projects/qsynth/files/
 
 Files: *
 Copyright:
diff --git a/debian/watch b/debian/watch
index a329221..39bced3 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://sf.net/qsynth/qsynth-([\d.]+)\.tar\.gz
+https://sf.net/qsynth/qsynth-([\d.]+)\.tar\.gz

-- 
qsynth packaging



More information about the pkg-multimedia-commits mailing list