summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/applications/kerberostray/debian
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-07 19:52:22 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-11-07 19:52:22 -0600
commita80a4af1d2bd8d3d986597cf1ecc21e806131bec (patch)
tree39842cd89d0d4a54e60b2e79cde85ef2f0e3c94b /ubuntu/maverick/applications/kerberostray/debian
parent3949ac7f7a2a0b669e511a326949562dfa1ea67b (diff)
downloadtde-packaging-a80a4af1d2bd8d3d986597cf1ecc21e806131bec.tar.gz
tde-packaging-a80a4af1d2bd8d3d986597cf1ecc21e806131bec.zip
Add kerberostray packaging to Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/applications/kerberostray/debian')
-rw-r--r--ubuntu/maverick/applications/kerberostray/debian/changelog5
-rw-r--r--ubuntu/maverick/applications/kerberostray/debian/compat1
-rw-r--r--ubuntu/maverick/applications/kerberostray/debian/control13
-rw-r--r--ubuntu/maverick/applications/kerberostray/debian/copyright31
-rwxr-xr-xubuntu/maverick/applications/kerberostray/debian/rules24
5 files changed, 74 insertions, 0 deletions
diff --git a/ubuntu/maverick/applications/kerberostray/debian/changelog b/ubuntu/maverick/applications/kerberostray/debian/changelog
new file mode 100644
index 000000000..51d49f821
--- /dev/null
+++ b/ubuntu/maverick/applications/kerberostray/debian/changelog
@@ -0,0 +1,5 @@
+kerberostray-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/maverick/applications/kerberostray/debian/compat b/ubuntu/maverick/applications/kerberostray/debian/compat
new file mode 100644
index 000000000..7ed6ff82d
--- /dev/null
+++ b/ubuntu/maverick/applications/kerberostray/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/ubuntu/maverick/applications/kerberostray/debian/control b/ubuntu/maverick/applications/kerberostray/debian/control
new file mode 100644
index 000000000..9db3879aa
--- /dev/null
+++ b/ubuntu/maverick/applications/kerberostray/debian/control
@@ -0,0 +1,13 @@
+Source: kerberostray-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, 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/ubuntu/maverick/applications/kerberostray/debian/copyright b/ubuntu/maverick/applications/kerberostray/debian/copyright
new file mode 100644
index 000000000..540709e87
--- /dev/null
+++ b/ubuntu/maverick/applications/kerberostray/debian/copyright
@@ -0,0 +1,31 @@
+This package was debianized by Timothy Pearson <kb9vqf@pearsoncomputing.net> on
+Thu, 17 May 2012 19:52:51 +0100.
+
+It was downloaded from http://www.trinitydesktop.org
+
+Upstream Author: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net>
+
+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 <kb9vqf@pearsoncomputing.net> and
+is licensed under the GPL, see above.
+
diff --git a/ubuntu/maverick/applications/kerberostray/debian/rules b/ubuntu/maverick/applications/kerberostray/debian/rules
new file mode 100755
index 000000000..242fb2c84
--- /dev/null
+++ b/ubuntu/maverick/applications/kerberostray/debian/rules
@@ -0,0 +1,24 @@
+#!/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