Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-03 Thread Andreas Tille
On Sat, 2 Feb 2008, martin f krafft wrote: PS: this figure is 80% correct but will surely be questioned by 70% of the people. The likelihood that someone replies to this message is 50%. I just take the mere chance to do this. ;-) The likelihood that someone flames is currently 12.6%. Is

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-03 Thread Pierre Habouzit
On Sat, Feb 02, 2008 at 08:21:44AM +, martin f krafft wrote: also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.01.27.0505 +1100]: Seconded. I'd add, that in fact we should standardize on quilt as an exchange format for patches, because it's simple, and that there are powerful

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-03 Thread Pierre Habouzit
On Sat, Feb 02, 2008 at 08:38:14AM +, martin f krafft wrote: also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.01.27.0939 +1100]: On Fri, Jan 25, 2008 at 06:00:02PM +, Raphael Hertzog wrote: On Fri, 25 Jan 2008, Michael Banck wrote: On Fri, Jan 25, 2008 at 10:51:05AM +0100,

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-03 Thread Stefano Zacchiroli
On Sat, Feb 02, 2008 at 05:47:13PM +1100, martin f krafft wrote: As Debian moves more and more into developing countries, where Internet access is not (yet) ubiquitous, this seems like a step backwards. Ideally, the history should be on the source DVDs. Nope, I disagree. Well, I agree that it

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Riku Voipio [EMAIL PROTECTED] [2008.01.26.0205 +1100]: We have managed to get almost complete uniformity of the binary packages produced. And imho, it's one of the things that makes Debian great. In this background it's kinda sad that our source packaging such a mess with so many

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Theodore Tso [EMAIL PROTECTED] [2008.01.28.1613 +1100]: From: Author O' The Patch [EMAIL PROTECTED] Detailed patch description Signed-off-by: Theodore Ts'o [EMAIL PROTECTED] This is at the beginning of every single quilt patch, and because of this, we can easily important the

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.01.27.0505 +1100]: Seconded. I'd add, that in fact we should standardize on quilt as an exchange format for patches, because it's simple, and that there are powerful tools to handle them. Except those patches contain no VCS-specific

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach David Nusinow [EMAIL PROTECTED] [2008.01.27.0334 +1100]: External patch systems are not ideal by any means, but they do clearly address these issues as well as I could ask for. It's trivial to update the patches, just go one by one through them. You can trivially see the patch in

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Darren Salt [EMAIL PROTECTED] [2008.01.26.1105 +1100]: So no need for .git.tar.gz, then - just carry on shipping .orig.tar.gz and .diff.gz, and use debcheckout if you need the history. As Debian moves more and more into developing countries, where Internet access is not (yet)

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Josselin Mouette [EMAIL PROTECTED] [2008.01.25.2008 +1100]: I’d be glad if we could standardize on quilt. Standardisation is not something you do, IMHO, it's something that emerges. So if you want quilt to become the standard, test it, experiment it, smooth out the rough edges, teach

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Colin Watson [EMAIL PROTECTED] [2008.01.27.0133 +1100]: include this sort of cruft. If patch systems must stay around, I would be happy if somebody could design and write a standard wrapper that could figure out the differences automatically, and get it into devscripts. I think

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Andreas Tille [EMAIL PROTECTED] [2008.01.28.1859 +1100]: The only problem that me and I guess at least 50% of DDs have with debcheckout(1) and debcommit(1) is that they did not know them before this thread. Feel free to call me ignorant, but I was not aware of these tools (and

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.01.27.0939 +1100]: On Fri, Jan 25, 2008 at 06:00:02PM +, Raphael Hertzog wrote: On Fri, 25 Jan 2008, Michael Banck wrote: On Fri, Jan 25, 2008 at 10:51:05AM +0100, Lucas Nussbaum wrote: On 25/01/08 at 08:01 +, Steve Langasek

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread martin f krafft
also sprach Pierre Habouzit [EMAIL PROTECTED] [2008.01.25.1959 +1100]: Oh and don't try to ask for complete uniformity in packaging, there are 1000 DDs, 10 times as many packages, different needs (you don't package a perl extension like you package mozilla or gcc or a java library) hence you

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread David Nusinow
On Sat, Feb 02, 2008 at 07:18:26PM +1100, martin f krafft wrote: also sprach David Nusinow [EMAIL PROTECTED] [2008.01.27.0334 +1100]: External patch systems are not ideal by any means, but they do clearly address these issues as well as I could ask for. It's trivial to update the patches,

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-02-02 Thread Darren Salt
I demand that I definitely did write... [snip] Whatever DSCM is used, it needs history truncation. This rules out mercurial (at present? certainly 0.9.5); I tarred up the bits needed to recreate a checked-out repository of xine-lib - 8.6MB orig.tar.gz (1.1.9.1), 28MB hg.tar.gz (tip, but the

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-28 Thread Andreas Tille
On Sat, 26 Jan 2008, Pierre Habouzit wrote: IOW in order to perform a NMU, you just need to know how to: * checkout sources, debcheckout(1) knows that ; * commit your changes, debcommit(1) knows that almost, mr(1) could also probably be of help ; The only problem that me and I guess at

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Josselin Mouette
On sam, 2008-01-26 at 23:39 +0100, Pierre Habouzit wrote: I'm not sure we aren't mixing two different issues. There is the exchange format used for source packages, and there is the question of where DDs put all their work to generate those source packages. I'm less and less sure that a

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Loïc Minier
On Sat, Jan 26, 2008, Pierre Habouzit wrote: And in taht sense, wigpen that allow you to put multiple diffs rather than a single .diff.gz with your orig tarball is quite enough. debian/control is already here for the rest, and we just need some more Vcs-* like headers, or some new resource

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Pierre Habouzit
On Sun, Jan 27, 2008 at 11:23:45AM +, Loïc Minier wrote: On Sat, Jan 26, 2008, Pierre Habouzit wrote: And in taht sense, wigpen that allow you to put multiple diffs rather than a single .diff.gz with your orig tarball is quite enough. debian/control is already here for the rest, and

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Magnus Holmgren
On fredagen den 25 januari 2008, Mike Hommey wrote: On Fri, Jan 25, 2008 at 09:55:02AM +, Jon Dowland [EMAIL PROTECTED] wrote: On Fri, Jan 25, 2008 at 10:13:37AM +0100, Mike Hommey wrote: The only sad thing is that quilt only deals with patches (i.e. diffs), whereas dpatch can do

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Mike Hommey
On Sun, Jan 27, 2008 at 02:25:49PM +0100, Magnus Holmgren wrote: On fredagen den 25 januari 2008, Mike Hommey wrote: On Fri, Jan 25, 2008 at 09:55:02AM +, Jon Dowland [EMAIL PROTECTED] wrote: On Fri, Jan 25, 2008 at 10:13:37AM +0100, Mike Hommey wrote: The only sad thing is that

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Charles Plessy
Le Sun, Jan 27, 2008 at 01:37:25PM +0100, Pierre Habouzit a écrit : On Sun, Jan 27, 2008 at 11:23:45AM +, Loïc Minier wrote: On Sat, Jan 26, 2008, Pierre Habouzit wrote: And in taht sense, wigpen that allow you to put multiple diffs rather than a single .diff.gz with your orig

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Theodore Tso
On Sat, Jan 26, 2008 at 11:39:32PM +0100, Pierre Habouzit wrote: I'm less and less sure that a git-based format is a brilliant idea. I like git more than a lot, but it's a poor idea to base source packages on them. That doesn't mean that we shouldn't be able one day to upload a signed git

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-27 Thread Andreas Tille
On Fri, 25 Jan 2008, Joey Hess wrote: The competing vcs situation has its problems, but no matter what vcs is used for a package, you can check out the source to the package using apt-get source. This allows examination and modification of the source to any package, without needing to know the

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Colin Watson
On Fri, Jan 25, 2008 at 09:59:00AM +0100, Pierre Habouzit wrote: For one, I'm not sure the situation is that horrible. Second, I believe joeyh's proposal to be able to use some DSCM features to replace the old diff.gz is an excellent proposal, OTOH, you will have a lot of people complaining

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Pierre Habouzit
On Sat, Jan 26, 2008 at 02:33:40PM +, Colin Watson wrote: On Fri, Jan 25, 2008 at 09:59:00AM +0100, Pierre Habouzit wrote: I don't think there is One True Solution, though there are probably ways to allow _any_ of the $DSCM to be used (and let's svn rot *cough*) and have some Debian

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Pierre Habouzit
On Sat, Jan 26, 2008 at 03:07:27PM +, Pierre Habouzit wrote: On Sat, Jan 26, 2008 at 02:33:40PM +, Colin Watson wrote: On Fri, Jan 25, 2008 at 09:59:00AM +0100, Pierre Habouzit wrote: I don't think there is One True Solution, though there are probably ways to allow _any_ of the

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Matthew Johnson
On Sat Jan 26 14:33, Colin Watson wrote: One major reason many people object to yada is that it's very easy to think you've fixed something but then discover that the packaging system in use reverts or otherwise breaks your change, because the files you're expected to edit are different from

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread David Nusinow
On Fri, Jan 25, 2008 at 08:26:04AM +0100, Andreas Tille wrote: I think: http://kitenet.net/~joey/blog/entry/a_problem_with_tools/ is a big one that deserves attention. It's been a low-level grumble for quite some time in various places, but it's getting louder. It's a difficult problem

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Colin Watson
On Sat, Jan 26, 2008 at 04:07:27PM +0100, Pierre Habouzit wrote: On Sat, Jan 26, 2008 at 02:33:40PM +, Colin Watson wrote: Yes. Merge is liable to be trickier since there are a couple of different possible sets of semantics, but that's much more likely to be an operation performed by

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Pierre Habouzit
On Sat, Jan 26, 2008 at 05:16:39PM +, Colin Watson wrote: On Sat, Jan 26, 2008 at 04:07:27PM +0100, Pierre Habouzit wrote: On Sat, Jan 26, 2008 at 02:33:40PM +, Colin Watson wrote: Yes. Merge is liable to be trickier since there are a couple of different possible sets of

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Pierre Habouzit
On Sat, Jan 26, 2008 at 04:34:27PM +, David Nusinow wrote: If we can't figure out a good and clean way to keep a large stack of long-lived patches in the vcs then I firmly believe we should standardize on quilt. Seconded. I'd add, that in fact we should standardize on quilt as an

Re: How to cope with patches sanely (Was: State of the project -input needed)

2008-01-26 Thread Joe Smith
Raphael Hertzog [EMAIL PROTECTED] wrote: On Fri, 25 Jan 2008, Michael Banck wrote: And there I thought we'd use whatever we like until wigpen lands, which will have native patch support. What's the status of that? Is my assumption bad? Not completely, I'm following the discussion closely

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-26 Thread Pierre Habouzit
On Fri, Jan 25, 2008 at 06:00:02PM +, Raphael Hertzog wrote: On Fri, 25 Jan 2008, Michael Banck wrote: On Fri, Jan 25, 2008 at 10:51:05AM +0100, Lucas Nussbaum wrote: On 25/01/08 at 08:01 +, Steve Langasek wrote: As a second runner up, quilt is ok by me. :) I made some

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Andreas Tille
On Fri, 25 Jan 2008, Steve Langasek wrote: - Store all of the source, upstream and Debian, in the same VCS (better if upstream uses the same, but if it has to be a clone of upstream then so be it) I would be absolutely unhappy about this. On one hand it is just a waste of resources to

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Pierre Habouzit
On Fri, Jan 25, 2008 at 07:26:04AM +, Andreas Tille wrote: What would you suggest to enhance the situation? For one, I'm not sure the situation is that horrible. Second, I believe joeyh's proposal to be able to use some DSCM features to replace the old diff.gz is an excellent proposal,

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Josselin Mouette
Le vendredi 25 janvier 2008 à 09:50 +0100, Andreas Tille a écrit : As a second runner up, quilt is ok by me. :) For historical reasons I use dpatch but I'm not really happy with this. I would gladly adopt any other patch system if it would be declared as kind of standard. I’d be glad if we

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Mike Hommey
On Fri, Jan 25, 2008 at 10:08:29AM +0100, Josselin Mouette [EMAIL PROTECTED] wrote: Le vendredi 25 janvier 2008 à 09:50 +0100, Andreas Tille a écrit : As a second runner up, quilt is ok by me. :) For historical reasons I use dpatch but I'm not really happy with this. I would gladly

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Pierre Habouzit
On Fri, Jan 25, 2008 at 08:50:56AM +, Andreas Tille wrote: On Fri, 25 Jan 2008, Steve Langasek wrote: - Store all of the source, upstream and Debian, in the same VCS (better if upstream uses the same, but if it has to be a clone of upstream then so be it) I would be absolutely

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Stefano Zacchiroli
On Fri, Jan 25, 2008 at 09:59:00AM +0100, Pierre Habouzit wrote: For one, I'm not sure the situation is that horrible. Second, I believe joeyh's proposal to be able to use some DSCM features to replace the old diff.gz is an excellent proposal Full ack! OTOH, you will have a lot of people

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread sean finney
On Friday 25 January 2008 11:08:13 am Mike Hommey wrote: On Fri, Jan 25, 2008 at 09:55:02AM +, Jon Dowland [EMAIL PROTECTED] wrote: Does anyone know how common it is for this additional functionality to be used in packages in the archive? I do use it for config.guess and config.sub

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread sean finney
hiya, On Friday 25 January 2008 09:50:56 am Andreas Tille wrote: I would be absolutely unhappy about this. On one hand it is just a waste of resources to clone upstream source on the other hand handling a set of (documented!!) patches seems much more clearly for my taste. inconvenient

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Michael Banck
On Fri, Jan 25, 2008 at 10:51:05AM +0100, Lucas Nussbaum wrote: On 25/01/08 at 08:01 +, Steve Langasek wrote: As a second runner up, quilt is ok by me. :) I made some stats (see [1]). 7.8% of our packages use quilt, while 14.4% use dpatch. It would be great to document in some place

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Mike Hommey
On Fri, Jan 25, 2008 at 11:14:24AM +0100, sean finney [EMAIL PROTECTED] wrote: On Friday 25 January 2008 11:08:13 am Mike Hommey wrote: On Fri, Jan 25, 2008 at 09:55:02AM +, Jon Dowland [EMAIL PROTECTED] wrote: Does anyone know how common it is for this additional functionality to

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Lucas Nussbaum
On 25/01/08 at 08:01 +, Steve Langasek wrote: As a second runner up, quilt is ok by me. :) I made some stats (see [1]). 7.8% of our packages use quilt, while 14.4% use dpatch. It would be great to document in some place (devref?) why quilt should be used instead of dpatch, because I don't

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Jon Dowland
On Fri, Jan 25, 2008 at 10:13:37AM +0100, Mike Hommey wrote: The only sad thing is that quilt only deals with patches (i.e. diffs), whereas dpatch can do scripts, too. Anyways, I now prefer not using dpatch of quilt. Does anyone know how common it is for this additional functionality to be

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Mike Hommey
On Fri, Jan 25, 2008 at 09:55:02AM +, Jon Dowland [EMAIL PROTECTED] wrote: On Fri, Jan 25, 2008 at 10:13:37AM +0100, Mike Hommey wrote: The only sad thing is that quilt only deals with patches (i.e. diffs), whereas dpatch can do scripts, too. Anyways, I now prefer not using dpatch of

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Andreas Tille
On Fri, 25 Jan 2008, Pierre Habouzit wrote: a set of (documented!!) patches seems much more clearly for my taste. You comment patches in the commit message, don't you ? Well, I do, but if I want to provide a fix for package XY I would have to install the perfered VCS of maintainer of XY

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Andreas Tille
On Fri, 25 Jan 2008, Lucas Nussbaum wrote: I made some stats (see [1]). 7.8% of our packages use quilt, while 14.4% use dpatch. It would be great to document in some place (devref?) why quilt should be used instead of dpatch, because I don't think it's obvious for everybody :) Yes, please do

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Andreas Tille
On Fri, 25 Jan 2008, Pierre Habouzit wrote: For one, I'm not sure the situation is that horrible. Second, I believe joeyh's proposal to be able to use some DSCM features to replace the old diff.gz is an excellent proposal, OTOH, you will have a lot of people complaining about having to use git

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Lucas Nussbaum
On 25/01/08 at 12:16 +0100, Andreas Tille wrote: On Fri, 25 Jan 2008, Lucas Nussbaum wrote: I made some stats (see [1]). 7.8% of our packages use quilt, while 14.4% use dpatch. It would be great to document in some place (devref?) why quilt should be used instead of dpatch, because I don't

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Riku Voipio
On Fri, Jan 25, 2008 at 09:59:00AM +0100, Pierre Habouzit wrote: Oh and don't try to ask for complete uniformity in packaging, there are 1000 DDs, 10 times as many packages We have managed to get almost complete uniformity of the binary packages produced. And imho, it's one of the things that

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Kevin B. McCarty
Mike Hommey wrote: On Fri, Jan 25, 2008 at 11:14:24AM +0100, sean finney [EMAIL PROTECTED] wrote: On Friday 25 January 2008 11:08:13 am Mike Hommey wrote: On Fri, Jan 25, 2008 at 09:55:02AM +, Jon Dowland [EMAIL PROTECTED] wrote: Does anyone know how common it is for this

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Charles Plessy
Le Fri, Jan 25, 2008 at 12:51:40PM -0500, Joey Hess a écrit : Unless what you get when you run apt-get source is *not* the source that is in the end used to build the package, which is instead squirrled away in some arbitrary patch format somewhere under debian/. In this case, unlike in the

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Darren Salt
I demand that Pierre Habouzit may or may not have written... On Fri, Jan 25, 2008 at 07:26:04AM +, Andreas Tille wrote: What would you suggest to enhance the situation? For one, I'm not sure the situation is that horrible. Second, I believe joeyh's proposal to be able to use some DSCM

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Moritz Muehlenhoff
Andreas Tille wrote: What would you suggest to enhance the situation? Each maintainer may be familiar with his pet patch system, but for archive wide work I agree the current approach is a mess and makes security updates painful. Since it's unlikely to change anytime soon, each source packages,

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Stefano Zacchiroli
On Fri, Jan 25, 2008 at 12:14:01PM +0100, Andreas Tille wrote: Well, I do, but if I want to provide a fix for package XY I would have to install the perfered VCS of maintainer of XY and learn how to uncover the comments of a patch (including its history). Nope, since nobody is stating that the

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread John Goerzen
On Fri January 25 2008 3:47:36 am sean finney wrote: hiya, On Friday 25 January 2008 09:50:56 am Andreas Tille wrote: I would be absolutely unhappy about this. On one hand it is just a waste of resources to clone upstream source on the other hand handling a set of (documented!!) patches

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Christian Perrier
Quoting Lucas Nussbaum ([EMAIL PROTECTED]): I made some stats (see [1]). 7.8% of our packages use quilt, while 14.4% use dpatch. It would be great to document in some place (devref?) why quilt should be used instead of dpatch, because I don't think it's obvious for everybody :) Yes,

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Raphael Hertzog
On Fri, 25 Jan 2008, Michael Banck wrote: On Fri, Jan 25, 2008 at 10:51:05AM +0100, Lucas Nussbaum wrote: On 25/01/08 at 08:01 +, Steve Langasek wrote: As a second runner up, quilt is ok by me. :) I made some stats (see [1]). 7.8% of our packages use quilt, while 14.4% use

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Kevin B. McCarty
Jon Dowland wrote: On Fri, Jan 25, 2008 at 10:13:37AM +0100, Mike Hommey wrote: The only sad thing is that quilt only deals with patches (i.e. diffs), whereas dpatch can do scripts, too. Anyways, I now prefer not using dpatch of quilt. Does anyone know how common it is for this additional

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Joey Hess
FWIW, I'm very disappointed in this thread so far -- everyone in it seems to be missing between 50 and 90% of the point of my blog post. Pierre Habouzit wrote: Oh and don't try to ask for complete uniformity in packaging, there are 1000 DDs, 10 times as many packages, different needs (you

Re: How to cope with patches sanely (Was: State of the project - input needed)

2008-01-25 Thread Joey Hess
Andreas Tille wrote: If you ask me personally the situation with zillions of competing VSC systems is even worse than the hand full of tools to build Debian packages. I personally refuse to switch VCS every six month because there is a newer and even better one if you trust the one or other