[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[glibc-doc-reference] 03/05: debian/rules: prefer https links.



This is an automated email from the git hooks/post-receive script.

aurel32 pushed a commit to branch sid
in repository glibc-doc-reference.

commit 55b0cb778e94a85382658cc3b8b4641fc8d2ed46
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Sun Jan 7 23:02:40 2018 +0100

    debian/rules: prefer https links.
---
 debian/changelog | 1 +
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 10ad34c..21d25c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ glibc-doc-reference (2.26-1) UNRELEASED; urgency=medium
   * New upstream version:
     - Refresh 03-SC_SSIZE_MAX.diff and 04-finite.diff.
   * Build-depends on texlive-binaries instead of texlive-base-bin.
+  * debian/rules: prefer https links.
 
  -- Aurelien Jarno <aurel32@debian.org>  Sun, 07 Jan 2018 23:00:17 +0100
 
diff --git a/debian/rules b/debian/rules
index cd8cea4..4cfb23d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 DEB_VERSION = $(shell dpkg-parsechangelog | awk '/^Version/ {print $$2}')
 UPSTREAM_VERSION = $(shell echo $(DEB_VERSION) | sed 's/-.*//')
-GLIBC_GIT = git://sourceware.org/git/glibc.git
+GLIBC_GIT = https://sourceware.org/git/glibc.git
 GLIBC_TAG = glibc-$(UPSTREAM_VERSION)
 DEB_DIR = glibc-doc-reference-$(UPSTREAM_VERSION)
 DEB_ORIG = ../glibc-doc-reference_$(UPSTREAM_VERSION).orig.tar.xz
@@ -16,7 +16,7 @@ override_dh_auto_build-indep:
 	echo "AWK = gawk"                                                    >> $(CURDIR)/build/config.make
 	echo "PERL = perl"                                                   >> $(CURDIR)/build/config.make
 	echo "PKGVERSION_TEXI = (Debian glibc-doc-reference $(DEB_VERSION))" >> $(CURDIR)/build/config.make
-	echo "REPORT_BUGS_TEXI = @uref{http://www.debian.org/Bugs/}";         >> $(CURDIR)/build/config.make
+	echo "REPORT_BUGS_TEXI = @uref{https://www.debian.org/Bugs/}";        >> $(CURDIR)/build/config.make
 	$(MAKE) -C manual objdir=$(CURDIR)/build info html pdf
 
 override_dh_auto_clean:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-glibc/glibc-doc-reference.git


Reply to: