Re: packages.debian.org

2014-10-31 Thread Gerfried Fuchs
* Geert Stappers stapp...@stappers.nl [2014-10-29 06:31:04 CET]:
 On Tue, Oct 28, 2014 at 11:01:45PM +0100, Martin Zobel-Helas wrote:
  On Tue Oct 28, 2014 at 22:55:44 +0100, Geert Stappers wrote:
   A short 'done' or 'fixed' in response to the original posting
   would have said it has been handled, thanks for reporting.
   And would made it possible to close this thread,
   to allow us to work other Debian stuff we care about.
  
  no, it is not fixed. 
  
  /usr/bin/perl -w ./bin/parse-translations --english-only currently
  hangs. When i kill this process, the rest of the packages cronjob parts
  run fine after that and update the website. If someone can find out why
  parse-translations hangs, that would be very helpful.
 
 
 I have seen the request for help. What I not can see is if it only
 involves getting familiar with the website build process
 or it also needs getting access to the server where it runs.

 The packages code is stored in git.  I am aware that setting up a
private test site to work on the issue isn't as easy as it could be (and
requires a fair mount of diskspace), but it's doable.

 In other words: When someone steps forward, what are his / her chances
 to make a contribution?

 Trying to reproduce the issue would help.  Given that it seems to
constantly run into from what I understood should make it easy to
reproduce, and suggesting a patch for adding debug information into that
script would definitely make it easier to track it down.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20141031104313.gb21...@anguilla.debian.or.at



Re: after smart_change.pl, could not commit all the changes

2014-06-05 Thread Gerfried Fuchs
 Hey Laura!

* Laura Arjona Reina larjon...@gmail.com [2014-06-03 19:10:05 CEST]:
 I think that's why I could commit in English folder (which was
 already checked out with my login) but not in the others.
 
 Today, I did 'rm -rf webwml' and checked out the whole tree again,
 but with this command:
 
 cvs -d :ext:larjona-gu...@cvs.debian.org:/cvs/webwml checkout webwml

 You wouldn't have needed to do that.  The tool cvschroot from the
cvsutils package could have helped you with that, or even this oneliner:

$ for i in $(find webwml/ -name Root); do 
 echo :ext:larjona-gu...@cvs.debian.org:/cvs/webwml  $i
 done

 (the $ and  being the prompts, not to type)

 Sorry for the noise.

 No big deal, and great that you managed to find the reason yourself!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140605130529.ga21...@anguilla.debian.or.at



Re: Information from the packages pages

2014-05-07 Thread Gerfried Fuchs
* Leopold Palomo-Avellaneda l...@alaxarxa.net [2014-05-07 11:15:22 CEST]:
 A Dimecres, 7 de maig de 2014, Adam D. Barratt va escriure:
  Are you looking for https://packages.debian.org/source/jessie/$package ?
  
 
 :-D
 
 yes
 
 but it's not easy to access. One link from:
 
 https://packages.debian.org/jessie/package-source
 
 or in the Debian Resources: column would be sufficient.

 Like, the one right at the top left below the breadcrumbs which read
[ Source: $srcpackagename ]?  Would that be convenient enough for
you?

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140507091955.ga26...@anguilla.debian.or.at



[PATCH 2/2] move wheezy-backports to proper variable for the retreival

2013-11-19 Thread Gerfried Fuchs
---
 config.sh.sed.in |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 225aacd..3d5fea8 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -47,9 +47,9 @@ archives=us security debports backports volatile
 sections=main contrib non-free
 parts=$sections
 
-suites=squeeze squeeze-updates squeeze-backports wheezy wheezy-updates jessie 
sid experimental
+suites=squeeze squeeze-updates squeeze-backports wheezy wheezy-updates 
wheezy-backports jessie sid experimental
 security_suites=squeeze wheezy jessie
-backports_suites=squeeze-backports squeeze-backports-sloppy wheezy-backports
+backports_suites=squeeze-backports squeeze-backports-sloppy
 dists=$suites
 
 priorities=required important standard optional extra
-- 
1.7.10.4


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1384859074-1774-1-git-send-email-rho...@debian.org



[PATCH] add wheezy-updates (and wheezy-backports where it was missing). Thanks to pabs for noticing

2013-11-12 Thread Gerfried Fuchs
---
 config.sh.sed.in |2 +-
 static/packages-site.css |2 +-
 templates/html/homepage.tmpl |2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 0155c57..225aacd 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -47,7 +47,7 @@ archives=us security debports backports volatile
 sections=main contrib non-free
 parts=$sections
 
-suites=squeeze squeeze-updates squeeze-backports wheezy jessie sid 
experimental
+suites=squeeze squeeze-updates squeeze-backports wheezy wheezy-updates jessie 
sid experimental
 security_suites=squeeze wheezy jessie
 backports_suites=squeeze-backports squeeze-backports-sloppy wheezy-backports
 dists=$suites
diff --git a/static/packages-site.css b/static/packages-site.css
index 2f03bc5..e151d39 100644
--- a/static/packages-site.css
+++ b/static/packages-site.css
@@ -1,4 +1,4 @@
-.squeeze-updates, .squeeze-backports {
+.squeeze-updates, .squeeze-backports, .wheezy-updates, .wheezy-backports {
font-size: smaller;
 }
 
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index 72ab7b5..11bde34 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -4,7 +4,7 @@
keywords = g('Packages')
 -%]
 [%-
-all_suites = [ 'squeeze', 'squeeze-updates', 'squeeze-backports', 
'wheezy', 'jessie', 'sid' ]
+all_suites = [ 'squeeze', 'squeeze-updates', 'squeeze-backports', 
'wheezy', 'wheezy-updates', 'wheezy-backports', 'jessie', 'sid' ]
 version_numbers = { sarge = '3.1',
etch  = '4.0',
lenny = '5.0',
-- 
1.7.10.4


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/1384245166-6791-1-git-send-email-rho...@debian.org



Bug#712249: www.debian.org: netinst documentation claims there are images smaller than 180 MB available

2013-06-14 Thread Gerfried Fuchs
Package: www.debian.org
Severity: normal


   Hi!

 On http://www.debian.org/CD/netinst/ there is claimed that there is a
size check (for at least i386) to produce netinst images smaller than
180 MB in size - which isn't true anymore, the 7.0.0 image is 277 MB in
size.

 I guess the part about suitable for writing to small CD-R(W) media
should be scratched from the webpage (and potential other related
documentation that might mention it).

 Enjoy!
Rhonda [triggered by hide's question on #debian-mirrors]
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130614142248.ga1...@anguilla.debian.or.at



debports only packages have broken source package links

2012-08-07 Thread Gerfried Fuchs
Package: www.debian.org
Severity: normal

Hi,

* Peter F. farv...@gmail.com [2012-08-07 03:34:48 CEST]:
 On this page:
 http://packages.debian.org/sid/libgruel0
 
 These links are broken:
 [gnuradio_3.6.1-1.dsc]
 [gnuradio_3.6.1.orig.tar.gz]
 [gnuradio_3.6.1-1.debian.tar.gz]

 You are right.  Reason being that this package is only available on
debports.  I would assume that it would get deleted on that site in the
near future through some sort of semi-automatic trigger, but the
packages site shouldn't show source package links for packages not
within the main archive anymore.

 Sorry for the inconvenience,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120807071453.ga25...@anguilla.debian.or.at



Re: Keine Hilfe von debian!

2012-07-02 Thread Gerfried Fuchs
Hi!

 I'm going to respond in German, hope that's fine with everyone.  ;)

* Carlo Goroncy carlo.goro...@online.de [2012-07-02 00:00:11 CEST]:
 auf folgende unschöne Begebenheit möchte ich Euch aufmerksam machen:
 
 1  ich suche in in mit IceweaseL unter Debian GNU/Linux 5.0 in
 Google nach libsox

 Kannst du mir bitte den Link geben, mit dem du die Suchergebnisse
findest? Abseits davon: Debian 5.0 trug den Codenamen Lenny (siehe auch
http://www.debian.org/releases/lenny/).

 2. ich erhalte viele  Treffer

 Ich erhalte zu den Suchbegriffen nicht ganz so vielen Treffer:
https://www.google.com/search?q=%22debian+gnu/linux+5.0%22+libsox

 3. mich interressieren Treffer von Debian: Debian --  zB:
   Debian -- Details of package libsox-fmt-ogg in lenny
   Debian -- Details of package libsox-fmt-flac in lenny

 Diese Treffer finde ich nämlich überhaupt nicht ...

 4. nach dem Anklicken jedes dieser Treffe erhalte ich stets eine
 Debian-Seite mit dem Fehler wie diesen: 
two or more packages specified (libsox-fmt-gsm lenny)
 
 ? Warum interpretiert Debian die Zeichenkette lenny als Package, ist
 lenny auch ein Package?

 Lenny wurde jedoch bereits vor einiger Zeit archiviert, und die
Paketsuche auf packages.debian.org kennt diese Distribution daher
nicht mehr. Die Frage für mich ist jetzt allerdings, wo du diese Links
überhaupt gefunden hast, das kann ich nämlich nicht nachvollziehen.

 ? Woher kommt die Zeichkette lenny? Ich habe sie nicht angegeben.
 ? Streut das superschlaue Google die in die Ergebnisse ein? 

 Jein, das hast du durch die Suche nach 5.0 selbst angefordert.
Allerdings wie gesagt, kann ich leider nicht nachvollziehen.

 Ich würde dir dringend empfehlen, auf 6.0 (auch squeeze genannt) zu
aktualiseren. Dort hast du dann auch weiterhin Sichereits- und
allgemeine Unterstützung.

 Viel Erfolg!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120702184031.ga22...@anguilla.debian.or.at



Re: broken links: packages.d.o + patch-tracker.d.o

2012-06-05 Thread Gerfried Fuchs
* Simon Paillard spaill...@debian.org [2012-06-05 09:56:26 CEST]:
 Hi,
 
 (please be specific in your subject)
 
 On Mon, Jun 04, 2012 at 09:59:50AM +0200, Kiss Gabor (Bitman) wrote:
  On page http://packages.debian.org/squeeze/nut
  the following links of Debian Resources section are broken:
  
  Debian Changelog, Copyright File
 
 They are ok now, but that's surprising I remember changelog/copyrights are
 extracted first.

 What's surprising to me is that this was a security upload and I wonder
how it got extracted?  Someone fixed that?  If so, why don't we use the
same magic for backports?

 About the patch tracker, I would guess it just doesn't know about
security uploads?

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120605080935.ga6...@anguilla.debian.or.at



Re: broken links: packages.d.o + patch-tracker.d.o

2012-06-05 Thread Gerfried Fuchs
* Simon Paillard spaill...@debian.org [2012-06-05 16:37:01 CEST]:
 On Tue, Jun 05, 2012 at 10:09:35AM +0200, Gerfried Fuchs wrote:
  * Simon Paillard spaill...@debian.org [2012-06-05 09:56:26 CEST]:
   On Mon, Jun 04, 2012 at 09:59:50AM +0200, Kiss Gabor (Bitman) wrote:
On page http://packages.debian.org/squeeze/nut
the following links of Debian Resources section are broken:

Debian Changelog, Copyright File
   
   They are ok now, but that's surprising I remember changelog/copyrights are
   extracted first.
  
   What's surprising to me is that this was a security upload and I wonder
  how it got extracted?  Someone fixed that?  If so, why don't we use the
  same magic for backports?
 
 Because it has been uploaded to stable-proposed-updates:
 http://ftp2.fr.debian.org/debian/dists/stable-proposed-updates/nut_2.4.3-1.1squeeze2_i386.changes

 Ah, cool.  So I would assume the missing changelog issue for security
uploads sort-of fixed itself because of that workflow.  Nice to know!
(rmadison doesn't seem to know about s-p-u)

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120605144058.ga15...@anguilla.debian.or.at



Bug#613832: Bug#61383Re: www.debian.org: Debian sister association in the merchandise page

2012-03-26 Thread Gerfried Fuchs
* Martin Michlmayr t...@cyrius.com [2012-03-23 16:28:24 CET]:
  - And Zack suggested sorting by % donated to Debian.

 It still sounds fishy to claim that debian.ch donates 100% to Debian.
Actually, debian.ch is not a vendor but a reseller of goods from others,
and those organizations don't donate their profit to the Debian project
to the best of my knowledge?  It isn't even documented *which* those
organizations are, and from what I understood they might be different
ones for different stuff?

 One could easily create an umbrella organization (pun not intended)
around a for-profit organization that let's say adds 10 cents onto the
prize of the stuff and then come and claim that they are given all their
profit to Debian.

 To me, this sounds highly fishy, and actually claiming that it *is* a
special case, no matter what other people say isn't really buying
any trust into what that person says neither, rather the contrary.
debian.ch itself is a non-profit indeed, but there are (unknown) parties
in the background that make their profit on that base and I can't find
any documentation on whether debian.ch gets special discount with those
vendors or how those vendors are related to Debian, if at all.

 Personally, I'd just divide the page into two but I can see the
 argument for 3 categories.  I agree with Luca that sorting by
 percentage is over-engineered.  I'm also fine with Francesca's
 proposal to add notes describing whether they donate (but I'd prefer
 those that donate to be listed first.)

 This would be highly misleading IMNSHO, for the above mentioned reasons.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120326103304.ga21...@anguilla.debian.or.at



Re: Possible GSoC project idea for the website [was: Re: Call for projects and mentors for Google Summer of Code 2012]

2012-02-15 Thread Gerfried Fuchs
* Andrei POPESCU andreimpope...@gmail.com [2012-02-15 00:09:28 CET]:
 On Ma, 14 feb 12, 14:47:40, Ana Guerrero wrote:
  
  If you have an idea, let us know, by filling the full proposal template at 
  [2],
  and drop us an email at [4]. It's also a good idea to subscribe to the list,
  even if you're not wishing to be a mentor, as the list is the coordination
  and discussion mailing list.
  
 Hi,
 
 Maybe I mentioned it before: the restructuring of submissions for the 
 website (CD vendors, pre-installed, users, consultants, etc.) might be a 
 good project for GSoC.
 
 What do you think?

 Depending on how you think about it, it might not fit into the
guidelines of gso*code* because they see it as documentation tasks.
Having website related jobs in gsoc is rather difficult, and if you say
restructuring then that doesn't fit the code part of the requirements.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120215203025.ga21...@anguilla.debian.or.at



Re: Possible GSoC project idea for the website [was: Re: Call for projects and mentors for Google Summer of Code 2012]

2012-02-15 Thread Gerfried Fuchs
* Craig Small csm...@debian.org [2012-02-15 22:33:43 CET]:
 On Wed, Feb 15, 2012 at 09:30:25PM +0100, Gerfried Fuchs wrote:
   Depending on how you think about it, it might not fit into the
  guidelines of gso*code* because they see it as documentation tasks.
  Having website related jobs in gsoc is rather difficult, and if you say
  restructuring then that doesn't fit the code part of the requirements.
 I forget the exact name of it, but wasn't there some sort of mini GSoC
 that were smaller tasks and had a wider set of criteria?
 
 Perhaps that might be more suitable?

 That's google code in (GCI), happening in fall, and yes, there it is
possible to get documentation tasks in, from what I understood.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120215231404.ga14...@anguilla.debian.or.at



Bug#238245: license choice - consensus on dual MIT/GPL-2 ?

2012-01-18 Thread Gerfried Fuchs
* Stefano Zacchiroli lea...@debian.org [2012-01-17 23:11:48 CET]:
 [ TL;DR: would you object re-licensing www.d.o content under dual
   MIT/Expat + GPL-2 ? ]

 Shouldn't that be GPL-2+ (or later option)?  With MIT it isn't
explicitly needed, but still ...   Ah, later in the text you wrote that
you mean the or later part, so given DEP5 it would had been more clear
if you stated here already GPL-2+ to make that clear in the TL;DR part.
:)

 No objection at all from this end of the globe, neither for past nor
for future contributions.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20120118134619.ga20...@anguilla.debian.or.at



Bug#653158: www.debian.org: /y2k/ page is probably obsolete

2011-12-24 Thread Gerfried Fuchs
* Paul Wise p...@debian.org [2011-12-24 14:34:42 CET]:
 Package: www.debian.org
 Severity: normal
 
 Since we are now well past Y2K, it is probably time to delete this:
 
 http://www.debian.org/y2k/
 
 Any objections?

 Uhm, quite frankly, yes. We are also well past 1997 and we don't think
of throwing away the /News/1997/ or /releases/hamm/.  We could of course
add the same notion to the top of the y2k page, i.e. These pages are
being retained for historical purposes, but removal of the page is not
something I fancy. To some degree this feels a bit like burning books.
History is something we should preserve, it helps in a lot of
situations.

 What's your specific issue with the page which lets you file the
request for removal? Yes, looking at it it seems like it haven't
received proper care back then and looks kinda poor, but appart from
that ...

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111224234320.ga...@anguilla.debian.or.at



Re: [Dctrl-tools-devel] Description-less packages file

2011-11-09 Thread Gerfried Fuchs
  Hey,

* Joerg Jaspert jo...@debian.org [2011-11-03 22:39:02 CET]:
 I just merged a patch from Ansgar to generate the Packages files without
 the English description embedded inside them. Instead they are now
 written into a new file, the English Translation file in
 main/i18n/Translation-en.bz2. They thus appear alongside all other
 translated descriptions as just another language. apt  co will (or
 should) just download those Translation files to show the description,
 as they do already for all other languages.

 I am investigating from the packages site point of view already, this
is the case in Ubuntu for a bit already and I can use
packages.ubuntu.com as testbed for that. :)

 I hope to get this done in the not too far future.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2009122707.ga3...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-953-g0a9d42d

2011-10-31 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 0a9d42d1b3d812e265f38bded1b844f94fedb281
Merge: adb9778b7eede88fe044d76151d309ad06cfd784 
0769c5831eeb062f38e3cef5666f54c2566b4e43
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Oct 31 15:10:39 2011 +0100

Merge branch 'master' into debian-master

diff --combined lib/Packages/Dispatcher.pm
index e2123a9,105117f..998e13c
--- a/lib/Packages/Dispatcher.pm
+++ b/lib/Packages/Dispatcher.pm
@@@ -64,15 -64,12 +64,15 @@@ sub do_dispatch 
  delete $ENV{'LC_ALL'};
  delete $ENV{'LC_MESSAGES'};
  
 -my %SUITES_ALIAS = ( oldstable = 'etch',
 -   stable = 'lenny',
 -   testing = 'squeeze',
 +my %SUITES_ALIAS = ( oldstable = 'lenny',
 +   stable = 'squeeze',
 +   testing = 'wheezy',
 unstable = 'sid',
 -   '4.0' = 'etch',
 -   '5.0' = 'lenny' );
 +   'rc-buggy' = 'experimental',
 +   '5.0' = 'lenny',
 +   '6.0' = 'squeeze',
 +   'oldstable-backports' = 'lenny-backports',
 +   'stable-backports' = 'squeeze-backports' );
  
  # Read in all the variables set by the form
  my $input;
@@@ -104,8 -101,9 +104,9 @@@
  $last_modified = $now if $now - $last_modified  3600;
  
  if ($input-http('If-Modified-Since') and
-   (my $modtime = str2time($input-http('If-Modified-Since'), 'UTC'))) {
-   if ($modtime = $last_modified) {
+   (my $client_timestamp = str2time($input-http('If-Modified-Since'), 
'UTC'))) {
+   if ($client_timestamp  $last_modified) {
+   # we are not modified since asked - return 304 Not Modified
print $input-header(-status = 304);
exit;
}

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-894-g2cbbd4f

2011-10-31 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 2cbbd4fcf8594eb2c92e94a948ad01acb770e223
Merge: 926be4db09b1c0d364801c4b2707ccc028590494 
0769c5831eeb062f38e3cef5666f54c2566b4e43
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Oct 31 15:10:45 2011 +0100

Merge branch 'master' into ubuntu-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-955-g2b7709d

2011-10-31 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 2b7709d2271f339165fb401ef02085d23af5db18
Merge: 0a9d42d1b3d812e265f38bded1b844f94fedb281 
a6b39cb5eec2cf7d8a0d756f0090a9d863c9
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Oct 31 15:15:51 2011 +0100

Merge branch 'master' into debian-master

diff --combined lib/Packages/Dispatcher.pm
index 998e13c,c247be9..d034377
--- a/lib/Packages/Dispatcher.pm
+++ b/lib/Packages/Dispatcher.pm
@@@ -64,15 -64,12 +64,15 @@@ sub do_dispatch 
  delete $ENV{'LC_ALL'};
  delete $ENV{'LC_MESSAGES'};
  
 -my %SUITES_ALIAS = ( oldstable = 'etch',
 -   stable = 'lenny',
 -   testing = 'squeeze',
 +my %SUITES_ALIAS = ( oldstable = 'lenny',
 +   stable = 'squeeze',
 +   testing = 'wheezy',
 unstable = 'sid',
 -   '4.0' = 'etch',
 -   '5.0' = 'lenny' );
 +   'rc-buggy' = 'experimental',
 +   '5.0' = 'lenny',
 +   '6.0' = 'squeeze',
 +   'oldstable-backports' = 'lenny-backports',
 +   'stable-backports' = 'squeeze-backports' );
  
  # Read in all the variables set by the form
  my $input;
@@@ -105,7 -102,7 +105,7 @@@
  
  if ($input-http('If-Modified-Since') and
(my $client_timestamp = str2time($input-http('If-Modified-Since'), 
'UTC'))) {
-   if ($client_timestamp  $last_modified) {
+   if ($client_timestamp = $last_modified) {
# we are not modified since asked - return 304 Not Modified
print $input-header(-status = 304);
exit;

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-896-g697a779

2011-10-31 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 697a779bad0766a27b20690a4f0b05c1dc30ea8c
Merge: 2cbbd4fcf8594eb2c92e94a948ad01acb770e223 
a6b39cb5eec2cf7d8a0d756f0090a9d863c9
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Oct 31 15:15:57 2011 +0100

Merge branch 'master' into ubuntu-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: patch to fix issue blocking upgrade powell to squeeze

2011-10-27 Thread Gerfried Fuchs
   Hey,

* Bart Martens ba...@debian.org [2011-10-26 19:13:21 CEST]:
 The attached patch fixes an issue blocking the upgrade of powell to squeeze.

 Perfect - I'm testing it right now in my own environment to confirm.

 Please commit the patch to git://anonscm.debian.org/webwml/packages.git .

 Will commit it afterwards of course. Did you check for other potential
bashisms in the scripts, or was it just this one you were interested in?
Because if we see one such issue we rather should make sure it doesn't
apprear in a different script too that might cause issues in other
areas.

 Thanks a LOT!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111027121735.ga9...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-949-gadb9778

2011-10-27 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit adb9778b7eede88fe044d76151d309ad06cfd784
Merge: fb1856f2395f7d45ba17a33c70646c7b2729374f 
2bdba691021b961516c3ccab63b736663aff4474
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Oct 28 01:52:46 2011 +0200

Merge branch 'master' into debian-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-890-g926be4d

2011-10-27 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 926be4db09b1c0d364801c4b2707ccc028590494
Merge: be5632280d10cafd25ee4ea3b22b653250cb2e9f 
2bdba691021b961516c3ccab63b736663aff4474
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Oct 28 01:55:51 2011 +0200

Merge branch 'master' into ubuntu-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-885-g9295c7e

2011-10-14 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 57846fbfa25f9a6a4878182037d14dc9c1e5ac36
Merge: e46ca864f95817099aab4d1251c8773e7b51b10f 
1deb5ef4f37a6ccea16346836a7097a43a257978
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Oct 14 12:58:04 2011 +0200

Merge branch 'master' into ubuntu-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-885-g9295c7e

2011-10-14 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 9295c7e1a81128139af8694f447d247130cf041c
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Oct 14 13:57:57 2011 +0200

Reflect oneiric release: +oneiric, -dapper

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 0e65032..2f12546 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -42,13 +42,10 @@ ddtplangs=ca cs da de eo es eu fi fr hu it ja km ko nl pl 
pt pt-br ru sk sv uk
 archives=us security
 sections=main multiverse restricted universe
 parts=$sections
-suites=dapper dapper-updates dapper-backports hardy hardy-updates 
hardy-backports lucid lucid-updates lucid-backports maverick maverick-updates 
maverick-backports natty natty-updates natty-backports oneiric
+suites=hardy hardy-updates hardy-backports lucid lucid-updates 
lucid-backports maverick maverick-updates maverick-backports natty 
natty-updates natty-backports oneiric oneiric-updates oneiric-backports precise
 priorities=required important standard optional extra
 dists=$suites
-architectures=i386 amd64 powerpc
-arch_dapper=i386 amd64 powerpc
-arch_dapper_updates=${arch_dapper}
-arch_dapper_backports=${arch_dapper}
+architectures=i386 amd64 powerpc armel
 arch_hardy=i386 amd64
 arch_hardy_updates=${arch_hardy}
 arch_hardy_backports=${arch_hardy}
@@ -64,6 +61,9 @@ arch_natty_backports=${arch_natty}
 arch_oneiric=${arch_maverick}
 arch_oneiric_updates=${arch_oneiric}
 arch_oneiric_backports=${arch_oneiric}
+arch_precise=${arch_oneiric}
+arch_precise_updates=${arch_precise}
+arch_precise_backports=${arch_precise}
 
 # Miscellaneous
 #
diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm
index 86af34b..c88310d 100644
--- a/lib/Deb/Versions.pm
+++ b/lib/Deb/Versions.pm
@@ -180,7 +180,7 @@ our @SUITES_SORT = qw(
squeeze
sid unstable experimental
warty hoary breezy dapper edgy feisty gutsy hardy
-   intrepid jaunty karmic lucid maverick natty oneiric);
+   intrepid jaunty karmic lucid maverick natty oneiric 
precise);
 our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
 our @PRIORITY_SORT = qw( required important standard optional extra );
 my $i = 1000;
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index 291fc95..de0e9c4 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -5,19 +5,20 @@
html_meta = 'meta name=verify-v1 
content=Rg2bDR1kWPGd8k8v9NOgnmtUQHO6UaKX2glZWVDptok='
 -%]
 [%-
-all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports',
-  'hardy', 'hardy-updates', 'hardy-backports',
+all_suites = [ 'hardy', 'hardy-updates', 'hardy-backports',
   'lucid', 'lucid-updates', 'lucid-backports',
   'maverick', 'maverick-updates', 'maverick-backports',
   'natty', 'natty-updates', 'natty-backports',
-  'oneiric' ]
+  'oneiric', 'oneiric-updates', 'oneiric-backports',
+  'precise' ]
 version_numbers = { dapper = '6.06LTS',
hardy  = '8.04LTS',
lucid  = '10.04LTS',
maverick = '10.10',
natty = '11.04',
+   oneiric = '11.10',
  }
-current_release = 'natty'
+current_release = 'oneiric'
 all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
 all_architectures = [ 'i386', 'amd64', 'powerpc' ]
 -%]
@@ -130,6 +131,8 @@ Distribution:
 hr
 h2News/h2
 dl
+dt2011-10-14/dt
+ddReflect oneiric release, add oneiric, remove dapper./dd
 dt2011-04-28/dt
 ddReflect natty release, add natty, remove karmic./dd
 dt2010-10-10/dt

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-886-gbe56322

2011-10-14 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit be5632280d10cafd25ee4ea3b22b653250cb2e9f
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Oct 14 14:10:13 2011 +0200

fix news items

diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index de0e9c4..b0f3370 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -132,11 +132,11 @@ Distribution:
 h2News/h2
 dl
 dt2011-10-14/dt
-ddReflect oneiric release, add oneiric, remove dapper./dd
+ddReflect oneiric release, add precise, remove dapper./dd
 dt2011-04-28/dt
-ddReflect natty release, add natty, remove karmic./dd
+ddReflect natty release, add oneiric, remove karmic./dd
 dt2010-10-10/dt
-ddReflect maverick release, add maverick, remove jaunty./dd
+ddReflect maverick release, add natty, remove jaunty./dd
 dt2010-05-05/dt
 ddReflect lucid release, add maverick, remove intrepid./dd
 dt2009-10-30/dt

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-945-gfb1856f

2011-09-20 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit fb1856f2395f7d45ba17a33c70646c7b2729374f
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Sep 20 13:28:05 2011 +0200

add s390x, another debports arch

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 3565326..2ac2461 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -48,11 +48,11 @@ parts=$sections
 suites=lenny lenny-volatile lenny-backports lenny-backports-sloppy squeeze 
squeeze-updates squeeze-backports wheezy sid experimental
 priorities=required important standard optional extra
 dists=$suites
-architectures=alpha amd64 arm armel armhf avr32 hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 sh4 sparc 
sparc64
+architectures=alpha amd64 arm armel armhf avr32 hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 s390x sh4 
sparc sparc64
 arch_lenny=alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 
sparc
 arch_squeeze=amd64 armel i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel 
powerpc s390 sparc
 arch_wheezy=${arch_squeeze}
-arch_sid=${arch_wheezy} alpha armhf avr32 hppa hurd-i386 m68k powerpcspe sh4 
sparc64
+arch_sid=${arch_wheezy} alpha armhf avr32 hppa hurd-i386 m68k powerpcspe 
s390x sh4 sparc64
 arch_experimental=${arch_sid}
 arch_lenny_proposed_updates=${arch_lenny}
 
diff --git a/templates/config/architectures.tmpl 
b/templates/config/architectures.tmpl
index 018646e..607e98d 100644
--- a/templates/config/architectures.tmpl
+++ b/templates/config/architectures.tmpl
@@ -12,6 +12,7 @@ architectures = {
 mips= g('MIPS (big-endian)'),
 mipsel  = g('MIPS (little-endian)'),
 s390= g('IBM S/390'),
+s390x   = g('IBM System z'),
 hurd-i386 = g('Hurd (i386)'),
 amd64   = g('AMD64'),
 armel   = g('EABI ARM'),
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index e9e60a7..bc68d09 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -13,7 +13,7 @@
 all_sections = [ 'main', 'contrib', 'non-free' ]
 all_architectures = [   'alpha', 'arm', 'armel', 'armhf', 'amd64', 
'avr32', 'hppa', 'i386',
 'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
-'mipsel', 'm68k', 'powerpc', 'powerpcspe', 's390', 
'sh4',
+'mipsel', 'm68k', 'powerpc', 'powerpcspe', 's390', 
's390x', 'sh4',
 'sparc', 'sparc64' ]
 -%]
 

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: ncftp

2011-09-14 Thread Gerfried Fuchs
   Hi!

* avinash nayak avinashcs...@gmail.com [2011-09-14 08:54:56 CEST]:
 can you tell me where the source code of ncftp 3.2.3 is available

 That version never was uploaded to our pool, so we don't have the
source for it.  Interestingly, the Upstream homepage doesn't have it
neither.

 Why are you interested in that specific version?
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110914071628.ga24...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-879-ge46ca86

2011-09-12 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit e46ca864f95817099aab4d1251c8773e7b51b10f
Merge: 6adaf6e202571324a5a430b0be8fe90d34105706 
5e94efa19c766c7bfc8519aa35b05518d311fb37
Author: Gerfried Fuchs rho...@debian.org
Date:   Fri Aug 26 11:02:50 2011 +0200

Merge branch 'master' into ubuntu-master

diff --combined static/about/index.tmpl
index e81a856,f3e4ec0..06fac16
--- a/static/about/index.tmpl
+++ b/static/about/index.tmpl
@@@ -10,22 -10,19 +10,22 @@@
  
  pThe current code base is maintained by Frank Lichtenheld in
  a href=http://git.or.cz/;git/a and can be obtained from
- a href=http://source.djpig.de/git/;http://source.djpig.de/git//a
+ a 
href=http://anonscm.debian.org/git/webwml/packages.git;http://anonscm.debian.org/git/webwml/packages.git/a
  both over ttHTTP/tt and the native git protocol.
  
  blockquote
-   git clone http://source.djpig.de/git/packages.git
+   git clone http://anonscm.debian.org/git/webwml/packages.git
  /blockquote
  
  por
  
  blockquote
-   git clone git://source.djpig.de/git/packages.git
+   git clone git://anonscm.debian.org/webwml/packages.git
  /blockquote
  
 +pThe modifications specific to Ubuntu can be found in the 
ttubuntu-master/tt
 +branch./p
 +
  pThe older second generation code can be found in the Debian CVS
  at a 
href=http://cvs.debian.org/packages/?cvsroot=webwml;cvs.debian.org/a.
  
diff --combined templates/html/show.tmpl
index dd56fda,8b4a6e2..d81d1e8
--- a/templates/html/show.tmpl
+++ b/templates/html/show.tmpl
@@@ -68,7 -68,13 +68,7 @@@
  [% END %]
  h3[% g('%s Resources:', organisation) %]/h3
  ul
 -lia href=[% (is_source ? src_bugs_url : bugs_url) _ pkg %][% g('Bug 
Reports') %]/a/li
 -
 -[% IF src.pkg -%]
 -lia href=[% pts_url _ src.pkg %][% g('Developer Information (PTS)') 
%]/a/li
 -[% ELSIF is_source %]
 -lia href=[% pts_url _ pkg %][% g('Developer Information (PTS)') 
%]/a/li
 -[%- END %]
 +lia href=[% launchpad_url _ (is_source ? pkg : src.pkg) _ '/+bugs' %][% 
g('Bug Reports') %]/a/li
  
  [% IF files  (!archive or archive == main_archive or archive == 'security') 
%]
  lia href=[% changelogs_url _ files.changelog.path %][% g('%s 
Changelog', organisation) %]/a/li
@@@ -89,13 -95,13 +89,13 @@@
  
  [% IF patch_tracking_url  src %]
[% FOREACH src.downloads %]
- [% IF name.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %]
+ [% IF name.match('\.(debian\.tar|diff)\.(gz|xz|bz2|lzma)$') %]
  lia href=[% $patch_tracking_url/$src.pkg/$src.version %][% g(%s 
Patch Tracker, organisation) %]/a/li
  [% END -%]
[% END -%]
  [% ELSIF patch_tracking_url  is_source %]
[% FOREACH srcfiles %]
- [% IF filename.match('\.(debian\.tar|diff)\.(gz|bz2|lzma)$') %]
+ [% IF filename.match('\.(debian\.tar|diff)\.(gz|xz|bz2|lzma)$') %]
  lia href=[% $patch_tracking_url/$pkg/$version %][% g(%s Patch 
Tracker, organisation) %]/a/li
  [% END -%]
[% END -%]
@@@ -115,7 -121,12 +115,7 @@@
[% END %]
  [% END %]
  
 -[% IF maintainers.size == 1 -%]
 -  h3[% g('Maintainer:') %]/h3
 -[%- ELSE -%]
 -  h3[% g('Maintainers:') %]/h3
 -[%- END %]
 -[%- FOREACH maintainers;
 +[%- BLOCK handle_maintainer;
mailarchiveurl = '';
IF (matches = mail.match('^(.*)@lists\.debian\.org$'));
mailarchiveurl = 'http://lists.debian.org/' _ uri_escape(matches.0) _ 
'/';
@@@ -124,43 -135,12 +124,43 @@@
ELSIF (matches = mail.match('^(.*)@lists\.ubuntu\.com$'));
mailarchiveurl = 'http://lists.ubuntu.com/archives/' _ 
uri_escape(matches.0) _ '/';
END -%]
 -  [%- 'ul' IF loop.first -%]
 +  [% IF hide_mail %]
 +  li[% name | html %]
 +  [% ELSE %]
lia href=mailto:[% mail | html %][% name | html %]/a
 -  (a href=[% ddpo_url %][% uri_escape(mail) %] title=[% g(An 
overview over the maintainer's packages and uploads) %][% g('QAnbsp;Page') 
%]/a
 -  [%- IF mailarchiveurl %], a href=[% mailarchiveurl %] title=[% 
g('Archive of the Maintainer Mailinglist') %][% g('Mailnbsp;Archive') 
%]/a[% END %])
 +  [% END %]
 +  [%- IF mailarchiveurl %] (a href=[% mailarchiveurl %] title=[% 
g('Archive of the Maintainer Mailinglist') %][% g('Mailnbsp;Archive') 
%]/a)[% END %]
/li
 -  [%- '/ul' IF loop.last -%]
 +[% END -%]
 +
 +[%- IF maintainers.size -%]
 +[% IF maintainers.size == 1 -%]
 +  h3[% g('Maintainer:') %]/h3
 +[%- ELSE -%]
 +  h3[% g('Maintainers:') %]/h3
 +[%- END %]
 +[%- FOREACH m IN maintainers;
 +   'ul' IF loop.first;
 +   PROCESS handle_maintainer name=m.name mail=m.mail;
 +   '/ul' IF loop.last;
 + END -%]
 +p[% g('Please consider a href=%sfiling a bug/a or a href=%sasking 
a question/a via Launchpad before contacting the maintainer directly.',
 +https://bugs.launchpad.net/ubuntu/+source/; _ (is_source ? pkg : 
src.pkg) _ /+filebug,
 +https://answers.launchpad.net/ubuntu/+source/; _ (is_source ? pkg : 
src.pkg) _ /+addquestion) %]/p
 +[%- END -%]
 +
 +[%- IF original_maintainers.size -%]
 +[% IF original_maintainers.size == 1

[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-944-gd1d4989

2011-09-12 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit d1d4989aab671c948d87bff52d3b8fdead63387a
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Sep 12 15:30:50 2011 +0200

some more suite aliases

diff --git a/lib/Packages/Dispatcher.pm b/lib/Packages/Dispatcher.pm
index 67488e9..e2123a9 100755
--- a/lib/Packages/Dispatcher.pm
+++ b/lib/Packages/Dispatcher.pm
@@ -68,8 +68,11 @@ sub do_dispatch {
 stable = 'squeeze',
 testing = 'wheezy',
 unstable = 'sid',
+'rc-buggy' = 'experimental',
 '5.0' = 'lenny',
-'6.0' = 'squeeze' );
+'6.0' = 'squeeze',
+'oldstable-backports' = 'lenny-backports',
+'stable-backports' = 'squeeze-backports' );
 
 # Read in all the variables set by the form
 my $input;

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Quote usage in gettexted WML

2011-08-18 Thread Gerfried Fuchs
* Jeroen Schot sc...@a-eskwadraat.nl [2011-08-16 17:35:32 CEST]:
 Hello Debian-WWW,
 
 The files english/template/debian/{stat_tags,legal}.wml contain
 constructs like:
 
 : printf 'gettext domain=stats.../gettext', %0 :
 
 Note the single quotation marks ('). This causes breakage when the
 translated string also contains single quotation marks. I recently
 encountered this when trying to enable the Dutch translation for
 devel/website/stats. I think the right solutions is to simply replace
 the single quotation marks with double quotation marks.
 
 I have attached a patch that does this. I can commit it myself if
 there are no objections to it, but would be more confident if a
 regular committer would do this.

 Wouldn't that then instead break if the translated string contains
double quotation marks, or more of an issue, $ or % or such?  Did you
try to escape the single quote in the translated string with an \
infront of it for that purpose (maybe double \\ needed to carry it
over).

 An alternative would be to use the Unicode 'Punctuation apostrophe'
 (U+2019) in gettext strings and add a warning to these strings that
 the ASCII apostrophe should not be used.

 That would also work and might even get better looking results (and
more proper ones - but that would need to get carried out over all the
translated text so it doesn't look like an inconsistency)

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110818084247.ge11...@anguilla.debian.or.at



Re: wrong link at cyrus source package page

2011-07-20 Thread Gerfried Fuchs
   Hi!

* Simon Paillard spaill...@debian.org [2011-07-20 23:32:06 CEST]:
 On Wed, Jul 20, 2011 at 10:39:02AM -0300, Andre Felipe Machado wrote:
  At page
  http://packages.debian.org/source/wheezy/cyrus-imapd-2.4
  there is a browseable repository broken link
  http://git.debian.org/?p=pkg-cyrus-imapd/pkg-cyrus-imapd-2.4.git
  The working link should be:
  http://anonscm.debian.org/gitweb/?p=pkg-cyrus-imapd/cyrus-imapd-2.4.git;a=tree
  or at least
  http://anonscm.debian.org/gitweb/?p=pkg-cyrus-imapd/cyrus-imapd-2.4.git
 
 this is nothing the webteam can fix.
 
 The information is taken from Vcs-* fields from the source package.

 So far, correct.
 
 After alioth migration, many Vcs-* values have been broken, hence Alioth 
 admins
 in CC.

 Though, this doesn't sound like a broken alioth issue to me. It
redirects properly. There though is a pkg- too much in the URL, both in
the VCS-Browser and the VCS-Git one.

 Maintainers of the package are in cc:, please fix this, thanks!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110720213757.ga5...@anguilla.debian.or.at



Re: More DC11 presence on the www.debian.org start page?

2011-07-20 Thread Gerfried Fuchs
   Hi, Valessio!

* Valessio S Brito cont...@valessiobrito.info [2011-07-17 00:56:23 CEST]:
 I make a version with JavaScript:
 http://valessiobrito.info/tmp/dc11/webwatch/
 - perfect..

 other version No-JS and with only iframe
 http://valessiobrito.info/tmp/dc11/webwatch-nojs/
 - one bug, join and chat irc.. and change TAB.. out chat irc... :(

 and other version with CSS and iframe
 http://valessiobrito.info/tmp/dc11/webwatch-css/
 - fix bug chat IRC.. but a small bug: click on new aba.. move the scroll..

 Great. Btw., could you please use
http://homer.dc11.debconf.org/cgi-bin/announce.cgi for the schedule
overview page? The video links in there aren't 100% fixed, but I am
confident that they will become this from what I understood in our
discussions.

 Thanks!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110720214322.go5...@anguilla.debian.or.at



Re: http://www.debian.org/misc/index.en.html: Reports - typo?

2011-07-20 Thread Gerfried Fuchs
   Hey,

* Alexander Reshetov e...@debian-by.org [2011-07-16 20:24:31 CEST]:
 On Sat, Jul 16, 2011 at 12:04:53PM +0200, Holger Wansing wrote:
  on http://www.debian.org/misc/index.en.html
  we have:
  
  quote
  Debian publishes reports and issue position statements on Free Software 
  related topics.
  /quote
  
  This sentence only makes sense for me, if we change 
  
  - issue
  + issues
  
  Correct?
  Otherwise I'm unable to understand the sense here...
 
 Similar for me.

 Erm, no, that results in different meaning. It meant to publish two
things: for one, reports, and for second, issue possition statements.
Now it means to publish only reports, and to get position statements
issued. I'm not totally sure which of these two meanings is actually the
correct one - could the people that have added that paragraph please
speak up and clear up the confusion?

 Thanks!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110720214706.gp5...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-929-g4184971

2011-07-09 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 4184971a583fdcaece2c126a85355e20da36b20c
Author: Gerfried Fuchs rho...@debian.org
Date:   Sat Jul 9 14:29:01 2011 +0200

add armhf from debian-ports (closes: #633058)

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 952f2e8..3565326 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -48,11 +48,11 @@ parts=$sections
 suites=lenny lenny-volatile lenny-backports lenny-backports-sloppy squeeze 
squeeze-updates squeeze-backports wheezy sid experimental
 priorities=required important standard optional extra
 dists=$suites
-architectures=alpha amd64 arm armel avr32 hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 sh4 sparc 
sparc64
+architectures=alpha amd64 arm armel armhf avr32 hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 sh4 sparc 
sparc64
 arch_lenny=alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 
sparc
 arch_squeeze=amd64 armel i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel 
powerpc s390 sparc
 arch_wheezy=${arch_squeeze}
-arch_sid=${arch_wheezy} alpha avr32 hppa hurd-i386 m68k powerpcspe sh4 
sparc64
+arch_sid=${arch_wheezy} alpha armhf avr32 hppa hurd-i386 m68k powerpcspe sh4 
sparc64
 arch_experimental=${arch_sid}
 arch_lenny_proposed_updates=${arch_lenny}
 

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-930-gfd06dec

2011-07-09 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit fd06decedb2bda1fc34e32f890e238f92a603e0d
Author: Gerfried Fuchs rho...@debian.org
Date:   Sat Jul 9 23:48:44 2011 +0200

some more armhf related changes

diff --git a/bin/parse-contents b/bin/parse-contents
index 16bc7e4..791eaeb 100755
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@ -47,7 +47,7 @@ my @archives = @ARCHIVES;
 my @suites = @SUITES;
 my @archs = @ARCHITECTURES;
 my %deborts_hash;
-@deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
+@deborts_hash{qw( alpha avr32 armhf hppa m68k powerpcspe sh4 sparc64 )} = ();
 
 $DBDIR .= /contents;
 mkdirp( $DBDIR );
diff --git a/cron.d/100syncarchive_debports b/cron.d/100syncarchive_debports
index ba53e36..d2c55d8 100755
--- a/cron.d/100syncarchive_debports
+++ b/cron.d/100syncarchive_debports
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # Main archive
 #
-architectures=alpha avr32 hppa m68k powerpcspe sh4 sparc64
+architectures=alpha avr32 armhf hppa m68k powerpcspe sh4 sparc64
 
 for dist in sid experimental
   do
diff --git a/templates/config/architectures.tmpl 
b/templates/config/architectures.tmpl
index 02b7e8e..018646e 100644
--- a/templates/config/architectures.tmpl
+++ b/templates/config/architectures.tmpl
@@ -18,6 +18,7 @@ architectures = {
 kfreebsd-i386 = g('GNU/kFreeBSD (i386)'),
 kfreebsd-amd64 = g('GNU/kFreeBSD (amd64)'),
 avr32   = g('AVR32'),
+armhf   = g('ARM Hard Float'),
 powerpcspe = g('PowerPC SPE (e500 core)'),
 sh4 = g('SH4'),
 sparc64 = g('Sparc64'),
diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl
index b01bd33..510eb7e 100644
--- a/templates/config/mirrors.tmpl
+++ b/templates/config/mirrors.tmpl
@@ -171,6 +171,10 @@ mirrors = {
url = 'http://avr32.debian.net/',
name = 'AVR32',
},
+   armhf = {
+   url = 
'http://wiki.debian.org/ArmHardFloatPort',
+   name = 'ARMHF',
+   },
hppa = {
url_name = 'hppa',
name = 'HPPA',
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index 8ef6fae..e9e60a7 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -11,7 +11,7 @@
squeeze = '6.0' }
 current_release = 'squeeze'
 all_sections = [ 'main', 'contrib', 'non-free' ]
-all_architectures = [   'alpha', 'arm', 'armel', 'amd64', 'avr32', 'hppa', 
'i386',
+all_architectures = [   'alpha', 'arm', 'armel', 'armhf', 'amd64', 
'avr32', 'hppa', 'i386',
 'ia64', 'kfreebsd-amd64', 'kfreebsd-i386', 'mips',
 'mipsel', 'm68k', 'powerpc', 'powerpcspe', 's390', 
'sh4',
 'sparc', 'sparc64' ]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-875-g6adaf6e

2011-06-28 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 6adaf6e202571324a5a430b0be8fe90d34105706
Merge: 56ba156255307e6b0f02833198994a144a25c1ee 
66e13e020e7b338272a4516e3773c100826732c2
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Jun 28 08:06:42 2011 +0200

Merge branch 'master' into ubuntu-master

diff --combined bin/parse-contents
index 22a72e8,16bc7e4..959b610
--- a/bin/parse-contents
+++ b/bin/parse-contents
@@@ -47,7 -47,7 +47,7 @@@ my @archives = @ARCHIVES
  my @suites = @SUITES;
  my @archs = @ARCHITECTURES;
  my %deborts_hash;
- @deborts_hash{qw( avr32 m68k powerpcspe sh4 sparc64 )} = ();
+ @deborts_hash{qw( alpha avr32 hppa m68k powerpcspe sh4 sparc64 )} = ();
  
  $DBDIR .= /contents;
  mkdirp( $DBDIR );
@@@ -87,11 -87,9 +87,11 @@@ for my $suite (@suites) 
  
open CONT, zcat $filename|$what
or die $!;
 -  while (CONT) { last if /^FILE/mo; }
 -  if (eof(CONT)) { # no header found
 +  my $header_found = 0;
 +  while (CONT) { /^FILE/mo  do { $header_found = 1; last };}
 +  if (eof(CONT)) { # no header found or only header found
close CONT; # explicit close to reset $.
 +  next if $header_found;
open CONT, zcat $filename|$what;
}
while (CONT) {

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, master, updated. switch-to-templates-755-g66e13e0

2011-06-27 Thread Gerfried Fuchs
The following commit has been merged in the master branch:
commit 66e13e020e7b338272a4516e3773c100826732c2
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Jun 28 07:57:36 2011 +0200

align the bug closes regex

diff --git a/lib/Parse/DebianChangelog/ChangesFilters.pm 
b/lib/Parse/DebianChangelog/ChangesFilters.pm
index 8434770..6e5da9c 100644
--- a/lib/Parse/DebianChangelog/ChangesFilters.pm
+++ b/lib/Parse/DebianChangelog/ChangesFilters.pm
@@ -90,7 +90,7 @@ sub email_to_ddpo {
 }
 
 sub bugs_to_bts {
-(my $text = $_[0]) =~ s|Closes:\s*(?:Bug)?\#\d+(?:\s*,\s*(?:Bug)?\#\d+)*
+(my $text = $_[0]) =~ 
s|closes:\s*(?:bug)?\#?\s?\d+(?:\s*,\s*(?:bug)?\#?\s?\d+)*
|my $tmp = $; { no warnings;
 $tmp =~ s@(Bug)?\#(\d+)@a class=buglink 
href=http://bugs.debian.org/$2;$1\#$2/a@ig; }
 $tmp
diff --git a/lib/Parse/DebianChangelog/Util.pm 
b/lib/Parse/DebianChangelog/Util.pm
index 9086249..f5c9acc 100644
--- a/lib/Parse/DebianChangelog/Util.pm
+++ b/lib/Parse/DebianChangelog/Util.pm
@@ -67,7 +67,7 @@ sub find_closes {
 my $changes = shift;
 my @closes = ();
 
-while ($changes  ($changes =~ 
/closes:\s*(?:bug)?\#?\s?\d+(?:,\s*(?:bug)?\#?\s?\d+)*/ig)) {
+while ($changes  ($changes =~ 
/closes:\s*(?:bug)?\#?\s?\d+(?:\s*,\s*(?:bug)?\#?\s?\d+)*/ig)) {
push(@closes, $ =~ /\#?\s?(\d+)/g);
 }
 

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-928-gd69d096

2011-06-27 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit d69d096d829d1b838cef806eb5280143ad737953
Merge: 756d6af6d756fb5c4ab2ba8de8b17e272c717c52 
66e13e020e7b338272a4516e3773c100826732c2
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Jun 28 07:58:21 2011 +0200

Merge branch 'master' into debian-master

diff --combined lib/Parse/DebianChangelog/ChangesFilters.pm
index 4dfab20,6e5da9c..835ee06
--- a/lib/Parse/DebianChangelog/ChangesFilters.pm
+++ b/lib/Parse/DebianChangelog/ChangesFilters.pm
@@@ -90,7 -90,7 +90,7 @@@ sub email_to_ddpo 
  }
  
  sub bugs_to_bts {
- (my $text = $_[0]) =~ s|Closes:\s*(?:Bug)?\#\d+(?:\s*,\s*(?:Bug)?\#\d+)*
+ (my $text = $_[0]) =~ 
s|closes:\s*(?:bug)?\#?\s?\d+(?:\s*,\s*(?:bug)?\#?\s?\d+)*
|my $tmp = $; { no warnings;
 $tmp =~ s@(Bug)?\#(\d+)@a class=buglink 
href=http://bugs.debian.org/$2;$1\#$2/a@ig; }
  $tmp
@@@ -102,7 -102,7 +102,7 @@@ sub cve_to_mitre 
  my ($text, $cgi) = @_;
  
  $text =~ s!\b(?:CVE|CAN)-\d{4}-\d{4}\b
 -!$cgi-a({ -href=http://cve.mitre.org/cgi-bin/cvename.cgi?name=$; 
}, $)
 +!$cgi-a({ -href=http://security-tracker.debian.org/tracker/$; }, 
$)
!xego;
  return $text;
  }

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#573797: packages.debian.org: http://packages.debian.org/squeeze/i386/unison/filelist shows wrong list

2011-06-14 Thread Gerfried Fuchs
Hi!

* Hendrik Tews t...@os.inf.tu-dresden.de:
 Hi,
 
 when I now (Thu Mar 11 10:25:22 CET 2010) retrieve
 http://packages.debian.org/squeeze/i386/unison/filelist I see 
 
 Note especially 
 
 /usr/bin/unison-2.27.57
 vs
 /usr/bin/unison-2.32.52

 I found the culprit, in the meeting minutes from the ftpmasters:

- We moved the Contents files so their place makes more sense now and
  also split them by component.
http://lists.debian.org/874o6prlfn@delenn.ganneff.de

 cron.d/100syncarchive from the packages code does an rsync of the files
from the local available mirror and keeps the timestamp ... of the
symlink. I am adding -L to the rsync calls, doing a test run ...

 ... which actually means that the filelist for packages in _main_ only
work for wheezy/sid/experimental for now (as long as the symlinks are
kept). This is a workaround, not a fix, thus I'm leaving this bugreport
open for the time being.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110614083757.ga11...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-926-g756d6af

2011-06-14 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 756d6af6d756fb5c4ab2ba8de8b17e272c717c52
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Jun 14 10:35:07 2011 +0200

dirty quickfix for main contents file, see #573797

diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive
index e47241d..7de8760 100755
--- a/cron.d/100syncarchive
+++ b/cron.d/100syncarchive
@@ -49,8 +49,8 @@ else
 do
 echo retrieve Releases(.gpg) $dist
test -d us/${dist} || mkdir -p us/${dist}
-   rsync -t ${localdir}/dists/${dist}/Release us/${dist}/Release
-   rsync -t ${localdir}/dists/${dist}/Release.gpg us/${dist}/Release.gpg
+   rsync -Lt ${localdir}/dists/${dist}/Release us/${dist}/Release
+   rsync -Lt ${localdir}/dists/${dist}/Release.gpg us/${dist}/Release.gpg
 
foo=\$arch_${dist//-/_}
for arch in `eval echo $foo`
@@ -59,19 +59,21 @@ else
do
echo retrieve Packages $dist/$part/$arch
test -d us/${dist}/${part}/binary-${arch} || mkdir -p 
us/${dist}/${part}/binary-${arch}
-   rsync -t 
${localdir}/dists/${dist}/${part}/binary-${arch}/Packages.gz \
+   rsync -Lt 
${localdir}/dists/${dist}/${part}/binary-${arch}/Packages.gz \
us/${dist}/${part}/binary-${arch}/Packages.gz
done
#FIXME: no Contents files for p-u
+   #FIXME: the symlinks for wheezy/sid/experimental will go away
+   #FIXME: this only pulls in the contents files for main in 
wheezy/sid/experimental
echo retrieve Contents $dist/$arch
-   rsync -t ${localdir}/dists/${dist}/Contents-${arch}.gz \
+   rsync -Lt ${localdir}/dists/${dist}/Contents-${arch}.gz \
us/${dist}/Contents-${arch}.gz
done
for part in ${parts}
 do
echo retrieve Sources $dist/$part
 test -d us/${dist}/${part}/source || mkdir -p 
us/${dist}/${part}/source
-rsync -t ${localdir}/dists/${dist}/${part}/source/Sources.gz \
+rsync -Lt ${localdir}/dists/${dist}/${part}/source/Sources.gz \
us/${dist}/${part}/source/Sources.gz
done
 
diff --git a/cron.d/100syncarchive_installer b/cron.d/100syncarchive_installer
index b938895..996d46f 100755
--- a/cron.d/100syncarchive_installer
+++ b/cron.d/100syncarchive_installer
@@ -41,7 +41,7 @@ else
part=$part/debian-installer
echo retrieve Sources $dist/$part/$arch
test -d us/${dist}/${part}/binary-${arch} || mkdir -p 
us/${dist}/${part}/binary-${arch}
-   rsync -t 
${localdir}/dists/${dist}/${part}/binary-${arch}/Packages.gz \
+   rsync -Lt 
${localdir}/dists/${dist}/${part}/binary-${arch}/Packages.gz \
us/${dist}/${part}/binary-${arch}/Packages.gz
done
done
diff --git a/cron.d/120synctrans b/cron.d/120synctrans
index bd3e31d..b97659e 100755
--- a/cron.d/120synctrans
+++ b/cron.d/120synctrans
@@ -37,7 +37,7 @@ else
  do
locale=$(echo $lang|perl -p -e 
's/^([a-z]{2})-([a-z]{2})$/$1_.uc($2)/e')
echo retrieve translated Descs $dist/$part/$lang ($locale)
-rsync -t 
${localdir}/dists/${dist}/${part}/i18n/Translation-$locale.bz2 \
+rsync -Lt 
${localdir}/dists/${dist}/${part}/i18n/Translation-$locale.bz2 \
us/${dist}/${part}/i18n/Translation-$locale.bz2
  done
done

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: [Debconf-team] debconf11: please add sponsorship logo in debian.org site

2011-06-09 Thread Gerfried Fuchs
  Hey, Leandro!

* Leandro Gómez leo.tel...@gmail.com [2011-06-09 17:26:04 CEST]:
 2011/6/9 Moray Allan mo...@sermisy.org
  On Thu, Jun 9, 2011 at 8:52 AM, Leandro Gómez leo.tel...@gmail.com
  wrote:
   138x55px banner: http://dl.dropbox.com/u/21510751/sponsorship_138x55.png
   112x45px banner: http://dl.dropbox.com/u/21510751/sponsorship_112x45.png
 
  (I think) the idea was for you to make something to fill the space
  used on http://www.deb.at/ but with the I'm going to text and style,
  not simply the DebConf11 logo on a plain background.

 All right then, give me some time and I'll do it. Are the sizes ok?

 Yes, those sizes would be perfect fit, thanks for jumping in so
quickly!

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110609153033.ga19...@anguilla.debian.or.at



Re: to get cd

2011-06-08 Thread Gerfried Fuchs
   Heya!

* RAMU ramu...@gmail.com [2011-06-08 13:23:46 CEST]:
 how can i get this os cd is ubuntu best or debian best

 First of all, debian-www is the list about maintaining the website, so
your question would have been better suited at the debian-user
mailinglist.

 About how to get Debian on CD, please be referred to our website at
http://www.debian.org/distrib/. And about your second question, what
answer would you expect to that from asking it on a Debian mailinglist?
A biased one obviously, so not much of real value here.

 Enjoy!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110608115133.ga7...@anguilla.debian.or.at



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-06-08 Thread Gerfried Fuchs
   Hey,

* Osamu Aoki os...@debian.org [2011-06-08 15:21:30 CEST]:
 On Thu, May 26, 2011 at 12:56:06PM +0200, Gerfried Fuchs wrote:
   So from now on, commits to english/ that are containing non-ascii
  characters MUST be utf-8 encoded. We'll see what might (or might not)
  break after the next build which is expected in half an hour.
 
 File is in UTF-8 encoded but this conversion did not convert funkey
 entities to more readable UTF-8 text.

 Where there were entities before they should still be left as entities
until all languages are converted into utf8. There are still a few left,
and the places we made use of entities in the english files they are
usually included verbatim into otherwise translated pages, so changing
them from entities to utf8 at this stage of the transition would break
the pages for those languages.

 So the same caveat still applies: In places that are extracted verbatim
into other language pages we still have to stick to plain ascii with
entities. This especially holds true for the DPN footers and the doc
data files.

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110608143122.ga20...@anguilla.debian.or.at



Re: debconf11: please add sponsorship logo in debian.org site

2011-06-07 Thread Gerfried Fuchs
   Hey,

 thanks for the fast response, I know myself that this is sometimes
tricky, but given that time is running against us here this is truly
appreciated!

* Stefano Zacchiroli lea...@debian.org [2011-06-07 08:54:23 CEST]:
 On the other hand, considering the short time frame from now to the
 conference, I'd have no problem in having a DebConf link (not mentioning
 sponsoring) pointing to the DebConf website.

 Thanks for sharing the feelings. Actually, to be honest, this was
originally brought up by taffit, I just did wrote the email because
I share the sentiments too. :)

 Said that, moray mentioned yesterday that a I'm going to debconf kind
banner would fit better to get the idea over to people who aren't aware
(yet) what debconf might be, so what I did now on http://www.deb.at/
should still be improved on that grounds.

 Is someone able to make the time free to get in contact with one of the
artists to make this happen, the I'm going logos on the debconf wiki
are too high to fit as well into the site as the current button does.
Unfortunately I fear I won't be able to find the time to make this
happen myself properly, I should concentrate on other things these days.
Whoever takes this, it is truly appreciated!

 For those who might commit it afterwards, the corresponding file to
change would be webwml/english/template/debian/mainpage.wml rather at
the end. Just don't use the visitsponsor/ alt text there, but leave it
in the css class sponsorbutton nevertheless.

 Enjoy!
RHonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110608050403.ga4...@anguilla.debian.or.at



Re: debconf11: please add sponsorship logo in debian.org site

2011-06-06 Thread Gerfried Fuchs
  Hey,

* Damyan Ivanov d...@debian.org [2011-06-06 16:29:01 CEST]:
 -=| Hector Oron, Mon, Jun 06, 2011 at 03:11:39PM +0100 |=-
It would be nice if it was possible to have Debian sponsorship 
logo
  on main debian.org site.
http://media.debconf.org/dc11/sponsorlogos/sponsorship.png
  
I think Rhonda has already hands on work, but it is always nice to
  communicate to others our intentions.
 
 There was a comment that the yellow button is a bit too different from 
 the www.debian.org color scheme. Some may see this as an advantage to 
 bring visitors' attention. In any case, can we get the vector source 
 for the button so that a button with different colors can be made? 

 http://www.deb.at/ is what I suggested yesterday when the thing started
on IRC before I redirected Hector to the mailing list. Also, we would
need to have a link the button should point to - there were two
different ones handed around yesterday, so it should be decided which
one to settle on. It's only about 7 weeks until debconf so I fear the
general sponsorship page for those who want to have their logos in the
prints might be too short of a notice, and those aren't really the
target using our website regularly, so I guess the other page is the
better one?

 Given that this is of limited time and we haven't settled yet on the
other stuff we want to put in the place now and that this will be for
about 6 weeks only anyway I guess that's fine.

 Also, I'd like to have some sort of informal ACK from our project
leader: Having a fund raising button on our main page is setting a
precedence, and debconf being still somewhat external to debian, so I
rather would like to have some explicit ACK on whether this is
considered acceptable and not getting us into shady areas.

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607045424.ga14...@anguilla.debian.or.at



debconf debcamp: who's attending

2011-06-06 Thread Gerfried Fuchs
Hi!

 For those who haven't noticed yet, there is yet another debconf with
preceeding debcamp coming up. It will start in a bit more than a month,
and actually I'm not sure who will be attending the conference and also
the debcamp. For myself, I'll be there for the whole two weeks
(potentially not the first day though, still in travel).

 Reason being, we might want to form a more complete picture on what we
can and can not do during debcamp. My plans are to work on the packages
site, and there are also plans to get the UTF8 transition finally
settled, with hopefully enough speakers from the different languages
around to check afterwards. But I would like to hear from other ideas,
too.

 Also, zobel organizes a track about Debian's web services, and I
dropped in a talk from the webmaster team, for which I am willing and
seeking input on what to speak about besides the usually FAQ candidates
and explaining why things are like they are so people wanting to push
for a change have a better understanding and can try to refrain from
scathing and unhelpful rants.

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110607051406.ga19...@anguilla.debian.or.at



Re: Bug#567781: update on the utf-8 conversion

2011-06-02 Thread Gerfried Fuchs
  Hi,

 another one down, Joy gave me green light for converting Croatian.

* Francesca Ciceri madame...@yahoo.it [2011-05-27 19:40:50 CEST]:
 $ grep CHARSET */.wmlrc |grep -vi utf | cut -d / -f1 | sort
 czech
 indonesian
 korean
 lithuanian
 polish
 spanish

 Anyone from these language teams around who doesn't want to be the last
one sticking behind?

 Enjoy!
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110602190716.gh9...@anguilla.debian.or.at



CVS cron module moved to debwww git cron repository

2011-05-27 Thread Gerfried Fuchs
Hi!

 Historically, the cron CVS module was set up to be only commitable by
webmasters (debwww group). With the move to alioth this was
unfortunately looked over, and given that the cron scripts should rather
be only touched by a limited amount of people I now moved it back into
debwww grounds.

 Along that path I imported its history into git. I don't expect any
troubles but I've left the old CVS checkout on wolkenstein for the time
being and haven't removed the files therein yet.

 You can find it now here:
http://anonscm.debian.org/gitweb/?p=debwww/cron.git;a=summary

 There is one thing why this was also done: We have the troubles that
perl-suid is long deprecated but on alioth a cronjob sets all the files
inside the repositories to g+s. We though use three perl scripts inside
the CVSROOT module for log information (debian-www-cvs list and CIA
bot are the most prominent examples). 

 I'll move the three required scripts into this git repository and do a
checkout on vasks and reference the scripts through loginfo and
commitinfo files in CVSROOT from that place. I hope to get this done
later today if I am unable to do it before I finally get to work (power
down in train might be helpful for this plan).

 That's it for now, if you want to send a patch for the cron jobs, git
format-patch files are appreciated. Also, I think there is some
documentation on the website about this which needs to get updated too.
Any takers? ;)

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110527080205.ga22...@anguilla.debian.or.at



Re: CVS cron module moved to debwww git cron repository

2011-05-27 Thread Gerfried Fuchs
Hi!

 Update: This is all done now. The documentation though is not
completely updated mostly because of the anonymous checkout not working
yet (some pserver troubles with respect to the alioth move).

 Also, almost all VCS links to e.g. svn.d.o and ancient cvs.d.o links
for boot-floppies or similar might need to get updated, though I'm not
sure if we really want to update the according text to read the right
thing for news items from 2003 or such, just fixing the links might be
sufficient here (with smart_change).

 There is still a lot to do on this front, any help is welcome to fix
the broken links. Feel invited to come to #debian-www for coordination
purposes so that there is no overlap and commit conflicts.

* Gerfried Fuchs rho...@deb.at [2011-05-27 10:02:05 CEST]:
  Along that path I imported its history into git. I don't expect any
 troubles but I've left the old CVS checkout on wolkenstein for the time
 being and haven't removed the files therein yet.
 
  You can find it now here:
 http://anonscm.debian.org/gitweb/?p=debwww/cron.git;a=summary

 I'll eventually remove the CVS cron module or at least replace it with
a single README file stating the new location for those who don't follow
the list due to time issues or other reasons. This is scheduled for
somewhen next week.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110527113035.ga17...@anguilla.debian.or.at



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Gerfried Fuchs
  Hi again.

* Charles Plessy ple...@debian.org [2011-05-19 12:29:43 CEST]:
 Dear Gerfried and WWW team,
 
 my proposition is the following:
 
 1) Bring the English pages into a state where the files are the same
regardless whether the encoding is iso-8859-1, ascii or utf8.
 
 2) Make the English pages served as utf8 instead of iso-8859-1.
 
 3) If necessary, convert entities to accented characters.

 I am aware of that and directly responded to it, there is no need to
re-iterate the same statement over and over again ...

 I propose to use smart-change in the steps 1) and 3), so that the
 translators are not disturbed.

 If a translation is outdated already, it will disturb translators, and
one bump only instead of two is far more convenient in that respect.

 It is true that in 1) and 3) there is a risk of side effects. I will
 look for them and revert them. 

 The thing is, I still don't understand the need and gain or benefit for
buying that side effect risks.

 At Debcamp, technically, how do you intend to convert the English
 pages to unicode without bumping translation-check headers ?

 I never stated that it would be doable without translation-check bumps,
I have no clue where you picked that one up. All I was saying that it
would be possible to do it with a single bump, and that when sitting
together at debcamp more people can watch and think along and check
things so that the risk of overlooking stuff is reduced to a minimum,
without IMHO totally unnecessary commits for converting to entities and
back that leave the gut feeling of overengineering and overcomplicating
things.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110526083147.gb14...@anguilla.debian.or.at



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Gerfried Fuchs
* Charles Plessy ple...@debian.org [2011-05-26 11:21:39 CEST]:
 Le Thu, May 26, 2011 at 10:31:47AM +0200, Gerfried Fuchs a écrit :
   I propose to use smart-change in the steps 1) and 3), so that the
   translators are not disturbed.
  
   If a translation is outdated already, it will disturb translators
 
 I did not realise that smart_change was not bumping version of outdated
 translations, and this clarifies a big misunderstanding.  This said, I could
 probably modify smart_change locally if needed.

 Erm, smart_change can't bump versions of outdated translations - how
should translators otherwise be aware that they have to update their
translation? It makes me wonder in what way you would like to modify
smart_change locally.

 If you plan to do the migration at Debcamp that is great: this is more
 free time for me.  If after Debconf the migration is not done, I will
 come back with my proposal.

 Don't let this stop you from doing it - but please (and this will be my
last response on that track) explain to me why you would want to switch
to entities and later remove the entities again instead of directly
switching the encoding with one run? It seems to me you are avoiding
responding to that (you mentioned once that it could get spread over
longer time - but I don't see how it would take a long time to do that,
or need that?). And with which propsal exactly do you want to come back?

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110526093247.ga16...@anguilla.debian.or.at



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-26 Thread Gerfried Fuchs
   Hi!

 Just for the record, to cut the discussion short and instead do
something than being side-tracked any further by comments that ignore
the actual questions instead of trying to get things done, I converted
the 445 files in the english/ part that were latin1 encoded to utf8,
changed the .wmlrc and did call smart_change with a
stupidpatternthatdoesntexist to bump all the translations.

 So from now on, commits to english/ that are containing non-ascii
characters MUST be utf-8 encoded. We'll see what might (or might not)
break after the next build which is expected in half an hour.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110526105606.ga31...@anguilla.debian.or.at



debwww project on alioth permissions

2011-05-25 Thread Gerfried Fuchs
Hi!

 By accident today I found out about a huge deficit in the way
FusionForge likes to help the administrator of projects to organize
people. One can add new members with a cheap click - only, the default
is set to admin.

 For people adding others, PLEASE set them to Junior Developer, for a
start. I hope the default can get switched, but please be careful when
adding people!

 For a second, there are a lot of people now set as admin where I expect
this to have happened by accident, and I'd like to clean that up.
Unfortunately, FusionForge isn't very helpful here too: One has to add
a new role to the people and remove the other, each require another
click and another page load, not possible to do in bigger batches other
than a single account. Also, all of the names and roles are in a single
table with the same background and it is hard to align them properly
with names on the left and roles on the right.

 tl;dr - it *might* happen that I accidently remove someone completely
in trying to clean that up. If it happens to do, don't account it to
badwill but instead don't feel shy and ask to be re-added.

 Thanks,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110525090740.ga19...@anguilla.debian.or.at



Re: Error committing changes in CVS (Alioth-related?)

2011-05-23 Thread Gerfried Fuchs
   Hi!

* David Prévot taf...@debian.org [2011-05-24 01:03:55 CEST]:
 Le 23/05/2011 18:37, Javier Fernández-Sanguino Peña a écrit :
  This might be related to the Alioth update, could someone please confirm 
  they
  get also this when comitting stuff:
 
 Confirmed, I already warned on #alioth Saturday, and again before they
 sent their third update on dda, but they must have been overwhelmed with
 other changes.

 The thing here is, suid perl is long deprecated and will get removed in
the future. We should see this as a chance to get that fixed now
already (unless we are confident enough that we will have replaced CVS
by the release time of wheezy, but even then it might make sense to
invest here). I just checked on vasks in /cvs/webwml/CVSROOT, all the
files are sgid scm_webwml, and that is our issue.

cvs -d:ext:rho...@cvs.debian.org:/cvs/webwml co CVSROOT

 Gives you the content of that directory, and you'll find four perl
scripts in there which either needs to get replaced with different
language or wrapper scripts that call them.

 I wonder if a wrapper script like this is safe:

$ cat commit_prep2-shell-wrapper
#!/bin/sh
/cvs/webwml/CVSROOT/commit_prep2 $*

 If this is considered acceptable we could commit that for the four
scripts and replace the calls in commitinfo and loginfo script (and add
them to the checkoutlist).

 Thoughts? Different approach?
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110524052600.ga17...@anguilla.debian.or.at



Re: Error committing changes in CVS (Alioth-related?)

2011-05-23 Thread Gerfried Fuchs
  Hi!

 To mitigate the issue I have disabled the scripts for now. This means:
no mails to debian-www-cvs, no CIA bot notices.

 And no mailcommit diff mails, cvs-mailcommit isn't installed on vasks
(yet).

 You should be able to commit and work again.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110524054859.ga19...@anguilla.debian.or.at



Bug#567781: Conversion of english pages to Unicode, via HTML entities.

2011-05-19 Thread Gerfried Fuchs
* Charles Plessy ple...@debian.org [2011-05-17 02:03:42 CEST]:
 Le Mon, May 16, 2011 at 07:34:59PM +0200, Simon Paillard a écrit :
  On Sun, May 15, 2011 at 10:24:48PM +0900, Charles Plessy wrote:
   
   would it be welcome if I would start to replace iso-8859-1 characters
   by HTML entities using smart-change for the english language, in order
   to ease conversion to Unicode ?  As of today, there would be this
   number of files changed in the following directories.
  [..]
  
  No, I would even advice the other: remaining entities - to the
  coding used by each language.
 
 Entities can be removed after the conversion, and I can help for this
 as well.

 Why entity in the first place and then switch it back? That would mean
an additional required bump of translation-check headers and whatsnot. I
don't see the benefit in this? Like Simon pointed out, it would make
e.g. proof reading approaches unneeded complicated. There is no use for
this in the aereas that are not already using entities.

 Also, can be removed after the conversion would be after the
conversion of _all_ languages because otherwise you would catch the
entities that are currently still needed.

 I would like the English pages to be converted to Unicode, and offered
 my help a couple of monthes ago.  I proposed to first go to the common
 denominator of iso-8859-1 and Unicode, which is ASCII plus entities,
 and then to switch encoding, and then to remove the entities.
 
 I sent this to http://bugs.debian.org/567781#77 and I thought it was accepted
 by the WWW team after discussion on IRC:
 
 http://meetbot.debian.net/debian-www/2011/debian-www.2011-02-15-21.30.html 

 In theory yes, help is appreciated and you are invited to help, but
please try to understand our reasoning on why we consider that
translating the 8bit characters to entities now, bumping all
translation-check headers, putting default for english to utf8, removing
entities and *again* bumping all translation-check headers, is not the
most useful approach.

 For pages not uptodate that means being left behind for two more
updates, which might result in bigger warning, and also requires
additional care after the second conversion to not replace an entity
that isn't meant to be a direct utf8 character (yet).

 What are the other plans ?  If it is to have a massive overnight transition,
 given my timezone, you can probably count me out…

 One of the plans might be to do it in a work session during debcamp,
which is only two months away. If you like to help, please coordinate
with the people that already have done a conversion, and try to
understand their concerns.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110519080331.ga18...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-870-g56ba156

2011-04-28 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 8e9de16194c85f518bbccbc1bf0a06ccc2abd62f
Merge: 700bda5f70856bd601da863e9febef947cbc3c11 
7669f178313ceaa88723427c79d1946f5cf6dbca
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Apr 28 11:29:06 2011 +0200

Merge branch 'master' into ubuntu-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-870-g56ba156

2011-04-28 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 56ba156255307e6b0f02833198994a144a25c1ee
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Apr 28 11:37:02 2011 +0200

add natty, remove karmic. set me as admin contact

diff --git a/config.sh.sed.in b/config.sh.sed.in
index c51c131..0e65032 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -42,7 +42,7 @@ ddtplangs=ca cs da de eo es eu fi fr hu it ja km ko nl pl pt 
pt-br ru sk sv uk
 archives=us security
 sections=main multiverse restricted universe
 parts=$sections
-suites=dapper dapper-updates dapper-backports hardy hardy-updates 
hardy-backports karmic karmic-updates karmic-backports lucid lucid-updates 
lucid-backports maverick maverick-updates maverick-backports natty
+suites=dapper dapper-updates dapper-backports hardy hardy-updates 
hardy-backports lucid lucid-updates lucid-backports maverick maverick-updates 
maverick-backports natty natty-updates natty-backports oneiric
 priorities=required important standard optional extra
 dists=$suites
 architectures=i386 amd64 powerpc
@@ -52,10 +52,7 @@ arch_dapper_backports=${arch_dapper}
 arch_hardy=i386 amd64
 arch_hardy_updates=${arch_hardy}
 arch_hardy_backports=${arch_hardy}
-arch_karmic=${arch_hardy}
-arch_karmic_updates=${arch_karmic}
-arch_karmic_backports=${arch_karmic}
-arch_lucid=${arch_karmic}
+arch_lucid=${arch_hardy}
 arch_lucid_updates=${arch_lucid}
 arch_lucid_backports=${arch_lucid}
 arch_maverick=${arch_lucid}
@@ -64,7 +61,10 @@ arch_maverick_backports=${arch_maverick}
 arch_natty=${arch_maverick}
 arch_natty_updates=${arch_natty}
 arch_natty_backports=${arch_natty}
+arch_oneiric=${arch_maverick}
+arch_oneiric_updates=${arch_oneiric}
+arch_oneiric_backports=${arch_oneiric}
 
 # Miscellaneous
 #
-admin_email=dj...@debian.org
+admin_email=rho...@debian.org
diff --git a/lib/Deb/Versions.pm b/lib/Deb/Versions.pm
index de3993b..86af34b 100644
--- a/lib/Deb/Versions.pm
+++ b/lib/Deb/Versions.pm
@@ -180,7 +180,7 @@ our @SUITES_SORT = qw(
squeeze
sid unstable experimental
warty hoary breezy dapper edgy feisty gutsy hardy
-   intrepid jaunty karmic lucid maverick natty);
+   intrepid jaunty karmic lucid maverick natty oneiric);
 our @ARCHIVE_SORT = qw( non-US security updates volatile backports );
 our @PRIORITY_SORT = qw( required important standard optional extra );
 my $i = 1000;
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index 17ae872..291fc95 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -7,18 +7,17 @@
 [%-
 all_suites = [ 'dapper', 'dapper-updates', 'dapper-backports',
   'hardy', 'hardy-updates', 'hardy-backports',
-  'jaunty', 'jaunty-updates', 'jaunty-backports',
-  'karmic', 'karmic-updates', 'karmic-backports',
   'lucid', 'lucid-updates', 'lucid-backports',
   'maverick', 'maverick-updates', 'maverick-backports',
-  'natty' ]
+  'natty', 'natty-updates', 'natty-backports',
+  'oneiric' ]
 version_numbers = { dapper = '6.06LTS',
hardy  = '8.04LTS',
-   karmic = '9.10',
lucid  = '10.04LTS',
maverick = '10.10',
+   natty = '11.04',
  }
-current_release = 'maverick'
+current_release = 'natty'
 all_sections = [ 'main', 'multiverse', 'restricted', 'universe' ]
 all_architectures = [ 'i386', 'amd64', 'powerpc' ]
 -%]
@@ -131,6 +130,8 @@ Distribution:
 hr
 h2News/h2
 dl
+dt2011-04-28/dt
+ddReflect natty release, add natty, remove karmic./dd
 dt2010-10-10/dt
 ddReflect maverick release, add maverick, remove jaunty./dd
 dt2010-05-05/dt
@@ -346,4 +347,4 @@ may be missing for some packages since I can only mirror the
 i386 and powerpc debs due to space constraints)/dd
 /dl
 
-[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = 
'1997 - 2010' %]
+[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = 
'1997 - 2011' %]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Missing changelogs

2011-04-18 Thread Gerfried Fuchs
* Slavko li...@slavino.sk [2011-04-18 18:11:37 CEST]:
 Dňa Mon, 18 Apr 2011 16:39:30 +0100 Hector Oron hector.o...@gmail.com
 napísal:
 
  It seems to be a known issue:
  #490848 #529540 #64
 
 thanks for pointing, the last two are interesting reading :-)
 
  
   It is important for me to read changelogs before installing
   packages. But now i don't know if it is my mistake or not. Can
   someone help me or point me to proper ML, please?
  
  Maybe 'apt-listchanges' is helpful?
 
 i am using it, but only for news. It is not exactly the same, while
 reading changelogs online allows me to read it before downloading and
 installing package.

 Before downloading yes, but apt-listchanges shows them before
installation.

 Sorry for the inconvenience, I'm working on getting it fixed.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110418165303.gb31...@anguilla.debian.or.at



Bug#529540: packages.debian.org: Changelogs on Updated 'unstable' Packages Not Copied to changelogs/pool

2011-04-11 Thread Gerfried Fuchs
Hi!

* Leo L. Schwab ew...@ewhac.org [2011-04-09 04:12:26 CEST]:
   For about the last two weeks, packages receiving updates in the
 'unstable' repository have not had their changelogs copied to the
 changelogs/pool/... area of packages.debian.org, with the result that
 'aptitude' displays a 404 error when asked to display the changelogs of
 recently updated packages.
 
   Example (from unstable/sid as of today):
   
 http://packages.debian.org/changelogs/pool/main/a/aptitude/aptitude_0.6.3-4/changelog
 
   Not all changelogs are missing; only the ones associated with packages
 that have been updated in the last two weeks or so.
 
   Based on previous commentary on this bug, I'm given to understand there
 is some conflict that occasionally makes these missing updates unavoidable.
 Any guesstimates on when this current manifestation might clear up?

 This is a different thing than what is mentioned in the bug you
followed up to. The packages from the regular pool are unaffected by
this bug. The thing you report is actually covered in
http://bugs.debian.org/64 (which was reported after your mail, so
you couldn't have found it)

 I'm investigating on the issue why the extraction of the changelogs
don't work anymore, though I get the impression that working on closing
this bug would be much more fruitful. I can't figure out in a quick way
why the extraction doesn't work anymore (it might be related to the
latest lenny point release, but even that's uncertain), and as we need
to switch over to use the already extracted files that ftpmasters do
offer us so we can include the changelogs for security and backports
packages, investing time into the rewrite will give the better outcome.

 Though - this will take a bit more time, so I can just ask for a bit
more patient.

 Thanks for understanding,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110412042615.gd16...@anguilla.debian.or.at



Bug#526032: packages.debian.org: add a link to the DDTP web interface to tranlate/improve a package description

2011-04-05 Thread Gerfried Fuchs
Hi!

* Christian PERRIER bubu...@debian.org [2011-04-05 07:03:21 CEST]:
 Quoting Gerfried Fuchs (rho...@deb.at):
  there is no author information about translations available, at all -
  then I guess it's really the best approach to drop the translations from
  the packages site. Will save the annoyance and the need to bring up the
  topic. Noone seems to be interested in improving the situation, and I'm
  not interested to push this low-quality approach down to our users.
 
 English sometimes sucks in packages' descriptions. Should we also drop
 them for the same reasons?

 At least there is a proper process for getting quality in, and no
anonymous people can click-approve translations of anonymous people. I
would consider you intelligent enough to see a SIGNIFICANT difference
here, even if you suggest with your response otherwise.

 Anyway, FWIW, I have no idea about the supposedly low quality of
 German translations in packages descriptions (this seems to be what is
 regularly motivating these claims about low quality). 

 Oh, you *do* have an idea, quoting yourself:

 -I think we've had enough argument with Rhonda about these things in
 the past-

 Last time even Helge confirmed that the current approach is not working
(for German) and that the DDTSS isn't helping here, rather the oposite.
The total UNWILLINGNESS to improve or get a proper workflow with respect
to a quality approach into DDTSS which Debian actually is known for
doesn't leave me much options here.

 On the other hand, I can confirm that French translations are most of
 the time of quite good quality in the DDTP (even if the review process
 is different from the one we use for other Debian translations). Oh,
 there are many times where I would have made them differently, in a
 more formal stylebut I think they still quite well fit the goal of
 bringing better information to users.

 I've heard it once too often that people switch their settings back to
English than I could arrange it with my conscience to ignore the lack of
willingness to improve the DDTSS on that grounds like you do.

 hbut seeing that dropping translations from the packages web site is
 seriously considered makes it kind of a duty to at least make it clear
 that I would strongly disagree with that

 Then for god's sake, finally, after literally YEARS, get a decent stack
of quality approach into the DDTSS. From what I remember the email
interface of DDTP actually *has* such a possibility. The DDTSS might
have lowered the entry barrier for contributors, but on the grounds of
lowering the quality quite a fair bit, and that's a sacrifise that I am
unwilling to accept.

 If there is a quality approach coming back into the DDTSS/DDTP
workflows then I'm the last one to reject to have translated
descriptions on the site. But there were no improvements on that grounds
AT ALL, even though repeatedly questioning in that direction. So given
that the people behind that service are seemingly unwilling to improve
it, I have no other possibility than to cut it off in this area.

 If you REALLY want to drop the topic and its reoccuring, finally
improve the service instead of accouting it to yet-another-rant of that
Rhonda person.

 Thanks (if it finally happens),
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110405063129.ga28...@anguilla.debian.or.at



Bug#526032: packages.debian.org: add a link to the DDTP web interface to tranlate/improve a package description

2011-04-05 Thread Gerfried Fuchs
* Christian PERRIER bubu...@debian.org [2011-04-05 19:06:03 CEST]:
 The possibility for completely anonymous work is one of these
 weaknesses. This is very easy to revert from what I see in the current
 code.

 Actually it's not only a weakness, it's something that works against
the DFSG. We don't have any author ship information, and thus it is very
troublesome on that grounds. So appart from where you completely
disagree with me (like about whether it's fine to joke about
longstanding translators that they wouldn't care about translations, or
whether quality is something we actually want to deliver to our users),
this might get us into troubles.

 Anonymous work on that grounds isn't considered acceptable by the ftp
masters, and we shouldn't allow it in other areas neither.

 So, would there be a problem if the default for DDTSS is that login is
 required? This can be changed on a language per language basis. As of
 now, only Vietnamese is requiring login.

 Actually, this was requested before for German (not by me, in case you
put me into some blackbox for speaking out where others turn away), it
though never happened.

 Would it be a problem if I at least change this setting? Without
 objection in the upcoming week(s), I'll do that change.

 Like mentioned above, this is something that shouldn't be anything open
for discussion, it's a basic need, to be able to fulfill our guidelines.

 Enjoy,
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110405201749.ga18...@anguilla.debian.or.at



Bug#526032: packages.debian.org: add a link to the DDTP web interface to tranlate/improve a package description

2011-04-04 Thread Gerfried Fuchs
Hi!

* Martin Eberhard Schauer martin.e.scha...@gmx.de [2011-04-04 13:37:12 CEST]:
  There's actually not much of a drawback here, translations already
 _are_ at a rather low level, and there is next to no QA related measures
 in the DDTSS: anonymous people click-review translations of anonymous
 people without any chance to send over feedback or hints or blacklist
 certain known-bad translators or mark them specificly need-review by
 certain people that are known to produce decent translations.
 
 you describe the situation from your point of view. Have a look
 at the statistics. Much of the work comes from a few active people
 who use their DDTSS account. Among them *is* some discussion.
 Users of the DDTP web interface leave their email address. And
 there is the lack of manpower.

 The statistics can be all fine, it doesn't change that me (and others)
from time to time stumble upon translations that give us the yuck.

 This has to stop, here and now, one way or another.
 
 The same is valid for posts like the one I am responding to. I believe
 they don't reach the producers of sucking translations and therefore
 have no effect. On the long run it's annoying to read quarterly posts
 about the poor quality of the translations when they are your
 contribution.

 It's the whole point that I am stating: There is no way to reach the
producers of the sucking translations, and there is no way to reach the
proofreading clickers for such sucking translations.

 But yes, if your only response is that it's sucking to read my
annoyance with the non-existing QA approach that the DDTSS lacks to
offer instead of actually doing something constructive like adding any
sort of real *direct* feedback option (instead of the small box below
the translations) - which would naturally also solve the issue with that
there is no author information about translations available, at all -
then I guess it's really the best approach to drop the translations from
the packages site. Will save the annoyance and the need to bring up the
topic. Noone seems to be interested in improving the situation, and I'm
not interested to push this low-quality approach down to our users.

 Consider the case closed then, thanks for your helpful response.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110404201459.ga21...@anguilla.debian.or.at



Bug#526032: packages.debian.org: add a link to the DDTP web interface to tranlate/improve a package description

2011-04-03 Thread Gerfried Fuchs
Hi!

* Helge Kreutzmann deb...@helgefjell.de [2011-04-03 21:13:25 CEST]:
 (full quote since the bug was not in Reply-To)

 Thanks.

 On Wed, Apr 29, 2009 at 07:23:38AM +0200, Christian Perrier wrote:
  Quoting Simon Paillard (simon.paill...@resel.enst-bretagne.fr):
   packages.debian.org displays the translation of descriptions provided by 
   DDTP.
   These descriptions can be translated using the web interface at
   http://ddtp.debian.net/ddtss/index.cgi/
   
   In order to :
   * get new users involved in translation
   * get more translated descriptions of packages
   * get free proofreading of Debian users
   
   = we may add a link from the package page to
   http://ddtp.debian.net/ddtss/index.cgi/$lang/translate/$package
   like Help improving this translation.
   
   I am aware of the possible drawback (that we can observe on translations
   that came out of Rosetta) of such a link with translation opened to
   anonymous contributors..

 There's actually not much of a drawback here, translations already
_are_ at a rather low level, and there is next to no QA related measures
in the DDTSS: anonymous people click-review translations of anonymous
people without any chance to send over feedback or hints or blacklist
certain known-bad translators or mark them specificly need-review by
certain people that are known to produce decent translations.

 Personally I am much more thinking of removing DDTP support from the
packages site at all than to going on with this - in Debian area -
absolutely uncommon no-quality approach. Especially since several
discussions didn't improve anything along that lines over the years. And
as a packages site maintainer I don't want to have this approach
continued and even endorsed through the system I am responsible for.

 This has to stop, here and now, one way or another.
Rhonda
-- 
Fühlst du dich mutlos, fass endlich Mut, los  |
Fühlst du dich hilflos, geh raus und hilf, los| Wir sind Helden
Fühlst du dich machtlos, geh raus und mach, los   | 23.55: Alles auf Anfang
Fühlst du dich haltlos, such Halt und lass los|



--
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110403202012.gb13...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-920-gceb9102

2011-03-30 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit ceb91025279257d0b2e8b43217486cea96066847
Author: Gerfried Fuchs rho...@debian.org
Date:   Wed Mar 30 11:58:47 2011 +0200

add alpha and hppa to unstable archs (closes: #620115)

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 719949c..952f2e8 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -52,7 +52,7 @@ architectures=alpha amd64 arm armel avr32 hppa hurd-i386 
i386 ia64 kfreebsd-i38
 arch_lenny=alpha amd64 arm armel hppa i386 ia64 mips mipsel powerpc s390 
sparc
 arch_squeeze=amd64 armel i386 ia64 kfreebsd-i386 kfreebsd-amd64 mips mipsel 
powerpc s390 sparc
 arch_wheezy=${arch_squeeze}
-arch_sid=${arch_squeeze} avr32 hurd-i386 m68k powerpcspe sh4 sparc64
+arch_sid=${arch_wheezy} alpha avr32 hppa hurd-i386 m68k powerpcspe sh4 
sparc64
 arch_experimental=${arch_sid}
 arch_lenny_proposed_updates=${arch_lenny}
 

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-917-g05b0a32

2011-03-24 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit af162644aff4196f0904ad54c69039ba4387fd98
Merge: c0034f9f808bbd30afa8713797b05ecd698a1e14 
8f180c6097b4531240deae2c67353b61b8bcc0bc
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Mar 24 10:56:04 2011 +0100

Merge branch 'master' into debian-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-917-g05b0a32

2011-03-24 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 05b0a324dbe7ced306f41dc9a878c8a2d9e384df
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Mar 24 10:57:03 2011 +0100

stop trying to fetch etch finally

diff --git a/cron.d/100syncarchive b/cron.d/100syncarchive
index 5738151..e47241d 100755
--- a/cron.d/100syncarchive
+++ b/cron.d/100syncarchive
@@ -81,7 +81,7 @@ fi
 
 # security archive
 #
-for dist in etch lenny squeeze
+for dist in lenny squeeze
 do
 echo retrieve Release(.gpg) $dist
 test -d security/${dist} || mkdir -p security/${dist}
diff --git a/cron.d/100syncarchive_volatile b/cron.d/100syncarchive_volatile
index ae0f701..811b173 100755
--- a/cron.d/100syncarchive_volatile
+++ b/cron.d/100syncarchive_volatile
@@ -7,7 +7,7 @@ cd ${archivedir}
 
 # volatile archive
 #
-for dist in etch lenny
+for dist in lenny
 do
   echo retrieve Release(.gpg) $dist-volatile
   test -d volatile/${dist}-volatile || mkdir -p volatile/${dist}-volatile

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-919-g98268cc

2011-03-24 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 98268cc65b3aa5225cffcc2fae1aeea19ce9a9c1
Merge: 05b0a324dbe7ced306f41dc9a878c8a2d9e384df 
7669f178313ceaa88723427c79d1946f5cf6dbca
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Mar 24 11:20:14 2011 +0100

Merge branch 'master' into debian-master

diff --combined debian/control
index 5ca566a,81302dd..f6231e4
--- a/debian/control
+++ b/debian/control
@@@ -1,9 -1,9 +1,9 @@@
  Source: packages
 -Build-Depends: git-core, rsync, dpkg-dev, procmail, gettext,
 +Build-Depends: rsync, dpkg-dev, procmail, gettext,
   liblocale-maketext-lexicon-perl, libi18n-acceptlanguage-perl, 
libnumber-format-perl,
   libcompress-zlib-perl, libhtml-parser-perl, libio-stringy-perl,
   libmldbm-perl, libtext-iconv-perl, libhtml-template-perl,
   libclass-accessor-perl, liburi-perl, libxml-rss-perl, libtemplate-perl,
-  liblingua-stem-perl
+  liblingua-stem-perl, libsearch-xapian-perl, wget
  
  Package: packages

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: changelogs?

2011-03-14 Thread Gerfried Fuchs
Hi!

* Thijs Kinkhorst th...@debian.org [2011-03-13 23:09:48 CET]:
 On Sunday 13 March 2011 03:14:13 Ztatik Light wrote:
  all the latest changelogs aren't being posted..
  
  for example i have a security update from iceweasel 3.5.16-4 to 3.5.16-5...
  
  The latest version on packages.debian.org is listed properly as 3.5.16-5
  with the page at http://packages.debian.org/squeeze/iceweasel
  
  but clicking 'Debian Changelog' renders a 404 at
  http://packages.debian.org/changelogs/pool/main/i/iceweasel/iceweasel_3.5.1
  6-5/changelog
 
 Thanks for letting us know. The packages.debian.org site is maintained by the 
 Debian Webmasters, I've CC'ed them on this email. Webmasters, can you check 
 this out please?

 This is tracked in http://bugs.debian.org/490848

 There is work underway to get these data from dak/ftpmaster work
directly instead of having to extract them ourself, but this still needs
a fair amount of work to make it both work on ftpmaster side but more
importantly, on our (webteam) side too.

 For now I only can ask for patience,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110314060509.gb24...@anguilla.debian.or.at



Bug#616654: untranslatable menu on packages.debian.org - bug can be closed

2011-03-14 Thread Gerfried Fuchs
* Holger Wansing li...@wansing-online.de [2011-03-09 16:05:35 CET]:
 This bug can be closed, problem is fixed.

 Unfortunately not, see http://packages.debian.org/ru/index - this is
work in progress.

 So long,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110314131416.gm13...@anguilla.debian.or.at



Bug#551326: packages.debian.org: web address for changelogs and copyrights don't contain a version epoch

2011-03-07 Thread Gerfried Fuchs
tags 551326 + moreinfo
thanks

On Sat, Oct 17, 2009 at 01:20:39PM +0300, Eugene V. Lyubimkin wrote:
 Example: http://packages.debian.org/sid/xserver-xorg-video-voodoo
 contains a link
 'http://packages.debian.org/changelogs/pool/main/x/xserver-xorg-video-voodoo/xserver-xorg-video-voodoo_1.2.2-1/changelog',
 which doesn't have an epoch.

 And this is a problem because? Please notice that the filename of a deb
package doesn't contain the epoch neither, and this is the reason why
the epoch isn't relevant for unique version numbers, it's just relevant
for sorting.

 Thanks,
Rhonda



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110307194527.GA11250@violet



Re: debianuserforums.org - new debian support forum

2011-03-03 Thread Gerfried Fuchs
Hi, whoever you might be.

 First of all, none of your mails are signed with any names, just
team, both in the mail address and the end of the mails, which looks
a bit evasive to me.

 Said that, I've read the discussion in this thread so far, and would
like to express my opinion here.

* t...@debianuserforums.org [2011-03-01 11:31:12 CET]:
 A new Debian support forum has been started.  The forum began on  
 09/02/11.  The forum is a fork of forums.debian.net and includes many 
 of the core of experienced users from that site.  We are not in any way 
 affiliated with that site.

 We would be very much obliged if we could get listed on this page under 
 the forums section as debianuserforums.org please?   
 http://www.debian.org/support#web

 Site is here: http://www.debianuserforums.org

 If there is anything else you need to know about our site, or if there  
 is anything else we need to do/info we need to provide in order to get  
 listed, please do not hesitate to ask.

 Given that the site is still pretty young and sites tend to come and go
faster than we can release, I wouldn't want to push it too hard in this
timeframe. Sounding pushy raises suspicions, at least in me. Hiding
behind a team alias doesn't give me much more comfort in that respect
neither.

 Appart from that, given that the listing in the support part isn't
exclusive about official Debian resources that shouldn't be the
grounds for a reject. But the thread that Joey linked to is just a bit
over two weeks old, so raising it is definitely of concern for the
appeal, and it boils down to the same reason: Credibility has to be
earned over time, not rushed in. And I don't see anyone in that thread
mentioning that certain wordings are open offensive and that such a
behavior is not proper.

 On the other hand, I wouldn't be too surprised that one could dig up a
similar thread from the forums.debian.net site, and currently I rather
feel more like removing that site from the page too instead of listing
yours.

 This is my personal opinion, with no special emphasis on any role or
decision authority I might be seen in.

 Thanks for understanding,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110303091512.gb27...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, archive-master, updated. switch-to-templates-906-g447df2e

2011-03-03 Thread Gerfried Fuchs
The following commit has been merged in the archive-master branch:
commit afd01a99cf960a99b2736dedf06887a45883c49f
Merge: 5aee756a0f6437b2fbdbf9f8abc4233917fc1842 
a168232b746fed06714bbb2100be8cf15f032b30
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Jan 11 08:35:14 2011 +0100

Merge remote branch 'origin/debian-master' into archive-master

Conflicts:
config.sh.sed.in
cron.d/100syncarchive_installer
setup-site.conf
templates/config.tmpl
templates/config/mirrors.tmpl
templates/html/homepage.tmpl

diff --combined conf/apache.conf.sed.in
index 37037a7,eac75bc..03cf2b5
--- a/conf/apache.conf.sed.in
+++ b/conf/apache.conf.sed.in
@@@ -8,7 -8,10 +8,7 @@@
  
# Nice caching..
ExpiresActive On
 -  ExpiresDefault access plus 1 day
 -  ExpiresByType image/gif  modification plus 1 year
 -  ExpiresByType image/jpeg modification plus 1 year
 -  ExpiresByType image/png  modification plus 1 year
 +  ExpiresDefault access plus 1 year
  
# language stuff
# you need to keep this in sync with lib/Packages/I18N/Locale.pm
@@@ -66,21 -69,22 +66,22 @@@
 ServerAdmin webmas...@debian.org
 DocumentRoot %TOPDIR%/www/
 ServerName %SITE%
+ServerAlias packages-piatti.debian.org packages-powell.debian.org 
packages-rore.debian.org
 ErrorLog /var/log/apache2/%SITE%-error.log
 CustomLog /var/log/apache2/%SITE%-access.log combined
  
 -   Alias /cgi-bin/ %TOPDIR%/cgi-bin/
 +   ScriptAlias /cgi-bin/ %TOPDIR%/cgi-bin/

 PerlModule ModPerl::Registry
 PerlTaintCheck On
 -   PerlRequire %TOPDIR%/bin/mod_perl-startup
 +#   PerlRequire %TOPDIR%/bin/mod_perl-startup
 PerlSwitches -T
 Location /cgi-bin/
 -  SetHandler perl-script
 -  PerlInitHandler Apache2::Reload
 -  PerlHandler ModPerl::Registry
 +#  SetHandler perl-script
 +#  PerlInitHandler Apache2::Reload
 +#  PerlHandler ModPerl::Registry
Options +ExecCGI
 -  PerlSendHeader On
 +#  PerlSendHeader On
allow from all
 /Location
  
@@@ -107,8 -111,8 +108,8 @@@
 RewriteRule ^/favicon.ico$ - [L]
 RewriteRule ^/robots.txt$ - [L]
  
- #   RewriteRule ^/$ http://www.debian.org/distrib/packages
-RewriteRule ^/$/index [L]
+RewriteRule ^/$ http://www.debian.org/distrib/packages
+ #   RewriteRule ^/$ /index [L]
 RewriteRule ^/([^/+]*)([+])([^/]*)$/$1%%{%}2B$3 [N]
 RewriteRule ^/changelog:(.+)$  /changelogs/${changelog-url:$1} [R,L,NE]
 RewriteRule ^/src:([^/]+)$ 
/search?searchon=sourcenameskeywords=$1 [R,L,NE]
diff --combined templates/config.tmpl
index 1500a8f,9d5d3ea..af03918
--- a/templates/config.tmpl
+++ b/templates/config.tmpl
@@@ -6,7 -6,8 +6,7 @@@
 organisation = 'Debian'
 project_homepage = 'http://www.debian.org/'
 packages_homepage = '/'
 -   packages_homepage_abs = 'http://packages.debian.org/'
 -   old_releases = 'http://archive.debian.net/'
 +   packages_homepage_abs = 'http://archive.debian.net/'
 searchformurl = packages_homepage
 search_url = '/search'
 tags_url = 'http://debtags.alioth.debian.org/'
@@@ -15,15 -16,15 +15,15 @@@
 ddpo_url = 'http://qa.debian.org/developer.php?login='
 src_bugs_url = bugs_url _ 'src:'
 mirror_url = 'http://ftp.debian.org/'
 -   security_mirror = 'security.debian.org'
 +   security_mirror = 'archive.debian.org'
 security_mirror_url = security_mirror _ '/debian-security'
 security_suite_suffix = '/updates'
 -   changelogs_url = '/changelogs/'
 +   changelogs_url = 'http://archive.debian.net/changelogs/'
 policy_url = 'http://www.debian.org/doc/debian-policy/'
 cn_help_url = project_homepage _ 'intro/cn'
 -   patch_tracking_url = 'http://patch-tracker.debian.org/package'
 +#   patch_tracking_url = 'http://patch-tracker.debian.org/package'
- #   screenshots_url = 'http://screenshots.debian.net/package/'
- #   screenshots_thumb_url = 'http://screenshots.debian.net/thumbnail/'
+screenshots_url = 'http://screenshots.debian.net/package/'
+screenshots_thumb_url = 
'http://screenshots.debian.net/thumbnail-with-version/'
 logo = {
url = project_homepage,
  src = '/Pics/openlogo-nd-25.png',
@@@ -42,32 -43,39 +42,32 @@@
url = project_homepage _ 'trademark'
 }
 contact = {
 -  name = g('Debian Web Mailinglist'),
 -  mail = 'debian-...@lists.debian.org',
 +  name = 'Frank Lichtenheld',
 +  mail = 'dj...@debian.org',
  url = project_homepage _ 'contact',
 }
 admin = {
 -  name = g('%s Webmaster', organisation),
 -  mail = 'webmas...@debian.org',
 +  name = 'Frank Lichtenheld',
 +  mail = 'dj...@debian.org',
 }
 trademarknotes = g('%s is a a href=%strademark/a of %s', 
organisation, trademark.url, trademark.name)
 sponsors = [
 -   {
 -  url = 'http://1und1.de/',
 -  name = '11 Internet AG',
 -   },
 -   {
 -  url = 'http://www.hp.com/',
 -  name = 'Hewlett

[SCM] APT Archive Web-Frontend (Alioth repository) branch, archive-master, updated. switch-to-templates-906-g447df2e

2011-03-03 Thread Gerfried Fuchs
The following commit has been merged in the archive-master branch:
commit 447df2e0fb5d84ebe7fab28bc786a6ab86d15f44
Merge: afd01a99cf960a99b2736dedf06887a45883c49f 
aa511b16180f384ce387125161e8a402bb90a6a2
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Jan 11 08:36:12 2011 +0100

Merge branch 'archive-master' of 
git+ssh://git.debian.org/git/webwml/packages into archive-master

diff --combined templates/html/homepage.tmpl
index 4befa4f,b022b88..0ea68ca
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@@ -12,7 -12,7 +12,7 @@@
slink  = '2.1',
hamm   = '2.0',
bo = '1.3.1'}
- current_release = 'sarge'
+ current_release = 'etch'
  all_sections = [ 'main', 'contrib', 'non-free' ]
  all_architectures = [ 'alpha', 'amd64', 'arm', 'hppa', 'i386', 'ia64',
  'mips', 'mipsel', 'powerpc', 's390', 'sparc' ]
@@@ -42,7 -42,6 +42,7 @@@
  h3[% g('Search package directories') %]/h3
  
  form method=GET action=/search
 +p
  label for=kw[% g('Keyword:') %]/label
  input type=text size=30 name=keywords id=kw
  input type=submit value=[% g('Search') %] input type=reset value=[% 
g('Reset') %]
@@@ -72,7 -71,6 +72,7 @@@ Distribution
  [% END %]
option value=all selected=selected[% g('any') %]/option
  /select
 +/p
  /form
  p[% g('There are shortcuts for some searches available:') %]/p
  ul
@@@ -86,7 -84,6 +86,7 @@@
  
  p[% g('This search engine allows you to search the contents of %s 
distributions for any files (or just parts of file names) that are part of 
packages. You can also get a full list of files in a given package.', 
organisation) %]br
  form method=GET action=/search
 +p
  input type=hidden name=searchon value=contents
  
  label for=keyword[% g('Keyword:') %]/label
@@@ -120,7 -117,6 +120,7 @@@
  [% END %]
option value=any selected=selected[% g('any') %]/option
  /select
 +/p
  /form
  
 -[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = 
'1997 - 2009' %]
 +[% PROCESS 'html/foot.tmpl' page_name=packages_homepage copyright.years = 
'1997 - 2010' %]

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-905-g850d749

2011-03-03 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 850d7497bdbd4ca1e0f67093707ff6c4a29a0a3d
Merge: 9860e9d7b228bc60c60e0b6fe9ba5959e189fe14 
7c5a5b28dd9fbe01b24ba9f68b195b8648b270d1
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Mar 3 15:29:50 2011 +0100

Merge branch 'master' into debian-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-906-gfa80829

2011-03-03 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit fa80829394cfc6a89721108299090faaabb56fcf
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Mar 3 15:36:04 2011 +0100

Use background-color for versions, more visible

diff --git a/static/debpkg.css b/static/debpkg.css
index 2ebf184..aa484e5 100644
--- a/static/debpkg.css
+++ b/static/debpkg.css
@@ -305,9 +305,12 @@ td {
 }
 th {
 }
-.vold {
-   color: #c70036;
+.vcurrent {
+   background-color: #bfb;
 }
 .volder {
-   color: #c74e6f;
+   background-color: #ffb;
+}
+.vold {
+   background-color: #fbb;
 }

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, ubuntu-master, updated. switch-to-templates-860-g700bda5

2011-03-03 Thread Gerfried Fuchs
The following commit has been merged in the ubuntu-master branch:
commit 700bda5f70856bd601da863e9febef947cbc3c11
Merge: 582530fd89f3532346a1059176389b376b86c151 
7c5a5b28dd9fbe01b24ba9f68b195b8648b270d1
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Mar 3 15:37:51 2011 +0100

Merge branch 'master' into ubuntu-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Source code for Utilities tr, cat, ls etc.

2011-02-28 Thread Gerfried Fuchs
* danacker...@northwesternmutual.com danacker...@northwesternmutual.com 
[2011-02-28 17:27:08 CET]:
 I am trying to locate source code for some of the simpler Linux/Unix
 commands; in particular, the tr command for now.  Is there a source
 repository for gcc or gpp source that is available?

 http://packages.debian.org/ - second search form (the one about
contents), enter bin/tr into the search box and click search - follow
the coreutils link - there you have the source code links on the
righthand side

 Actually, debian-www is about discussions upon the website of Debian.
Your question is better suited at debian-u...@lists.debian.org, please
use that for similar questions in the future.

 Enjoy,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110228165621.ga22...@anguilla.debian.or.at



Re: 404 copyright file

2011-02-25 Thread Gerfried Fuchs
Package: www.debian.org

Hi!

* Mikko V. Viinamäki mikko.viinam...@students.turkuamk.fi [2011-02-24 
10:59:12 CET]:
 There's a missing copyright file on
 http://packages.debian.org/lenny/corewars

 It is here:

 
http://packages.debian.org/changelogs/pool/main/c/corewars/corewars_0.9.13-1/copyright

 I wonder why the link on the above page does reference the wrong URL,
thus I'm opening it as a bugreport for futher investigation.

 ps. fwiw I like the new looks!

 Thanks :)
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110225080430.gc27...@anguilla.debian.or.at



Re: Language setting

2011-02-22 Thread Gerfried Fuchs
Hi!

* Marco Sansottera marco.sansott...@gmail.com [2011-02-22 03:35:12 CET]:
 I know that I can set the language using the Firefox preference and so
 on, but...let me explain with an example.
 
 If I go to http://www.debian.org/index.it.html, I enter into the
 italian home, so why if i click on any link I am redirect to the
 english corresponding webpage, i.e.
 
 http://www.debian.org/distrib/ instead of
 http://www.debian.org/distrib/index.it.html
 
 Don't you think it will be better to change the corresponding links?

 Changing the corresponding links would mean that every page has to be
translated - something that is rather unlikely. Also, changing the links
doesn't work for people that do prefer a special ordering in the
languages they want to read (like, swedish, norwegian, english - and
take first available) and thus would cut off people that actually did
configure their browser accordingly.

 I can understand that configuring the browser isn't always the best
option, like when being abroad and using computers in internet cafes or
at friends' places, though there is no good option to support everyone,
at least I haven't heard about them yet.

 Enjoy,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110222115322.ga9...@anguilla.debian.or.at



Re: Language setting

2011-02-22 Thread Gerfried Fuchs
Hi!

* victory victory@gmail.com [2011-02-22 16:14:34 CET]:
 On Tue, 22 Feb 2011 12:53:22 +0100 Gerfried Fuchs wrote:
   Changing the corresponding links would mean that every page has to be
  translated - something that is rather unlikely. Also, changing the links
  doesn't work for people that do prefer a special ordering in the
  languages they want to read (like, swedish, norwegian, english - and
  take first available) and thus would cut off people that actually did
  configure their browser accordingly.
 
   I can understand that configuring the browser isn't always the best
  option, like when being abroad and using computers in internet cafes or
  at friends' places, though there is no good option to support everyone,
  at least I haven't heard about them yet.
 
 Apache docs does it since Apache 2.0 :-)
 http://httpd.apache.org/docs/trunk/

 Right - but doesn't that depend on having everything for the supported
languages translated? And to some degree I'm missing the browser
settings part to switch back from the Available Languages
subdirectories to content negotiation; but that should be easy to add.

 Here you can see how it does:
 https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in

 I guess I'll have to experiment with that - thanks a lot for the
pointer!

 So long,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110222153446.ga19...@anguilla.debian.or.at



Re: Language setting

2011-02-22 Thread Gerfried Fuchs
* Osamu Aoki os...@debian.org [2011-02-22 16:42:33 CET]:
 It seems it works nicely.
 
 I am in English environment with Japanese fonts installed.
 
 http://httpd.apache.org/docs/trunk/ -- English page.
 
 Click ja -- http://httpd.apache.org/docs/trunk/ja/ -- I see japanese.
 
 Click translated Japanese words of Overview of new features in Apache
 HTTP Server 2.4 and I get to English page
  http://httpd.apache.org/docs/trunk/ja/new_features_2_4.html
  Whis is untranslated English page Overview of new features in Apache
 HTTP Server 2.4.
 
 
   Here you can see how it does:
   https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/extra/httpd-manual.conf.in
  
   I guess I'll have to experiment with that - thanks a lot for the
  pointer!
 
 PLease experiment in French for you :-)

 You are right, if french is preferred over english it displays french
for above (not available) japanese page.

 This is indeed a solution that might work for us. Even though - we
might break a lot of links, or otherwise we'll have to test tweaking the
configuration that it would match our URL schema. It's really good that
this was brought up at this time because with the recent move of the
www mirror to DSA administrated machines it's finally possible to do
more complext configuration settings in apache for such things.

 Thanks a lot for the pointer, victory, this is really something that
might improve our situation! We just will have to check how we can
deploy it without breaking too many outside links - I am still a bit
recovering from the changes in URL schemas we had done in the packages
site - but actually from what I can tell it also follows the URL schema
of the apache docs. Way to go. :)

 Enjoy!!!
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2011035927.ga31...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-899-g08a3e51

2011-02-22 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 04cd718d1deb2562a0e8c851a604f5b36b7eed8b
Merge: 860e895fca7acc6b6cd443a1ed73ac3823d8d795 
675b0a30353195fe40d945126a24cb44413d26a6
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Feb 22 22:31:28 2011 +0100

Merge branch 'master' into debian-master


-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-899-g08a3e51

2011-02-22 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 08a3e5101b86c2f243581193c5d09fe86be1f8c7
Author: Gerfried Fuchs rho...@debian.org
Date:   Tue Feb 22 22:34:59 2011 +0100

Get rid of etch-m68k

diff --git a/README b/README
index 7f3e443..6e36018 100644
--- a/README
+++ b/README
@@ -46,7 +46,6 @@ Cron
 100syncarchive_backports   -- retrieve data from backports.debian.org
 100syncarchive_debports-- retrieve data from debian-ports.org (m68k)
 100syncarchive_installer   -- retrieve d-i data
-100syncarchive_m68k-- retrieve data for etch-m68k
 100syncarchive_maintainers -- retrieve maintainer index
 100syncarchive_volatile-- retrieve data from volatile.d.o
 110debtags -- retrieve debtags vocabular
diff --git a/cron.d/100syncarchive_m68k b/cron.d/100syncarchive_m68k
deleted file mode 100755
index 3dcf954..000
--- a/cron.d/100syncarchive_m68k
+++ /dev/null
@@ -1,82 +0,0 @@
-#! /bin/bash
-
-. `dirname $0`/../config.sh
-
-test -d ${archivedir} || mkdir -p ${archivedir}
-cd ${archivedir}
-
-# Main archive
-#
-arch=m68k
-if [ -z ${localdir} ]
-then
-echo using remote mirror
-for dist in etch
-do
-echo retrieve Release(.gpg) $dist
-   test -d us/${dist}-${arch} || mkdir -p us/${dist}-${arch}
-   (cd us/${dist} 
-   $wget_cmd -N ${ftpsite}/dists/${dist}-${arch}/Release 
-   $wget_cmd -N ${ftpsite}/dists/${dist}-${arch}/Release.gpg )
-
-#  foo=\$arch_${dist//-/_}
-#  for arch in `eval echo $foo`
-#  do
-   for part in ${parts}
-   do
-   echo retrieve Packages $dist-${arch}/$part/$arch
-   test -d us/${dist}-${arch}/${part}/binary-${arch} || mkdir -p 
us/${dist}-${arch}/${part}/binary-${arch}
-   (cd us/${dist}-${arch}/${part}/binary-${arch} 
-   $wget_cmd -N 
${ftpsite}/dists/${dist}-${arch}/${part}/binary-${arch}/Packages.gz)
-   done
-   #FIXME: no Contents files for p-u
-   echo retrieve Contents $dist/$arch
-   (cd us/${dist}-${arch} 
-   $wget_cmd -N 
${ftpsite}/dists/${dist}-${arch}/Contents-${arch}.gz)
-#  done
-   for part in ${parts}
-   do
-   echo retrieve Sources $dist-${arch}/$part
-   test -d us/${dist}-${arch}/${part}/source || mkdir -p 
us/${dist}-${arch}/${part}/source
-(cd us/${dist}-${arch}/${part}/source 
-$wget_cmd -N 
${ftpsite}/dists/${dist}-${arch}/${part}/source/Sources.gz)
-   done
-
-   $check_release_cmd $archivedir/us/${dist}-${arch}/Release
-done
-else
-echo using local mirror
-for dist in etch
-do
-echo retrieve Releases(.gpg) $dist
-   test -d us/${dist}-${arch} || mkdir -p us/${dist}-${arch}
-   (cd us/${dist}-${arch} 
-   rsync -t ${localdir}/dists/${dist}-${arch}/Release 
-   rsync -t ${localdir}/dists/${dist}-${arch}/Release.gpg )
-
-#  foo=\$arch_${dist//-/_}
-#  for arch in `eval echo $foo`
-#  do
-   for part in ${parts}
-   do
-   echo retrieve Packages $dist-${arch}/$part/$arch
-   test -d us/${dist}-${arch}/${part}/binary-${arch} || mkdir -p 
us/${dist}-${arch}/${part}/binary-${arch}
-   rsync -t 
${localdir}/dists/${dist}-${arch}/${part}/binary-${arch}/Packages.gz \
-   us/${dist}-${arch}/${part}/binary-${arch}/Packages.gz
-   done
-   #FIXME: no Contents files for p-u
-   echo retrieve Contents $dist-${arch}/$arch
-   rsync -t ${localdir}/dists/${dist}-${arch}/Contents-${arch}.gz \
-   us/${dist}-${arch}/Contents-${arch}.gz
-#  done
-   for part in ${parts}
-do
-   echo retrieve Sources $dist-${arch}/$part
-test -d us/${dist}-${arch}/${part}/source || mkdir -p 
us/${dist}-${arch}/${part}/source
-rsync -t 
${localdir}/dists/${dist}-${arch}/${part}/source/Sources.gz \
-   us/${dist}-${arch}/${part}/source/Sources.gz
-   done
-   $check_release_cmd $archivedir/us/${dist}-${arch}/Release
-done
-fi
-
diff --git a/static/packages-site.css b/static/packages-site.css
index 54e9ea6..9979ced 100644
--- a/static/packages-site.css
+++ b/static/packages-site.css
@@ -1,4 +1,3 @@
-.sarge-volatile, .sarge-backports, .etch-m68k, .etch-backports,
 .lenny-volatile, .lenny-backports, .lenny-backports-sloppy,
 .squeeze-backports {
font-size: smaller;

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Was Re: Debian WWW team IRC meeting, Is: I'd like to have a debian-style css too.

2011-02-14 Thread Gerfried Fuchs
Hi!

* Jeremiah C. Foster jerem...@jeremiahfoster.com [2011-02-13 21:00:57 CET]:
 On Thu, Feb 10, 2011 at 08:21:17PM -0400, Joey Hess wrote:
  I've been wanting to add a Debian theme to ikiwiki. The only
  implementation I've seen of Kalle's layout for ikiwiki is
  dsa.debian.org. That uses a modified (and out of date) version of the
  ikiwiki page.tmpl. I'd prefer to find a way to get the look with only
  CSS changes, and adding new files (like openlogo-50.png). Needing to
  maintin a special version of the page.tmpl would be an ongoing burden.
 
 I too think it'd be great to have a debian theme via local.css to ikiwiki.
 I can start by trying to copy Kalle's CSS into the local.css and see how
 far I get. =)

 Please base your efforts on this:
http://git.deb.at/w/deb/ikiwiki.git

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110214080451.ge32...@anguilla.debian.or.at



Re: Packages: Oldstable and [report it]

2011-02-11 Thread Gerfried Fuchs
Hi there!

* Andreas Schamanek scham...@fam.tuwien.ac.at [2011-02-11 08:51:59 CET]:
 I found two problems as of now 2011-02-11 7:45 UTC:
 
 At http://www.debian.org/distrib/packages#search_packages
 one can search for distributions stable, testing, etc.
 but not for oldstable.
 [Cf. 
 http://ask.debian.net/questions/why-isn-t-oldstable-amongst-the-search-options-in-packages-d-o
  ]

 Thanks for bringing this up, I left a comment in there. :)

 Every page of packages.debian.org has a [Report it!] button
 (Have you found a problem with the site layout?)
 but they seem not to work. Clicking them leads me to
 http://www.debian.org/devel/website/thankyou saying
 Thank you for supporting the Debian Website Team!
 without giving me an option to actually report a problem.

 Actually no page of packages.debian.org has that button but only the
ones on www.debian.org. Clicking the button only submits the page to a
logfile for checking, in its current state there is no comment form
done. This is something we are still musing about and I guess we will
come to a conclusion in our meeting next tuesday.

 Thanks again,
Rhonda
P.S.: You have a tuwien email address, how about stumbling by at one of
   our http://debienna.at/ meetings eventually? Send me a mail
   beforehand so I can tell you wether I'm able to make it that week. :)
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110211094741.gc26...@anguilla.debian.or.at



Re: stable packages not shown

2011-02-09 Thread Gerfried Fuchs
* Bob Lounsbury boblounsb...@gmail.com [2011-02-09 03:46:30 CET]:
 There are no packages shown at:
 
 http://packages.debian.org/stable/

Please watch http://bugs.debian.org/612561 for updates to the issue,
it's worked on.

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209100233.gd28...@anguilla.debian.or.at



Re: Link corrupted

2011-02-09 Thread Gerfried Fuchs
* Marco Dalla Via marco.dalla...@gmail.com [2011-02-09 11:04:40 CET]:
 http://packages.debian.org/stable/

 Please check the archive before sending, this has at least been
mentioned three times on the list so far. It is worked on and expected
to be solved within a few hours, follow http://bugs.debian.org/612561
for updates to it.

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209102958.gb25...@anguilla.debian.or.at



Bug#612575: *.debian.org: remove empty space on left side?

2011-02-09 Thread Gerfried Fuchs
* Luca Capello l...@pca.it [2011-02-09 11:15:13 CET]:
 NB, I would live this bug as open, but tagged wontfix instead of closing
 it, so other people can see it and not submit a new one.  I did not
 do that, however, given that it is up to the WWW team ;-)

 We can consider that if there will be a repetion, otherwise it just
rather clutters the overview page for triaging effort (yes, of course,
wontfix can get filtered out from that, but still ...)

 On Wed, 09 Feb 2011 10:50:48 +0100, Gerfried Fuchs wrote:
   Please see the FAQ: http://wiki.debian.org/KallesDesign#FAQ. This was
  discussed and tried before and didn't turn out too well -
 
 Thank you for the pointer, unfortunately the image linked there is a bit
 too small to have a real idea of the problem.
 
 BTW, if is OK if I add a link to this bug just after the FAQ entry?

 It's a wiki. ;)

 My main concern is that the white space is IMHO disturbing and probably
 it should filled with some degrading effect, e.g. http://debian.ch/?

 Erm, you are hopefully aware that debian.ch does work even worse for
smaller widths because of its dependency on a fixed width, meaning that
people would have to scroll horizontal?

 Enjoy,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209102835.ga25...@anguilla.debian.or.at



Bug#612561: www.debian.org: packages.debian.org - not displaying hits in lenny/oldstable or squeeze/stable

2011-02-09 Thread Gerfried Fuchs
Hi there!

* Vincent McIntyre vincent.mcint...@csiro.au [2011-02-09 07:38:28 CET]:
 I performed the following search:
 (Wed Feb  9 06:30 UTC 2011)
 
   lynx http://packages.debian.org/xfce4
 
 This returned exact hits and partial-match hits correctly for the sid/unstable
 and experimental distributions, but nothing for lenny/oldstable or
 squeeze/stable.

 There was an unfortunate confusion in this respect during the release
process and the required updates, it turned out that the database of the
site got false data, so we started to rebuild that information from
scratch, which for the amount of packages in the various suites takes a
fair amount of processing time.

 Please be patient with us for a few more hours, we expect this to be
fixed soon.

 Thanks for your report,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209103315.gc25...@anguilla.debian.or.at



Re: packages.debian.org missing package data

2011-02-09 Thread Gerfried Fuchs
* Dominic Benson domi...@lenny.cus.org [2011-02-09 12:52:22 CET]:
 You may well already know this, but packages.debian.org is not currently  
 showing any packages under:

 Yes, we do:
http://lists.debian.org/debian-www/2011/02/threads.html
Watch http://bugs.debian.org/612561 for updates on the issue.

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209124931.gb10...@anguilla.debian.or.at



Bug#612575: *.debian.org: remove empty space on left side?

2011-02-09 Thread Gerfried Fuchs
Hi!

 This is longer as it should need to be, but I want to have some of the
background well explained and pointed out to be able to use it as
reference for others.

* Luca Capello l...@pca.it [2011-02-09 11:59:14 CET]:
 Fair enough, and we also know that not all bug reporters check existing
 bugs before...

 Otherwise we wouldn't be flooded with packages.d.o not working right
now, indeed.

  BTW, if is OK if I add a link to this bug just after the FAQ entry?
 
   It's a wiki. ;)
 
 I know, just to be sure it was OK to put a reference there and not in
 the comment section, anyway, done:
 
   http://wiki.debian.org/KallesDesign?action=diffrev2=55rev1=54

 The comment you did put is a fair bit misleading.  It was discussed WAY
before you filed this bugreport, and a concensus across those people
interested to work on the website has been reached.  You might not like
the result of that discussion, but pointers and invitations to join the
effort where handed around on blogs (aggregated on planet), mailinglists
(not only debian-www but also debian-devel-announce (the must-read
list), and -devel, -project and a fair mount of others), dents (in the
debian group, syndicated also on twitter with the debian keyword) and at
debconf since the last two years (pixelgirl's talk at debconf8, marga's
talk at debconf9), and only coming when it was finally put into place
isn't very helpful.

 Comments and suggestions are all fair and fine and gladly welcome, but
please accept and respect the decision and reasoning of those who have
worked on getting this enormous task finally done and into play.
Everything else comes across as pretty downputting, demotivating and
leaves the impression that you don't trust the people who actually did
invest their time and effort into into a task that noone else really was
interested in.

 Let me iterate here that comments and suggestions are welcome indeed,
and that we do encourage people to speak up (like for the issues pointed
out with the planet theming and the red name bar, we are musing what
would be the best option here).  We though don't want to iterate
discussions without any further new input just because someone was
around the last years but not interested enough to raise their voice
during that time but only now on topics that were discussed in lengths
already and comes across to disregard these discussions and decisions
they weren't interested to join in in the first place.

 I will prepare an example and come back with the code ;-)

 Don't be surprised if it might get ignored like we were ignored (or
rather, even received snide scathing comments) over the last years.  We
will try to be a better receiving partner in this game though, so don't
let this hinder you to invest your time.

 Thank you for your understanding,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange



-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209132522.gc10...@anguilla.debian.or.at



Re: packages.debian.org search missing results (most)

2011-02-09 Thread Gerfried Fuchs
* Simon Waters si...@technocool.net [2011-02-09 14:40:59 CET]:
 Search for system-tools-backends reports it is only in sid.

http://lists.debian.org/debian-www/2011/02/threads.html
Watch http://bugs.debian.org/612561 for updates on the issue.

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110209135905.ga18...@anguilla.debian.or.at



Re: packages.debian.org search issues

2011-02-09 Thread Gerfried Fuchs
Hi!

* Chris Rempel c...@gmx.com [2011-02-10 02:20:43 CET]:
 When searching for the packages python-json does not produced the
 expected results:

 It does so for me, at least now. Please notice that there were troubles
with the backend data of the site and your troubles might had been
related to that.

 Thanks,
Rhonda
-- 
What are the differences between Mark Zuckerberg and me? I give private
 information on corporations to you for free, and I'm a villain.
 Zuckerberg gives your private information to corporations for money and
 he's Man of the Year. -- Julian Assange


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110210061223.ga29...@anguilla.debian.or.at



Re: Can you believe it? The Debian website has a new layout!

2011-02-06 Thread Gerfried Fuchs
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi!

 This might be awkward, seeing a reply mail on debian-devel-announce,
but actually this response deserves to be in the broader public.

* Martin Zobel-Helas zo...@debian.org [2011-02-06 02:54:02 CET]:
 After about 13 years[1] with nearly the same design, the layout and
 design of the website changed with today's release of Debian Squeeze.
 
 This has been made possible thanks to the immense involvement over the
 years by Kalle Söderman and Gerfried Fuchs, who were tireless in their
 efforts to make the idea a reality, with the help of the webteam: Ben
 Armstrong, Damyan Ivanov, David Prévot, Francesca Ciceri, Kåre Thor
 Olsen and Simon Paillard.

 I personally like to thank all the involved people too, and could add
some messages on why they are named here, though more importantly this
reply is about one person missing, who was extremely supportive and
motivating (and at times pushing too) to get this done, and who seems to
be too humble to put himself into the list: Yes, this is about Martin.
He was one of the early adopters on http://dsa.debian.org/ (probably
that's why he didn't mention that site - it's like this for months now
already).

 And to let you know, it isn't meant to stop here, there are still
services that are not adapted yet - and even though I am very happy that
a fair amout of other sites did already pick up the new theme anyway.
This tells us that we are on the correct tracks here, and is the best
feedback one could wish for. Just to let you know, the one major site
that our Distribution has and is also directly used and visible for 
 
endusers is not forgotten, bugs.debian.org is our next major target.

 Again, thanks to everyone involved, thanks to Valessio for spacefun and
thanks to Kalle for his tiredless work over several years without even
a proper feedback for the first years. That's the kind of long-time
contribution we are looking for in the project, and I'm quite confident
that it will pay off soonish.

 Thanks to everyone who spends so much time on the website, the
translations of it or Debian in general. You can see this as a promise
that the Website Team ain't dead and that big things are possible to  
  
get changed, even though it might look like an impossible task.

 Enjoy the new release, enjoy the new artwork, enjoy the new design.
Rhonda
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQEcBAEBCAAGBQJNTrUrAAoJEDH85+fdB5RhTc8H/A9PKHfKz9ysJOChYlhG+mBa
XEH7goDregqsWM+WfMZ4Tk0Fh42Xw08e4MThhfFIP7iA/gJSq3Lsk1hAQAvoAWdK
06GqInWSfom7tX1Hcaw8JRGp7ceoFVgUOAyLEZGDRXULbmzDTyo+Z/mHKUoHSgfd
zKswC9gKCzr5CzEaAkvJrNySYSq13L40RUDl5KHlVKzbVU1FOKOJHFnrHGVpQyMY
hss/oeE8q4391C8bDuk6jFSpiBuHSyDSRYHc7YLB85VwR7tn9EbG6COiZF1nWIIb
rB+I25c0gY8dHJ3mWo89uYMZVeEWrrYwjjF8EsMPKK8pVH6eXK9ZxjR22RU6uN4=
=jBLx
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to debian-www-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20110206145355.ga19...@anguilla.debian.or.at



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-885-g8a8494d

2011-02-05 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 792c3c5036e79ed28772afd527dc97972167db33
Author: Gerfried Fuchs rho...@debian.at
Date:   Wed Oct 6 14:14:56 2010 +0200

First round for lenny-backports-sloppy

diff --git a/config.sh.sed.in b/config.sh.sed.in
index 07adaf4..479cbcc 100644
--- a/config.sh.sed.in
+++ b/config.sh.sed.in
@@ -45,7 +45,7 @@ ddtplangs=ca cs da de eo es eu fi fr hu it ja km ko nl pl pt 
pt-br ru sk sv uk
 archives=us security debports backports volatile
 sections=main contrib non-free
 parts=$sections
-suites=lenny lenny-volatile lenny-backports squeeze squeeze-backports sid 
experimental
+suites=lenny lenny-volatile lenny-backports lenny-backports-sloppy squeeze 
squeeze-backports sid experimental
 priorities=required important standard optional extra
 dists=$suites
 architectures=alpha amd64 arm armel avr32 hppa hurd-i386 i386 ia64 
kfreebsd-i386 kfreebsd-amd64 m68k mips mipsel powerpc powerpcspe s390 sh4 sparc 
sparc64
diff --git a/static/packages-site.css b/static/packages-site.css
index dcd43c5..54e9ea6 100644
--- a/static/packages-site.css
+++ b/static/packages-site.css
@@ -1,5 +1,6 @@
 .sarge-volatile, .sarge-backports, .etch-m68k, .etch-backports,
-.lenny-volatile, .lenny-backports .squeeze-backports {
+.lenny-volatile, .lenny-backports, .lenny-backports-sloppy,
+.squeeze-backports {
font-size: smaller;
 }
 
diff --git a/templates/config/mirrors.tmpl b/templates/config/mirrors.tmpl
index 4256765..1c048b2 100644
--- a/templates/config/mirrors.tmpl
+++ b/templates/config/mirrors.tmpl
@@ -133,7 +133,7 @@ mirrors = {
backports = {
url = 'http://backports.debian.org/',
title = g('newer packages that have been adapted to stable 
releases of Debian'),
-   mirror_list = 
'http://www.backports.org/debian/README.mirrors.html',
+   mirror_list = 'http://backports.debian.org/Mirrors/',
europa = [
backports.debian.org/debian-backports,
ftp.at.debian.org/debian-backports/,
diff --git a/templates/html/homepage.tmpl b/templates/html/homepage.tmpl
index eb2d4bf..6daeaf8 100644
--- a/templates/html/homepage.tmpl
+++ b/templates/html/homepage.tmpl
@@ -4,7 +4,7 @@
keywords = g('Packages')
 -%]
 [%-
-all_suites = [ 'lenny', 'lenny-volatile', 'lenny-backports', 'squeeze', 
'squeeze-backports', 'sid' ]
+all_suites = [ 'lenny', 'lenny-volatile', 'lenny-backports', 
'lenny-backports-sloppy', 'squeeze', 'squeeze-backports', 'sid' ]
 version_numbers = { sarge = '3.1',
etch  = '4.0',
lenny = '5.0' }

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-885-g8a8494d

2011-02-05 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit febef44c0d2782b1f4e9dded9e31f8187f5d6df4
Author: Gerfried Fuchs rho...@debian.org
Date:   Mon Oct 11 11:37:24 2010 +0200

Adjust for -sloppy data fetching

diff --git a/cron.d/100syncarchive_backports b/cron.d/100syncarchive_backports
index 9acc155..72b56b9 100755
--- a/cron.d/100syncarchive_backports
+++ b/cron.d/100syncarchive_backports
@@ -7,35 +7,35 @@ cd ${archivedir}
 
 # backports archive
 #
-for dist in etch lenny squeeze
+for dist in lenny-backports lenny-backports-sloppy squeeze-backports
 do
-  echo retrieve Release(.gpg) $dist-backports
-  test -d backports/${dist}-backports || mkdir -p backports/${dist}-backports
-  (cd backports/${dist}-backports 
-   $wget_cmd -N ${backports_ftpsite}/dists/${dist}-backports/Release 
-   $wget_cmd -N 
${backports_ftpsite}/dists/${dist}-backports/Release.gpg )
+  echo retrieve Release(.gpg) $dist
+  test -d backports/${dist} || mkdir -p backports/${dist}
+  (cd backports/${dist} 
+   $wget_cmd -N ${backports_ftpsite}/dists/${dist}/Release 
+   $wget_cmd -N ${backports_ftpsite}/dists/${dist}/Release.gpg )
 
 foo=\$arch_${dist//-/_}
 for arch in `eval echo $foo`
 do
   for part in ${parts}
   do
-   echo retrieve Packages $dist-backports/$part/$arch
-   test -d backports/${dist}-backports/${part}/binary-${arch} || mkdir -p 
backports/${dist}-backports/${part}/binary-${arch}
-   (cd backports/${dist}-backports/${part}/binary-${arch} 
-   $wget_cmd -N 
${backports_ftpsite}/dists/${dist}-backports/${part}/binary-${arch}/Packages.gz)
+   echo retrieve Packages $dist/$part/$arch
+   test -d backports/${dist}/${part}/binary-${arch} || mkdir -p 
backports/${dist}/${part}/binary-${arch}
+   (cd backports/${dist}/${part}/binary-${arch} 
+   $wget_cmd -N 
${backports_ftpsite}/dists/${dist}/${part}/binary-${arch}/Packages.gz)
   done
-  echo retrieve Contents $dist-backports/$arch
-  (cd backports/${dist}-backports 
- $wget_cmd -N 
${backports_ftpsite}/dists/${dist}-backports/Contents-${arch}.gz)
+  echo retrieve Contents $dist/$arch
+  (cd backports/${dist} 
+ $wget_cmd -N ${backports_ftpsite}/dists/${dist}/Contents-${arch}.gz)
 done
 for part in ${parts}
 do
-echo retrieve Sources $dist-backports/$part
-test -d backports/${dist}-backports/${part}/source || mkdir -p 
backports/${dist}-backports/${part}/source
-(cd backports/${dist}-backports/${part}/source 
-$wget_cmd -N 
${backports_ftpsite}/dists/${dist}-backports/${part}/source/Sources.gz)
+echo retrieve Sources $dist/$part
+test -d backports/${dist}/${part}/source || mkdir -p 
backports/${dist}/${part}/source
+(cd backports/${dist}/${part}/source 
+$wget_cmd -N 
${backports_ftpsite}/dists/${dist}/${part}/source/Sources.gz)
 done
 
-$check_release_cmd $archivedir/backports/${dist}-backports/Release
+$check_release_cmd $archivedir/backports/${dist}/Release
 done

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-885-g8a8494d

2011-02-05 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 0195ff621f90a84f0e510809db22c43fe9d59c9c
Author: Gerfried Fuchs rho...@debian.org
Date:   Thu Oct 28 16:26:15 2010 +0200

First import of kalle's proposal

diff --git a/static/Pics/dep.png b/static/Pics/dep.png
new file mode 100644
index 000..cc2a137
Binary files /dev/null and b/static/Pics/dep.png differ
diff --git a/static/Pics/gradient.png b/static/Pics/gradient.png
new file mode 100644
index 000..33009da
Binary files /dev/null and b/static/Pics/gradient.png differ
diff --git a/static/Pics/greydot.png b/static/Pics/greydot.png
new file mode 100644
index 000..ec23c01
Binary files /dev/null and b/static/Pics/greydot.png differ
diff --git a/static/Pics/openlogo-50.png b/static/Pics/openlogo-50.png
new file mode 100644
index 000..f4e75fc
Binary files /dev/null and b/static/Pics/openlogo-50.png differ
diff --git a/static/Pics/rec.png b/static/Pics/rec.png
new file mode 100644
index 000..2376fc5
Binary files /dev/null and b/static/Pics/rec.png differ
diff --git a/static/Pics/sug.png b/static/Pics/sug.png
new file mode 100644
index 000..d7ba341
Binary files /dev/null and b/static/Pics/sug.png differ
diff --git a/static/debian.css b/static/debian.css
index fce9493..6355549 100644
--- a/static/debian.css
+++ b/static/debian.css
@@ -1,638 +1,673 @@
-/* css file for debian web site - Jutta Wrage 2004 */
-
-/* all pages have a header, outer inner and footer
-leftcol and maincol can be omitted, there will be other boxes
-to replace later (eg. two content columns)
-normal page:
-div id=header
-  div id=upperheader
- div id=logo
- /div !-- end logo --
- div id=serverselect
- /div !-- end serverselect --
-  /div !-- end upperheader --
-  div id=navbar
-  /div !-- end navbar --
-/div !-- end header --
-div id=outer
-  div id=inner
-div id=leftcol
-  Leftcol is for menus - if omitted, maincol can be omitted, too
-/div !-- end leftcol --
-div id=maincol
-  Maincol with margin left is for the content
-  But content may go directly to inner
-/div !-- end maincol --
-  /div !-- end inner --
-  div id=footer
-hr class=hidecss This line is a divider for lynx
-  /div !-- end footer --
-/div !-- end outer --
-color logo #C60036
-cd-pages: bgcolor=#e09e86 - navbar
-*/
-
-/* { border: 1px solid yellow; } */
-html, body {
-   color: #00;
-   background-color: #FF;
-   margin: 0 4px 0 4px;
-   padding: 0;
-   text-align: left;
-   font-family: Arial, Helvetica, sans-serif;
-   /* min-width: 440px - commented out due to mozilla problems*/
+/*
+ *  www.debian.org stylesheet proposal
+ *
+ *  Kalle Soderman, 2008 debian.css
+ *
+ *  Copyleft : This work is free, you can copy, spread, and modify it under
+ *  the terms of the Free Art License http://artlibre.org/licence/lal/en/
+ *
+ *
+ *  Font size table
+ *  ---
+ *  Browser default 16px
+ *
+ *  14px   87.5%   body
+ *  24px   1.714em
+ *  18px   1.286em
+ *  16px   1.143em
+ *  12px   0.857em
+ *  11px   0.786em
+ *  8px0.57em
+ */
+
+html {
+   background-color: transparent;
+}
+
+body {
+   margin: 0;
+   font: normal 87.5% sans-serif;
+   line-height: 1.6;
+   color: black;
+   background-color: white;
 }
-/* direction directive reverses the navbar, too */
-/* html[lang|=ar] {
-  direction: rtl !important;
-  text-align: right !important;
-} */
 
-img { border: 0; }
+#outer {
+   margin: 0 10px 0 62px;
+}
 
-h1 { text-align: center; }
+/*
+ * Header
+ */
 
-acronym {
-   border-bottom: 1px dotted #00;
+#header {
+   margin:0;
+   padding:0 10px 0 62px;
+   font-size: 1em;
+   background-image:url('Pics/gradient.png');
+   background-position: 0 0;
+   background-repeat: repeat-x;
 }
 
-hr.hidecss {
-   border: 0;
+#header a:link
+, #second-nav a:link {
+   text-decoration: none;
 }
 
-hr {
-   border-bottom: 0;
-   border-top: 1px solid #BFC3DC;
+#header a:hover
+, #second-nav a:hover {
+   text-decoration: underline;
 }
 
-samp {
-   display: block;
-   margin-left: 2em;
+#breadcrumbs {
+   font-size: 0.786em;
+   background-color: transparent;
+   background-color: #f5f6f7;
+   margin:0;   
+   padding: 6px 0.25em 7px  0.25em;
+   border-bottom: 1px solid #d2d3d7 ;
+   text-transform:lowercase;
+   line-height: 1;
 }
-div.sampleblock {
-   width: 80%;
-   margin: auto;
-   font-family:courier, serif;
-   font-size: 90%;
+
+p.section {
+   font-family:monospace;
+   position:absolute;
+   top: 0px;
+   left:62px;
+   text-transform: uppercase;
+   letter-spacing: 0.08em;
+   background-color: #c70036;
+   line-height: 16px;
+   color:white;
+   padding: 0 5px 0 5px;
+   margin:0;
+   font-size: 1em

[SCM] APT Archive Web-Frontend (Alioth repository) branch, debian-master, updated. switch-to-templates-885-g8a8494d

2011-02-05 Thread Gerfried Fuchs
The following commit has been merged in the debian-master branch:
commit 8aaf794ddcb0aed79b8ffd530cbfd2afead19ed0
Author: Gerfried Fuchs rho...@debian.at
Date:   Sun Oct 31 21:02:56 2010 +0100

Update the image

diff --git a/static/Pics/openlogo-nd-25.png b/static/Pics/openlogo-nd-25.png
index 5ad4487..8732e70 100644
Binary files a/static/Pics/openlogo-nd-25.png and 
b/static/Pics/openlogo-nd-25.png differ

-- 
APT Archive Web-Frontend (Alioth repository)


-- 
To UNSUBSCRIBE, email to debian-www-cvs-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   5   6   7   8   9   10   >