[SCM] mediagoblin/master: Declare copyright and licensing in rules file.

js at users.alioth.debian.org js at users.alioth.debian.org
Mon Aug 21 10:10:06 UTC 2017


The following commit has been merged in the master branch:
commit 3ae00a8707eeb45eadd0fa571a471b3ff6472de5
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Mon Aug 21 11:26:39 2017 +0200

    Declare copyright and licensing in rules file.

diff --git a/debian/rules b/debian/rules
index 746fde2..d8392b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,21 @@
 #!/usr/bin/make -f
 
+# Copyright 2017 Jonas Smedegaard <dr at jones.dk>
+# Description: Main Debian packaging script for Mediagoblin
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
+
 export PYBUILD_INSTALL_ARGS=--install-lib=/usr/share/mediagoblin/ --install-scripts=/usr/share/mediagoblin/
 export PYBUILD_DISABLE = test
 

-- 
mediagoblin packaging



More information about the pkg-multimedia-commits mailing list