[pkg-fso-commits] [files] 01/01: Use https instead of http in documentation and comments.

Paul Wise pabs at moszumanska.debian.org
Wed Aug 6 13:17:32 UTC 2014


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

pabs pushed a commit to branch master
in repository files.

commit 486f7912ad93ab8729b34f6b7e49fffe048aaac7
Author: Paul Wise <pabs at debian.org>
Date:   Wed Aug 6 21:17:04 2014 +0800

    Use https instead of http in documentation and comments.
---
 install.sh  | 16 ++++++++--------
 pkgdeps.txt |  4 ++--
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/install.sh b/install.sh
index e6afb47..478d659 100755
--- a/install.sh
+++ b/install.sh
@@ -111,7 +111,7 @@ DEBIAN_EXTRA_PACKAGES=ifupdown,dropbear,udev,procps,netbase,vim-tiny,module-init
 # freesmartphone.org packages
 # because of some apt-get bug, console-setup must be listed
 # before any other X.Org package, for more information see
-# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435662#45
+# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=435662#45
 FSO_PACKAGES="matchbox-window-manager fso-frameworkd openmoko-panel-plugin dbus-x11 $TRAYER fso-utils mtd-utils \
 console-setup xserver-xorg-core xorg omhacks xserver-xorg-video-glamo xserver-xorg-input-tslib xterm xinit xfonts-base x11-xserver-utils"
 
@@ -514,7 +514,7 @@ AUTHORS
 	License either version 2, or (at your option) any later version.
 
 SEE ALSO
-	This project's homepage: http://wiki.debian.org/DebianOnFreeRunner
+	This project's homepage: https://wiki.debian.org/DebianOnFreeRunner
 	The OpenMoko project: http://www.openmoko.org
 
 __END__
@@ -525,7 +525,7 @@ __END__
 
 
 vfat_check () {
-# /boot on vfat is no more supported (http://bugs.debian.org/315493)
+# /boot on vfat is no more supported (https://bugs.debian.org/315493)
 # http://lists.linuxtogo.org/pipermail/smartphones-userland/2008-November/000502.html
 	if [ "$SD_PART1_FS" = "vfat" ]; then
 		cat <<__END__
@@ -538,7 +538,7 @@ POSIX-compliant filesystem.
 
 Because dpkg, the Debian package manager, does not support non-POSIX
 filesystems, the Debian kernel package can not be installed.  More
-information are available at http://bugs.debian.org/315493.
+information are available at https://bugs.debian.org/315493.
 
 Press any key within 5 seconds to quit
 __END__
@@ -950,7 +950,7 @@ action_debian () {
 	if ! wget $intern_bootstrapper_package -O "$internal_localpackagename"; then
 		echo <<EOWGETFAILURE
 E: Could not download debian bootstrap tool '$BOOTSTRAPPER'. Check
-   with page http://packages.debian.org/sid/$BOOTSTRAPPER if the
+   with page https://packages.debian.org/sid/$BOOTSTRAPPER if the
    version shown is the same as in
    $intern_bootstrapper_package .
 EOWGETFAILURE
@@ -1387,8 +1387,8 @@ __END__
 	done
 
 	# empty passwords now require modification to PAM
-	# http://lists.alioth.debian.org/pipermail/pkg-fso-maint/2009-May/001225.html
-	# http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525153
+	# https://lists.alioth.debian.org/pipermail/pkg-fso-maint/2009-May/001225.html
+	# https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525153
 	echo " * Setting root password to '$ROOT_PASSWORD'"
 	echo "root:$ROOT_PASSWORD" | chroot "$INST_DIR" chpasswd
 
@@ -1530,7 +1530,7 @@ EOF
 				echo "W: when using $SD_PART1_FS as filesystem for the first microSD card"
 				echo "   partition, you should manually install the kernel, since dpkg"
 				echo "   does not support non-POSIX filesystems:"
-				echo "     http://bugs.debian.org/bug=315493"
+				echo "     https://bugs.debian.org/bug=315493"
 				echo
 				echo "   The fix is to cp or mv the files manually. Just have everything"
 				echo "   on regular extX partitions when running the installation, i.e."
diff --git a/pkgdeps.txt b/pkgdeps.txt
index 8b868e9..f2e05e2 100644
--- a/pkgdeps.txt
+++ b/pkgdeps.txt
@@ -17,9 +17,9 @@ label: Graph of FSO team end-user packages in Debian\l
  * Only packages officially in Debian Sid (with a few exceptions)\l
  * Dotted grey: not yet in Debian Sid\l
  * Brown: Deprecated packages\l
-Source: http://git.debian.org/?p=pkg-fso/files.git\;a=blob\;f=pkgdeps.txt\l;
+Source: https://anonscm.debian.org/cgit/pkg-fso/files.git/plain/pkgdeps.txt\l;
 autolink: name;
-linkbase: http://packages.debian.org/sid/
+linkbase: https://packages.debian.org/sid/
 #labelpos: bottom;
 #flow: up
 }

-- 
Alioth's hooks/post-receive on /srv/git.debian.org/git/pkg-fso/files.git



More information about the pkg-fso-commits mailing list