trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] Packaging naming with GIT

From: "Timothy Pearson" <kb9vqf@...>
Date: Sat, 24 Dec 2011 17:14:40 -0600
>> > The Debian/Ubuntu builds utilize the revision *count*,
>> that is, the number
>> > of commits that have been made to each module.
>> >
>> > You can get this number by using the following (nasty,
>> complex, and
>> > completely unobvious) command:
>> > git shortlog . | grep -E '^[ ]+\w+' | wc -l
>> >
>> > SVN was much easier in this regard. ;-)
>
> I don't yet have the GIT repository synced to my system. What would this
> naming scheme look like?

I use this:
arts-trinity - 4:14.0.0-0debian0+r49+pr4~wheezy

14.0.0 is the TDE version, 0debian0 is Debian specific and normally
increments on any required rebuilds, r49 is the TDE source revision of the
arts module, pr4 is the Debian packaging revision of the arts module, and
~wheezy is the distro version's codename.

> Should we agree to a relatively common package naming scheme for all
> packagers?

We can try, but I'll play it by ear. :-)  I have no desire to change the
Debian scheme, as it might badly break upgrades for Debian/Ubuntu users.

Tim