diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-15 04:24:01 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-10-15 04:24:01 -0500 |
commit | c5b950e4dd995b9e9e2d8a671998832448faba5c (patch) | |
tree | 78c335c123568fc61b34978e0120f177c83773e3 /ubuntu/maverick/applications/kiosktool/debian/rules | |
parent | d2587a8509c0e15c38d99fb4bcfa2b2fc3209e9b (diff) | |
download | tde-packaging-c5b950e4dd995b9e9e2d8a671998832448faba5c.tar.gz tde-packaging-c5b950e4dd995b9e9e2d8a671998832448faba5c.zip |
Add initial packaging for kiosktool-trinity to Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kiosktool/debian/rules')
-rwxr-xr-x | ubuntu/maverick/applications/kiosktool/debian/rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kiosktool/debian/rules b/ubuntu/maverick/applications/kiosktool/debian/rules new file mode 100755 index 000000000..6b8f84c74 --- /dev/null +++ b/ubuntu/maverick/applications/kiosktool/debian/rules @@ -0,0 +1,5 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk +include /usr/share/cdbs/1/class/kde.mk |