diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-05 17:52:39 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-05 17:52:39 -0500 |
commit | 1057c1a3e7ae3e43bb15d4a41c3c3a481f0a3e91 (patch) | |
tree | 8000ac58e153eab553f8136dfd7d15d6b396408e /ubuntu/maverick/applications/kcmautostart/debian/control | |
parent | 94c9bd080585eff86bdbeeb3670b66e1240cc62e (diff) | |
download | tde-packaging-1057c1a3e7ae3e43bb15d4a41c3c3a481f0a3e91.tar.gz tde-packaging-1057c1a3e7ae3e43bb15d4a41c3c3a481f0a3e91.zip |
Add initial packaging files for kcmautostart on Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kcmautostart/debian/control')
-rw-r--r-- | ubuntu/maverick/applications/kcmautostart/debian/control | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kcmautostart/debian/control b/ubuntu/maverick/applications/kcmautostart/debian/control new file mode 100644 index 000000000..ee5cf9d23 --- /dev/null +++ b/ubuntu/maverick/applications/kcmautostart/debian/control @@ -0,0 +1,16 @@ +Source: kcontrol-autostart-trinity +Section: tde +Priority: optional +Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net> +XSBC-Original-Maintainer: Raphaƫl Pinson <raphink@raphink.net> +Build-Depends: debhelper (>= 5), cdbs, kdelibs4-trinity-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kcontrol-autostart-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: autostart module for the TDE control center + Autostart is a TDE control center module to configure which applications + start up when you login into a TDE session. + . + Homepage: http://www.kde-apps.org/content/download.php?content=45975 |