[SCM] qt-gstreamer packaging branch, master, updated. debian/1.2.0-4-10-g01a4458

Pino Toscano pino at moszumanska.debian.org
Sun Dec 24 23:08:19 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/qt-gstreamer.git;a=commitdiff;h=01a4458

The following commit has been merged in the master branch:
commit 01a44584687542d95234872d07862e4a79e253bf
Author: Pino Toscano <pino at debian.org>
Date:   Mon Dec 25 00:07:58 2017 +0100

    use https in few places
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 2 +-
 debian/watch     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e3c6809..80cf60d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,7 @@ qt-gstreamer (1.2.0-5) UNRELEASED; urgency=medium
   * Bump Standards-Version to 4.1.2, no changes required.
   * Remove trailing whitespaces in changelog.
   * Update Vcs-* fields.
+  * Use https in the watch file, for the Homepage, and for the PTS URL.
 
  -- Debian/Kubuntu KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>  Sun, 24 Dec 2017 23:30:51 +0100
 
diff --git a/debian/control b/debian/control
index 61403f6..7d1c962 100644
--- a/debian/control
+++ b/debian/control
@@ -18,7 +18,7 @@ Build-Depends: cmake (>= 2.8.6),
                qtbase5-dev,
                qtdeclarative5-dev
 Standards-Version: 4.1.2
-Homepage: http://gstreamer.freedesktop.org
+Homepage: https://gstreamer.freedesktop.org
 Vcs-Git: https://anonscm.debian.org/git/pkg-kde/kde-extras/qt-gstreamer.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/kde-extras/qt-gstreamer.git
 
diff --git a/debian/rules b/debian/rules
index 972ead6..d41bff8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ CMAKE_OPTS :=  -DCMAKE_BUILD_TYPE=RelWithDebInfo \
                -DQTGSTREAMER_TESTS=OFF \
                -DQTGSTREAMER_EXAMPLES=OFF \
                -DGST_PACKAGE_NAME="QtGStreamer (Debian)" \
-               -DGST_PACKAGE_ORIGIN="http://packages.qa.debian.org/qt-gstreamer" \
+               -DGST_PACKAGE_ORIGIN="https://packages.qa.debian.org/qt-gstreamer" \
                -DUSE_QT_PLUGIN_DIR=OFF
 
 override_dh_auto_configure:
diff --git a/debian/watch b/debian/watch
index 654a6e0..eb9ebc7 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,2 @@
 version=3
-http://gstreamer.freedesktop.org/src/qt-gstreamer/ qt-gstreamer-([\d.]+).tar.(?:gz|bz2|xz)
+https://gstreamer.freedesktop.org/src/qt-gstreamer/ qt-gstreamer-([\d.]+).tar.(?:gz|bz2|xz)

-- 
qt-gstreamer packaging



More information about the pkg-kde-commits mailing list