Re: epoch?? how to make squid-1.0.5 squid-1.0beta16

1996-08-10 Thread Ian Jackson
Craig Sanders writes (epoch??  how to make squid-1.0.5  squid-1.0beta16):
...
 Was epoch implemented?  How do I use it? 

Yes.  See the draft programmers' manual.

Ian.




Re: epoch?? how to make squid-1.0.5 squid-1.0beta16

1996-08-06 Thread Guy Maor
On Mon, 5 Aug 1996, Craig Sanders wrote:

 Was epoch implemented?  How do I use it? 

Add 'epoch:' to the front of the version.  The epoch has to be a
number.  For example:

$ dpkg --compare-versions '2' gt '3'
$ echo $?
1
$ dpkg --compare-versions '1:2' gt '3'
$ echo $?
0


Guy




epoch?? how to make squid-1.0.5 squid-1.0beta16

1996-08-05 Thread Craig Sanders

I compiled squid 1.0.5 last night and made a new package for it, but when
i installed it with dpkg on my system i got a warning message about
downgrading to earlier version due to --force.

which means that dselect can't be used to upgrade this package because it
won't do the forced downgrade.  I don't want to upload the new package
until this is fixed.

I seem to recall some discussion a few months back about an Epoch header
or something like that which could be used to get around this problem.

Was epoch implemented?  How do I use it? 


(note for those waiting on a new version of squid: i probably wont get
time to finish this off now until the end of the week.) 

Craig