]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
setup: change location of doc files, add copyright file
authorzooko <zooko@zooko.com>
Tue, 23 Jun 2009 02:57:14 +0000 (08:27 +0530)
committerzooko <zooko@zooko.com>
Tue, 23 Jun 2009 02:57:14 +0000 (08:27 +0530)
Ignore-this: 5d611bbb489012bf22d164290c5222a3

darcs-hash:e3029361b5f8af9468e8814ce16949b1bfd8d893

zfec/copyright [new file with mode: 0644]
zfec/setup.py
zfec/zfec.egg-info/stdeb.cfg [new file with mode: 0644]

diff --git a/zfec/copyright b/zfec/copyright
new file mode 100644 (file)
index 0000000..cefa82d
--- /dev/null
@@ -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 <zooko@zooko.com>
+
+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 <zooko@zooko.com> - 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'.
index 4142af218409ed16f88f8e8f55378e6b7adc28a8..2fb9a4b85089756c13d5b880b8a2af4649cfbc10 100755 (executable)
@@ -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 (file)
index 0000000..69707c1
--- /dev/null
@@ -0,0 +1,2 @@
+[zfec]
+Copyright-File: copyright