[SCM] kchildlock packaging branch, master, updated. upstream/0.90.4.2-1-gcbea8a6

Howard Chan smartboyhw-guest at alioth.debian.org
Tue Sep 24 15:27:36 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kchildlock.git;a=commitdiff;h=cbea8a6

The following commit has been merged in the master branch:
commit cbea8a66877cce5a9ff1bad1670811530ace20c3
Author: Howard Chan <smartboyhw at gmail.com>
Date:   Tue Sep 24 23:27:17 2013 +0800

    Update the debian/control file for collab-maint with KDE extras team
---
 debian/changelog                    |    5 +++++
 debian/compat                       |    1 +
 debian/control                      |   18 ++++++++++++++++++
 debian/copyright                    |   28 ++++++++++++++++++++++++++++
 debian/docs                         |    3 +++
 debian/kchildlock.lintian-overrides |    4 ++++
 debian/rules                        |    8 ++++++++
 debian/source/format                |    1 +
 8 files changed, 68 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0f32166
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+kchildlock (0.90.4.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #724492)  
+
+ -- Howard Chan <smartboyhw at gmail.com>  Tue, 24 Sep 2013 16:54:03 +0800
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..06caa17
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: kchildlock
+Section: admin
+Priority: extra
+Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
+Uploaders: Howard Chan <smartboyhw at gmail.com>
+Build-Depends: debhelper (>= 9), cmake, pkg-kde-tools
+Standards-Version: 3.9.4
+Homepage: http://kchildlock.sourceforge.net
+
+Package: kchildlock
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: Child computer time restricter
+ kchildlock restricts the time a children spends on the PC.
+ Limits can be specified per day of the week, by lower and
+ upper hour limits, max daily usage time, and max weekly
+ usage time. Restriction limits can be applied to applications.
+ Linux/ KDE4.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..d1edbae
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: kchildlock
+Source: http://kchildlock.sourceforge.net/
+
+Files: *
+Copyright: 2009-2011 Rene Landert <rene.landert at bluewin.ch>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2013 Howard Chan <smartboyhw at gmail.com>
+License: GPL-2+
+
+License: GPL-2+
+ This package 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 2 of the License, or
+ (at your option) any later version.
+ .
+ This package 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/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..eeae128
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+install_manifest.txt
+README
+TODO
diff --git a/debian/kchildlock.lintian-overrides b/debian/kchildlock.lintian-overrides
new file mode 100644
index 0000000..5c59311
--- /dev/null
+++ b/debian/kchildlock.lintian-overrides
@@ -0,0 +1,4 @@
+kchildlock: file-in-unusual-dir var/opt/kchildlock/dummy.txt
+kchildlock: script-not-executable usr/share/kde4/services/kcm_kchildlock.desktop
+kchildlock: unusual-interpreter usr/share/kde4/services/kcm_kchildlock.desktop #!xdg-open
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..41014e8
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+%:
+	dh $@ --fail-missing --parallel --with kde
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
kchildlock packaging



More information about the pkg-kde-commits mailing list