From 53665129eb8edccc4ab765c21b98fbff5a7888f7 Mon Sep 17 00:00:00 2001 From: zooko Date: Tue, 23 Jun 2009 08:27:14 +0530 Subject: [PATCH] setup: change location of doc files, add copyright file Ignore-this: 5d611bbb489012bf22d164290c5222a3 darcs-hash:e3029361b5f8af9468e8814ce16949b1bfd8d893 --- zfec/copyright | 23 +++++++++++++++++++++++ zfec/setup.py | 4 ++-- zfec/zfec.egg-info/stdeb.cfg | 2 ++ 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 zfec/copyright create mode 100644 zfec/zfec.egg-info/stdeb.cfg diff --git a/zfec/copyright b/zfec/copyright new file mode 100644 index 0000000..cefa82d --- /dev/null +++ b/zfec/copyright @@ -0,0 +1,23 @@ +This package was debianized by Zooko O'Whielacronx zooko@zooko.com on +Mon, 22 June 2009 23:30:00 +0000. + +It was originally downloaded from http://allmydata.org/trac/zfec + +Upstream Author: Zooko O'Whielacronx + +Copyright: + +You may use this package under the GNU General Public License, version +2 or, at your option, any later version. You may use this package +under the Transitive Grace Period Public Licence, version 1.0 or, at +your option, any later version. (You may choose to use this package +under the terms of either licence, at your option.) See the file +COPYING.GPL for the terms of the GNU General Public License, version 2. +See the file COPYING.TGPPL.html for the terms of the Transitive Grace +Period Public Licence, version 1.0. + +The Debian packaging is © 2009 Zooko O'Whielacronx - it is +licensed under the same terms as the zfec source code itself. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. diff --git a/zfec/setup.py b/zfec/setup.py index 4142af2..2fb9a4b 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -135,8 +135,8 @@ if "sdist_dsc" in sys.argv: data_fnames=[ 'COPYING.GPL', 'changelog', 'COPYING.TGPPL.html', 'TODO', 'README.txt' ] # In case we are building for a .deb with stdeb's sdist_dsc command, we put the -# docs in "share/doc/python-$PKG". -doc_loc = "share/doc/python-" + PKG +# docs in "share/doc/$PKG". +doc_loc = "share/doc/" + PKG data_files = [(doc_loc, data_fnames)] def _setup(test_suite): diff --git a/zfec/zfec.egg-info/stdeb.cfg b/zfec/zfec.egg-info/stdeb.cfg new file mode 100644 index 0000000..69707c1 --- /dev/null +++ b/zfec/zfec.egg-info/stdeb.cfg @@ -0,0 +1,2 @@ +[zfec] +Copyright-File: copyright -- 2.37.2