summaryrefslogtreecommitdiffstats
path: root/debian
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-11-07 19:52:53 -0600
committerTimothy Pearson <[email protected]>2012-11-07 19:52:53 -0600
commit42f29e4b9483371d215daa29b79f9acbdd764b8b (patch)
tree6e8c86f4c6853c5f689891d524978e79fef783f7 /debian
parenta3ec3102db6ed36c71c5bdf070e6e57f141350f5 (diff)
downloadkerberostray-42f29e4b9483371d215daa29b79f9acbdd764b8b.tar.gz
kerberostray-42f29e4b9483371d215daa29b79f9acbdd764b8b.zip
Remove Debian packaging
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control13
-rw-r--r--debian/copyright31
-rwxr-xr-xdebian/rules24
5 files changed, 0 insertions, 74 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 51d49f8..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-kerberostray-trinity (0.5-0ubuntu0) karmic; urgency=low
-
- * Karmic rebuild
-
- -- Timothy Pearson <[email protected]> Thu, 02 July 2009 16:08:00 -0600
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index 7ed6ff8..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 9db3879..0000000
--- a/debian/control
+++ /dev/null
@@ -1,13 +0,0 @@
-Source: kerberostray-trinity
-Section: tde
-Priority: optional
-Maintainer: Timothy Pearson <[email protected]>
-XSBC-Original-Maintainer: RaphaĆ«l Pinson <[email protected]>
-Build-Depends: debhelper (>= 5), cdbs, tdelibs4-trinity-dev, libtdeldap-trinity, automake, autoconf, libtool, libltdl-dev
-Standards-Version: 3.8.4
-
-Package: kerberostray-trinity
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, heimdal-clients
-Description: Kerberos ticket manager
- Kerberos ticket manager which sits in the system tray and allows viewing/control of Kerberos tickets
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 540709e..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,31 +0,0 @@
-This package was debianized by Timothy Pearson <[email protected]> on
-Thu, 17 May 2012 19:52:51 +0100.
-
-It was downloaded from http://www.trinitydesktop.org
-
-Upstream Author: Timothy Pearson <[email protected]>
-
-copyright (C) 2012 Timothy Pearson <[email protected]>
-
-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) 2012, Timothy Pearson <[email protected]> and
-is licensed under the GPL, see above.
-
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 242fb2c..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/simple-patchsys.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)
-
-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