[SCM] gigedit/master: Use secure uri where possible.
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Fri Dec 8 12:21:57 UTC 2017
The following commit has been merged in the master branch:
commit bcc03eefedada26c9248580aff01882d2e594718
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Fri Dec 8 11:40:52 2017 +0100
Use secure uri where possible.
diff --git a/debian/control b/debian/control
index 9ab00ad..7f1ed98 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 10~),
libgig-dev (>= 4.0.0),
uuid-dev
Standards-Version: 4.1.1
-Homepage: http://www.linuxsampler.org/
+Homepage: https://www.linuxsampler.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-multimedia/gigedit.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-multimedia/gigedit.git
diff --git a/debian/copyright b/debian/copyright
index 12f35c7..bb64d3d 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: Gigedit
Upstream-Contact: Andreas Persson
-Source: http://download.linuxsampler.org/packages/
+Source: https://download.linuxsampler.org/packages/
Copyright: 2006-2015, Andreas Persson
Files: *
diff --git a/debian/watch b/debian/watch
index 6c3d1d4..7fed42d 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
version=3
-http://download.linuxsampler.org/packages/gigedit-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+https://download.linuxsampler.org/packages/gigedit-(\d\S+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
--
gigedit packaging
More information about the pkg-multimedia-commits
mailing list