replace http URLs with https
This commit is contained in:
@@ -30,7 +30,7 @@ Prerequisites
|
||||
- Imlib2 shared library and development headers. On a Debian or Ubuntu system
|
||||
they are provided by the packages libimlib2 and libimlib2-dev.
|
||||
On Mac OS X you can use 'brew' to install Imlib2: brew install imlib2
|
||||
(see http://mxcl.github.com/homebrew/)
|
||||
(see https://mxcl.github.com/homebrew/)
|
||||
- imlib2-config (part of libimlib2-dev on Debian or Ubuntu)
|
||||
- Build tools, e.g. build-essential on a Debian (or Ubuntu) system.
|
||||
- To build a .deb package, you probably need the debhelper package.
|
||||
@@ -87,7 +87,7 @@ the comment sign in front of the minimal CFLAGS definition in the Makefile.
|
||||
Website
|
||||
-------
|
||||
You can get the current ssocr version from the official ssocr website:
|
||||
http://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
|
||||
Third Party Packages
|
||||
--------------------
|
||||
|
||||
@@ -17,7 +17,7 @@ you can read it using "make ssocr.1 && man ./ssocr.1" (without the
|
||||
quotes).
|
||||
|
||||
You can get the current ssocr version from the official ssocr website:
|
||||
http://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
(Links to ssocr should point to the official website, not to a convenience
|
||||
copy of the development repository, e.g. on GitHub.)
|
||||
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ Priority: optional
|
||||
Maintainer: Erik Auerswald <auerswal@unix-ag.uni-kl.de>
|
||||
Build-Depends: debhelper (>= 7), libimlib2-dev, libfreetype6-dev, zlib1g-dev, libx11-dev, libxext-dev
|
||||
Standards-Version: 3.8.1
|
||||
Homepage: http://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
Homepage: https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
|
||||
Package: ssocr
|
||||
Architecture: any
|
||||
|
||||
+1
-1
@@ -4,7 +4,7 @@ This package was debianized by:
|
||||
|
||||
It was downloaded from:
|
||||
|
||||
http://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
|
||||
Upstream Author(s):
|
||||
|
||||
|
||||
+2
-2
@@ -457,7 +457,7 @@ images.
|
||||
was written by Erik Auerswald <auerswal@unix-ag.uni-kl.de>.
|
||||
.SH COPYRIGHT
|
||||
Copyright \(co @CRYEARS@ Erik Auerswald.
|
||||
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
|
||||
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
|
||||
.br
|
||||
This is free software: you are free to change and redistribute it.
|
||||
There is NO WARRANTY, to the extent permitted by law.
|
||||
@@ -465,4 +465,4 @@ There is NO WARRANTY, to the extent permitted by law.
|
||||
.BR netpbm (1),
|
||||
.BR ImageMagick (1),
|
||||
.P
|
||||
http://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
https://www.unix-ag.uni-kl.de/~auerswal/ssocr/
|
||||
|
||||
Reference in New Issue
Block a user