Gentoo Archives: gentoo-dev

From: Michael Palimaka <kensington@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Re: Soliciting input for a non-maintainer update (NMU) GLEP
Date: Sat, 22 Jun 2013 13:42:53
Message-Id: kq49jg$sat$1@ger.gmane.org
In Reply to: Re: [gentoo-dev] Soliciting input for a non-maintainer update (NMU) GLEP by "Robin H. Johnson"
1 On 22/06/2013 11:42, Robin H. Johnson wrote:
2 > This needs to be in the above data:
3 >
4 > So we have:
5 > Who = {ANYTHING_GOES, REQUIRES_DEV, REQUIRES_HERD, REQUIRES_MAINTAINER}
6 > What = {NONE, TRIVIAL, MINOR_FEATURES, VERSION_BUMP, MAJOR_FEATURES}
7 >
8 > So most of my packages might be coded with:
9 > <nmu-policy who="REQUIRES_DEV" what="VERSION_BUMP" />
10 > <nmu-policy who="REQUIRES_HERD" what="MAJOR_FEATURES" />
11 >
12 > - If you're a developer, you can do trivial fixes, add minor features,
13 > bump the version.
14 > - If you're in the herd, you can add major features.
15 >
16
17 It might be useful to have the capability for a free-form
18 comment/instructions too. For example, we do all of our development in
19 an overlay, and on occasion we lose changes that someone else has made
20 in the tree because they don't know they need to be applied in two places.