r52636 - in /tools/gnome-pkg-tools: 1/rules/lp-get-source.mk debian/changelog

lool at users.alioth.debian.org lool at users.alioth.debian.org
Tue Jul 11 12:10:59 UTC 2017


Author: lool
Date: Tue Jul 11 12:10:59 2017
New Revision: 52636

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52636
Log:
lp-get-source: use https instead of http; closes: #764948.

Modified:
    tools/gnome-pkg-tools/1/rules/lp-get-source.mk
    tools/gnome-pkg-tools/debian/changelog

Modified: tools/gnome-pkg-tools/1/rules/lp-get-source.mk
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/1/rules/lp-get-source.mk?rev=52636&op=diff
==============================================================================
--- tools/gnome-pkg-tools/1/rules/lp-get-source.mk	[utf-8] (original)
+++ tools/gnome-pkg-tools/1/rules/lp-get-source.mk	[utf-8] Tue Jul 11 12:10:59 2017
@@ -9,7 +9,7 @@
 TARBALL_EXT ?= tar.gz
 
 LP_DOWNLOAD_PAGE ?= https://launchpad.net/$(DEB_SOURCE_PACKAGE)/+download
-LP_DOWNLOAD_URL ?= $(shell wget -q -O - $(LP_DOWNLOAD_PAGE) | grep -o 'href="http://launchpad.net/$(DEB_SOURCE_PACKAGE)/.*/+download/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)\.$(TARBALL_EXT)"' | cut -d'"' -f2)
+LP_DOWNLOAD_URL ?= $(shell wget -q -O - $(LP_DOWNLOAD_PAGE) | grep -o 'href="https://launchpad.net/$(DEB_SOURCE_PACKAGE)/.*/+download/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION)\.$(TARBALL_EXT)"' | cut -d'"' -f2)
 
 LP_DOWNLOAD_COMMAND ?= wget -T15 -t1 -O $(DEB_TARBALL_DOWNLOAD_DIR)/$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.$(TARBALL_EXT) $(LP_DOWNLOAD_URL)
 

Modified: tools/gnome-pkg-tools/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/tools/gnome-pkg-tools/debian/changelog?rev=52636&op=diff
==============================================================================
--- tools/gnome-pkg-tools/debian/changelog	[utf-8] (original)
+++ tools/gnome-pkg-tools/debian/changelog	[utf-8] Tue Jul 11 12:10:59 2017
@@ -1,4 +1,4 @@
-gnome-pkg-tools (0.19.8) unstable; urgency=medium
+gnome-pkg-tools (0.19.8) UNRELEASED; urgency=medium
 
   [ Michael Biebl ]
   * Remove Mario Lang <mlang at debian.org> from pkg-gnome.team.
@@ -9,6 +9,7 @@
 
   [ Loïc Minier ]
   * Bump Standards-Version to 4.0.0.
+  * lp-get-source: use https instead of http; closes: #764948.
   * Drop myself and my clones from team; but I'll still help out here
     and there, you wont get rid of me that easily! ;-)
 




More information about the pkg-gnome-commits mailing list