Bug#886652: WWW: identi.ca/debian does not work

2018-01-08 Thread Byung-Hee HWANG (황병희, 黃炳熙)
Package: www.debian.org
Severity: minor

When i clicked link https://identi.ca/debian from bits.debian.org,
firefox showed me a message "Unable to connect", all the time. 
Actually i did try it three times.

Sincerely, Byung-Hee.

-- 
^고맙습니다 _布德天下_ 감사합니다_^))//



Bug#886652: WWW: identi.ca/debian does not work

2018-01-08 Thread Laura Arjona Reina
Hi!
The whole identi.ca is currently down.
We'll report the issue to the site admin.
Meanwhile you can check out micronews.debian.org (identi.ca/debian publishes 
its RSS feed).

Cheers

El 8 de enero de 2018 15:26:08 CET, soyeo...@doraji.xyz escribió:
>Package: www.debian.org
>Severity: minor
>
>When i clicked link https://identi.ca/debian from bits.debian.org,
>firefox showed me a message "Unable to connect", all the time. 
>Actually i did try it three times.
>
>Sincerely, Byung-Hee.


Laura Arjona Reina
https://wiki.debian.org/LauraArjona



Bug#886652: WWW: identi.ca/debian does not work

2018-01-08 Thread Paul Wise
On Mon, Jan 8, 2018 at 10:55 PM, Laura Arjona Reina wrote:

> Meanwhile you can check out micronews.debian.org (identi.ca/debian publishes 
> its RSS feed).

Should we link to there instead of identi.ca/debian?

-- 
bye,
pabs

https://wiki.debian.org/PaulWise



Bug#886688: packages.debian.org: Add ia64 from debian-ports

2018-01-08 Thread James Clarke
Package: www.debian.org
Tags: patch
User: www.debian@packages.debian.org
Usertag: packages
User: debian-i...@lists.debian.org
Usertag: ia64
X-Debbugs-Cc: debian-i...@lists.debian.org

Hi,
Within debian-ports we have readded ia64 for sid/experimental and have
started bootstrapping, with automated builds hopefully starting within a
few days once we have uploaded the few remaining packages for the base
chroot. The attached untested patch should hopefully make
packages.debian.org aware of its existence; the extra code is because
ia64 still exists on ftp-master for wheezy.

Thanks,
James
>From e3e077a71660ed8029d52510361485ade7cf Mon Sep 17 00:00:00 2001
From: James Clarke 
Date: Mon, 8 Jan 2018 15:21:33 +
Subject: [PATCH] Add ia64 from debian-ports

---
 bin/parse-contents | 8 +---
 config.sh.sed.in   | 2 +-
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/bin/parse-contents b/bin/parse-contents
index f228e0d..19b405d 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -51,9 +51,11 @@ my @sections = @SECTIONS;
 # Add empty section, need to search Contents directly at dist root, for 
debports compat
 push(@sections, "");
 
-my %debports_hash;
+my %debports_arch_hash;
 # copy from config.sh ${arch_debports}
-@debports_hash{qw( alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 )} = ();
+@debports_arch_hash{qw( alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32 )} = 
();
+my %debports_suite_hash;
+@debports_suite_hash{qw( sid unstable experimental rc-buggy )} = ();
 
 $DBDIR .= "/contents";
 mkdirp( $DBDIR );
@@ -173,7 +175,7 @@ for my $suite (@suites) {
 
activate($filelist_db);
#FIXME: hardcoded archs. (debports has no contrib/non-free)
-   if (not exists $debports_hash{$arch}) {
+   if (not exists $debports_arch_hash{$arch} or not exists 
$debports_suite_hash{$suite}) {
system("ln", "-sf", basename($filelist_db),
   "$DBDIR/filelists_${suite}_all.db") == 0
   or die "Oops";
diff --git a/config.sh.sed.in b/config.sh.sed.in
index c88bbb6..45b4f4f 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -67,7 +67,7 @@ ext_stretch=gz
 # Refresh this architecture list using this command:
 # wget -qO - 
http://ftp.ports.debian.org/debian-ports/dists/{sid,experimental}/Release | sed 
-n 's/Architectures: //p' | tr ' ' '\n' | sort -u
 # Please remember to also update the architecture list in bin/parse-contents
-arch_debports="alpha hppa m68k powerpcspe ppc64 sh4 sparc64 x32"
+arch_debports="alpha hppa ia64 m68k powerpcspe ppc64 sh4 sparc64 x32"
 
 # Miscellaneous
 #
-- 
2.15.1



Manutenção em; Computadores, redes empresariais, segurança eletrônica, etc.

2018-01-08 Thread GDC Solutions
Acesse: www.gdcsolutions.com.br

Contrato de suporte com atendimento ilimitado, por um valor fixo mensal.

A GDC Solutions é uma empresa especializada em T.I, fornecendo planejamento, 
soluções eficientes e otimização do seu sistema informatizado.

MANUTENÇÃO/CONTRATO DE SUPORTE EM REDES EMPRESARIAS, COMPUTADORES, SEGURANÇA 
ELETRÔNICA, ETC. 
AGENDE UMA VISITA TECNICA SEM COMPROMISSO.

Profissionais especializados com graduação superior na area de T.I, com 
certificados nos sistemas Linux, Microsoft e Mikrotik, entre outros!

Apresentamos aos nossos clientes o melhor da inovação tecnológica, com suporte 
eficiente, e analise apurado das necessidades do seu segmento, tornando sua 
infraestrutura da tecnologia informação nossa responsabilidade.

Atenciosamente.
Cleber Araujo
(31) 3567-3109
(31) 9 8475-0649



Re: Package search engine unusable

2018-01-08 Thread Tomas Pospisek
Am 04.01.2018 um 20:21 schrieb Wolfgang Pfeiffer:

> I tried to use
> https://www.debian.org/distrib/packages
> 
> to search for the latest linux-image packages. With no luck. At best
> I find dbg versions
> https://packages.debian.org/search?searchon=contents&keywords=linux-image&mode=filename&suite=stable&arch=any
> 
> With google no problem. Search patterns:
> debian linux-image amd64 unstable

Can you please file a bug against the "debian-www" pseudo-package?
*t