Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debianpackage.py
diff options
context:
space:
mode:
Diffstat (limited to 'debianpackage.py')
-rw-r--r--debianpackage.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianpackage.py b/debianpackage.py
index 7e6d245..50e43d8 100644
--- a/debianpackage.py
+++ b/debianpackage.py
@@ -47,7 +47,7 @@ input_copyright = open(os.path.join(debian_files, 'copyright'), 'r')
copyright = input_copyright.read().format(
upstream_name=info.name,
name=os.environ['DEBFULLNAME'],
- copyright_note=info.copyright_holder)
+ copyright_note=info.copyright_data['holder'])
input_copyright.close()
output_copyright = open('copyright', 'w')
output_copyright.write(copyright)