From 9b2075d9b89fc628c447fbb98f43ef72e4a9c81d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 16:17:43 -0500 Subject: Initial import from old SVN repository Note that only the Debian and Ubuntu folders were preserved --- ubuntu/maverick/applications/kima/debian/changelog | 26 +++++++++ ubuntu/maverick/applications/kima/debian/compat | 1 + ubuntu/maverick/applications/kima/debian/control | 16 ++++++ ubuntu/maverick/applications/kima/debian/copyright | 67 ++++++++++++++++++++++ ubuntu/maverick/applications/kima/debian/rules | 25 ++++++++ 5 files changed, 135 insertions(+) create mode 100644 ubuntu/maverick/applications/kima/debian/changelog create mode 100644 ubuntu/maverick/applications/kima/debian/compat create mode 100644 ubuntu/maverick/applications/kima/debian/control create mode 100644 ubuntu/maverick/applications/kima/debian/copyright create mode 100755 ubuntu/maverick/applications/kima/debian/rules (limited to 'ubuntu/maverick/applications/kima') diff --git a/ubuntu/maverick/applications/kima/debian/changelog b/ubuntu/maverick/applications/kima/debian/changelog new file mode 100644 index 000000000..9cc006cef --- /dev/null +++ b/ubuntu/maverick/applications/kima/debian/changelog @@ -0,0 +1,26 @@ +kima-trinity (0.7.3.2-0ubuntu2) karmic; urgency=low + + * Karmic rebuild + + -- Timothy Pearson Thu, 05 Nov 2009 19:10:00 -0600 + +kima (0.7.3.2-0ubuntu1) gutsy; urgency=low + + * New upstream release + * Change Maintainer email + + -- Breuil Cyril Sat, 23 Jun 2007 16:13:07 +0200 + +kima (0.7.3.1-0ubuntu1) gutsy; urgency=low + + * New upstream release + + -- Breuil Cyril Sun, 10 Jun 2007 20:20:32 +0200 + +kima (0.7.1-0ubuntu1) gutsy; urgency=low + + * Initial release (LP: #113211) + * Orig tarball repacked to add the full text of the GFDL.and LGPL + + -- Breuil Cyril Tue, 8 May 2007 01:20:34 +0200 + diff --git a/ubuntu/maverick/applications/kima/debian/compat b/ubuntu/maverick/applications/kima/debian/compat new file mode 100644 index 000000000..7ed6ff82d --- /dev/null +++ b/ubuntu/maverick/applications/kima/debian/compat @@ -0,0 +1 @@ +5 diff --git a/ubuntu/maverick/applications/kima/debian/control b/ubuntu/maverick/applications/kima/debian/control new file mode 100644 index 000000000..29b1cd176 --- /dev/null +++ b/ubuntu/maverick/applications/kima/debian/control @@ -0,0 +1,16 @@ +Source: kima-trinity +Section: kde +Priority: optional +Maintainer: Timothy Pearson +Build-Depends: cdbs, debhelper (>= 5), kdelibs4-trinity-dev, libhal-dev, automake, autoconf, libtool, libltdl-dev +Standards-Version: 3.8.4 + +Package: kima-trinity +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: kicker monitoring applet [Trinity] + This applet monitors various temperature, + frequency and fan sources in your kicker + panel. + . + Homepage: http://www.elliptique.net/~ken/kima/ diff --git a/ubuntu/maverick/applications/kima/debian/copyright b/ubuntu/maverick/applications/kima/debian/copyright new file mode 100644 index 000000000..8facbcf30 --- /dev/null +++ b/ubuntu/maverick/applications/kima/debian/copyright @@ -0,0 +1,67 @@ +This package was debianized by Breuil Cyril on +Tue, 8 May 2007 01:20:34 +0200. + +It was downloaded from http://www.elliptique.net/~ken/kima/ + +Upstream Author: Ken Werner + +Copyright (C) 2005-2007 by Ken Werner +Copyright (C) 2007 by Johannes Schaub +Copyright (C) 2006 by Valentine Sinitsyn +Copyright (C) 2005 Mattia Dongili +Copyright (C) 1997 Janos Farkas +Copyright (C) 2002 by the KDE developers +Copyright (C) 2001 Stephan Kulow +Copyright 1998 Kalle Dalheimer +Copyright (C) 2005 by Adriaan de Groot +Copyright 1998 Kalle Dalheimer + + +License: + + This program 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 program 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 program; if not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + +The Debian packaging is (C) 2007, Breuil Cyril and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. + +Documentation is licensed under FDL + Permission is granted to copy, distribute and/or modify this document + under the terms of the GNU Free Documentation License, Version 1.2 + or any later version published by the Free Software Foundation; + with no Invariant Sections, no Front-Cover Texts, and no Back-Cover + Texts. A copy of the license is included in the section entitled "GNU + Free Documentation License". + +those files : acinclude.m4 admin/conf.change.pl acinclude.m4.in admin/.svn/text-base/conf.change.pl.svn-base admin/.svn/text-base/acinclude.m4.in.svn-base:dnl +admin/.svn/text-base/doxygen.sh.svn-base +admin/doxygen.sh admin/acinclude.m4.in:dnl are licensed under LGPL + This files are free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser 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 + Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser 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 Lesser General +Public License can be found in `/usr/share/common-licenses/LGPL' + diff --git a/ubuntu/maverick/applications/kima/debian/rules b/ubuntu/maverick/applications/kima/debian/rules new file mode 100755 index 000000000..a353777b4 --- /dev/null +++ b/ubuntu/maverick/applications/kima/debian/rules @@ -0,0 +1,25 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/autotools.mk +DEB_CONFIGURE_EXTRA_FLAGS += --disable-rpath + +DEB_CONFIGURE_INCLUDEDIR := /opt/trinity/include/kde +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) + +# Add here any variable or target overrides you need. +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 -- cgit v1.2.3