Norbert Preining <prein...@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 (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aa1a0wa2....@windlord.stanford.edu

Reply via email to