[pkg-bacula-commits] [bacula] 04/06: Added script to update debian/copyright

Carsten Leonhardt leo at moszumanska.debian.org
Wed Sep 21 15:09:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to branch master
in repository bacula.

commit e1b846794128756ced7014ce6a49f331b6ebeca8
Author: Carsten Leonhardt <leo at debian.org>
Date:   Wed Sep 21 17:06:02 2016 +0200

    Added script to update debian/copyright
---
 debian/scripts/generate-copyright | 12 ++++++++++++
 debian/scripts/template.copyright | 13 +++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/debian/scripts/generate-copyright b/debian/scripts/generate-copyright
new file mode 100755
index 0000000..ca3562b
--- /dev/null
+++ b/debian/scripts/generate-copyright
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+# this generates a new debian/copyright file
+# this is to be used manually whenever necessary
+
+FILES="LICENSE-FAQ LICENSE LICENSE-FOSS"
+
+cp debian/scripts/template.copyright debian/copyright
+for file in $FILES; do
+    echo "\n--- content of $file ---" >> debian/copyright
+    cat $file >> debian/copyright
+done
diff --git a/debian/scripts/template.copyright b/debian/scripts/template.copyright
new file mode 100644
index 0000000..b96771f
--- /dev/null
+++ b/debian/scripts/template.copyright
@@ -0,0 +1,13 @@
+This package was debianized by Jose Luis Tallon <jltallon at adv-solutions.net> on
+Sun, 19 Oct 2003 14:36:45 +0200, was then maintained by John Goerzen
+<jgoerzen at complete.org> and now by the Debian Bacula Team
+<pkg-bacula-devel at lists.alioth.debian.org>.
+
+Debian-specific files distributed under terms of GPLv2, because:
+ * at moment of packaging upstream license was GPLv2
+ * files was created without explicit license info, that considered as the
+   same license, as upstream.
+
+It was downloaded from http://www.bacula.org
+
+Upstream Authors: Kern Sibbald <kerns at users.sourceforge.net> and John Walker.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list