[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.6.8-24-g17b9b86
Modestas Vainius
modax at alioth.debian.org
Mon Mar 15 22:53:07 UTC 2010
The following commit has been merged in the master branch:
commit e48db78c3dc9b602ce4d184e6dcdc2e220e7a51a
Author: Modestas Vainius <modestas at vainius.eu>
Date: Tue Mar 16 00:39:25 2010 +0200
Add missing copyright headers wherever possible.
---
datalib/shell_common | 15 +++++++++++++++
dh_movelibkdeinit | 15 +++++++++++++++
dh_sameversiondep | 15 +++++++++++++++
dh_sodeps | 15 +++++++++++++++
perllib/Debian/PkgKde.pm | 15 +++++++++++++++
pkgkde-debs2symbols | 15 +++++++++++++++
pkgkde-getbuildlogs | 15 +++++++++++++++
pkgkde-override-sc-dev-latest | 15 +++++++++++++++
8 files changed, 120 insertions(+), 0 deletions(-)
diff --git a/datalib/shell_common b/datalib/shell_common
index 22126b5..eed7386 100644
--- a/datalib/shell_common
+++ b/datalib/shell_common
@@ -1,3 +1,18 @@
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
PROGNAME=`basename "$0"`
info() {
diff --git a/dh_movelibkdeinit b/dh_movelibkdeinit
index 3708d31..f7d5f44 100755
--- a/dh_movelibkdeinit
+++ b/dh_movelibkdeinit
@@ -1,5 +1,20 @@
#!/usr/bin/perl -w
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
=head1 NAME
dh_movelibkdeinit - move libkdeinit4_*.so from public to the private directory
diff --git a/dh_sameversiondep b/dh_sameversiondep
index ad309d6..cef678a 100755
--- a/dh_sameversiondep
+++ b/dh_sameversiondep
@@ -1,5 +1,20 @@
#!/usr/bin/perl -w
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
=head1 NAME
dh_sameversiondep - generate versioned dependency based on the versioned
diff --git a/dh_sodeps b/dh_sodeps
index 277678e..151e327 100755
--- a/dh_sodeps
+++ b/dh_sodeps
@@ -1,5 +1,20 @@
#!/usr/bin/perl -w
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
=head1 NAME
dh_sodeps - generate library dependencies for development *.so symlinks
diff --git a/perllib/Debian/PkgKde.pm b/perllib/Debian/PkgKde.pm
index b9e8b2f..f7de6ee 100644
--- a/perllib/Debian/PkgKde.pm
+++ b/perllib/Debian/PkgKde.pm
@@ -1,3 +1,18 @@
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
package Debian::PkgKde;
use base qw(Exporter);
diff --git a/pkgkde-debs2symbols b/pkgkde-debs2symbols
index 37150c3..dcc95c0 100755
--- a/pkgkde-debs2symbols
+++ b/pkgkde-debs2symbols
@@ -1,5 +1,20 @@
#!/bin/sh
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
set -e
include_common() {
diff --git a/pkgkde-getbuildlogs b/pkgkde-getbuildlogs
index d08ae2f..f157999 100755
--- a/pkgkde-getbuildlogs
+++ b/pkgkde-getbuildlogs
@@ -1,5 +1,20 @@
#!/usr/bin/perl
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
use strict;
use warnings;
diff --git a/pkgkde-override-sc-dev-latest b/pkgkde-override-sc-dev-latest
index b4bcf83..bda2488 100755
--- a/pkgkde-override-sc-dev-latest
+++ b/pkgkde-override-sc-dev-latest
@@ -1,5 +1,20 @@
#!/usr/bin/perl
+# Copyright (C) 2010 Modestas Vainius <modax at debian.org>
+#
+# 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 of the License, 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/>
+
=head1 NAME
pkgkde-override-sc-dev-latest - loosen kde-sc-dev-latest Break restrictions
--
Debian Qt/KDE packaging tools
More information about the pkg-kde-commits
mailing list