[Piuparts-commits] [piuparts] 01/01: Switch all links to bugs.debian.org to https.

Holger Levsen holger at moszumanska.debian.org
Mon Jul 14 10:55:09 UTC 2014


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

holger pushed a commit to branch develop
in repository piuparts.

commit 4b024a7168a88cd5e2149919ac3e2c0b261ae0af
Author: Holger Levsen <holger at layer-acht.org>
Date:   Mon Jul 14 12:53:57 2014 +0200

    Switch all links to bugs.debian.org to https.
---
 ...ommand_deluser_adduser_in_postrm_not_found.mail |  2 +-
 bug-templates/leaves_alternatives_after_purge.mail |  2 +-
 .../scripts/post_distupgrade_hack_debsums          |  2 +-
 custom-scripts/scripts/pre_install_exceptions      |  2 +-
 debian/changelog                                   |  1 +
 htdocs/index.tpl                                   | 30 +++++++++++-----------
 instances/piuparts.conf.goldwasser                 |  2 +-
 instances/piuparts.conf.pejacevic                  |  2 +-
 known_problems/db_setup_error.conf                 |  2 +-
 known_problems/db_setup_issue.conf                 |  2 +-
 .../logrotate_error_after_removal_error.conf       |  2 +-
 known_problems/owned_files_after_purge_error.conf  |  2 +-
 known_problems/owned_files_after_purge_issue.conf  |  2 +-
 .../owned_files_by_many_packages_error.conf        |  4 +--
 .../unowned_files_after_purge_error.conf           |  2 +-
 .../unowned_files_after_purge_issue.conf           |  2 +-
 piuparts-analyze.py                                |  4 +--
 piuparts-report.py                                 | 10 ++++----
 18 files changed, 38 insertions(+), 37 deletions(-)

diff --git a/bug-templates/fails_to_purge_-_command_deluser_adduser_in_postrm_not_found.mail b/bug-templates/fails_to_purge_-_command_deluser_adduser_in_postrm_not_found.mail
index f52f61a..25b6dd8 100644
--- a/bug-templates/fails_to_purge_-_command_deluser_adduser_in_postrm_not_found.mail
+++ b/bug-templates/fails_to_purge_-_command_deluser_adduser_in_postrm_not_found.mail
@@ -20,7 +20,7 @@ userdel from the passwd package (priority required) should fix this
 problem.
 
 There is ongoing discussion how to handle system users on package
-removal, see http://bugs.debian.org/621833
+removal, see https://bugs.debian.org/621833
 Consensus seems to be not to remove system users (to avoid reusing UIDs
 which could grant access to the wrong files) but to "lock" them (where
 "locking"/"unlocking" is not yet precisely defined). Until that has
diff --git a/bug-templates/leaves_alternatives_after_purge.mail b/bug-templates/leaves_alternatives_after_purge.mail
index bfa0824..0edd092 100644
--- a/bug-templates/leaves_alternatives_after_purge.mail
+++ b/bug-templates/leaves_alternatives_after_purge.mail
@@ -18,7 +18,7 @@ The leftover files are actually alternatives that were installed by the
 package but have not been properly removed.
 
 While there is ongoing discussion how to remove alternatives correctly
-(see http://bugs.debian.org/71621 for details) the following strategy
+(see https://bugs.debian.org/71621 for details) the following strategy
 should work for regular cases:
 * 'postinst configure' always installs the alternative
 * 'prerm remove' removes the alternative
diff --git a/custom-scripts/scripts/post_distupgrade_hack_debsums b/custom-scripts/scripts/post_distupgrade_hack_debsums
index 63d584b..1638c47 100755
--- a/custom-scripts/scripts/post_distupgrade_hack_debsums
+++ b/custom-scripts/scripts/post_distupgrade_hack_debsums
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
 
-# http://bugs.debian.org/687611
+# https://bugs.debian.org/687611
 if [ -f /usr/share/keyrings/debian-archive-removed-keys.gpg~ ]; then
 	echo "FIXING /usr/share/keyrings/debian-archive-removed-keys.gpg~"
 	mv -v /usr/share/keyrings/debian-archive-removed-keys.gpg~ /usr/share/keyrings/debian-archive-removed-keys.gpg
diff --git a/custom-scripts/scripts/pre_install_exceptions b/custom-scripts/scripts/pre_install_exceptions
index c790b33..fd5b0b9 100755
--- a/custom-scripts/scripts/pre_install_exceptions
+++ b/custom-scripts/scripts/pre_install_exceptions
@@ -66,7 +66,7 @@ case ${PIUPARTS_OBJECTS%%=*} in
 					[ "$PIUPARTS_DISTRIBUTION" = "squeeze-backports" ] || \
 					[ "$PIUPARTS_DISTRIBUTION" = "lenny" ] )
 				then
-					# work around lvm2 bug http://bugs.debian.org/603036 which is squeeze-ignore
+					# work around lvm2 bug https://bugs.debian.org/603036 which is squeeze-ignore
 					log_debug
 					apt-get -y install udev
 				fi
diff --git a/debian/changelog b/debian/changelog
index d1032c0..1588288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -35,6 +35,7 @@ piuparts (0.59) UNRELEASED; urgency=low
     (Closes: #709348)
   * Update various custom-scripts (usually to workaround problems in other
     packages).
+  * Switch all links to bugs.debian.org to https.
 
   [ David Steele ]
   * dependencyparser.py - Be more lenient about the multi-arch modifiers
diff --git a/htdocs/index.tpl b/htdocs/index.tpl
index 58e4320..e930b85 100644
--- a/htdocs/index.tpl
+++ b/htdocs/index.tpl
@@ -73,7 +73,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2014-05-30</b> Results from debsums on wheezy2jessie and wheezy2bpo2jessie are not being ignored anymore as <a href="http://bugs.debian.org/744398" target="_blank">#744398</a> has been fixed.
+      <b>2014-05-30</b> Results from debsums on wheezy2jessie and wheezy2bpo2jessie are not being ignored anymore as <a href="https://bugs.debian.org/744398" target="_blank">#744398</a> has been fixed.
      </td>
     </tr>
     <tr class="normalrow">
@@ -88,7 +88,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2014-05-11</b> Temporarily ignore debsums results for wheezy2jessie and wheezy2bpo2jessie due to <a href="http://bugs.debian.org/744398" target="_blank">#744398</a>.
+      <b>2014-05-11</b> Temporarily ignore debsums results for wheezy2jessie and wheezy2bpo2jessie due to <a href="https://bugs.debian.org/744398" target="_blank">#744398</a>.
      </td>
     </tr>
     <tr class="normalrow">
@@ -98,7 +98,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2013-07-16</b> To better track bugs in piuparts.debian.org and piuparts itself, a new pseudo-package was created in the BTS: <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=piuparts.debian.org" target="_blank">piuparts.debian.org</a>, which will be used for tracking all issues with the piuparts.debian.org service.
+      <b>2013-07-16</b> To better track bugs in piuparts.debian.org and piuparts itself, a new pseudo-package was created in the BTS: <a href="https://bugs.debian.org/cgi-bin/pkgreport.cgi?src=piuparts.debian.org" target="_blank">piuparts.debian.org</a>, which will be used for tracking all issues with the piuparts.debian.org service.
      </td>
     </tr>
     <tr class="normalrow">
@@ -118,7 +118,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2013-05-22</b> The webpages served by <a href="https://piuparts.debian.org">https://piuparts.debian.org</a> are updated twice a day now. Further changes which were applied last week: debsums failures have been reenabled, adequate is now run by piuparts (see <a href="http://bugs.debian.org/703902" target="_blank">#703902</a>) and two new suites were added: <em>experimental</em> and <em>sid-nodoc</em>, which tests sid without files in /usr/share/doc/<package>.
+      <b>2013-05-22</b> The webpages served by <a href="https://piuparts.debian.org">https://piuparts.debian.org</a> are updated twice a day now. Further changes which were applied last week: debsums failures have been reenabled, adequate is now run by piuparts (see <a href="https://bugs.debian.org/703902" target="_blank">#703902</a>) and two new suites were added: <em>experimental</em> and <em>sid-nodoc</em>, which tests sid without files in /usr/share/doc/<package>.
      </td>
     </tr>
     <tr class="normalrow">
@@ -246,7 +246,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2010-11-28</b>: debconf-english is the seventh package getting special treatment by piuparts: before removal, debconf-i18n is installed (see <a href="http://bugs.debian.org/539146" target="_blank">#539146</a> has the details and the news entry for 2010-11-25 lists the other six packages.)
+      <b>2010-11-28</b>: debconf-english is the seventh package getting special treatment by piuparts: before removal, debconf-i18n is installed (see <a href="https://bugs.debian.org/539146" target="_blank">#539146</a> has the details and the news entry for 2010-11-25 lists the other six packages.)
      </td>
     </tr>
     <tr class="normalrow">
@@ -261,7 +261,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2010-11-24</b>: Disable the logrotate test until <a href="http://bugs.debian.org/582630" target="_blank">#582630</a> is fixed and reschedule all 51 packages in sid failed due to it.
+      <b>2010-11-24</b>: Disable the logrotate test until <a href="https://bugs.debian.org/582630" target="_blank">#582630</a> is fixed and reschedule all 51 packages in sid failed due to it.
      </td>
     </tr>
     <tr class="normalrow">
@@ -286,7 +286,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2009-07-24</b>: <a href="http://bugs.debian.org/531349" target="_blank">#531349</a> has been fixed, piuparts results are now displayed in the <a href="http://packages.qa.debian.org/">PTS</a>.
+      <b>2009-07-24</b>: <a href="https://bugs.debian.org/531349" target="_blank">#531349</a> has been fixed, piuparts results are now displayed in the <a href="http://packages.qa.debian.org/">PTS</a>.
      </td>
     </tr>
     <tr class="normalrow">
@@ -301,7 +301,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2010-02-28</b>: Due to <a href="http://bugs.debian.org/571925" target="_blank">#571925</a> testing of sid had to be disabled temporarily. On an unrelated note, testing of lenny2squeeze still has some issues atm...
+      <b>2010-02-28</b>: Due to <a href="https://bugs.debian.org/571925" target="_blank">#571925</a> testing of sid had to be disabled temporarily. On an unrelated note, testing of lenny2squeeze still has some issues atm...
      </td>
     </tr>
     <tr class="normalrow">
@@ -326,7 +326,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2009-12-24</b>: Enable work-in-progress code to enable testing of packages with circular depends. This will allow testing of 5-6000 more packages in sid and squeeze, see <a href="http://bugs.debian.org/526046" target="_blank">#526046</a> and the 0.39 changelog for details. The list of packages with circular depends is currently hard-coded and will probably become a configuration option but not auto detected. But that's code yet to be written :-)
+      <b>2009-12-24</b>: Enable work-in-progress code to enable testing of packages with circular depends. This will allow testing of 5-6000 more packages in sid and squeeze, see <a href="https://bugs.debian.org/526046" target="_blank">#526046</a> and the 0.39 changelog for details. The list of packages with circular depends is currently hard-coded and will probably become a configuration option but not auto detected. But that's code yet to be written :-)
      </td>
     </tr>
     <tr class="normalrow">
@@ -361,7 +361,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2009-09-16</b>: Reschedule testing for 233 failing packages in sid which were affected by <a href="http://bugs.debian.org/545949" target="_blank">#545949</a>. No packages in squeeze were affected.
+      <b>2009-09-16</b>: Reschedule testing for 233 failing packages in sid which were affected by <a href="https://bugs.debian.org/545949" target="_blank">#545949</a>. No packages in squeeze were affected.
      </td>
     </tr>
     <tr class="normalrow">
@@ -371,7 +371,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2009-06-06</b>: Reschedule testing for 163 successful and 27 failing packages in sid which were affected by <a href="http://bugs.debian.org/530501" target="_blank">#530501</a>. Once openssh 1:5.1p1-6 has reached squeeze, this will be done again with 194 packages there.
+      <b>2009-06-06</b>: Reschedule testing for 163 successful and 27 failing packages in sid which were affected by <a href="https://bugs.debian.org/530501" target="_blank">#530501</a>. Once openssh 1:5.1p1-6 has reached squeeze, this will be done again with 194 packages there.
      </td>
     </tr>
     <tr class="normalrow">
@@ -381,7 +381,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2009-05-11</b>: Filed <a href="http://bugs.debian.org/528266" target="_blank">#528266</a> and made piuparts ignore files in /tmp after purge. This got rid of 20 failures in sid and 14 in squeeze.
+      <b>2009-05-11</b>: Filed <a href="https://bugs.debian.org/528266" target="_blank">#528266</a> and made piuparts ignore files in /tmp after purge. This got rid of 20 failures in sid and 14 in squeeze.
      </td>
     </tr>
     <tr class="normalrow">
@@ -401,7 +401,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2009-04-18</b>: Deleted all 14 failed logfiles which complained about <code>/var/games</code> being present after purge, as this ain't an issue, see <a href="http://bugs.debian.org/524461" target="_blank">#524461</a>.
+      <b>2009-04-18</b>: Deleted all 14 failed logfiles which complained about <code>/var/games</code> being present after purge, as this ain't an issue, see <a href="https://bugs.debian.org/524461" target="_blank">#524461</a>.
      </td>
     </tr>
     <tr class="normalrow">
@@ -426,7 +426,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2006-10-02</b>: <a href="http://bugs.debian.org/390754" target="_blank">#390754 O: piuparts -- package installation, upgrading and removal testing tool"</a>
+      <b>2006-10-02</b>: <a href="https://bugs.debian.org/390754" target="_blank">#390754 O: piuparts -- package installation, upgrading and removal testing tool"</a>
      </td>
     </tr>
     <tr class="normalrow">
@@ -436,7 +436,7 @@
     </tr>
     <tr class="normalrow">
      <td class="contentcell2">
-      <b>2005-07-05</b>: <a href="http://bugs.debian.org/317033" target="_blank">#317033 ITP: piuparts -- .deb package installation, upgrading, and removal testing tool</a>
+      <b>2005-07-05</b>: <a href="https://bugs.debian.org/317033" target="_blank">#317033 ITP: piuparts -- .deb package installation, upgrading, and removal testing tool</a>
      </td>
     </tr>
     <tr class="normalrow">
diff --git a/instances/piuparts.conf.goldwasser b/instances/piuparts.conf.goldwasser
index 5c6b05d..d4c24da 100644
--- a/instances/piuparts.conf.goldwasser
+++ b/instances/piuparts.conf.goldwasser
@@ -7,7 +7,7 @@
 [DEFAULT]
 # these are needed always
 flags-base =
-# see http://bugs.debian.org/604807
+# see https://bugs.debian.org/604807
 	--skip-logrotatefiles-test
 # restrict to problems in the package being tested
 	--warn-on-others
diff --git a/instances/piuparts.conf.pejacevic b/instances/piuparts.conf.pejacevic
index 1be6671..3344271 100644
--- a/instances/piuparts.conf.pejacevic
+++ b/instances/piuparts.conf.pejacevic
@@ -7,7 +7,7 @@
 [DEFAULT]
 # these are needed always
 flags-base =
-# see http://bugs.debian.org/604807
+# see https://bugs.debian.org/604807
 	--skip-logrotatefiles-test
 # restrict to problems in the package being tested
 	--warn-on-others
diff --git a/known_problems/db_setup_error.conf b/known_problems/db_setup_error.conf
index 1020cd6..7554c0e 100644
--- a/known_problems/db_setup_error.conf
+++ b/known_problems/db_setup_error.conf
@@ -7,6 +7,6 @@ ISSUE=0
 HEADER='Packages with failed logs because installation failed because no database could be connected.'
 HELPTEXT='
 <p>
-Just how buggy these packages really are is discussed in <a href="http://bugs.debian.org/595652" target=_blank>#595652</a> at the moment.
+Just how buggy these packages really are is discussed in <a href="https://bugs.debian.org/595652" target=_blank>#595652</a> at the moment.
 </p>
 '
diff --git a/known_problems/db_setup_issue.conf b/known_problems/db_setup_issue.conf
index e13ac74..2405b27 100644
--- a/known_problems/db_setup_issue.conf
+++ b/known_problems/db_setup_issue.conf
@@ -7,6 +7,6 @@ ISSUE=1
 HEADER='Packages with failed logs because installation failed because no database could be connected.'
 HELPTEXT='
 <p>
-Just how buggy these packages really are is discussed in <a href="http://bugs.debian.org/595652" target=_blank>#595652</a> at the moment.
+Just how buggy these packages really are is discussed in <a href="https://bugs.debian.org/595652" target=_blank>#595652</a> at the moment.
 </p>
 '
diff --git a/known_problems/logrotate_error_after_removal_error.conf b/known_problems/logrotate_error_after_removal_error.conf
index 14bae35..4cf68b2 100644
--- a/known_problems/logrotate_error_after_removal_error.conf
+++ b/known_problems/logrotate_error_after_removal_error.conf
@@ -7,6 +7,6 @@ ISSUE=0
 HEADER='Packages with failed logs because a logrotate script has output and/or exits with error after the package has been removed'
 HELPTEXT='
 <p>
-Most of these packages are probably not buggy but rather affected by <a href="http://bugs.debian.org/582630" target=_blank>#582630</a>. It is being considered to disable this check...
+Most of these packages are probably not buggy but rather affected by <a href="https://bugs.debian.org/582630" target=_blank>#582630</a>. It is being considered to disable this check...
 </p>
 '
diff --git a/known_problems/owned_files_after_purge_error.conf b/known_problems/owned_files_after_purge_error.conf
index 624259f..9613eb5 100644
--- a/known_problems/owned_files_after_purge_error.conf
+++ b/known_problems/owned_files_after_purge_error.conf
@@ -9,7 +9,7 @@ HEADER='Packages with owned files after purge'
 HELPTEXT='
 <p>
 WARNING: this list might contain false positives.
-<br /><a href="http://bugs.debian.org/316521" target="_blank">#316521: dpkg: incomplete cleanup of empty directories</a>
+<br /><a href="https://bugs.debian.org/316521" target="_blank">#316521: dpkg: incomplete cleanup of empty directories</a>
 </p>
 
 <p>
diff --git a/known_problems/owned_files_after_purge_issue.conf b/known_problems/owned_files_after_purge_issue.conf
index 54b14e3..f4d4866 100644
--- a/known_problems/owned_files_after_purge_issue.conf
+++ b/known_problems/owned_files_after_purge_issue.conf
@@ -8,7 +8,7 @@ HEADER='Packages with owned files after purge'
 HELPTEXT='
 <p>
 WARNING: this list might contain false positives.
-<br /><a href="http://bugs.debian.org/316521" target="_blank">#316521: dpkg: incomplete cleanup of empty directories</a>
+<br /><a href="https://bugs.debian.org/316521" target="_blank">#316521: dpkg: incomplete cleanup of empty directories</a>
 </p>
 
 <p>
diff --git a/known_problems/owned_files_by_many_packages_error.conf b/known_problems/owned_files_by_many_packages_error.conf
index 4c6a6fc..ff6742d 100644
--- a/known_problems/owned_files_by_many_packages_error.conf
+++ b/known_problems/owned_files_by_many_packages_error.conf
@@ -7,7 +7,7 @@ ISSUE=0
 HEADER='Packages with failed logs which have conffiles owned by two or more packages which are not removed by dpkg correctly'
 HELPTEXT='
 <p>
-So these might be ok packages (or not, as there might be other problems), but we cannot know until <a href="http://bugs.debian.org/454694" target=_blank>#454694</a> in dpkg is fixed.
-<br /><a href="http://bugs.debian.org/316521" target="_blank">#316521: dpkg: incomplete cleanup of empty directories</a>
+So these might be ok packages (or not, as there might be other problems), but we cannot know until <a href="https://bugs.debian.org/454694" target=_blank>#454694</a> in dpkg is fixed.
+<br /><a href="https://bugs.debian.org/316521" target="_blank">#316521: dpkg: incomplete cleanup of empty directories</a>
 </p>
 '
diff --git a/known_problems/unowned_files_after_purge_error.conf b/known_problems/unowned_files_after_purge_error.conf
index f19fddc..b592964 100644
--- a/known_problems/unowned_files_after_purge_error.conf
+++ b/known_problems/unowned_files_after_purge_error.conf
@@ -10,7 +10,7 @@ HELPTEXT='
 <p>
 WARNING: this list might contain false positives.
 One group of them are packages with files in /usr/share/mime
-- those are bugs from shared-mime-info (<a href="http://bugs.debian.org/527063" target="_blank">#527063</a>) and have been ignored for this list.
+- those are bugs from shared-mime-info (<a href="https://bugs.debian.org/527063" target="_blank">#527063</a>) and have been ignored for this list.
 There are probably others like this as well.
 </p>
 
diff --git a/known_problems/unowned_files_after_purge_issue.conf b/known_problems/unowned_files_after_purge_issue.conf
index 1fdcde2..185f1d4 100644
--- a/known_problems/unowned_files_after_purge_issue.conf
+++ b/known_problems/unowned_files_after_purge_issue.conf
@@ -10,7 +10,7 @@ HELPTEXT='
 <p>
 WARNING: this list might contain false positives.
 One group of them are packages with files in /usr/share/mime
-- those are bugs from shared-mime-info (<a href="http://bugs.debian.org/527063" target="_blank">#527063</a>) and have been ignored for this list.
+- those are bugs from shared-mime-info (<a href="https://bugs.debian.org/527063" target="_blank">#527063</a>) and have been ignored for this list.
 There are probably others like this as well.
 </p>
 
diff --git a/piuparts-analyze.py b/piuparts-analyze.py
index 7f63e8f..9420f65 100644
--- a/piuparts-analyze.py
+++ b/piuparts-analyze.py
@@ -146,7 +146,7 @@ def write_bug_file(failed_log, bugs):
     if bugs:
         f = file(os.path.splitext(failed_log)[0] + '.bug', "w")
         for bug in bugs:
-            f.write('<a href="http://bugs.debian.org/%s" target="_blank">#%s</a>\n' % (bug, bug))
+            f.write('<a href="https://bugs.debian.org/%s" target="_blank">#%s</a>\n' % (bug, bug))
         f.close()
 
 
@@ -199,7 +199,7 @@ def mark_logs_with_reported_bugs():
                 if apt_pkg.version_compare(pversion, bug_version) > 0: # pversion > bug_version
                     bugged_logs = find_bugged_logs(failed_log)
                     if not bugged_logs and not moved:
-                        print('%s/%s: Maybe the bug was filed earlier: http://bugs.debian.org/%d against %s/%s'
+                        print('%s/%s: Maybe the bug was filed earlier: https://bugs.debian.org/%d against %s/%s'
                               % (pname, pversion, bug, pname, bug_version))
                         break
                     for bugged_log in bugged_logs:
diff --git a/piuparts-report.py b/piuparts-report.py
index 89671bb..5364524 100644
--- a/piuparts-report.py
+++ b/piuparts-report.py
@@ -114,12 +114,12 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     </tr>
     <tr class="normalrow">
      <td class="contentcell">
-      piuparts.d.o <a href="http://bugs.debian.org/src:piuparts.debian.org" target="_blank">bugs</a>
+      piuparts.d.o <a href="https://bugs.debian.org/src:piuparts.debian.org" target="_blank">bugs</a>
      </td>
     </tr>
     <tr class="normalrow">
      <td class="contentcell">
-      piuparts <a href="http://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=develop;a=blob;f=TODO" target="_blank">ToDo</a>
+      piuparts <a href="https://bugs.debian.org/src:piuparts" target="_blank">bugs</a> / <a href="http://anonscm.debian.org/gitweb/?p=piuparts/piuparts.git;hb=develop;a=blob;f=TODO" target="_blank">ToDo</a>
      </td>
     </tr>
     <tr class="normalrow">
@@ -172,7 +172,7 @@ HTML_HEADER = """<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
     </tr>
     <tr>
      <td class="contentcell">
-      <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=piuparts;users=debian-qa@lists.debian.org&archive=both" target="_blank">Bugs filed</a>
+      <a href="https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=piuparts;users=debian-qa@lists.debian.org&archive=both" target="_blank">Bugs filed</a>
      </td>
     </tr>
     $section_navigation
@@ -369,7 +369,7 @@ $PACKAGE_LIST</ul>
 PKG_ERROR_TPL = \
 """<li>$RDEPS - <a href=\"$LOG\">$LOG</a>
     (<a href=\"http://packages.qa.debian.org/$SDIR/$SPKG.html\" target=\"_blank\">PTS</a>)
-    (<a href=\"http://bugs.debian.org/$PACKAGE?dist=unstable\" target=\"_blank\">BTS</a>)
+    (<a href=\"https://bugs.debian.org/$PACKAGE?dist=unstable\" target=\"_blank\">BTS</a>)
 $BUG</li>
 """
 
@@ -946,7 +946,7 @@ class Section:
             link = ", ".join(links)
 
         if "/bugged/" in link or "/affected/" in link:
-            link += " - <a href=\"http://bugs.debian.org/cgi-bin/pkgreport.cgi?package=" \
+            link += " - <a href=\"https://bugs.debian.org/cgi-bin/pkgreport.cgi?package=" \
                     + package_name \
                     + "\" target=\"_blank\" class=\"bugged\"> bug filed </a>\n"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/piuparts/piuparts.git



More information about the Piuparts-commits mailing list