Skip to content

Commit

Permalink
debian: Generate authorship in debian/copyright from AUTHORS.
Browse files Browse the repository at this point in the history
  • Loading branch information
blp committed Sep 6, 2010
1 parent e61070c commit 82e9591
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 28 deletions.
1 change: 1 addition & 0 deletions debian/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.substvars
/control
/corekeeper
/copyright
/files
/nicira-switch
/openvswitch
Expand Down
10 changes: 10 additions & 0 deletions debian/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ EXTRA_DIST += \
debian/control \
debian/control.modules.in \
debian/copyright \
debian/copyright.in \
debian/corekeeper.cron.daily \
debian/corekeeper.init \
debian/corekeeper.override \
Expand Down Expand Up @@ -50,3 +51,12 @@ check-debian-changelog-version:
fi
ALL_LOCAL += check-debian-changelog-version
DIST_HOOKS += check-debian-changelog-version

$(srcdir)/debian/copyright: AUTHORS debian/copyright.in
{ sed -n -e '/%AUTHORS%/q' -e p < $(srcdir)/debian/copyright.in; \
sed '1,/^$$/d' $(srcdir)/AUTHORS | \
sed -n -e '/^$$/q' -e 's/^/ /p'; \
sed -e '1,/%AUTHORS%/d' $(srcdir)/debian/copyright.in; \
} > $@

DISTCLEANFILES += debian/copyright
29 changes: 1 addition & 28 deletions debian/copyright → debian/copyright.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,9 @@ The original sources for this package can be found at:

http://openvswitch.org/


Upstream Authors (from AUTHORS):

Andy Southgate [email protected]
Ben Pfaff [email protected]
Bryan Phillippe [email protected]
Dan Wendlandt [email protected]
David Erickson [email protected]
Glen Gibb [email protected]
Ian Campbell [email protected]
Jean Tourrilhes [email protected]
Jeremy Stribling [email protected]
Jesse Gross [email protected]
Joe Perches [email protected]
Jun Nakajima [email protected]
Justin Pettit [email protected]
Keith Amidon [email protected]
Martin Casado [email protected]
Natasha Gude [email protected]
Neil McKee [email protected]
Paul Fazzone [email protected]
Reid Price [email protected]
Simon Horman [email protected]
Tetsuo NAKAGAWA [email protected]
Thomas Lacroix [email protected]
Todd Deshane [email protected]
Tom Everman [email protected]
Tsvi Slonim [email protected]
Wei Yongjun [email protected]
Yu Zhiguo [email protected]
%AUTHORS%

Upstream Copyright Holders:

Expand Down

0 comments on commit 82e9591

Please sign in to comment.