From 88614ec62615e420346a4fc4cc8a532ff14a5f08 Mon Sep 17 00:00:00 2001 From: nima Date: Sat, 20 Dec 2008 16:45:39 +0000 Subject: Added missing info to copyright file. Source creation target. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@138 abc39116-655e-4be6-ad55-d661dc543056 --- Makefile | 10 +++++++++ debian/copyright | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 78 insertions(+) diff --git a/Makefile b/Makefile index 01f501e..d845ed4 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,16 @@ build: dmidecode.so dmidecode.so: $(SO) cp $< $(PY)-$@ +.src: + cd .. && tar czvf python-dmidecode_2.10.orig.tar.gz \ + --exclude .svn \ + --exclude debian \ + --exclude makefile \ + --exclude BUILD.Linux \ + --exclude private \ + python-dmidecode; + touch $@ + .dpkg: debian dpkg-buildpackage -us -uc -rfakeroot -enima@it.net.au touch $< diff --git a/debian/copyright b/debian/copyright index 10ccba4..d51ed36 100644 --- a/debian/copyright +++ b/debian/copyright @@ -31,3 +31,71 @@ Copyrights Copyright 2000-2002 Alan Cox Copyright 2002-2008 Jean Delvare Copyright 2008 Nima Talebi + + +CODE CONTRIBUTORS (IN CHRONOLOGICAL ORDER) +========================================== +Matt Domsch +Arjan van de Ven +Mark D. Studebaker +Larry Lile +Dave Johnson +Petter Reinholdtsen +Roberto Nibali +John Cagle +Jens Elkner + +MANY THANKS TO (IN CHRONOLOGICAL ORDER) +======================================= +Werner Heuser +Alexandre Duret-Lutz +Xavier Roche +Pamela Huntley +Gael Stephan +Sebastian Henschel +Richard Sharpe +David Wilson +Glen Foster +Chad Smith +Joshua Goldenhar +Luc Van de Velde +Mario Lang +Hugues Lepesant +Sergey Leonovich +Mike Cooper +Marc Rieffel +Jeff Moyer +Josef Moellers +Zing Zing Shishak +Rafael Avila de Espindola +Roger Koot +Martin Pool +Doug Brenner +Alex Williamson +Durval Menezes +Raphael Raimbault +Raul Nunez de Arenas Coronado +Francois Revol +Dominik Klein +Erwan Velu +Don Howard +Frans Pop +Tomek Mateja +Myke Olson +Torsten Seemann +Garry Belka +Klaus Muth +Antoine Fuselier +Matthew Garrett +Landry Breuil +Luke Suchocki +Attila Nagy +Alex Iribarren +Sebastien Douche +William Lallemand +Olivier Guerrier +Pascal Terjan +Stuart Hayes +Sofian Brabez +Vincent Pelletier +Andreas Gruenbacher -- cgit