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

Rafael Laboissiere rafael at debian.org
Tue May 15 16:10:35 UTC 2007


* 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).

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.

> --- 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.

-- 
Rafael



More information about the Pkg-jed-devel mailing list