Pierre HABOUZIT wrote:
> tag 425229 + patch
> thanks
> 
>   A simple patch to achieve that follows:
> 
> 
> --- Alien/Package/Deb.pm      2007-03-22 22:45:17.000000000 +0100
> +++ Alien/Package/Deb.pm      2007-05-21 10:29:37.000000000 +0200
> @@ -603,8 +603,8 @@
>       return unless defined wantarray; # optimization
>       $_=$this->{release};
>       # Make sure the release contains digets.
> -     return $_."-1" unless /[0-9]/;
> -     return $_;
> +     return $_."-1~alien1" unless /[0-9]/;
> +     return $_."~alien1";
>  }
>  
>  =item description

This patch isn't against a current version of alien, and is not to the
right place in the code.

Alien would need some refactoring to be able to increment versions
differently for debs than for other destination package types.

It already modifies the package's description, changelog, and copyright
file to indicate that it was generated by alien.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to