quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] Versioned .pc


From: Martin Quinson
Subject: Re: [Quilt-dev] Versioned .pc
Date: Wed, 9 Jun 2004 00:17:54 -0700
User-agent: Mutt/1.5.5.1+cvs20040105i

Hello, 

here is a modified version of your patch. Here are the changes introduced
(over your version):

 - It works here (TM). Yours failed because of a space in $proper_name in
   one of my trees.
 - upgrade is not automatic, and a new 'upgrade' command is introduced.
 - It tests also for too advanced version, and croaks about the impossibility
   of upward compatibility when it detects some.
 - It does more output, and more friendly one (but there is an "echo -n"
   that you might not like).
 - The messages are translated to french.

I doubt of this chunk, but leaved it where it was:
>>>>>>>>>
 add_to_db()
 {
+       if ! [ -e $QUILT_PC/.version ]
+       then
+               echo $DB_VERSION > $QUILT_PC/.version
+       fi
+
        echo $1 >> $DB
 }
<<<<<<<<<


If you like it and commit it, I'd say this change is enough to tag the 0.34
version (I really need this feature for the debian package ;).

Mt.

On Sun, Jun 06, 2004 at 05:18:05AM +0200, Andreas Gruenbacher wrote:
> Hello,
> 
> here is a first attempt at versioning the .pc directory. With the patch 
> applied, version 0.30 .pc directories should properly get converted. Could 
> you please try this out?
> 
> In a "proper" version ready for applying to the cvs, conversion should 
> probably not take place automatically. Users might be upset to find they 
> can't use an old version anymore after playing around with a more recent one.
> 
> Cheers,
> -- 
> Andreas Gruenbacher <address@hidden>
> SUSE Labs, SUSE LINUX AG

-- 
The "US department of defense" should be renamed the "US department of
attack". 

Attachment: version-mquinson.diff
Description: Text document

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]