[Pkg-jed-commit] r689 - in jed/branches/0.99.19/debian: . patches

Jörg Sommer joerg at alea.gnuu.de
Tue May 15 22:24:02 UTC 2007


Hallo Rafael,

Rafael Laboissiere schrieb am Tue 15. May, 18:10 (+0200):
> * jo-guest at alioth.debian.org <jo-guest at alioth.debian.org> [2007-05-15 15:26]:
> 
> > Author: jo-guest
> > Date: 2007-05-15 15:26:06 +0000 (Tue, 15 May 2007)
> > New Revision: 689
> > 
> > ??? debian/rules
> >   · Simplified the get-orig-source target and switched to an version scheme
> >     that uses the upstream version.
> 
> Unfortunately, this will not work, because 0.99.19~pre78-1 <<
> 0.99.19.svn.60-1 so that the upload will get refused (the Debian installer
> does not accept downgrades in the version number).

Mmm. And an upload to unstable? Is the whole 0.9.19 series lost? Can we
remove this version from experimental anyhow?

> This is my fault, sorry, I should not have started using the .svn.<rev>
> versioning scheme.  Anyway, I am afraid we will have to revert this change,
> unless we start using an epoch (i.e. 1:0.99.19~pre78-1).  Tell me what you
> prefer.

If we can upload a lower version to unstable than I would prefer to leave
this broken version in experimental and wait for the 0.99.19 tarball.

> > --- jed/branches/0.99.19/debian/rules	2007-05-15 14:53:37 UTC (rev 688)
> > +++ jed/branches/0.99.19/debian/rules	2007-05-15 15:26:06 UTC (rev 689)
> > @@ -172,14 +172,11 @@
> >  
> >  binary: binary-arch binary-indep
> >  
> > +JED_VER=0.99.19~pre78
> >  get-orig-source:
> > -	( url="svn://svn.gna.org/svn/jed/trunk" ;		\
> > -	  rev=$$(svn info $$url | grep ^Rev | sed "s/.*: //") ;	\
> > -	  ver=0.99.19.svn.$$rev ;				\
> > -	  dir=jed-$$ver ;					\
> > -	  svn export $$url $$dir ;				\
> > -	  rm -rf $$dir/info ;					\
> > -	  tar czf jed_$$ver.orig.tar.gz $$dir ;			\
> > -	  rm -rf $$dir )
> > +	svn export svn://svn.gna.org/svn/jed/trunk jed-$(JED_VER)
> > +	rm -rf jed-$(JED_VER)/info
> > +	tar czf jed_$(JED_VER).orig.tar.gz jed-$(JED_VER)
> > +	rm -rf jed-$(JED_VER)
> 
> Unless there is a strong reason for not using "svn info" as it was before, I
> see the change above as a regression.

I prefer the real version over the svn revision, because then the dpkg -l
output and the xjed --version output are the same.

<0,1113>(iBook):~% xjed --version
jed version: 0.99.19-78/Unix
 Compiled with GNU C 4.1
S-Lang version: 2.0.7

0,1114>(iBook):~% dpkg -l xjed
+++-=====================-=====================-================================
ii  xjed                  0.99.19~pre78-1       editor for programmers (x11 version)

Bye, Jörg.
-- 
Diskutiere nie mit einem Idioten:
Sie ziehen Dich auf ihr Niveau herab und schlagen Dich dann mit
Erfahrung.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 481 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-jed-devel/attachments/20070516/af6de9ff/attachment.pgp 


More information about the Pkg-jed-devel mailing list