xorg-server: Changes to 'debian-unstable'
debian/changelog | 1 +
debian/control | 16 ++++++++--------
debian/local/xvfb-run.1 | 2 +-
debian/rules | 2 +-
debian/watch | 2 +-
debian/xserver-xorg-legacy.config | 2 +-
debian/xserver-xorg-legacy.postinst | 2 +-
debian/xserver-xorg-legacy.postrm | 2 +-
8 files changed, 15 insertions(+), 14 deletions(-)
New commits:
commit 492bb4f68990f138e445994545689d7b5cfc4ec6
Author: Julien Cristau <jcristau@debian.org>
Date: Sun Aug 21 18:51:42 2016 +0200
Update a bunch of URLs in packaging to https.
diff --git a/debian/changelog b/debian/changelog
index f797919..5b2916b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ xorg-server (2:1.18.4-2) UNRELEASED; urgency=medium
* Adjust bug script to look for log files in $HOME/.local/share/xorg in
addition to /var/log, to handle unprivileged Xorg.
+ * Update a bunch of URLs in packaging to https.
-- Julien Cristau <jcristau@debian.org> Tue, 02 Aug 2016 10:30:00 +0200
diff --git a/debian/control b/debian/control
index cce4d7a..d1f74d9 100644
--- a/debian/control
+++ b/debian/control
@@ -103,7 +103,7 @@ Build-Depends:
Standards-Version: 3.9.6
Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/xserver/xorg-server.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/xserver/xorg-server.git
-Homepage: http://www.x.org/
+Homepage: https://www.x.org/
Package: xserver-xorg-core
Architecture: any
@@ -168,7 +168,7 @@ Description: Xorg X server - core server
and supersedes all XFree86 X servers.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
@@ -229,7 +229,7 @@ Description: Xorg X server - development files
xserver-xorg and/or xserver-xorg-core instead.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
@@ -250,7 +250,7 @@ Description: distributed multihead X server
line), the clients see a single large screen.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
@@ -265,7 +265,7 @@ Description: Distributed Multihead X tools
the Xdmx server; see the xdmx package for more information.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
@@ -286,7 +286,7 @@ Description: Nested X server
Use of the Xephyr X server instead of Xnest is recommended.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
@@ -316,7 +316,7 @@ Description: Virtual Framebuffer 'fake' X server
program.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
@@ -335,7 +335,7 @@ Description: nested X server
composite.
.
More information about X.Org can be found at:
- <URL:http://www.X.org>
+ <URL:https://www.x.org>
.
This package is built from the X.org xserver module.
diff --git a/debian/local/xvfb-run.1 b/debian/local/xvfb-run.1
index 4b0353e..e55ed9c 100644
--- a/debian/local/xvfb-run.1
+++ b/debian/local/xvfb-run.1
@@ -259,7 +259,7 @@ their own, so they will have to be killed before
will exit.
.SH BUGS
See
-.URL "http://bugs.debian.org/xvfb" "the Debian Bug Tracking System" .
+.URL "https://bugs.debian.org/xvfb" "the Debian Bug Tracking System" .
If you wish to report a bug in
.BR xvfb\-run ,
please use the
diff --git a/debian/rules b/debian/rules
index 9013e08..3f76e07 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,7 +107,7 @@ endif
INSTALL=/usr/bin/install
VENDOR = $(shell lsb_release -i -s)
-SUPPORT = http://www.debian.org/support
+SUPPORT = https://www.debian.org/support
SOURCE_NAME := xorg-server
SOURCE_VERSION := $(shell dpkg-parsechangelog | awk -F': ' '/^Version: / {print $$2}')
diff --git a/debian/watch b/debian/watch
index 89a574f..71765a5 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
#git=git://anongit.freedesktop.org/xorg/xserver
version=3
opts="pgpsigurlmangle=s/$/.sig/" \
-http://xorg.freedesktop.org/releases/individual/xserver/ xorg-server-(.*)\.tar\.gz
+https://xorg.freedesktop.orgreleases/individual/xserver/ xorg-server-(.*)\.tar\.gz
diff --git a/debian/xserver-xorg-legacy.config b/debian/xserver-xorg-legacy.config
index 1663881..902d588 100644
--- a/debian/xserver-xorg-legacy.config
+++ b/debian/xserver-xorg-legacy.config
@@ -2,7 +2,7 @@
# Debian x11-common package configuration script
# Copyright 2000--2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2. See the file
-# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
+# /usr/share/common-licenses/GPL or <https://www.gnu.org/copyleft/gpl.txt>.
set -e
diff --git a/debian/xserver-xorg-legacy.postinst b/debian/xserver-xorg-legacy.postinst
index 51b18ab..4e399ee 100644
--- a/debian/xserver-xorg-legacy.postinst
+++ b/debian/xserver-xorg-legacy.postinst
@@ -2,7 +2,7 @@
# Debian xserver-xorg-legacy package post-installation script
# Copyright 1998--2001, 2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2. See the file
-# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
+# /usr/share/common-licenses/GPL or <https://www.gnu.org/copyleft/gpl.txt>.
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.
set -e
diff --git a/debian/xserver-xorg-legacy.postrm b/debian/xserver-xorg-legacy.postrm
index 8388ff4..3f2b900 100644
--- a/debian/xserver-xorg-legacy.postrm
+++ b/debian/xserver-xorg-legacy.postrm
@@ -2,7 +2,7 @@
# Debian xserver-xorg-legacy package post-removal script
# Copyright 1998--2001, 2003 Branden Robinson.
# Licensed under the GNU General Public License, version 2. See the file
-# /usr/share/common-licenses/GPL or <http://www.gnu.org/copyleft/gpl.txt>.
+# /usr/share/common-licenses/GPL or <https://www.gnu.org/copyleft/gpl.txt>.
# Acknowlegements to Stephen Early, Mark Eichin, and Manoj Srivastava.
Reply to: