From edf1025e691e94cdde305bc2d15484fc7ee6db1c Mon Sep 17 00:00:00 2001 From: Wesley Schwengle Date: Thu, 14 Mar 2024 14:36:07 -0400 Subject: Update Graphviz URL to https://graphviz.org/ Signed-off-by: Wesley Schwengle --- cmdline/apt-cache.cc | 2 +- doc/apt-cache.8.xml | 2 +- doc/po/apt-doc.pot | 2 +- doc/po/de.po | 2 +- doc/po/es.po | 2 +- doc/po/it.po | 2 +- doc/po/ja.po | 2 +- doc/po/nl.po | 2 +- doc/po/pt.po | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 531500cc0..7fdd4dff2 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -745,7 +745,7 @@ static bool XVcg(CommandLine &CmdL) // --------------------------------------------------------------------- /* Dotty is the graphvis program for generating graphs. It is a fairly simple queuing algorithm that just writes dependencies and nodes. - http://www.research.att.com/sw/tools/graphviz/ */ + https://graphviz.org/ */ static bool Dotty(CommandLine &CmdL) { pkgCacheFile CacheFile; diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 1e84b442b..0a2dcdafe 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -210,7 +210,7 @@ Reverse Provides: dotty takes a list of packages on the command line and generates output suitable for use by dotty from the - GraphViz + GraphViz package. The result will be a set of nodes and edges representing the relationships between the packages. By default the given packages will trace out all dependent packages; this can produce a very large graph. diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 5a6687002..9adb01f42 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -1892,7 +1892,7 @@ msgstr "" msgid "" "dotty takes a list of packages on the command line and " "generates output suitable for use by dotty from the GraphViz " +"url=\"https://graphviz.org/\">GraphViz " "package. The result will be a set of nodes and edges representing the " "relationships between the packages. By default the given packages will trace " "out all dependent packages; this can produce a very large graph. To limit " diff --git a/doc/po/de.po b/doc/po/de.po index 4ff24d557..d44de5765 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -2663,7 +2663,7 @@ msgid "" msgstr "" "dotty nimmt eine Paketliste auf der Befehlszeile entgegen " "und generiert eine Ausgabe, die für die Benutzung durch dotty aus dem Paket " -"GraphVizGraphViz geeignet ist. Das Ergebnis ist eine Zusammenstellung von Knoten und " "Kanten, die die Beziehung zwischen Paketen darstellen. Standardmäßig werden " "alle abhängigen Pakete ausfindig gemacht. Dies kann zu einem sehr großen " diff --git a/doc/po/es.po b/doc/po/es.po index 5c6889c21..b105cfe32 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -2686,7 +2686,7 @@ msgid "" msgstr "" "dotty toma una lista de paquetes de la línea de ordenes y " "genera una salida apropiada para su uso con dotty, del paquete GraphViz. El " +"url=\"https://graphviz.org/\">GraphViz. El " "resultado será un conjunto de nodos y uniones representando las relaciones " "entre los paquetes. De forma predeterminada, los paquetes proporcionados " "mostrarán todas sus dependencias, lo que puede producir un grafo muy grande. " diff --git a/doc/po/it.po b/doc/po/it.po index 37196c937..8e881d907 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -2665,7 +2665,7 @@ msgid "" msgstr "" "dotty accetta un elenco di pacchetti dalla riga di " "comando e genera un output adatto all'uso da parte di dotty del pacchetto " -"GraphVizGraphViz. Il risultato sarà un insieme di nodi e linee che rappresentano le " "relazioni fra i pacchetti. In modo predefinito dai pacchetti dati si " "risalirà a tutti i pacchetti delle dipendenze; ciò può produrre un grafo " diff --git a/doc/po/ja.po b/doc/po/ja.po index 9be327e67..83b40812e 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -2579,7 +2579,7 @@ msgid "" "GivenOnly option." msgstr "" "dotty は、コマンドライン上のパッケージ名から、GraphViz パッ" +"url=\"https://graphviz.org/\">GraphViz パッ" "ケージの dotty コマンドで利用するのに便利な出力を生成します。結果はパッケージ" "の関係を表わす、ノード・エッジのセットで表現されます。デフォルトでは、すべて" "の依存パッケージをトレースするので、非常に大きい図が得られます。コマンドライ" diff --git a/doc/po/nl.po b/doc/po/nl.po index a9a0f6b58..cddebf147 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -2737,7 +2737,7 @@ msgid "" msgstr "" "dotty pikt op de commandoregel een lijst pakketten op en " "genereert uitvoer die geschikt is om gebruikt te worden door dotty uit het " -"pakket GraphViz. Het resultaat is een geheel van knooppunten en gebogen " "lijnen die de relaties tussen pakketten voorstellen. Standaard trekken de " "als argument opgegeven pakketten al hun vereisten na, hetgeen een zeer " diff --git a/doc/po/pt.po b/doc/po/pt.po index 1dc68b906..57aff915c 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -2673,7 +2673,7 @@ msgid "" msgstr "" "dotty recebe uma lista de pacotes na linha de comandos e " "gera resultados apropriados para uso pelo dotty do pacote GraphViz. O " +"url=\"https://graphviz.org/\">GraphViz. O " "resultado será um conjunto de nós e orlas que representam os relacionamentos " "entre os pacotes. Por predefinição, os pacotes fornecidos irão seguir todos " "os pacotes dependentes; isto pode produzir um gráfico muito grande. Para " -- cgit v1.2.3-70-g09d2 From ae5c291b0c76b22c939679ccf35e3eb94131e586 Mon Sep 17 00:00:00 2001 From: Wesley Schwengle Date: Thu, 14 Mar 2024 14:37:55 -0400 Subject: Update VCG tool URI to new location Signed-off-by: Wesley Schwengle --- doc/apt-cache.8.xml | 2 +- doc/po/apt-doc.pot | 2 +- doc/po/de.po | 4 ++-- doc/po/es.po | 4 ++-- doc/po/fr.po | 4 ++-- doc/po/it.po | 4 ++-- doc/po/ja.po | 2 +- doc/po/nl.po | 4 ++-- doc/po/pl.po | 4 ++-- doc/po/pt.po | 4 ++-- doc/po/pt_BR.po | 2 +- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/doc/apt-cache.8.xml b/doc/apt-cache.8.xml index 0a2dcdafe..0fabede1f 100644 --- a/doc/apt-cache.8.xml +++ b/doc/apt-cache.8.xml @@ -227,7 +227,7 @@ Reverse Provides: The same as dotty, only for xvcg from the - VCG tool. + VCG tool. &synopsis-pkg; diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 9adb01f42..bca8dff65 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -1918,7 +1918,7 @@ msgstr "" #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG " +"url=\"https://www.rw.cdl.uni-saarland.de/people/sander/private/html/gsvcg1.html\">VCG " "tool." msgstr "" diff --git a/doc/po/de.po b/doc/po/de.po index d44de5765..4fa3a9a87 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -2696,11 +2696,11 @@ msgstr "" #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "Das gleiche wie dotty, nur für xvcg vom VCG-WerkzeugVCG-Werkzeug." #. type: Content of: diff --git a/doc/po/es.po b/doc/po/es.po index b105cfe32..3c45f32ae 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -2717,11 +2717,11 @@ msgstr "Tenga cuidado, dotty no puede dibujar grandes conjuntos de paquetes." #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "Lo mismo que dotty, sólo para xvcg de la herramienta " +"url=\"https://www.rw.cdl.uni-saarland.de/people/sander/private/html/gsvcg1.html\">herramienta " "VCG." #. type: Content of: diff --git a/doc/po/fr.po b/doc/po/fr.po index 8989e7373..ec2526ec3 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -2671,11 +2671,11 @@ msgstr "" #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "Identique à dotty, mais réservé à xvcg fourni avec VCG toolVCG tool." #. type: Content of: diff --git a/doc/po/it.po b/doc/po/it.po index 8e881d907..6a61fb8db 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -2698,11 +2698,11 @@ msgstr "" #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "Stessa cosa di dotty, ma per xvcg dello strumento VCGstrumento VCG." #. type: Content of: diff --git a/doc/po/ja.po b/doc/po/ja.po index 83b40812e..d1e45c641 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -2608,7 +2608,7 @@ msgstr "注意) dotty は、パッケージのより大きなセットのグラ #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "dotty と同様ですが、dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "Hetzelfde als dotty, maar dan voor xvcg uit het VCG " +"url=\"https://www.rw.cdl.uni-saarland.de/people/sander/private/html/gsvcg1.html\">VCG " "gereedschap." #. type: Content of: diff --git a/doc/po/pl.po b/doc/po/pl.po index ba3111955..48f76913f 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -2747,11 +2747,11 @@ msgstr "Uwaga: dotty nie potrafi narysować większego zbioru pakietów." #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "Robi to samo, co dotty, tylko dla xvcg z narzędzia VCGnarzędzia VCG." #. type: Content of: diff --git a/doc/po/pt.po b/doc/po/pt.po index 57aff915c..e017d550d 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -2705,11 +2705,11 @@ msgstr "" #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" "O mesmo que dotty, apenas para xvcg a partir de Ferramenta " +"url=\"https://www.rw.cdl.uni-saarland.de/people/sander/private/html/gsvcg1.html\">Ferramenta " "VCG." #. type: Content of: diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index d3f82abb8..27516c0d0 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -1889,7 +1889,7 @@ msgstr "" #: apt-cache.8.xml msgid "" "The same as dotty, only for xvcg from the VCG toolVCG tool." msgstr "" -- cgit v1.2.3-70-g09d2 From ebcde6ec5fb92c1e6bc867ba8e31eb980925078c Mon Sep 17 00:00:00 2001 From: Wesley Schwengle Date: Thu, 14 Mar 2024 15:02:47 -0400 Subject: s#http://bugs.debian.org/src/#https://bugs.debian.org/src# Signed-off-by: Wesley Schwengle --- doc/apt.ent | 2 +- doc/po/apt-doc.pot | 2 +- doc/po/de.po | 4 ++-- doc/po/es.po | 8 ++++---- doc/po/fr.po | 8 ++++---- doc/po/it.po | 12 ++++++------ doc/po/ja.po | 4 ++-- doc/po/nl.po | 4 ++-- doc/po/pl.po | 8 ++++---- doc/po/pt.po | 4 ++-- doc/po/pt_BR.po | 8 ++++---- 11 files changed, 32 insertions(+), 32 deletions(-) diff --git a/doc/apt.ent b/doc/apt.ent index db4cb6f38..a6abb0e0a 100644 --- a/doc/apt.ent +++ b/doc/apt.ent @@ -14,7 +14,7 @@ Bugs - APT bug page. + APT bug page. If you wish to report a bug in APT, please see /usr/share/doc/debian/bug-reporting.txt or the &reportbug; command. diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index bca8dff65..9c4bf004a 100644 --- a/doc/po/apt-doc.pot +++ b/doc/po/apt-doc.pot @@ -46,7 +46,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" diff --git a/doc/po/de.po b/doc/po/de.po index 4fa3a9a87..50a6313a0 100644 --- a/doc/po/de.po +++ b/doc/po/de.po @@ -57,7 +57,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -68,7 +68,7 @@ msgstr "" "\n" "Fehler\n" -" APT-Fehlerseite. \n" +" APT-Fehlerseite. \n" " Wenn Sie einen Fehler in APT berichten möchten, lesen Sie bitte\n" " /usr/share/doc/debian/bug-reporting.txt oder den\n" " &reportbug;-Befehl. Verfassen Sie Fehlerberichte bitte auf Englisch.\n" diff --git a/doc/po/es.po b/doc/po/es.po index 3c45f32ae..ecdf316ae 100644 --- a/doc/po/es.po +++ b/doc/po/es.po @@ -90,7 +90,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -101,7 +101,7 @@ msgstr "" "\n" "Bugs\n" -" Página de errores de APT. \n" +" Página de errores de APT. \n" " Si quiere informar de un error en APT, consulte\n" " /usr/share/doc/debian/bug-reporting.txt o use la orden\n" " &reportbug;.\n" @@ -13998,11 +13998,11 @@ msgstr "Esto utiliza los archivos del disco previamente obtenidos." #~ msgstr "Esta página de manual ni siquiera está iniciada." #~ msgid "" -#~ "See Ehttp://bugs.debian.org/aptE. If you wish to report a bug in " +#~ "See Ehttps://bugs.debian.org/aptE. If you wish to report a bug in " #~ "B, please see I or the " #~ "B(1) command." #~ msgstr "" -#~ "Consulte Ehttp://bugs.debian.org/aptE. Si desea enviar un informe " +#~ "Consulte Ehttps://bugs.debian.org/aptE. Si desea enviar un informe " #~ "de error sobre B, por favor lea I o use la orden B(1)." diff --git a/doc/po/fr.po b/doc/po/fr.po index ec2526ec3..15226537e 100644 --- a/doc/po/fr.po +++ b/doc/po/fr.po @@ -64,7 +64,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -75,7 +75,7 @@ msgstr "" "\n" "Bogues\n" -" Page des bogues d'APT. \n" +" Page des bogues d'APT. \n" " Si vous souhaitez signaler un bogue à propos d'APT, veuillez lire\n" " /usr/share/doc/debian/bug-reporting.txt ou utiliser\n" " la commande &reportbug;.\n" @@ -14663,11 +14663,11 @@ msgstr "Cette commande utilisera les fichiers récupérés sur le disque." #~ msgstr "Cette page de manuel n'a même pas commencé à être rédigée." #~ msgid "" -#~ "See Ehttp://bugs.debian.org/aptE. If you wish to report a bug in " +#~ "See Ehttps://bugs.debian.org/aptE. If you wish to report a bug in " #~ "B, please see I or the " #~ "B(1) command." #~ msgstr "" -#~ "Voir Ehttp://bugs.debian.org/aptE. Si vous souhaitez signaler un " +#~ "Voir Ehttps://bugs.debian.org/aptE. Si vous souhaitez signaler un " #~ "bogue dans B, veuillez lire I ou utiliser la commande B(1)." diff --git a/doc/po/it.po b/doc/po/it.po index 6a61fb8db..16bbaaa1f 100644 --- a/doc/po/it.po +++ b/doc/po/it.po @@ -62,7 +62,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -73,7 +73,7 @@ msgstr "" "\n" "Bug\n" -" Pagina dei bug di APT.\n" +" Pagina dei bug di APT.\n" " Se si desidera segnalare un bug in APT, vedere\n" " /usr/share/doc/debian/bug-reporting.txt o il\n" " comando &reportbug;.\n" @@ -14476,11 +14476,11 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco." #~ msgstr "Questa pagina di manuale non è neanche stata iniziata." #~ msgid "" -#~ "See Ehttp://bugs.debian.org/aptE. If you wish to report a bug in " +#~ "See Ehttps://bugs.debian.org/aptE. If you wish to report a bug in " #~ "B, please see I or the " #~ "B(1) command." #~ msgstr "" -#~ "Vedere Ehttp://bugs.debian.org/aptE. Per segnalare un bug in " +#~ "Vedere Ehttps://bugs.debian.org/aptE. Per segnalare un bug in " #~ "B, vedere I o il comando " #~ "B(1)." @@ -14938,7 +14938,7 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco." #~ "\n" #~ "Bugs\n" -#~ " APT bug pageAPT bug page. \n" #~ " If you wish to report a bug in APT, please see\n" #~ " /usr/share/doc/debian/bug-reporting.txt or the\n" @@ -14950,7 +14950,7 @@ msgstr "che userà gli archivi già scaricati e presenti sul disco." #~ "\n" #~ "Bachi\n" -#~ " Pagina dei bachi di " +#~ " Pagina dei bachi di " #~ "APT. \n" #~ " Per segnalare un baco in APT, vedere\n" #~ " /usr/share/doc/debian/bug-reporting.txt o il\n" diff --git a/doc/po/ja.po b/doc/po/ja.po index d1e45c641..cec0f0952 100644 --- a/doc/po/ja.po +++ b/doc/po/ja.po @@ -61,7 +61,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -72,7 +72,7 @@ msgstr "" "\n" "バグ\n" -" APT バグページ をご覧ください。 \n" +" APT バグページ をご覧ください。 \n" " APT のバグを報告する場合は、\n" " /usr/share/doc/debian/bug-reporting.txt や\n" " &reportbug; コマンドをご覧ください。\n" diff --git a/doc/po/nl.po b/doc/po/nl.po index cd401ec7e..47221f2b1 100644 --- a/doc/po/nl.po +++ b/doc/po/nl.po @@ -58,7 +58,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -69,7 +69,7 @@ msgstr "" "\n" "Bugs\n" -" APT bugpagina.\n" +" APT bugpagina.\n" " Indien u een bug in APT wilt rapporteren, raadpleeg dan\n" " /usr/share/doc/debian/bug-reporting.txt of het\n" " &reportbug; commando.\n" diff --git a/doc/po/pl.po b/doc/po/pl.po index 48f76913f..ff4956422 100644 --- a/doc/po/pl.po +++ b/doc/po/pl.po @@ -65,7 +65,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -76,7 +76,7 @@ msgstr "" "\n" "Bugs\n" -" Strona błędów APT. \n" +" Strona błędów APT. \n" " Aby zgłosić błąd w APT, proszę przeczytać\n" " /usr/share/doc/debian/bug-reporting.txt lub opis polecenia\n" " &reportbug;.\n" @@ -12917,11 +12917,11 @@ msgstr "Które użyje pobranych uprzednio archiwów z dysku." #~ msgstr "Ta strona podręcznika nie jest nawet zaczęta." #~ msgid "" -#~ "See Ehttp://bugs.debian.org/aptE. If you wish to report a bug in " +#~ "See Ehttps://bugs.debian.org/aptE. If you wish to report a bug in " #~ "B, please see I or the " #~ "B(1) command." #~ msgstr "" -#~ "Patrz Ehttp://bugs.debian.org/aptE. Aby wysłać zgłoszenie o " +#~ "Patrz Ehttps://bugs.debian.org/aptE. Aby wysłać zgłoszenie o " #~ "błędzie w programie B, przeczytaj I lub użyj polecenia B(1)." diff --git a/doc/po/pt.po b/doc/po/pt.po index e017d550d..00d65f691 100644 --- a/doc/po/pt.po +++ b/doc/po/pt.po @@ -59,7 +59,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -70,7 +70,7 @@ msgstr "" "\n" "Bugs\n" -" página de bugs do APT. \n" +" página de bugs do APT. \n" " Se deseja reportar um bug no APT, por favor veja\n" " /usr/share/doc/debian/bug-reporting.txt ou o\n" " comando &reportbug;.\n" diff --git a/doc/po/pt_BR.po b/doc/po/pt_BR.po index 27516c0d0..987dc0a4e 100644 --- a/doc/po/pt_BR.po +++ b/doc/po/pt_BR.po @@ -47,7 +47,7 @@ msgid "" "\n" "Bugs\n" -" APT bug page.\n" +" APT bug page.\n" " If you wish to report a bug in APT, please see\n" " /usr/share/doc/debian/bug-reporting.txt or the\n" " &reportbug; command.\n" @@ -58,7 +58,7 @@ msgstr "" "\n" " Bugs</>\n" " <para>\n" -" Consulte a <ulink url='http://bugs.debian.org/apt'>página de bugs do APT</>.\n" +" Consulte a <ulink url='https://bugs.debian.org/apt'>página de bugs do APT</>.\n" " Caso você queira relatar um bug no APT, por favor consulte o arquivo\n" " <filename>/usr/share/doc/debian/bug-reporting.txt</> ou o comando &reportbug;.\n" " </RefSect1>\n" @@ -10379,14 +10379,14 @@ msgstr "" #, fuzzy #~ msgid "" -#~ "See E<lt>http://bugs.debian.org/aptE<gt>. If you wish to report a bug in " +#~ "See E<lt>https://bugs.debian.org/aptE<gt>. If you wish to report a bug in " #~ "B<apt>, please see I</usr/share/doc/debian/bug-reporting.txt> or the " #~ "B<reportbug>(1) command." #~ msgstr "" #~ "\n" #~ " <RefSect1><Title>Bugs</>\n" #~ " <para>\n" -#~ " Consulte a <ulink url='http://bugs.debian.org/apt'>página de bugs do " +#~ " Consulte a <ulink url='https://bugs.debian.org/apt'>página de bugs do " #~ "APT</>.\n" #~ " Caso você queira relatar um bug no APT, por favor consulte o arquivo\n" #~ " <filename>/usr/share/doc/debian/bug-reporting.txt</> ou o comando " -- cgit v1.2.3-70-g09d2