summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/applications/kcmautostart
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu/precise/applications/kcmautostart')
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/changelog5
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/compat1
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/control16
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/copyright32
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/patches/series0
-rwxr-xr-xubuntu/precise/applications/kcmautostart/debian/rules27
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/source/format1
-rw-r--r--ubuntu/precise/applications/kcmautostart/debian/source/options6
8 files changed, 0 insertions, 88 deletions
diff --git a/ubuntu/precise/applications/kcmautostart/debian/changelog b/ubuntu/precise/applications/kcmautostart/debian/changelog
deleted file mode 100644
index 608bc541c..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-kcontrol-autostart-trinity (0.5-0ubuntu0) karmic; urgency=low
-
- * Karmic rebuild
-
- -- Timothy Pearson <kb9vqf@pearsoncomputing.net> Thu, 02 July 2009 16:08:00 -0600
diff --git a/ubuntu/precise/applications/kcmautostart/debian/compat b/ubuntu/precise/applications/kcmautostart/debian/compat
deleted file mode 100644
index 7ed6ff82d..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/ubuntu/precise/applications/kcmautostart/debian/control b/ubuntu/precise/applications/kcmautostart/debian/control
deleted file mode 100644
index 225c33269..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/control
+++ /dev/null
@@ -1,16 +0,0 @@
-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), quilt, cdbs, tdelibs14-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
diff --git a/ubuntu/precise/applications/kcmautostart/debian/copyright b/ubuntu/precise/applications/kcmautostart/debian/copyright
deleted file mode 100644
index 68eb13461..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/copyright
+++ /dev/null
@@ -1,32 +0,0 @@
-This package was debianized by Raphaël Pinson <raphink@raphink.net> on
-Fri, 16 Dec 2005 19:52:51 +0100.
-
-It was downloaded from http://www.kde-apps.org/content/download.php?content=45975&id=1
-
-Upstream Author: Stephen Leaf <smileaf@smileaf.org>
-
-Copyright (C) 1997 Janos Farkas (chexum@shadow.banki.hu)
-copyright (C) 2006 Stephen Leaf <smileaf@smileaf.org>
-
-License:
-
- 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 package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL'.
-
-The Debian packaging is (C) 2007, Raphaël Pinson <raphink@raphink.net>
-is licensed under the GPL, see above.
-
diff --git a/ubuntu/precise/applications/kcmautostart/debian/patches/series b/ubuntu/precise/applications/kcmautostart/debian/patches/series
deleted file mode 100644
index e69de29bb..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/patches/series
+++ /dev/null
diff --git a/ubuntu/precise/applications/kcmautostart/debian/rules b/ubuntu/precise/applications/kcmautostart/debian/rules
deleted file mode 100755
index 3233b6e36..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/rules
+++ /dev/null
@@ -1,27 +0,0 @@
-#!/usr/bin/make -f
-
-#include /usr/share/cdbs/1/rules/patchsys-quilt.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/debhelper.mk
-
-DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/tde
-DEB_CONFIGURE_MANDIR := /opt/trinity/share/man
-DEB_CONFIGURE_PREFIX := /opt/trinity
-DEB_CONFIGURE_INFODIR := /opt/trinity/share/info
-
-cdbs_configure_flags := --with-qt-dir=/usr/share/qt3 --disable-rpath --with-xinerama $(cdbs_kde_enable_final) $(cdbs_kde_enable_debug)
-
-DEB_DH_BUILDDEB_ARGS += -- -Z$(shell dpkg-deb --help | grep -q ":.* xz[,.]" \
- && echo xz || echo bzip2)
-
-post-patches:: debian/stamp-bootstrap
-
-debian/stamp-bootstrap:
- ! [ -f /usr/share/libtool/ltmain.sh ] || \
- cp -f /usr/share/libtool/ltmain.sh admin/ltmain.sh
- ! [ -f /usr/share/libtool/config/ltmain.sh ] || \
- cp -f /usr/share/libtool/config/ltmain.sh admin/ltmain.sh
- cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
-
- make -f admin/Makefile.common cvs
- touch debian/stamp-bootstrap
diff --git a/ubuntu/precise/applications/kcmautostart/debian/source/format b/ubuntu/precise/applications/kcmautostart/debian/source/format
deleted file mode 100644
index 163aaf8d8..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/ubuntu/precise/applications/kcmautostart/debian/source/options b/ubuntu/precise/applications/kcmautostart/debian/source/options
deleted file mode 100644
index 72f1f5450..000000000
--- a/ubuntu/precise/applications/kcmautostart/debian/source/options
+++ /dev/null
@@ -1,6 +0,0 @@
-# Use xz instead of gzip
-compression = "xz"
-compression-level = 9
-
-# Don't run differences
-diff-ignore = .*