diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-07-09 19:04:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-07-09 19:04:25 +0200 |
commit | 0e3b414ea6ecb6cc359d3b95f5cfeb6096066139 (patch) | |
tree | db29bb3f7f785601406622dd0f703e47e33fc2e1 /debian/roll-tarballs.sh | |
parent | 340ec14a42154e1be3100b890969fba1e7586a15 (diff) | |
download | nx-libs-0e3b414ea6ecb6cc359d3b95f5cfeb6096066139.tar.gz nx-libs-0e3b414ea6ecb6cc359d3b95f5cfeb6096066139.tar.bz2 nx-libs-0e3b414ea6ecb6cc359d3b95f5cfeb6096066139.zip |
Provide COPYING file in tarball. Update debian/copyright.
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-x | debian/roll-tarballs.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index eb106b6b6..6f7d7127b 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -97,6 +97,7 @@ else echo ${file##*/} >> doc/applied-patches/series done fi +cp -v debian/COPYING.full+lite COPYING # apply all patches shipped in debian/patches and create a copy of them that we ship with the tarball if [ -s "doc/applied-patches/series" ]; then |