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

Bug#626847: marked as done (linux-kbuild-2.6: can't handle rcX versions.)



Your message dated Thu, 07 Mar 2013 05:24:36 +0000
with message-id <1362633876.3768.453.camel@deadeye.wl.decadent.org.uk>
and subject line Re: linux-kbuild-2.6: can't handle rcX versions.
has caused the Debian Bug report #626847,
regarding linux-kbuild-2.6: can't handle rcX versions.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
626847: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626847
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-kbuild-2.6
Version: 2.6.37-1~experimental.1

It looks like the pattern in debian.py may need adjustment in order to
handle rcX kernel versions.

Index: debian/lib/python/debian_linux/debian.py
===================================================================
--- debian/lib/python/debian_linux/debian.py    (revision 17397)
+++ debian/lib/python/debian_linux/debian.py    (working copy)
@@ -112,7 +112,7 @@
         \d+
     )
 )?
--
+(-rc\d+)?-
 (?:[^-]+)
 $
 """

-- 
Rob Browning
rlb @defaultvalue.org and @debian.org
GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4



--- End Message ---
--- Begin Message ---
In Debian package version numbers, pre-release modifiers must be
introduced by '~' in order for dpkg to recognise them as being a lower
version, e.g.:
    3.8~rc1 < 3.8
but:
    3.8-rc1 > 3.8

Ben.

-- 
Ben Hutchings
Always try to do things in chronological order;
it's less confusing that way.

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply to: