From c5b950e4dd995b9e9e2d8a671998832448faba5c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 15 Oct 2011 04:24:01 -0500 Subject: Add initial packaging for kiosktool-trinity to Debian and Ubuntu --- ubuntu/maverick/applications/kiosktool/debian/control | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ubuntu/maverick/applications/kiosktool/debian/control (limited to 'ubuntu/maverick/applications/kiosktool/debian/control') diff --git a/ubuntu/maverick/applications/kiosktool/debian/control b/ubuntu/maverick/applications/kiosktool/debian/control new file mode 100644 index 000000000..41bc32f51 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/control @@ -0,0 +1,15 @@ +Source: kiosktool-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +XSBC-Original-Maintainer: Pedro Jurado Maqueda +Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake +Standards-Version: 3.8.4 + +Package: kiosktool-trinity +Architecture: any +Depends: ${shlibs:Depends}, kdesudo-trinity +Description: tool to configure the TDE kiosk framework + A Point&Click tool for system administrators to enable + TDE's KIOSK features or otherwise preconfigure TDE for + groups of users. -- cgit v1.2.1 From 2403c83123eb695dd34205f1b20037c264d611b6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 16 Oct 2011 17:10:54 -0500 Subject: Fix kiosktool build deps under Debian and Ubuntu --- ubuntu/maverick/applications/kiosktool/debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ubuntu/maverick/applications/kiosktool/debian/control') diff --git a/ubuntu/maverick/applications/kiosktool/debian/control b/ubuntu/maverick/applications/kiosktool/debian/control index 41bc32f51..bbf9a457f 100644 --- a/ubuntu/maverick/applications/kiosktool/debian/control +++ b/ubuntu/maverick/applications/kiosktool/debian/control @@ -3,7 +3,7 @@ Section: kde Priority: optional Maintainer: Timothy Pearson XSBC-Original-Maintainer: Pedro Jurado Maqueda -Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake +Build-Depends: debhelper (>= 4.1.0), cdbs, kdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev Standards-Version: 3.8.4 Package: kiosktool-trinity -- cgit v1.2.1