[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: why do people introduce stup^Wstrange changes to quilt 3.0 format



Norbert Preining <preining@logic.at> writes:
> On Mo, 14 Mai 2012, Russ Allbery wrote:

>> Of all the things that one has to do with a package, this is pretty minor.

> If you are talking of a normal small package. Not of 2.6G of packages
> where even the source packages are *generated*, and unfuzzying is a 
> process that takes quite some time.

If you don't care about checking the patches, it takes fifteen minutes one
time to write a shell script and then less than ten seconds to run it
before you do an upload.

Something like (untested):

    quilt pop -a
    while ! quilt push -a --fuzz=0 ; do
        quilt push
        quilt refresh
    done
    quilt pop -a
    svn commit -m "Unfuzzed all patches"

would probably do it.

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


Reply to: