Bug#437673: dehs: Debian version of gabedit is wrong (2.0.11 instead of 2.0.11-1), so the copyright link is broken

2007-08-28 Thread Bluefuture
> > This bug doesn't seem to be fixed. When I look at the page: > > http://dehs.alioth.debian.org/maintainer.php?name=gabedit > > it still says: > > Debian Version: 2.0.11 > > instead of: > > Debian Version: 2.0.11-1 > > and the copyright link is still broken (tested with lynx and iceweasel)

Bug#437675: dehs tags machine readable status

2007-08-23 Thread Bluefuture
Actually i use in Dehs a simple function (dpkg based) to see if the package is updated against upstream: function is_updated ($up_vers,$debian_vers) { if ($up_vers=='') return 0; passthru("dpkg --compare-versions '$up_vers' eq '" . vers_conv($debian_vers) . "'",$great); if ($great!=0) return 1; el

Bug#437673:

2007-08-23 Thread Bluefuture
Seems to be fixed now. Please check it so i could close this bug. Ste -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: autmatically generated watch file

2007-08-08 Thread Bluefuture
As always many developers tell that watch file need to be maintained in an external system. Actually Dehs is based on watch file founded in official debian packages and on the automatically generated watch file (for packages that doesn't have one). All this data are in a postgres db on alioth and s

Bug#269493:

2007-08-06 Thread Bluefuture
Hi, you can still check the global situation here: http://dehs.alioth.debian.org/no_updated.html Cheers, Stefano -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: Viaggi, voli, soggiorni...cattura l'offerta e parti con Mondolastminute Clicca qui: http://

autmatically generated watch file

2007-08-05 Thread Bluefuture
Hi, here[1] there are 890 (see the last column in the table) automatically generated and uscan checked watch file for packages that don't have included one. Naturally it needs a manual check before insert this watch file in packages. Could we do any action for let maintainers to adopt this watch fi

Bug#269493:

2007-08-05 Thread Bluefuture
Dehs data is fully updated now with new debian version conversion function. Please check result now and see if we can close this bug. Cheers, Stefano -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#269493:

2007-08-03 Thread Bluefuture
Ok.. i tried to apply this patch (i commented the old version of the function). Seems quite good. For the whole Dehs system data update we will wait Sunday for the regular alioth cron dehs run. Cheers, Ste -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Bug#269493: regex for debian version

2007-08-03 Thread Bluefuture
Sorry for dsfg typo in regex, the Dehs version control code is on svn.debian.org. I attend the Justin and Thijs agree on a common patch to this function. Please consider the debian general packages number situation and user cases and not only packages that you maintain :) Cheers, Stefano --

Bug#269493:

2007-08-03 Thread Bluefuture
> > Still, a part of the bug here could still be addressed. What is needed is to > scan for a dash from the end of the version string, and separate it there > into 'debian revision' and 'upstream'. > > E.g. this version number: > 1.4.6-20060409-1 > should be split in upstream '1.4.6-20060409' a

Bug#269493:

2007-08-03 Thread Bluefuture
> > Still, a part of the bug here could still be addressed. What is needed is to > scan for a dash from the end of the version string, and separate it there > into 'debian revision' and 'upstream'. > > E.g. this version number: > 1.4.6-20060409-1 > should be split in upstream '1.4.6-20060409'

Bug#356042: Bug#431319: marked as done (uscan in dehs broken?)

2007-08-03 Thread Bluefuture
> No it's not, have a look at > http://dehs.alioth.debian.org/maintainer.php?name=fetchmail > Cheers > Nico It is not an alioth or dehs problem is a berlios one. Have u never tried to whet wget http://developer.berlios.de/project/showfiles.php?group_id=1824 from an alioth account? Problably berl

Bug#269493:

2007-07-30 Thread Bluefuture
We need to have more statistical data about debian and upstream strange version numbering to do a better comparison. For example there is no standard way to cvs and svn version naming in debian. Cheers, Ste -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble

Bug#392372:

2007-07-30 Thread Bluefuture
Please could you verify if this bug is still valid? It seems fixed.. so we will close it. Cheers, Ste -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

dehs/watch data now update

2007-07-28 Thread Bluefuture
After some code revision i think that dehs data now are regular update again. Anybody could list all update dehs/developer.php/watch column outdate bugs agains dehs and qa so we try to close it? Cheers, Ste -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble?

Re: Re: dehs live code

2007-05-10 Thread Bluefuture
> Yes, sort of: > > function is_updated ($up_vers, $debian_vers) { > if ($up_vers=='') return 0; > if (!(($debian_vers =~ /\d+\.?/) && ($up_vers =~ /\d+\.?/))) return 0; > ... > } > > I did some tests and I think that the results of the regex match above > are flexible enough to not break a

Re: Re: dehs live code

2007-05-09 Thread Bluefuture
Hi Gustavo, > > > What about the false positives like gdm and gnome-screensaver? > That page list debian package not in sync with upstream. So if a debian package has not a well done watch file probably we could have a debian version more new that the upstream one. I suggest to send a bug with a

dehs live code

2007-05-09 Thread Bluefuture
Hi, after etch release this is a list of debian packages not in sync with upstream version[1] with upstream news or changelog data where available (click on the upstream version number). Packages are sorted with popcon data. I have also set the dehs "live" project directory on alioth readable for

Bug#195121: dehs

2006-10-28 Thread Bluefuture
I think that dehs data are regular available now (a part from BTS upstream bug count because bts is quite slow actually for a big query so i disabled it). -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: freepascal status in debian

2006-05-04 Thread Bluefuture
Il giorno gio, 04/05/2006 alle 17.13 +0200, Thijs Kinkhorst ha scritto: > On Thu, 2006-05-04 at 16:18 +0200, Bluefuture wrote: > > Hi, > > the last upload of fpc was on upstream version 2.0 on 2005-09-09[1]. > > Actually the upstream version is 2.0.2 relased on 2005-12-08[2]

freepascal status in debian

2006-05-04 Thread Bluefuture
Hi, the last upload of fpc was on upstream version 2.0 on 2005-09-09[1]. Actually the upstream version is 2.0.2 relased on 2005-12-08[2] and here we can find upstream bug fix and changes[3]. Anybody knows the status of his maintainer? Cheers, Stefano [1]http://packages.qa.debian.org/f/fpc.htm

mma package status?

2006-05-03 Thread Bluefuture
Hi, the last upload of mma was on upstream version 0.12 on 22-02-2005[1]. Actually the upstream version is 0.21, so in debian we have missed around 9 upstream version. Anybody know the status of his maintainer? Cheers, Stefano [1]http://packages.qa.debian.org/m/mma.html [2]http://users.xplornet.c

Re: Bug#332938: qa.debian.org: please provide a user/tester view with workflow progress status

2006-04-15 Thread Bluefuture
> > http://dehs.alioth.debian.org/ the nirvana asks the tester's question > > "why the dd isn't packaging current upstream software ?" > > No, it doesn't. It answers the question of whether the version in > unstable appears to be up to date, which is a completely different > question. > It also

Re: QA data repository

2006-04-12 Thread Bluefuture
Interesting project Jeroen. Is this framework eventually could support "third party" submitted watch file for maintaining watch file in a place external to the package itself? It could be useful for dehs[1] and integrating dehs data in this framework. Cheers, Stefano [1]http://dehs.alioth.debia

[OT] psycology around email flaming

2006-03-16 Thread Bluefuture
For who is interested about a recent research on email flaming - do we know something about this issue on debian mailing lists?! ;) - i suggest this Pdf[1]: "Egocentrism Over E-Mail: Can We Communicate as Well as We Think?" Cheers, Stefano [1] http://gsbwww.uchicago.edu/fac/nicholas.epley/Krugere

Re: Dehs and developer.php

2006-03-14 Thread Bluefuture
> It is still nice to be able to see the live code with all temporary > files etc. (An additional plus is that I can just 'cat .svn/entries' > to see where the svn root is.) At the moment I can't do that. > > [0] [EMAIL PROTECTED]:/var/lib/gforge/chroot/home/users/evaso-guest $cd > projects/ > -b

Re: Dehs and developer.php

2006-03-14 Thread Bluefuture
Il giorno mar, 14/03/2006 alle 16.17 +0100, Christoph Berg ha scritto: > > Could you chmod +rx the dehs code on haydn please? (Why is this > running in your $HOME at all instead of the web root?) > The dehs code is already available to all on svn.debian.org. The live program is running on my ho

Dehs and developer.php

2006-03-13 Thread Bluefuture
I had seen some thread about problem with dehs and the qa pages. Actually i'm maintaining the dehs data and scripts. There was some problem on dehs in the past months about unavailability of changelog data on packages.debian.org. Actually i'm using packages.debian.net as source of changelog data

Re: Bug#347624: DEHS: Error with a valid watch file

2006-01-18 Thread Bluefuture
The problem of this bugs is in ext_watch() (a dehs function) that seem doesn't catch watch file in some cases. This function try extract the watch file from the diff.gz of the package name submitted. The function is quite simple and seems that doesn't work for package that already have a watch fil

Re: Bug#347624: DEHS: Error with a valid watch file

2006-01-17 Thread Bluefuture
I have upgraded today dehs system to use the last official released version of uscan in devscripts package 2.6.10. So it now support the same features that uscan 2.6.10 Cheers, Stefano -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTEC

Re: DDPO and DEHS watch broken: no uscan3.pl

2005-08-31 Thread Bluefuture
Finally dehs is resurrected and updated after some problems derived by alioth sarge upgrade. Dehs still Need to be compilant with the official version of uscan in last devscript package because actually it uses a badly hacked version of uscan3.pl so it doesn't support type 3 watch file. If anybody

Re: DEHS upstream watch not being updated

2005-06-29 Thread Bluefuture
> indeed, qa.d.o dehs data files are dated Jun 5 and the same applies for > data on alioth, dated Jun 6 > > this can be related to non-us becoming obsolete, the logs shows that > dehs failed to fetch Release from non-us/unstable Yes, non-us is the problem. I have tried to fix it quick as i can

dehs-devel mailinglist

2005-03-11 Thread Bluefuture
I had opened a dehs[1] development mailing list[2] on alioth to coordinate issues and work. Anybody want discuss ideas, improve or work on dehs an watch file system could subscribe to the list[3]. Thanks, Stefano [1] http://dehs.alioth.debian.org [2] [EMAIL PROTECTED] [3] http://lists.alioth.deb

Re: dehs will stop

2005-02-27 Thread Bluefuture
>The community might start considering it less useless if an >explanation of what it is supposed to be good for was actually >available. In particular, why should a maintainer care about watch >files if he uses something else than uscan to keep track of upstream >happenings? >From time to time, th

dehs will stop

2005-02-27 Thread Bluefuture
After another gruelling discussion on #debian-devel about the useless of dehs and the lack of watch file (75,60% of non native debian packages doesn't had one), I think that dehs is start to begin only my own personal toys, so i'm thinking to stop it and to leave alioth resources and put my develop

Re: try to keep a watch file into your package

2005-01-28 Thread Bluefuture
>What do you do with packages that have uncooperative upstream and thus >a watch file is not possible? > >apg's web host, for example, doesn't support directory listings, so I >had to resort on checking the fingerprint of the download web page to >find out whether there is a new release. > >Greetin

Re: try to keep a watch file into your package

2005-01-28 Thread Bluefuture
Il giorno mer, 26-01-2005 alle 09:02 +0100, Free Ekanayaka ha scritto: > Thanks for this effort. > > Would it make sense to support queries of dehs by maintainer email > address? > > This ways it would be easier for people to check the status of their > own packages. This functionality is

Re: try to keep a watch file into your package

2005-01-25 Thread Bluefuture
Il giorno mar, 25-01-2005 alle 13:56 +0100, Wouter Verhelst ha scritto: > I'm not convinced having a watch file is always useful. > I agree with you. > I would hope a maintainer would follow the announcements of the software I agree with this. Dehs/Watch is not a system for bypassing upstream ma

Re: try to keep a watch file into your package

2005-01-25 Thread Bluefuture
Il giorno mar, 25-01-2005 alle 07:49 +0100, Goswin von Brederlow ha scritto: > Bluefuture <[EMAIL PROTECTED]> writes: > > > The dehs system now is regular running again every two days on alioth > > (and so also on the info feed to developer.php on qa). > > Looking

try to keep a watch file into your package

2005-01-24 Thread Bluefuture
The dehs system now is regular running again every two days on alioth (and so also on the info feed to developer.php on qa). Looking at no_watch page[1] there are: Total source packages without watch file: 6324 Total source packages: 8285 %: 76,33% But seems also that there are: 1621 package

Re: Watch column on developer.php outdated

2004-12-21 Thread Bluefuture
Il giorno mar, 21-12-2004 alle 09:30 +0100, Peter Eisentraut ha scritto: > I wrote: > > I think the "watch" columns on developer.php have stopped updating > > some time ago. > > I think this may have to do with queries on > http://dehs.alioth.debian.org/ taking "forever". Perhaps the database >

Bug#269493: debian version converter

2004-09-06 Thread Bluefuture
Hi, actually this is the function that try to convert debian version in a "compatible" format before debian vs upstream test. If u had any good idea to improve it try to post something over debian qa mailing list: Cheers, -- funct

Bug#264148: it isn't a dehs bug

2004-08-08 Thread Bluefuture
Had u try to look at the wwiz (the automatic generated watch file)? version=2 ftp://ftp-sop.inria.fr/mimosa/fp/Bigloo/bigloo-?_?([\w+\d+\.]+|\d+)(\.tar|\.tgz)(\.gz|\.bz2|) debian uupdate Package name is bigloo, dehs doesn't had find a watch file source package and it tried to generate autmatica

Watch file format issue and guide

2004-08-04 Thread Bluefuture
It is available now on http://dehs.alioth.debian.org the html version of - man uscan - that describes the Watch file format. Dehs, for upstream version, uses an hacked version (but 100% error message and watch format compatible) of uscan (you can find this tool in devscripts debian package). This

Re: fix watch file for sourceforge software

2004-07-28 Thread Bluefuture
Il mer, 2004-07-28 alle 14:38, Pierre Machard ha scritto: > I took a look at your project, and I do not understand why when I am > looking for information about po4a I am seeing debian/copyright ? > Because this package doesn't has a Watch file. Dehs Wwiz tried to generate one from you copyright

Re: Debian Watch Health Status

2004-07-28 Thread Bluefuture
Il mer, 2004-07-28 alle 16:08, Gürkan Sengün ha scritto: Hi > at dehs.alioth.debian.org in you have a typo debain->debian Fixed > let me suggest for WWiz Up. that it is case insensitive, is that possible > (allow any case in href)? > this would remove most "error"s from > http://qa.debian.org/[

fix watch file for sourceforge software

2004-07-28 Thread Bluefuture
Hi, if you want to fill a watch file or u want to fix your Dehs status[1] please, for upstream software on sf.net doesn't use http://prdownloads.sourceforge.net/. For example egroupware: version=2 http://prdownloads.sourceforge.net/egroupware/eGroupWare-(.*).tar.gz But it is better (so it can re

Bug#261111: qa.debian.org: Dehs data integration in developer.wml

2004-07-24 Thread Bluefuture
Il sab, 2004-07-24 alle 12:12, Igor Genibel ha scritto: >Sorry, the link are: >http://dehs.alioth.debian.org/debian_qa_unstable.db >http://dehs.alioth.debian.org/debian_qa_experimental.db >And are complatible with the db module in php4 on merkel (db2). Sorry again :) but i must to keep a bed :) Th

Bug#261111: qa.debian.org: Dehs data integration in developer.wml

2004-07-24 Thread Bluefuture
Il sab, 2004-07-24 alle 12:12, Igor Genibel ha scritto: > Le vendredi 23 Juillet 2004 21:47, Bluefuture a écrit : > [...] > > Databases needed and daily updated are here: > > http://alioth.debian.org/debian_qa_unstable.db > > http://alioth.debian.org/debian_qa_experime

Bug#261111: some changes

2004-07-23 Thread Bluefuture
Sorry, was missing the bug number that this patch close. So I tink that #26111 patch close #228394.

Bug#261111: qa.debian.org: Dehs data integration in developer.wml

2004-07-23 Thread Bluefuture
Followup-For: Bug #206363 Package: qa.debian.org Tags: Patch This patch close this bug and introduces some dehs[1] data in developer.wml. Databases needed and daily updated are here: http://alioth.debian.org/debian_qa_unstable.db http://alioth.debian.org/debian_qa_experimental.db and must to go

Re: Dehs: To few watch file filled from Debian Mantainers

2004-07-21 Thread Bluefuture
Il mer, 2004-07-21 alle 11:13, Erik Schanze ha scritto: > > > @Stefano: Would you include the possibility of following links to download > area > into your script? I don't think it is a good solution. The typology of "download area" url is too various. But, also if we can standardize the typolog

Re: dehs

2004-07-13 Thread Bluefuture
Il mar, 2004-07-13 alle 20:08, Robert Lemmen ha scritto: > hi stefano, > > i really like dehs, i think it will become a very valuable tool in the > future. i have some comments though: > > - is the code available anywhere? Dehs source code is available here: Browsable: http://svn.debian.org/vie

Dehs Summary Report about debian packages vs upstream

2004-07-12 Thread Bluefuture
This is a little summary report about Dehs status of debian packages. I hope it could be useful for debian community and Qa purposes. Do u think that could be added in the DWN? -- Top 10 Debian installed packages that are

Re: Watch Wizard source

2004-06-28 Thread Bluefuture
Il mar, 2004-06-29 alle 03:56, Andrew Saunders ha scritto: > Hi, > > Please could you tell me where I can get my hands on a copy of the > Watch Wizard source? I can't seem to find it on Alioth. > > Oh, and DEHS looks extremely promising. Keep up the good work! :-) > > -- > Andrew Saunders Tanks,

maintainers summary status, single packages status, upstream changelog

2004-06-28 Thread Bluefuture
Hi all, I had added a (I hope) useful 3 features to dehs. 1. Maintainer summery, you can check the status of all your packages with problems going to: http://dehs.alioth.debian.org/maintainer.php?maint= 2. Upstream changelog for the package (if debian package is not in sync with upstream version)

Re: dehs and new watch files... was: Re: uscan over all packages....

2004-06-11 Thread Bluefuture
Hi, I had added to DEHS http://dehs.alioth.debian.org a new functionality about "by maintainer" dehs summary. Try it and make suggestion. Next step: dehs ovveride?? Colud be need some access restriction features for enter an overrided watch file (and test)? How Maintainer will integrate it in t

Re: Re: dehs: watch filler wizard is running on alioth

2004-05-26 Thread Bluefuture
>i have tried soemthing like that in the past too. you could add a test >for a prdownloads.sf.net page with the projects' name, that will work >for ~15% of all packages without watch files. Now every "sf.net" "sourceforge.net" is composed as above. Dehs is now restarted, for generating outputs (n

dehs: watch filler wizard is running on alioth

2004-05-26 Thread Bluefuture
Hi, i had tried to implement a Watch filler function for dehs that run daily on alioth[1]. There are 6510 package without watch file[1]. I had run "watch filler" on this packages for try to make an automatically generated Watch from "Copyright" file of packages. Now you can keep and try the watch f

Watch file are simple to - The question: Is Dehs bootless for Qa?

2004-05-05 Thread Bluefuture
>Hmmm, at least it is to hard for *me*, because I never successfully >managed >to get a working watch file. Well, the last time I tried was about two >years ago. Something might have changed. I accept bug reports with patches >to any of my packages where I'm not upstream. For example For your p

Re: Dehs: To few watch file filled from Debian Mantainers

2004-05-04 Thread Bluefuture
> It's not that it's hard, > it's that they're not interested. Well, they doesn't want to think to a little regular expression for help Qa Purposes? Or the problem is that all the Debian developer think that Dehs is bootless for helping Debian-qa? >Another reason why some packages don't have a

Re: Re: Dehs: To few watch file filled from Debian Mantainers

2004-05-04 Thread Bluefuture
>Did you consider the possiblity that many package maintainers don't >find >the Watch file useful? Such things as: > >Upstream is package maintainer. > >Upstream development is dead. > >Package maintainer on upstream mailing list. Ok, well. So the Watch file rationale could be switche

Dehs: To few watch file filled from Debian Mantainers

2004-05-03 Thread Bluefuture
Il mar, 2004-05-04 alle 01:51, Jeroen van Wolffelaar ha scritto: The main problem of DEHS is: Total Soruces package without Watch File => 6437 (86,19%) And we must add Total Package without a checkable upstream => 484 (47.22% of package with watch file) Only 1075 on 7468 sources Packages had a "

Re: DEHS source code available on alioth

2004-05-03 Thread Bluefuture
Il sab, 2004-05-01 alle 16:18, Jeroen van Wolffelaar ha scritto: > > Bluefuture: The interface that is needed for DDPO and the PTS is like > this: > > : [ | "N/A" | "Error" ] > > For resp. upstream version, no watch file, and error processing > wat

Re: DEHS source code available on alioth

2004-05-01 Thread Bluefuture
and possibly the PTS. It would be brilliant to > see this data for all my packages and all the gnome team's packages > along with the usual bug data, versions, etc found on DDPO > > On Fri, Apr 30, 2004 at 07:20:57PM +0200, Bluefuture wrote: > > Dehs source code is now avai

DEHS source code available on alioth

2004-04-30 Thread Bluefuture
Dehs source code is now available on svn://svn.debian.org/dehs. (Browse http://svn.debian.org/viewcvs/dehs/) Statistcs (daily updated) are available on http://dehs.alioth.debian.org Any suggestion, feature request, bugs submission and help are always welcome. Regards, Stefano Fabri

DEHS: Debian External Healt Status

2004-04-25 Thread Bluefuture
I published a first implementation of DEHS on http://dehs.alioth.debian.org (auto-updated daily). This could be a sort of Debian External Frontier Healt Status. DEHS monitor and output some statistics about Watch file and the sync between Debian (unstable/experimental) and author upstream version

Debian Healt Status Perl Script

2004-03-02 Thread Bluefuture
Take a look to this script: http://bjorn.haxx.se/debian/points.html This is something like my Proposal for an Advanced Debian QA System. Others scripts here: http://bjorn.haxx.se/debian/ Bye, Blue

Re: Proposal for an advanced Debian-QA system

2004-02-21 Thread Bluefuture
Il sab, 2004-02-21 alle 23:54, Adrian Bunk ha scritto: > On Fri, Feb 20, 2004 at 10:37:22PM +0100, Bluefuture wrote: > > > This are some idea for an advanced automatic Debian-qa system: > >... > > It's a common misunderstanding that automatic tools would be able to

Re: Proposal for an advanced Debian-QA system

2004-02-21 Thread Bluefuture
There is a ground problem for begin to work on my proposal and it is well explained in this post from Filippo Giunchedi on debian QA ml: http://lists.debian.org/debian-qa/2004/debian-qa-200401/msg00042.html Il sab, 2004-02-21 alle 09:29, Matt Bonner ha scritto: > I think the basic resistance you

Re: Proposal for an advanced Debian-QA system

2004-02-20 Thread Bluefuture
The problem could be analyzed in this way. There is the Debian Frontier composed by debian-developer/mantainers. Outside the Debian Frontier there are the freesoftware developers. Some debian-developer are freesoftware developers and some debian-freesoftware-developer are at the same time the maint

Re: Proposal for an advanced Debian-QA system

2004-02-20 Thread Bluefuture
Il sab, 2004-02-21 alle 00:00, Ben Burton ha scritto: > > I'm not sure you can say it's always a bug for Debian's package to be > > out-of-sync with the latest upstream release. > > > > For instance, there is a 2.x release of CPAN's HTML::FromText, which is > > a complete rewrite by a new upstre

Re: Proposal for an advanced Debian-QA system

2004-02-20 Thread Bluefuture
Il ven, 2004-02-20 alle 23:07, Goswin von Brederlow ha scritto: > Bluefuture <[EMAIL PROTECTED]> writes: > > > This are some idea for an advanced automatic Debian-qa system: > > I think the first action should be a reminder to the maintainer. If > one has to check the w

Proposal for an advanced Debian-QA system

2004-02-20 Thread Bluefuture
This are some idea for an advanced automatic Debian-qa system: The Debian-qa and debian devel could develop a system for trace all upstream version of a software using the Debian/Watch file and uscan tool and put this info in a db storing relase version, devel/stable status of the new upstream rel

GDM package is outdated (still from gnome 2.2) and contains lots ofbugs :(

2004-02-10 Thread Bluefuture
>From Mantas Kriaučiūnas <[EMAIL PROTECTED]> on debian-gtk-gnome ml 10/2/2004: Hi, Are there any plans to release gdm for gnome 2.4 ? Now debian has outdated version for Gnome 2.2 - look at http://www.jirka.org/gdm.html - "2.4.1.x are the GNOME2.2 stable versions,[..] 2.4.4.x are the GNOME 2.4 st