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
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]