Welcome to Soft32 Linux Forums!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Status of new source formats project

 
Goto page Previous  1, 2, 3
   Soft32 Home -> Linux -> Development RSS
Next:  Accepted libmodule-pluggable-fast-perl 0.18-2 (so..  
Author Message
Charles Plessy

External


Since: Nov 04, 2008
Posts: 144



(Msg. 16) Posted: Wed Aug 05, 2009 9:20 am
Post subject: Non-unified patches and dpkg sou [Login to view extended thread Info.]
Archived from groups: linux>debian>devel (more info?)

Le Wed, Aug 05, 2009 at 03:45:00PM +1000, Ben Finney a écrit :
>
> The point, rather, seems to be that unified-diff format is the de facto
> standard format for exchanging patch information.

Le Wed, Aug 05, 2009 at 10:53:21AM +0200, Michael Banck a écrit :
>
> It's the preferred format for 99% of all Free Software work/projects
> AFAICT.

In my workplace's cafeteria, 99 % of the people eat curry rice with a spoon,
and 1 % with chopsticks. But this is causing no trouble, and never the spoon
users ask the chopsticks users to change their instrument (and I can tell you
that I do not leave a single grain of rice when I eat my curry rice with
chopsticks).

I am all for campaigning for the unified diff format if there are arguments on
which I can base a discussion with Upstream, but a mere cultural preference,
be it the one of a very large majority, is a too weak argument.

The only practical argument currently is the regression between the dpkg format
1 to 3.0 (quilt), where non-unified patches in debian/patches cause the source
package to be not buildable, only because the Dpkg maintainers decided to
reject non-unified patches despite they can be applied by the patch command
they use in Dpkg::Source::Patch.pm. How is that relevant for Upstream ?

After deleting the following check, my source package builds fine.

--- a/scripts/Dpkg/Source/Patch.pm
+++ b/scripts/Dpkg/Source/Patch.pm
@@ -325,9 +325,6 @@ sub analyze {
unless (defined($_ = getline($diff_handle))) {
error(_g("diff `%s' finishes in middle of ---/+++ (line %d)"), $diff, $.);
}
- unless (s/^\+\+\+ //) {
- error(_g("line after --- isn't as expected in diff `%s' (line %d)"), $diff, $.);
- }
$_ = strip_ts($_);
if ($_ eq '/dev/null' or s{^(\./)?[^/]+/}{$destdir/}) {
$fn2 = $_;

Why not just applying the patches and catch errors if there are, instead of
writing a new patch parser from scratch just to check that it looks like being
in the unified format?

Have a nice day,

--
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


--
To UNSUBSCRIBE, email to debian-devel-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Ben Finney

External


Since: May 12, 2005
Posts: 55



(Msg. 17) Posted: Wed Aug 05, 2009 9:20 am
Post subject: Re: Status of new source formats project [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Plessy <plessy.TakeThisOut@debian.org> writes:

> Le Wed, Aug 05, 2009 at 03:45:00PM +1000, Ben Finney a écrit :
> >
> > The point, rather, seems to be that unified-diff format is the de
> > facto standard format for exchanging patch information.
>
> Le Wed, Aug 05, 2009 at 10:53:21AM +0200, Michael Banck a écrit :
> >
> > It's the preferred format for 99% of all Free Software work/projects
> > AFAICT.
>
> In my workplace's cafeteria, 99 % of the people eat curry rice with a
> spoon, and 1 % with chopsticks. But this is causing no trouble

Right, because an individual's use of spoon or chopsticks to eat their
own meal isn't about interaction *between* people; it's a private choice
that affects only that individual.

The analogy doesn't hold for this discussion, since this is about data
interchange formats, which affects *all* parties in the transaction.

See how far you'd get with expecting accommodation of 1% of people using
a different form of currency to pay for their curry rice.

> I am all for campaigning for the unified diff format if there are
> arguments on which I can base a discussion with Upstream, but a mere
> cultural preference, be it the one of a very large majority, is a too
> weak argument.

Standard data interchange formats is such an argument: one which you
even quoted me as putting forth. The de facto standard data format for
interchange of patch data is unified-diff format.

--
\ "Well, my brother says Hello. So, hooray for speech therapy." |
`\ —Emo Philips |
_o__) |
Ben Finney


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Giacomo A. Catenazzi

External


Since: Dec 16, 2006
Posts: 20



(Msg. 18) Posted: Wed Aug 05, 2009 9:20 am
Post subject: Re:_Non-unified_patches_and_dpkg_so [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Charles Plessy wrote:
> Le Wed, Aug 05, 2009 at 03:45:00PM +1000, Ben Finney a écrit :
>> The point, rather, seems to be that unified-diff format is the de facto
>> standard format for exchanging patch information.
>
> Le Wed, Aug 05, 2009 at 10:53:21AM +0200, Michael Banck a écrit :
>> It's the preferred format for 99% of all Free Software work/projects
>> AFAICT.
>
> In my workplace's cafeteria, 99 % of the people eat curry rice with a spoon,
> and 1 % with chopsticks. But this is causing no trouble, and never the spoon
> users ask the chopsticks users to change their instrument (and I can tell you
> that I do not leave a single grain of rice when I eat my curry rice with
> chopsticks).
>
> I am all for campaigning for the unified diff format if there are arguments on
> which I can base a discussion with Upstream, but a mere cultural preference,
> be it the one of a very large majority, is a too weak argument.

I think there is few advantages on non-unified diff:
I don't think many upstreams will take advantage of it, and I think
few upstream will take patched from our source package.

IMHO the right way to sent patched upstream is send comments and patches,
in they preferred form (format of patch, format of comment, target
(like mailing list) and last upstream version).
Note also: rediff works only on unified patches.

The disadvantages: we need to build a lot of tools to test quality
of our packages. I think handling different diff format will
decrement the quality of such tests.

I really think that in our future we will have a lot of automatic testing
tools to detect problem before they happens.

ciao
cate


--
To UNSUBSCRIBE, email to debian-devel-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Tollef Fog Heen

External


Since: Jan 02, 2007
Posts: 13



(Msg. 19) Posted: Wed Aug 05, 2009 1:20 pm
Post subject: Re: Non-unified patches and dpkg source format ?3.0_(quilt)?. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

]] Charles Plessy

| I am all for campaigning for the unified diff format if there are
| arguments on which I can base a discussion with Upstream, but a mere
| cultural preference, be it the one of a very large majority, is a too
| weak argument.

They're easier to review (because you have a bit of context) and to
adapt to sources where they don't apply 100%.

I would start by asking upstream first and see if they reject the
request, or ask «why?» before pushing for changes in Debian tools.

--
Tollef Fog Heen
UNIX is user friendly, it's just picky about who its friends are


--
To UNSUBSCRIBE, email to debian-devel-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Charles Plessy

External


Since: Nov 04, 2008
Posts: 144



(Msg. 20) Posted: Thu Aug 06, 2009 7:20 am
Post subject: Re: Non-unified patches and dpkg [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Le Wed, Aug 05, 2009 at 03:22:12PM +0200, Cyril Brulebois a écrit :
> According to a quick look at the diff wikipedia page[1], unified diffs
> appeared in GNU diff 1.15, released in January 1991.
>
> 1. http://en.wikipedia.org/wiki/Diff
>
> Time to move on?

Le Wed, Aug 05, 2009 at 03:22:14PM +0200, Giacomo A. Catenazzi a écrit :
>
> The disadvantages: we need to build a lot of tools to test quality
> of our packages. I think handling different diff format will
> decrement the quality of such tests.

Le Wed, Aug 05, 2009 at 06:56:05PM +0200, Tollef Fog Heen a écrit :
>
> They're easier to review (because you have a bit of context) and to
> adapt to sources where they don't apply 100%.

Le Wed, Aug 05, 2009 at 11:23:11PM +1000, Ben Finney a écrit :
>
> Standard data interchange formats is such an argument: one which you
> even quoted me as putting forth. The de facto standard data format for
> interchange of patch data is unified-diff format.


So to summarise, you are suggesting me to write upstream that:

1) We want to review their patches,
2) We can not do this with context diffs,
3) We do want to actively reject non-unified diffs despite our tools work well with them,
4) The reason why they should adopt a new diff format is because it is new.

May I have some evidence that somebody really wants to review their patch? As I
explained already, it is not a random patch grabbed from their BTS, it is their
standard way to publish official corrections that change a few lines in an
archive of 20 Mo. I do not think there is more reason to review this patch than
any other change that they make when they release a new version.

What is next? Will the Project decide a standard whitespace policy and nitpick
every upstream project that does not respect it?

The only patch review system I know in Debian works well with context diffs
(http://patch-tracking.debian.net/package/emboss/6.1.0-2). Quilt, patch, diffstat,
all work well with context diff. dpkg-dev itself works well with context diffs.
The only reason it fails is that there is a political decision to reject
non-unified diffs.

I have moved the patches from debian/patches to debian/patch, which circumvents
the problem, since there is no will to compromise on either side.

Have a nice day,

--
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Paul Wise

External


Since: Jul 12, 2007
Posts: 76



(Msg. 21) Posted: Thu Aug 06, 2009 9:20 am
Post subject: Re: Non-unified patches and dpkg source format ?3. 0 (quilt)?. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, Aug 6, 2009 at 1:41 PM, Cyril Brulebois<kibi.DeleteThis@debian.org> wrote:
> Charles Plessy <plessy.DeleteThis@debian.org> (06/08/2009):
>>  4) The reason why they should adopt a new diff format is because it is new.
>
> It *was*. 20 years ago.

Perhaps it is about time it was made the default Smile

--
bye,
pabs

http://wiki.debian.org/PaulWise


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Login to vote
Michael Banck

External


Since: Dec 02, 2006
Posts: 543



(Msg. 22) Posted: Thu Aug 06, 2009 9:20 am
Post subject: Re: Non-unified patches and dpkg source format ???3.0 (quilt)???. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, Aug 06, 2009 at 07:52:08PM +0900, Charles Plessy wrote:
> So to summarise, you are suggesting me to write upstream that:

Why do you need to write anything to upstream? If they still insist on
context diffs (or whatever that is called), I guess there is not much we
can do. Debian insists (for good reasons) on unified diffs. You can of
course ask them to reconsider again, but (as pointed out numerous times)
there is no reason to bring up anything like "the dpkg maintainer
oppresses you", it's a simle fact that unified diffs are the de-facto
standard in the FLOSS world.

The sensible way is to work around upstream by transforming their diffs
into unified diffs and storing the original diff in the source package
as well for reference. Another option would be to make up a new orig
tarball (a bit more hassle, but certainly feasable).

The other alternative is to just make up your own source package patch
system and use 3.0-native as Goswin suggested (though I have no clue how
that works).


Michael


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Ben Pfaff

External


Since: Jan 06, 2004
Posts: 14



(Msg. 23) Posted: Thu Aug 06, 2009 9:20 am
Post subject: Re: Non-unified patches and dpkg source format ‘3.0_(quilt)’. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Cyril Brulebois <kibi DeleteThis @debian.org> writes:

> Oh, if you really need an example, what about the following? We tend to
> fix GCC issues. We tweak headers. Some might get added, some might be
> removed. We have such a patch. A CVE arrives. A context diff gets
> published. It gets applies on the top of the other patches. Say it's
> something like:
> | > BUGON(my_pointer_shall_not_be_null);
>
> But, since we tweak the headers, the check can get added before the
> first dereferencement. Of course, there are the fuzzy stuff with patch,
> but sounds less likely to happen.

If you are going to argue against diffs that do not have any
context, please say so. Do not confuse the issue by instead
arguing against "context diffs", because context diffs and
unified diffs have exactly the same properties, just different
formatting.

Here is the diff manual's introduction to showing context:

Usually, when you are looking at the differences between files, you will
also want to see the parts of the files near the lines that differ, to
help you understand exactly what has changed. These nearby parts of the
files are called the "context".

GNU `diff' provides two output formats that show context around the
differing lines: "context format" and "unified format". It can
optionally show in which function or section of the file the differing
lines are found.

Here is the example of a context diff from the "diff" manual:

*** lao Sat Jan 26 23:30:39 1991
--- tzu Sat Jan 26 23:30:50 1991
***************
*** 1,7 ****
- The Way that can be told of is not the eternal Way;
- The name that can be named is not the eternal name.
The Nameless is the origin of Heaven and Earth;
! The Named is the mother of all things.
Therefore let there always be non-being,
so we may see their subtlety,
And let there always be being,
--- 1,6 ----
The Nameless is the origin of Heaven and Earth;
! The named is the mother of all things.
!
Therefore let there always be non-being,
so we may see their subtlety,
And let there always be being,
***************
*** 9,11 ****
--- 8,13 ----
The two are the same,
But after they are produced,
they have different names.
+ They both may be called deep and profound.
+ Deeper and more profound,
+ The door of all subtleties!

Here is the diff manual's comparison between context diffs and
unified diffs:

The unified output format is a variation on the context format that is
more compact because it omits redundant context lines. To select this
output format, use the `-U LINES', `--unified[=LINES]', or `-u' option.
The argument LINES is the number of lines of context to show. When it
is not given, it defaults to three.

At present, only GNU `diff' can produce this format and only GNU
`patch' can automatically apply diffs in this format. For proper
operation, `patch' typically needs at least two lines of context.
--
Ben Pfaff
http://benpfaff.org


--
To UNSUBSCRIBE, email to debian-devel-REQUEST DeleteThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster DeleteThis @lists.debian.org
Back to top
Login to vote
Russ Allbery

External


Since: Apr 22, 2007
Posts: 376



(Msg. 24) Posted: Thu Aug 06, 2009 1:20 pm
Post subject: Re: Non-unified patches and dpkg source format ‘3.0_(quilt)’. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

So... you all realize, right, that old-style context diffs and unified
diffs can be trivially converted into each other? They have the same
amount of information.

filterdiff --format=unified < context.diff
filterdiff --format=context < unified.diff

(filterdiff comes with patchutils.) Given that, this seems like a tempest
in a teapot to me. Just convert the diff into whatever format the tool
that you're using expects or the reviewer wants to read.

diff -c diffs are somewhat easier to read in some specific circumstances,
usually involving significant code rewrites, than diff -u diffs.

--
Russ Allbery (rra@debian.org) <http://www.eyrie.org/~eagle/>


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Pierre Habouzit

External


Since: Aug 06, 2009
Posts: 2



(Msg. 25) Posted: Thu Aug 06, 2009 1:20 pm
Post subject: Re: Non-unified patches and dpkg [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, Aug 06, 2009 at 06:33:28PM +0200, Pierre Habouzit wrote:

> Those are actually valid ed scripts IIRC.

Okay, sorry, I meant to remove that sentence that is actually wrong...
sorry 'bout that.

--
·O· Pierre Habouzit
··O madcoder RemoveThis @debian.org
OOO http://www.madism.org


--
To UNSUBSCRIBE, email to debian-devel-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Manoj Srivastava

External


Since: Nov 19, 2006
Posts: 353



(Msg. 26) Posted: Thu Aug 06, 2009 9:20 pm
Post subject: Re: Non-unified patches and dpkg source format ‘3.0_(quilt)’. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Thu, Aug 06 2009, Russ Allbery wrote:

> So... you all realize, right, that old-style context diffs and unified
> diffs can be trivially converted into each other? They have the same
> amount of information.
>
> filterdiff --format=unified < context.diff
> filterdiff --format=context < unified.diff
>
> (filterdiff comes with patchutils.) Given that, this seems like a tempest
> in a teapot to me. Just convert the diff into whatever format the tool
> that you're using expects or the reviewer wants to read.
>
> diff -c diffs are somewhat easier to read in some specific circumstances,
> usually involving significant code rewrites, than diff -u diffs.

Also, emacs diff-mode does this in the buffer for you, so you
don't need to even have filterdiff installed, assuming you worship at
the altar of the one true editor.

manoj
--
Oh what a tangled web we weave, when first we practice to
deceive. Shakespeare
Manoj Srivastava <srivasta.TakeThisOut@debian.org> <http://www.debian.org/~srivasta/>
1024D/BF24424C print 4966 F272 D093 B493 410B 924B 21BA DABB BF24 424C


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Charles Plessy

External


Since: Nov 04, 2008
Posts: 144



(Msg. 27) Posted: Thu Aug 06, 2009 9:20 pm
Post subject: Re: Non-unified patches and dpkg [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Le Thu, Aug 06, 2009 at 09:26:02AM -0700, Russ Allbery a écrit :
>
> (filterdiff comes with patchutils.) Given that, this seems like a tempest
> in a teapot to me. Just convert the diff into whatever format the tool
> that you're using expects or the reviewer wants to read.

Hi Russ and everybody,

I already explained that I prefered that the patch stays in the original format
so that it is easy for everybody (co-maintainers, reviewers, users) to verify
that it was not altered.

Giving a standard interface to reviewers is a laudable goal, but I do not see
reviewers except in elaborate scenarios about security. Therefore I will not
trade a real benefit for a hypothetical one, even if both are neglectible.
Also, I think that it is very important in a project of 1,000 persons to stick
to facts, and avoid building illusions together. So as long as there is no
reviewing process nor package reviews, there is no need to adapt to imaginary
reviewers.

This said, if there were a project-wide momentum for standardising on one patch
format, I would not oppose. This would probably be a release goal, a
preparation for a Policy change, or a demand from the security team to the
package manintainers. Something with a motivation, a plan, some facts and some
volunteers to get things done.

I have reassigned the bug of my package to dpkg-dev. It is holiday season, so
let's wait for a while and see the answer of the dpkg developers.

Have a nice day,

--
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Ben Finney

External


Since: May 12, 2005
Posts: 55



(Msg. 28) Posted: Thu Aug 06, 2009 11:20 pm
Post subject: Re: Non-unified patches and dpkg source format ?3.0_(quilt)?. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Pierre Habouzit <madcoder.RemoveThis@madism.org> writes:

> First of all, non-unified diffs are called "context diffs"

Not necessarily. I've been using the term to reply to *any* diff output
format that isn't unified-diff format. From my perspective, there is the
de facto standard of unified-diff format, used by the vast majority for
patch data interchange; and there is the vanishing minority of any other
patch format, which should be deprecated.

> I concur with Charles that it's a dpkg-dev bug, I don't think his
> patch is valid though. I'm unsure if it needed all that trolling, and
> that a minor bug on dpkg-dev asking for non-unified diffs support is
> in order.

Rather, for specifically "context diff" format. +1 to that suggestion;
I'm fine with tools accepting it, but it should be strongly deprecated
(by social, not technical, means).

--
\ "The industrial system is profoundly dependent on commercial |
`\ television and could not exist in its present form without it." |
_o__) —John Kenneth Galbraith, _The New Industrial State_, 1967 |
Ben Finney


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.RemoveThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.RemoveThis@lists.debian.org
Back to top
Login to vote
Ben Finney

External


Since: May 12, 2005
Posts: 55



(Msg. 29) Posted: Thu Aug 06, 2009 11:20 pm
Post subject: Re: Non-unified patches and dpkg source format ?3.0_(quilt)?. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Ben Finney <ben+debian@benfinney.id.au> writes:

> Pierre Habouzit <madcoder RemoveThis @madism.org> writes:
>
> > First of all, non-unified diffs are called "context diffs"
>
> Not necessarily. I've been using the term to reply to *any* diff output
> format that isn't unified-diff format.

s/reply to/refer to/

--
\ "One seldom discovers a true believer that is worth knowing." |
`\ —Henry L. Mencken |
_o__) |
Ben Finney


--
To UNSUBSCRIBE, email to debian-devel-REQUEST RemoveThis @lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster RemoveThis @lists.debian.org
Back to top
Login to vote
Pierre Habouzit

External


Since: Aug 06, 2009
Posts: 2



(Msg. 30) Posted: Fri Aug 07, 2009 5:20 am
Post subject: Re: Non-unified patches and dpkg [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, Aug 07, 2009 at 10:45:14AM +0900, Charles Plessy wrote:
> Le Thu, Aug 06, 2009 at 09:26:02AM -0700, Russ Allbery a écrit :
> >
> > (filterdiff comes with patchutils.) Given that, this seems like a tempest
> > in a teapot to me. Just convert the diff into whatever format the tool
> > that you're using expects or the reviewer wants to read.
>
> Hi Russ and everybody,
>
> I already explained that I prefered that the patch stays in the original format

Then you'll need to write your "own" patch system that calls patch(1) to
apply the patches, à la cdbs-simple-patchsys.

--
Intersec <http://www.intersec.com>
Pierre Habouzit <pierre.habouzit.TakeThisOut@intersec.com>
Tél : +33 (0)1 5570 3346
Mob : +33 (0)6 1636 8131
Fax : +33 (0)1 5570 3332
37 Rue Pierre Lhomme
92400 Courbevoie


--
To UNSUBSCRIBE, email to debian-devel-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Resolved bugs keeping packages out of testing? - Hi, I have several "excuses" pages that resemble this one: http://qa.debian.org/excuses.php?package=darcs-b...

Project Support Open Source (SOS) wanted to donation to yo.. - Hi my name is Bob Mutch and I am the owner of Solutions with Service, a Canadian company that uses open source softwar...

[gentoo-dev] installer project status - I'm posting this to gentoo-dev in addition to gentoo-installer, but please take any conversation over to the..

[ANNOUNCE] Open Source Protocol Reconstruction Project for.. - We have open sourced this project for our Linux based appliances and file systems. Anyone from Linux who wants to hel...

Fw: Phobos G130 Open Source Project: Driver for Linux MIPS - Hello I've tried to get some support from sonic-wall (they took over phobos) to write a linux driver for the Phobos..

[gentoo-dev] New GLEP draft: Status of forum moderators in.. - Hi all, as some of you might already know we are working on a GLEP that is about the status of forums moderators and..
       Soft32 Home -> Linux -> Development All times are: Pacific Time (US & Canada) (change)
Goto page Previous  1, 2, 3
Page 2 of 3

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Categories:
 Windows
  Linux
 Mac
 PDA


[ Contact us | Terms of Service/Privacy Policy ]