* [gentoo-pms] Authorship of app-doc/pms
@ 2012-06-21 12:09 Andreas K. Huettel
2012-06-21 12:39 ` Ciaran McCreesh
` (2 more replies)
0 siblings, 3 replies; 9+ messages in thread
From: Andreas K. Huettel @ 2012-06-21 12:09 UTC (permalink / raw
To: gentoo-pms, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 2483 bytes --]
Dear all,
according to "git blame", this is the distribution of authorship across the
current git master of the pms tex source.
2 Pierre-Yves Aillet
5 Fernando J. Pereda
6 Mark Loeser
7 Richard Brown
8 Thomas Anderson
25 NotCommittedYet (???)
27 Bo Ørsted Andresen
28 Brian Harring
37 Michał Górny
197 David Leverton
557 Ulrich Müller
678 Stephen Bennett
694 Christian Faulhammer
1903 Ciaran McCreesh
Given that and my usual subtlety, I think the current title page misrepresents
contributorship, and would like to request that the following patch is applied
to branches master and eapi-5.
Best, Andreas
From 3572b4cb400b2ff156e4f28d3dffe82c687a1dc9 Mon Sep 17 00:00:00 2001
From: "Andreas K. Huettel" <andreas.huettel@physik.uni-r.de>
Date: Thu, 21 Jun 2012 14:03:24 +0200
Subject: [PATCH] Update author information
---
pms.cls | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
diff --git a/pms.cls b/pms.cls
index db2fd48..b2faef1 100644
--- a/pms.cls
+++ b/pms.cls
@@ -114,7 +114,7 @@
citecolor=black,
linkcolor=black,
pdftitle={Package Manager Specification},
- pdfauthor={Stephen P. Bennett, Ciaran McCreesh},
+ pdfauthor={Ulrich Mueller, Stephen P. Bennett, Christian Faulhammer,
Ciaran McCreesh},
pdfcreator={pdfLaTeX and hyperref},
pdfsubject={Defining a feature set for package managers in the
Gentoo world},
@@ -125,10 +125,19 @@
}
% Some metadata needed for the title page generation
\title{Package Manager Specification}
-\author{Stephen P. Bennett \\
- \href{mailto:spb@exherbo.org}{spb@exherbo.org} \and Ciaran
- McCreesh \\
- \href{mailto:ciaran.mccreesh@googlemail.com}
{ciaran.mccreesh@googlemail.com}}
+\author{
+Ulrich Müller \\
+ \href{mailto:ulm@gentoo.org}{ulm@gentoo.org}
+\and
+Stephen P. Bennett \\
+ \href{mailto:spb@exherbo.org}{spb@exherbo.org}
+\and
+Christian Faulhammer \\
+ \href{mailto:fauli@gentoo.org}{fauli@gentoo.org}
+\and
+Ciaran McCreesh \\
+ \href{mailto:ciaran.mccreesh@googlemail.com}
{ciaran.mccreesh@googlemail.com}
+}
% Reads the last commit date from the Git repository and even succeeds
% when none is available
\ifthenelse{\equal{\VCDateISO}{}}
--
1.7.9.4
--
Andreas K. Huettel
Gentoo Linux developer
kde, sci, arm, tex, printing
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply related [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 12:09 [gentoo-pms] Authorship of app-doc/pms Andreas K. Huettel
@ 2012-06-21 12:39 ` Ciaran McCreesh
2012-06-21 12:46 ` Andreas K. Huettel
2012-06-21 13:07 ` Michał Górny
2012-06-21 20:14 ` Ulrich Mueller
2 siblings, 1 reply; 9+ messages in thread
From: Ciaran McCreesh @ 2012-06-21 12:39 UTC (permalink / raw
To: gentoo-pms
[-- Attachment #1: Type: text/plain, Size: 706 bytes --]
On Thu, 21 Jun 2012 14:09:31 +0200
"Andreas K. Huettel" <dilfridge@gentoo.org> wrote:
> Dear all,
> according to "git blame", this is the distribution of authorship
> across the current git master of the pms tex source.
Not that I particularly mind either way, but your stats are way off due
to reformatting. If you just use "git blame", someone who changes a \t
to a \em in a paragraph gets measured as writing that line and every
line in the paragraph following it.
If you're looking to change the authors list, I recommend doing so
based upon asking people whether they think they should be on there, and
adding anyone who says yes, rather than on bogus stats.
--
Ciaran McCreesh
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 12:39 ` Ciaran McCreesh
@ 2012-06-21 12:46 ` Andreas K. Huettel
2012-06-21 12:53 ` Ciaran McCreesh
0 siblings, 1 reply; 9+ messages in thread
From: Andreas K. Huettel @ 2012-06-21 12:46 UTC (permalink / raw
To: gentoo-pms; +Cc: Ciaran McCreesh, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 753 bytes --]
> > Dear all,
> > according to "git blame", this is the distribution of authorship
> > across the current git master of the pms tex source.
>
> Not that I particularly mind either way, but your stats are way off due
> to reformatting. If you just use "git blame", someone who changes a \t
> to a \em in a paragraph gets measured as writing that line and every
> line in the paragraph following it.
>
> If you're looking to change the authors list, I recommend doing so
> based upon asking people whether they think they should be on there, and
> adding anyone who says yes, rather than on bogus stats.
Well at least I added some data to undermine my request. Your turn now.
--
Andreas K. Huettel
Gentoo Linux developer
kde, sci, arm, tex, printing
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 12:46 ` Andreas K. Huettel
@ 2012-06-21 12:53 ` Ciaran McCreesh
2012-07-21 20:21 ` Ulrich Mueller
0 siblings, 1 reply; 9+ messages in thread
From: Ciaran McCreesh @ 2012-06-21 12:53 UTC (permalink / raw
To: Andreas K. Huettel; +Cc: gentoo-pms, gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 911 bytes --]
On Thu, 21 Jun 2012 14:46:39 +0200
"Andreas K. Huettel" <dilfridge@gentoo.org> wrote:
> > Not that I particularly mind either way, but your stats are way off
> > due to reformatting. If you just use "git blame", someone who
> > changes a \t to a \em in a paragraph gets measured as writing that
> > line and every line in the paragraph following it.
> >
> > If you're looking to change the authors list, I recommend doing so
> > based upon asking people whether they think they should be on
> > there, and adding anyone who says yes, rather than on bogus stats.
>
> Well at least I added some data to undermine my request. Your turn
> now.
Oh, I think your request is fine, and your results are reasonable. I
just think letting anyone who can say with a straight face that they
should be there be there is a better measure than numbers that don't
tell you anything.
--
Ciaran McCreesh
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 12:09 [gentoo-pms] Authorship of app-doc/pms Andreas K. Huettel
2012-06-21 12:39 ` Ciaran McCreesh
@ 2012-06-21 13:07 ` Michał Górny
2012-06-21 13:09 ` Ciaran McCreesh
2012-06-21 20:14 ` Ulrich Mueller
2 siblings, 1 reply; 9+ messages in thread
From: Michał Górny @ 2012-06-21 13:07 UTC (permalink / raw
To: gentoo-pms; +Cc: dilfridge
[-- Attachment #1: Type: text/plain, Size: 446 bytes --]
On Thu, 21 Jun 2012 14:09:31 +0200
"Andreas K. Huettel" <dilfridge@gentoo.org> wrote:
> Given that and my usual subtlety, I think the current title page
> misrepresents contributorship, and would like to request that the
> following patch is applied to branches master and eapi-5.
How about making it simpler and just putting Gentoo Foundation there?
That's what we do with eclasses and ebuilds.
--
Best regards,
Michał Górny
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 316 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 13:07 ` Michał Górny
@ 2012-06-21 13:09 ` Ciaran McCreesh
0 siblings, 0 replies; 9+ messages in thread
From: Ciaran McCreesh @ 2012-06-21 13:09 UTC (permalink / raw
To: gentoo-pms; +Cc: mgorny, dilfridge
[-- Attachment #1: Type: text/plain, Size: 771 bytes --]
On Thu, 21 Jun 2012 15:07:47 +0200
Michał Górny <mgorny@gentoo.org> wrote:
> On Thu, 21 Jun 2012 14:09:31 +0200
> "Andreas K. Huettel" <dilfridge@gentoo.org> wrote:
> > Given that and my usual subtlety, I think the current title page
> > misrepresents contributorship, and would like to request that the
> > following patch is applied to branches master and eapi-5.
>
> How about making it simpler and just putting Gentoo Foundation there?
> That's what we do with eclasses and ebuilds.
Most of the contributors to PMS at the time the decision was made hadn't
signed the copyright transfer contract (and hadn't been asked to sign
it), so it's not Foundation copyright. Also, authors and copyright
owners aren't the same thing.
--
Ciaran McCreesh
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 12:09 [gentoo-pms] Authorship of app-doc/pms Andreas K. Huettel
2012-06-21 12:39 ` Ciaran McCreesh
2012-06-21 13:07 ` Michał Górny
@ 2012-06-21 20:14 ` Ulrich Mueller
2012-06-21 20:34 ` David Leverton
2 siblings, 1 reply; 9+ messages in thread
From: Ulrich Mueller @ 2012-06-21 20:14 UTC (permalink / raw
To: gentoo-pms; +Cc: Andreas K. Huettel
>>>>> On Thu, 21 Jun 2012, Andreas K Huettel wrote:
> according to "git blame", this is the distribution of authorship
> across the current git master of the pms tex source.
> 2 Pierre-Yves Aillet
> 5 Fernando J. Pereda
> 6 Mark Loeser
> 7 Richard Brown
> 8 Thomas Anderson
> 25 NotCommittedYet (???)
> 27 Bo Ørsted Andresen
> 28 Brian Harring
> 37 Michał Górny
> 197 David Leverton
> 557 Ulrich Müller
> 678 Stephen Bennett
> 694 Christian Faulhammer
> 1903 Ciaran McCreesh
> Given that and my usual subtlety, I think the current title page
> misrepresents contributorship, and would like to request that the
> following patch is applied to branches master and eapi-5.
> - pdfauthor={Stephen P. Bennett, Ciaran McCreesh},
> + pdfauthor={Ulrich Mueller, Stephen P. Bennett, Christian Faulhammer, Ciaran McCreesh},
Placing my name first would be an even worse misrepresentation of
contributorship than what we have currently. So better keep names in
alphabetical order.
And maybe you should ask the next ones on the list (especially
David Leverton) if they want to be included too?
Ulrich
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 20:14 ` Ulrich Mueller
@ 2012-06-21 20:34 ` David Leverton
0 siblings, 0 replies; 9+ messages in thread
From: David Leverton @ 2012-06-21 20:34 UTC (permalink / raw
To: gentoo-pms
Ulrich Mueller wrote:
> (especially David Leverton)
Thanks for thinking of me, but I don't think I've done enough to justify
that (I'm surprised I'm that high on the list). Possibly we could have
a contributors section inside the document listing everyone, but I don't
belong on the front page.
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-pms] Authorship of app-doc/pms
2012-06-21 12:53 ` Ciaran McCreesh
@ 2012-07-21 20:21 ` Ulrich Mueller
0 siblings, 0 replies; 9+ messages in thread
From: Ulrich Mueller @ 2012-07-21 20:21 UTC (permalink / raw
To: gentoo-pms; +Cc: Andreas K. Huettel
>>>>> On Thu, 21 Jun 2012, Ciaran McCreesh wrote:
> Oh, I think your request is fine, and your results are reasonable. I
> just think letting anyone who can say with a straight face that they
> should be there be there is a better measure than numbers that don't
> tell you anything.
See patch included below, adding fauli and myself as authors (and
removing us from acknowledgements). Anybody else who wants to be
included?
Ulrich
From a3042e70c704441e1f67019f4fa6ec0f61d42a6b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm@gentoo.org>
Date: Fri, 20 Jul 2012 21:04:27 +0200
Subject: [PATCH] Update author information.
---
credits.tex | 14 +++++---------
pms.tex | 8 +++++++-
2 files changed, 12 insertions(+), 10 deletions(-)
diff --git a/credits.tex b/credits.tex
index 459fc1b..b1668ef 100644
--- a/credits.tex
+++ b/credits.tex
@@ -1,14 +1,10 @@
\section*{Acknowledgements}
-Thanks to Mike Kelly (package manager provided utilities,
-section~\ref{sec:pkg-mgr-commands}), Danny van Dyk (ebuild functions,
-section~\ref{sec:ebuild-functions}), David Leverton (various
-sections), Petteri Räty (environment state,
-section~\ref{sec:ebuild-env-state}) and Ulrich Müller (various
-sections) for contributions. Thanks to Christian Faulhammer for fixing
-some of the more horrible formatting screwups and providing the EAPI
-cheat sheet. Thanks also to Mike Frysinger and Brian Harring for
-proof-reading and suggestions for fixes and/or clarification.
+Thanks to Mike Kelly (package manager provided utilities, section~\ref{sec:pkg-mgr-commands}),
+Danny van Dyk (ebuild functions, section~\ref{sec:ebuild-functions}), David Leverton (various
+sections) and Petteri Räty (environment state, section~\ref{sec:ebuild-env-state}) for
+contributions. Thanks also to Mike Frysinger and Brian Harring for proof-reading and suggestions
+for fixes and/or clarification.
\section*{Copyright and Licence}
diff --git a/pms.tex b/pms.tex
index dd60225..7244be9 100644
--- a/pms.tex
+++ b/pms.tex
@@ -5,12 +5,18 @@
Stephen P. Bennett \\
\href{mailto:spb@exherbo.org}{spb@exherbo.org}
\and
+ Christian Faulhammer \\
+ \href{mailto:fauli@gentoo.org}{fauli@gentoo.org}
+ \and
Ciaran McCreesh \\
\href{mailto:ciaran.mccreesh@googlemail.com}{ciaran.mccreesh@googlemail.com}
+ \and
+ Ulrich Müller \\
+ \href{mailto:ulm@gentoo.org}{ulm@gentoo.org}
}
\hypersetup{%
pdftitle={Package Manager Specification},
- pdfauthor={Stephen P. Bennett, Ciaran McCreesh},
+ pdfauthor={Stephen P. Bennett, Christian Faulhammer, Ciaran McCreesh, Ulrich Müller},
pdfsubject={Defining a feature set for package managers in the Gentoo world},
pdfkeywords={Gentoo, package manager, specification},
}
--
1.7.8.6
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-07-21 20:21 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 12:09 [gentoo-pms] Authorship of app-doc/pms Andreas K. Huettel
2012-06-21 12:39 ` Ciaran McCreesh
2012-06-21 12:46 ` Andreas K. Huettel
2012-06-21 12:53 ` Ciaran McCreesh
2012-07-21 20:21 ` Ulrich Mueller
2012-06-21 13:07 ` Michał Górny
2012-06-21 13:09 ` Ciaran McCreesh
2012-06-21 20:14 ` Ulrich Mueller
2012-06-21 20:34 ` David Leverton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox