diff --git a/AUTHORS b/AUTHORS
index c23bccdc..788296af 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -53,6 +53,6 @@ Thank you!
sources.debian.net
------------------
-The instance of Debsources available at http://sources.debian.net (indexing the
-main Debian archive) is currently hosted at [IRILL](http://www.irill.org/) who
+The instance of Debsources available at https://sources.debian.net (indexing the
+main Debian archive) is currently hosted at [IRILL](https://www.irill.org/) who
has kindly offered server, bandwidth, and physical space for it. Thanks!
diff --git a/COPYING b/COPYING
index dba13ed2..be3f7b28 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
GNU AFFERO GENERAL PUBLIC LICENSE
Version 3, 19 November 2007
- Copyright (C) 2007 Free Software Foundation, Inc.
+ Copyright (C) 2007 Free Software Foundation, Inc.
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
@@ -643,7 +643,7 @@ the "copyright" line and a pointer to where the full notice is found.
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
- along with this program. If not, see .
+ along with this program. If not, see .
Also add information on how to contact you by electronic and paper mail.
@@ -658,4 +658,4 @@ specific requirements.
You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU AGPL, see
-.
+.
diff --git a/HACKING b/HACKING
index c07ab286..7460dfe5 100644
--- a/HACKING
+++ b/HACKING
@@ -36,7 +36,7 @@ Local Debsources deployment
where debsources is the DB name. The last parameter must be a valid
SQLAlchemy database URL; see
- http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls for
+ https://sqlalchemy.readthedocs.org/en/latest/core/engines.html#database-urls for
details on how to connect to remote databases.
- $ cp doc/examples/sample-config.local.ini etc/config.local.ini
@@ -85,7 +85,7 @@ All new Debsources code should be [PEP8][1] compliant and pass [pyflakes][2]
validation. Before submitting patches, please make sure that the lines of code
they touch conform to such requirements.
-[1]: http://legacy.python.org/dev/peps/pep-0008/
+[1]: https://www.python.org/dev/peps/pep-0008/
[2]: https://pypi.python.org/pypi/pyflakes
If you develop on Debian(-based distros), a good way to check that this is the
diff --git a/README b/README
index fcaf5596..80fb9656 100644
--- a/README
+++ b/README
@@ -25,8 +25,8 @@ Development
well (short URL: )
[1]: http://git-scm.com/
-[2]: http://anonscm.debian.org/gitweb/?p=qa/debsources.git
-[4]: http://lists.debian.org/debian-qa/
+[2]: https://anonscm.debian.org/gitweb/?p=qa/debsources.git
+[4]: https://lists.debian.org/debian-qa/
[5]: http://www.oftc.net/
[6]: https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qa.debian.org;tag=debsources
[7]: https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=qa.debian.org;include=subject:debsources;users=debian-qa@lists.debian.org;tag=gift
diff --git a/bin/debsources-backup-db b/bin/debsources-backup-db
index 6bc4b972..b0dcc9d2 100755
--- a/bin/debsources-backup-db
+++ b/bin/debsources-backup-db
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
conffile=`python -c 'from debsources import mainlib; print(mainlib.guess_conffile())'`
if [ $? -ne 0 ]
diff --git a/bin/debsources-dbadmin b/bin/debsources-dbadmin
index bc732f9c..c61681a7 100755
--- a/bin/debsources-dbadmin
+++ b/bin/debsources-dbadmin
@@ -16,7 +16,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
import argparse
import time
diff --git a/bin/debsources-debian-source-archive b/bin/debsources-debian-source-archive
index 23ebd8b3..506bdc78 100755
--- a/bin/debsources-debian-source-archive
+++ b/bin/debsources-debian-source-archive
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
# Depends: rsync
diff --git a/bin/debsources-debian-source-mirror b/bin/debsources-debian-source-mirror
index cdecc3b2..1a069f18 100755
--- a/bin/debsources-debian-source-mirror
+++ b/bin/debsources-debian-source-mirror
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
# Depends: debmirror
diff --git a/bin/debsources-foreach b/bin/debsources-foreach
index fc3e1038..ea6a3c0e 100755
--- a/bin/debsources-foreach
+++ b/bin/debsources-foreach
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
# Iterate a given command in each unpacked source package dir
#
diff --git a/bin/debsources-fsck b/bin/debsources-fsck
index 9f18a040..cb10de1e 100755
--- a/bin/debsources-fsck
+++ b/bin/debsources-fsck
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
# Check for DB/FS inconsistencies
diff --git a/bin/debsources-main b/bin/debsources-main
index ceb9f529..04d95109 100755
--- a/bin/debsources-main
+++ b/bin/debsources-main
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
# Driver for update runs, both synchronous (e.g. cmdline) and asynchronous
# (e.g. cron and pushes)
diff --git a/bin/debsources-sloccount b/bin/debsources-sloccount
index ed0645ba..9d8de6b7 100755
--- a/bin/debsources-sloccount
+++ b/bin/debsources-sloccount
@@ -16,7 +16,7 @@ use strict;
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
my %locs; # global mapping: lang -> lines of code
diff --git a/bin/debsources-suite-archive b/bin/debsources-suite-archive
index 39edd3cf..e2547611 100755
--- a/bin/debsources-suite-archive
+++ b/bin/debsources-suite-archive
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
import argparse
import logging
diff --git a/bin/debsources-update b/bin/debsources-update
index c71f89b2..f1ff9c0c 100755
--- a/bin/debsources-update
+++ b/bin/debsources-update
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
import argparse
import logging
diff --git a/bin/lib.sh b/bin/lib.sh
index 1465b064..a235d9a0 100644
--- a/bin/lib.sh
+++ b/bin/lib.sh
@@ -13,7 +13,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
verbose="1"
diff --git a/contrib/git-pre-commit b/contrib/git-pre-commit
index e381b85b..714c7b75 100755
--- a/contrib/git-pre-commit
+++ b/contrib/git-pre-commit
@@ -15,7 +15,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
# Depends: python-flake8
diff --git a/debsources/app/app_factory.py b/debsources/app/app_factory.py
index 75598051..c2c298fa 100644
--- a/debsources/app/app_factory.py
+++ b/debsources/app/app_factory.py
@@ -13,7 +13,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
import logging
from logging import Formatter, FileHandler, StreamHandler
diff --git a/debsources/app/extract_stats.py b/debsources/app/extract_stats.py
index 6a9fb606..c2740dd5 100644
--- a/debsources/app/extract_stats.py
+++ b/debsources/app/extract_stats.py
@@ -13,7 +13,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
from debsources import statistics
diff --git a/debsources/app/forms.py b/debsources/app/forms.py
index 99aaccc2..2580a203 100644
--- a/debsources/app/forms.py
+++ b/debsources/app/forms.py
@@ -13,7 +13,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
from wtforms import TextField
diff --git a/debsources/app/infobox.py b/debsources/app/infobox.py
index 3a206515..cde57c5b 100644
--- a/debsources/app/infobox.py
+++ b/debsources/app/infobox.py
@@ -13,10 +13,10 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
-PTS_PREFIX = "http://tracker.debian.org/pkg/"
+PTS_PREFIX = "https://tracker.debian.org/pkg/"
# move this to configuration file?
# it would add a dependence layer with app.config
diff --git a/debsources/app/sourcecode.py b/debsources/app/sourcecode.py
index 32debd28..6c9e063d 100644
--- a/debsources/app/sourcecode.py
+++ b/debsources/app/sourcecode.py
@@ -13,7 +13,7 @@
# details.
#
# You should have received a copy of the GNU Affero General Public License
-# along with this program. If not, see .
+# along with this program. If not, see .
from debsources.filetype import get_highlightjs_language
diff --git a/debsources/app/static/css/debian.css b/debsources/app/static/css/debian.css
index 05a6a277..b89dfc7a 100644
--- a/debsources/app/static/css/debian.css
+++ b/debsources/app/static/css/debian.css
@@ -1,5 +1,5 @@
/*
- http://www.debian.org Stylesheet
+ https://www.debian.org Stylesheet
Copyright 2011 Kalle Söderman
@@ -15,7 +15,7 @@
this program; if not, write to the Free Software Foundation, Inc., 51 Franklin
Street, Fifth Floor, Boston, MA 02110-1301 USA.
- The license text can also be found at http://www.gnu.org/copyleft/gpl.html and
+ The license text can also be found at https://www.gnu.org/copyleft/gpl.html and
/usr/share/common-licenses/GPL-2 on Debian.
*/
@@ -425,7 +425,7 @@ pre {
}
tt, code {
font-family: monospace;
- /* see http://lists.debian.org/debian-www/2011/08/msg00181.html */
+ /* see https://lists.debian.org/debian-www/2011/08/msg00181.html */
/* white-space: pre; */
color: black;
}
diff --git a/debsources/app/static/javascript/debsources.js b/debsources/app/static/javascript/debsources.js
index 46bc41a5..6c8d2ee4 100644
--- a/debsources/app/static/javascript/debsources.js
+++ b/debsources/app/static/javascript/debsources.js
@@ -13,7 +13,7 @@
* for more details.
*
* You should have received a copy of the GNU Affero General Public License
- * along with this program. If not, see .
+ * along with this program. If not, see .
*/
/*
diff --git a/debsources/app/templates/about.html b/debsources/app/templates/about.html
index 0e77b496..d96bd591 100644
--- a/debsources/app/templates/about.html
+++ b/debsources/app/templates/about.html
@@ -24,7 +24,7 @@ Development
please report bugs to
- the Debian
+ the Debian
Bug Tracking System (short
URL: http://deb.li/debsrcbugs),
against the
@@ -36,13 +36,13 @@ Development
for discussions about Debsources please contact the
- debian-qa mailing list or
+ debian-qa mailing list or
the #debian-qa
IRC channel
on OFTC
opportunities for new contributors (AKA easy hacks)
- are available
+ are available
as well (short URL:
http://deb.li/debsrceasy)
@@ -54,9 +54,9 @@ Acknowledgements
- all Debsources
- contributors
+ contributors
for their work
- ![]()
for sponsoring the initial development of Debsources, and offering both
server and hosting facilities that power
diff --git a/debsources/app/templates/advanced_search.html b/debsources/app/templates/advanced_search.html
index 4883c649..a8fec3e0 100644
--- a/debsources/app/templates/advanced_search.html
+++ b/debsources/app/templates/advanced_search.html
@@ -78,9 +78,9 @@ Code search
search all available source code for occurrences of
specific features (regex matches, identifiers, etc.)
-
+