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

Re: Upload getting lost



On Wed, 12 Apr 2006, Lionel Elie Mamane wrote:
> On Wed, Apr 12, 2006 at 10:08:21AM +0200, Joerg Jaspert wrote:
> > On 10622 March 1977, Lionel Elie Mamane wrote:
> 
> >> I'm trying to upload a new mailman package, but this is failing
> >> utterly. Could someone please help me? Thanks in advance.
> 
> > The problem is the : in your .changes name. The match is:
> > re_taint_free = re.compile(r"^[-+~/\.\w]+$");
> 
> > You probably want to use a + instead.
> 
> So you are telling me this is a dpkg-source bug? The filenames are
> chosen by dpkg-source.

Which uses debian/changelog ... the ":" is used to indicate a "period",
period can be used to use smaller upstream version if you increased it by
error (or if you really need to use an older upstream version).

The period should be a single digit in most cases, and here you have a
period with dots in it.

Edit debian/changelog, and change the ":" by "+" and you're probably done.

Cheers,
-- 
Raphaël Hertzog

Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/



Reply to: