Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.kernel > #60903

Debian kernel packaging no longer accepts typical downstream version numbering.

Path csiph.com!feeder.erje.net!2.eu.feeder.erje.net!news.etla.org!aioe.org!bofh.it!news.nic.it!robomod
From peter green <plugwash@p10link.net>
Newsgroups linux.debian.kernel
Subject Debian kernel packaging no longer accepts typical downstream version numbering.
Date Mon, 07 May 2018 14:50:02 +0200
Message-ID <vMNKy-1fX-5@gated-at.bofh.it> (permalink)
X-Original-To debian-kernel@lists.debian.org
X-Mailbox-Line From debian-kernel-request@lists.debian.org Mon May 7 12:47:23 2018
Old-Return-Path <plugwash@p10link.net>
X-Amavis-Spam-Status No, score=-7 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -6.1
X-Greylist delayed 608 seconds by postgrey-1.36 at bendel; Mon, 07 May 2018 12:47:08 UTC
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.5.1
MIME-Version 1.0
Content-Type text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding 7bit
X-Mailing-List <debian-kernel@lists.debian.org> archive/latest/116586
List-ID <debian-kernel.lists.debian.org>
List-URL <https://lists.debian.org/debian-kernel/>
List-Archive https://lists.debian.org/msgid-search/014972ed-c13b-f361-8dd0-8c3f486daa0a@p10link.net
Approved robomod@news.nic.it
Lines 14
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Mon, 7 May 2018 13:36:55 +0100
X-Original-Message-ID <014972ed-c13b-f361-8dd0-8c3f486daa0a@p10link.net>
Xref csiph.com linux.debian.kernel:60903

Show key headers only | View raw


Common practice for downstreams (whether complete derivatives or end users) is to version modified packages with a version number like

4.16.5-1+something1

Where "something" is the name of a project, the name of the person performing the modification etc.

Unfortunately with 4.16.5-1 of the kernel package such a version number is no longer accepted with the error message "Invalid debian linux version". It seems the cause of this was the following change.

      (?P<revision_other>
-        [^-]+
+        [^-+]+
      )

Reverting this change allowed me to get a succesful control files generation.

Back to linux.debian.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Debian kernel packaging no longer accepts typical downstream version  numbering. peter green <plugwash@p10link.net> - 2018-05-07 14:50 +0200
  Re: Debian kernel packaging no longer accepts typical downstream  version numbering. Ian Campbell <ijc@debian.org> - 2018-05-07 17:10 +0200

csiph-web