debian/NEWS | 2 +- debian/changelog | 8 ++++++++ debian/control | 4 ++-- debian/copyright | 2 +- debian/watch | 2 +- debian/xdm.config.in | 2 +- debian/xdm.postinst.in | 2 +- debian/xdm.postrm.in | 2 +- debian/xdm.preinst.in | 2 +- debian/xdm.prerm.in | 2 +- 10 files changed, 18 insertions(+), 10 deletions(-)
New commits: commit 289f0764337bfcfd630e28ce15eff4f2f8653f54 Author: Julien Cristau <[email protected]> Date: Sun Aug 21 18:27:16 2016 +0200 Switch wiki.debian.org, www.gnu.org and xorg.freedesktop.org URLs in packaging to https. diff --git a/debian/NEWS b/debian/NEWS index 54fef16..674055a 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -21,6 +21,6 @@ xdm (1:1.1.6-4) unstable; urgency=low section of your /etc/X11/xorg.conf to force another DPI. If you have multiple RandR 1.2 outputs, DisplaySize should be specified in each Monitor section. - See http://wiki.debian.org/XStrikeForce/HowToRandR12 + See https://wiki.debian.org/XStrikeForce/HowToRandR12 -- Brice Goglin <[email protected]> Thu, 17 Jan 2008 20:50:28 +0100 diff --git a/debian/changelog b/debian/changelog index 96a2b06..653d58a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ xdm (1:1.1.11-4) UNRELEASED; urgency=medium * Update Vcs-* control fields to use https. + * Switch wiki.debian.org, www.gnu.org and xorg.freedesktop.org URLs in + packaging to https. -- Julien Cristau <[email protected]> Sun, 21 Aug 2016 18:24:30 +0200 diff --git a/debian/copyright b/debian/copyright index 5f8d6fc..d21478d 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ This package was downloaded from -http://xorg.freedesktop.org/releases/individual/app/ +https://xorg.freedesktop.org/releases/individual/app/ Copyright 1988, 1989, 1990, 1991, 1994, 1998 The Open Group diff --git a/debian/watch b/debian/watch index b7bf502..83b2d91 100644 --- a/debian/watch +++ b/debian/watch @@ -1,3 +1,3 @@ #git=git://anongit.freedesktop.org/xorg/app/xdm version=3 -http://xorg.freedesktop.org/releases/individual/app/ xdm-(.*)\.tar\.gz +https://xorg.freedesktop.orgreleases/individual/app/ xdm-(.*)\.tar\.gz diff --git a/debian/xdm.config.in b/debian/xdm.config.in index dd200b8..9e64ecf 100644 --- a/debian/xdm.config.in +++ b/debian/xdm.config.in @@ -2,7 +2,7 @@ # Debian xdm 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/xdm.postinst.in b/debian/xdm.postinst.in index 1a465e4..15125de 100644 --- a/debian/xdm.postinst.in +++ b/debian/xdm.postinst.in @@ -2,7 +2,7 @@ # Debian xdm package post-installation script # Copyright 1998-2001, 2003, 2004 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>. # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava. set -e diff --git a/debian/xdm.postrm.in b/debian/xdm.postrm.in index ab440d1..69f9646 100644 --- a/debian/xdm.postrm.in +++ b/debian/xdm.postrm.in @@ -2,7 +2,7 @@ # Debian xdm package post-removal script # Copyright 1998-2000, 2003, 2004 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>. # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava. set -e diff --git a/debian/xdm.preinst.in b/debian/xdm.preinst.in index a227235..78ec3bc 100644 --- a/debian/xdm.preinst.in +++ b/debian/xdm.preinst.in @@ -2,7 +2,7 @@ # Debian xdm package pre-installation script # Copyright 1998-2001, 2003, 2004 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>. # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava. set -e diff --git a/debian/xdm.prerm.in b/debian/xdm.prerm.in index 866dce6..fb0b332 100644 --- a/debian/xdm.prerm.in +++ b/debian/xdm.prerm.in @@ -2,7 +2,7 @@ # Debian xdm package pre-removal script # Copyright 1998-2004 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>. # Acknowledgements to Stephen Early, Mark Eichin, and Manoj Srivastava. set -e commit 9c44f074af6b50f806235ef7d354a0e653bce023 Author: Julien Cristau <[email protected]> Date: Sun Aug 21 18:26:13 2016 +0200 Update Vcs-* control fields to use https diff --git a/debian/changelog b/debian/changelog index b1d01f9..96a2b06 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xdm (1:1.1.11-4) UNRELEASED; urgency=medium + + * Update Vcs-* control fields to use https. + + -- Julien Cristau <[email protected]> Sun, 21 Aug 2016 18:24:30 +0200 + xdm (1:1.1.11-3) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index 4886b7d..223fe44 100644 --- a/debian/control +++ b/debian/control @@ -20,8 +20,8 @@ Build-Depends: libtool, xutils-dev, Standards-Version: 3.9.6 -Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/xdm -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/app/xdm.git +Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/app/xdm.git +Vcs-Browser: https://anonscm.debian.org/git/pkg-xorg/app/xdm.git Package: xdm Architecture: any

