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

Re: Debian violates GPL?



Richard Braakman <dark@xs4all.nl> writes:

> The primary obstacle to this is that the .orig.tar.gz can change from
> one Debian revision to another, without changing name.  Schemes for
> dealing with this quickly grow to Byzantine complexities.

Of course, the really slick solution to this would be to use CVS to
store all the needed older versions.  Manoj's scripts can automate
much of this, but it would require more people to be willing to
learn/deal with CVS (unless it was somehow possible to get dinstall to
do the checkins, etc).  This would certainly be a more compact and
flexible solution.

With this approach, you can get any particular revision with:

  CVS_SERVER=master-repository \
    cvs checkout -d emacs20 emacs20 -r debian_version_20_3-5

and you can also get the pristine upstream source (suitable for
tarring) with:

  CVS_SERVER=master-repository \
    cvs checkout -d emacs20 emacs20 -r upstream_version_20_3

(Thanks Manoj.)

-- 
Rob Browning <rlb@cs.utexas.edu> PGP=E80E0D04F521A094 532B97F5D64E3930


Reply to: