Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tde-packaging
commit
400dd73349
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same 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-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,86 @@
|
||||
knmap (2.1-1ubuntu2) edgy; urgency=low
|
||||
|
||||
* Add kubuntu_00_autoconf2.60.diff and change pre-build to post-patches
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 1 Oct 2006 16:20:46 +0100
|
||||
|
||||
knmap (2.1-1ubuntu1) edgy; urgency=low
|
||||
|
||||
* Merge from debian unstable.
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Thu, 6 Jul 2006 17:02:20 +1000
|
||||
|
||||
knmap (2.1-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
* Fixed debian/watch file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Sat, 21 Jan 2006 20:07:05 +0100
|
||||
|
||||
knmap (2.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Added dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Sat, 13 May 2006 21:12:27 +1000
|
||||
|
||||
knmap (2.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged upstream tarball from tar.bz2 to orig.tar.gz.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Tue, 31 Jan 2006 18:30:50 +0100
|
||||
|
||||
knmap (2.0-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (Closes: #347834)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Fri, 13 Jan 2006 11:54:27 +0100
|
||||
|
||||
knmap (2.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged the tar.bz2 tarball into a tar.gz one.
|
||||
* Bumped automake dependency to automake1.9 since automake1.6 was removed from
|
||||
dapper.
|
||||
* Updated copyright dates in debian/copyright.
|
||||
* Sponsored upload for Raphaël Pinson <raphink@raphink.net>
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 12:09:54 +0100
|
||||
|
||||
knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Removing patch kubuntu_01_desktop_file.patch that has been merged in
|
||||
upstream.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 24 Dec 2005 01:01:40 +0100
|
||||
|
||||
knmap (1.99-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (2.0-beta)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 19 Dec 2005 12:23:55 +0100
|
||||
|
||||
knmap (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Added libtool patch
|
||||
* Added Categories to .desktop file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 5 Dec 2005 15:44:48 +0100
|
||||
|
||||
knmap (1.0-beta1-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Wed, 9 Nov 2005 18:59:04 +0100
|
||||
|
||||
knmap (1.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields
|
||||
to src/knmap.desktop.
|
||||
* Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 3 Dec 2005 13:21:11 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,25 @@
|
||||
Source: knmap-trinity
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, tdelibs4-trinity-dev, automake, cdbs, docbook2x
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: knmap-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nmap
|
||||
Description: nmap graphical interface for TDE
|
||||
Knmap is a TDE-based interface to the 'nmap' facility.
|
||||
.
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
.
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's TDE / QT environments.
|
||||
.
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
.
|
||||
http://www.kde-apps.org/content/show.php?content=31108
|
@ -0,0 +1,31 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Sun, 13 Nov 2005 16:44:13 +0100.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/knmap
|
||||
|
||||
Upstream Author : Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
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.
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
Copyright
|
||||
|
||||
All the software:
|
||||
|
||||
(C) 2005, 2006 by Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
debian/knmap.1.docbook:
|
||||
|
||||
Copyright (C) 2005, 2006 by Raphaël Pinson <raphink@raphink.net>
|
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Raphaël</firstname>
|
||||
<surname>Pinson</surname>
|
||||
<email>raphink@raphink.net</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2005</year>
|
||||
<holder>Raphaël Pinson</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2005-11-16</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>knmap</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>knmap</refname>
|
||||
<refpurpose>nmap graphical interface for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>knmap</command>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>Qt-options</replaceable></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>KDE-options</replaceable></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
nmap graphical interface for KDE.
|
||||
</para>
|
||||
<para>
|
||||
Knmap is a KDE-based interface to the 'nmap' facility.
|
||||
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's KDE / QT environments.
|
||||
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
All <productname>KDE</productname> and <productname>Qt</productname>
|
||||
programs accept a some common command-line options. kommando has no
|
||||
application-specific options.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>Generic options:</title>
|
||||
<varlistentry>
|
||||
<term> <option>--help</option> </term>
|
||||
<listitem> <para>Show help about options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-qt</option> </term>
|
||||
<listitem> <para>Show Qt specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-kde</option> </term>
|
||||
<listitem> <para>Show KDE specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-all</option> </term>
|
||||
<listitem> <para>Show all options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--author</option> </term>
|
||||
<listitem> <para>Show author information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>-v</option>, <option>--version</option> </term>
|
||||
<listitem> <para>Show version information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--license</option> </term>
|
||||
<listitem> <para>Show license information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--</option> </term>
|
||||
<listitem> <para>Indicates end of options</para> </listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<!-- TODO * add all the rest of the options, but maybe find an automated
|
||||
way to keep it up to date -->
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by Raphaël Pinson
|
||||
<email>raphink@raphink.net</email> for the
|
||||
<productname>Debian</productname> system (but may be used by others).
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 2 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_knmap-trinity = knmap.1
|
||||
|
||||
post-patches::
|
||||
# regenerating files to build app
|
||||
$(MAKE) -f Makefile.cvs
|
||||
|
||||
install/knmap-trinity::
|
||||
dh_install src/knmap.desktop usr/share/applications/tde
|
||||
dh_link opt/trinity/share/doc/tde/HTML/en/knmap usr/share/doc/knmap/html
|
||||
dh_iconcache
|
||||
|
||||
build/knmap-trinity::
|
||||
docbook2x-man debian/knmap.1.docbook
|
||||
|
||||
clean::
|
||||
rm -f knmap.1
|
||||
# removing files not cleaned by upstream
|
||||
rm -f doc/en/Makefile.in
|
||||
rm -f src/Makefile.in
|
||||
rm -f configure
|
||||
rm -f Makefile.in
|
||||
rm -f subdirs
|
||||
rm -f aclocal.m4
|
@ -0,0 +1,4 @@
|
||||
version=3
|
||||
http://sf.net/knmap/knmap-(.*)\.tar\.bz2
|
||||
|
||||
|
@ -0,0 +1,436 @@
|
||||
ksensors (0.7.3-18) unstable; urgency=low
|
||||
|
||||
* Link the ksensors binary with libtqt-mt (closes: bug#555063).
|
||||
* Apply patch from Michael Schuele to fix multi-core sensors (closes:
|
||||
bug#494090).
|
||||
* Bumped standard version to 3.8.3 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 14 Nov 2009 13:50:57 +0000
|
||||
|
||||
ksensors (0.7.3-17) unstable; urgency=low
|
||||
|
||||
* Switch to debhelper 5.
|
||||
* Bumped standard version to 3.8.2 (no changes).
|
||||
* Don't assume config.guess and config.sub are updated by libtoolize
|
||||
(Closes: bug#533987).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Jun 2009 14:45:13 +0200
|
||||
|
||||
ksensors (0.7.3-16) unstable; urgency=medium
|
||||
|
||||
* Bumped standard version to 3.8.0 (no changes).
|
||||
* Get rid of libqt3-compat-headers, patch by Barry de Freese (closes:
|
||||
bug#464657).
|
||||
* Use to libsensors4 API.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jun 2008 16:12:07 +0200
|
||||
|
||||
ksensors (0.7.3-15) unstable; urgency=low
|
||||
|
||||
* Update menu to match the new Debian menu subpolicy.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jul 2007 19:36:50 +0200
|
||||
|
||||
ksensors (0.7.3-14) unstable; urgency=low
|
||||
|
||||
* Remove debconf templates as version 0.6.0 is now very old (not even
|
||||
in sarge).
|
||||
* Fix the installation path of the sound files (closes: bug#406706).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 21 Jun 2007 21:01:59 +0200
|
||||
|
||||
ksensors (0.7.3-13) unstable; urgency=medium
|
||||
|
||||
* Fix the parsing of hddtemp output (closes: bug#394057).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Oct 2006 17:46:29 +0200
|
||||
|
||||
ksensors (0.7.3-12) unstable; urgency=medium
|
||||
|
||||
* Backports Norvegian translation from CVS.
|
||||
* Add support for sensors without min/max settings (closes: bug#391922).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Oct 2006 22:41:09 +0200
|
||||
|
||||
ksensors (0.7.3-11) unstable; urgency=low
|
||||
|
||||
* Fixed a silly test of the autoconf version in the KDE scripts.
|
||||
* Bumped standard version to 3.7.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 21 Jul 2006 19:20:41 +0200
|
||||
|
||||
ksensors (0.7.3-10) unstable; urgency=low
|
||||
|
||||
* Put all QRadioButtons of the alarm tab into a QButtonGroup widget
|
||||
instead of a QLayout widget (closes: bug#353553).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 19 Feb 2006 22:32:06 +0100
|
||||
|
||||
ksensors (0.7.3-9) unstable; urgency=low
|
||||
|
||||
* Relibtoolize the package to get rid of a lot of unneeded
|
||||
dependencies,
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 24 Nov 2005 20:35:47 +0100
|
||||
|
||||
ksensors (0.7.3-8) unstable; urgency=low
|
||||
|
||||
* Added Swedish translation of ksensors. Thanks to Daniel Nylander (closes:
|
||||
bug#337117).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 3 Nov 2005 01:59:54 +0100
|
||||
|
||||
ksensors (0.7.3-7) unstable; urgency=low
|
||||
|
||||
* Patches pulled from CVS:
|
||||
- Polish translation.
|
||||
- Support for reading temperature from SCSI disks. Thanks to James
|
||||
Stark (closes: bug#334614).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 19 Oct 2005 22:19:56 +0200
|
||||
|
||||
ksensors (0.7.3-6) unstable; urgency=low
|
||||
|
||||
* Added Swedish debconf translation. Thanks to Daniel Nylander (closes:
|
||||
bug#330609).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 3 Oct 2005 00:27:51 +0200
|
||||
|
||||
ksensors (0.7.3-5) unstable; urgency=low
|
||||
|
||||
* C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and
|
||||
kdelibs4-dev (>= 4:3.4.2-1).
|
||||
* Bumped Standards-Version to 3.6.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Aug 2005 11:05:13 +0200
|
||||
|
||||
ksensors (0.7.3-4) unstable; urgency=low
|
||||
|
||||
* Added Vietnamese debconf translation. Thanks to Clytie Siddall (closes
|
||||
bug#312175).
|
||||
* Fixed a typo in the debconf template. Thanks to Clytie Siddall (closes:
|
||||
bug#312176).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 7 Jun 2005 01:15:46 +0200
|
||||
|
||||
ksensors (0.7.3-3) unstable; urgency=low
|
||||
|
||||
* Added Czech debconf translation. Thanks to Miroslav Kure (closes:
|
||||
bug#293619).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 4 Feb 2005 21:41:06 +0100
|
||||
|
||||
ksensors (0.7.3-2) unstable; urgency=low
|
||||
|
||||
* Added Italian debconf translation. Thanks to Luca Monducci. (closes:
|
||||
bug#272147).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Sep 2004 00:57:43 +0200
|
||||
|
||||
ksensors (0.7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version:
|
||||
- Added support for reading ACPI temperatures (closes: bug#255079).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 00:06:13 +0200
|
||||
|
||||
ksensors (0.7.2-17) unstable; urgency=low
|
||||
|
||||
* Fixed display of values in the panel (closes: bug#265807).
|
||||
* Fixed segfault when removing an info panel (closes: bug#225712,
|
||||
#265806).
|
||||
* Added an alarm sound (closes: bug#231280).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 17 Aug 2004 01:45:27 +0200
|
||||
|
||||
ksensors (0.7.2-16) unstable; urgency=low
|
||||
|
||||
* Dont build-depends on make, it is a build-essential package.
|
||||
* Applied a patch from Geoff Oakham to fix a freeze when used with hddtemp.
|
||||
Thanks! (closes: bug#249093).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 15 May 2004 21:50:48 +0200
|
||||
|
||||
ksensors (0.7.2-15) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.4-1) so KSensors will be
|
||||
built against libsensors3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 29 Feb 2004 18:58:22 +0100
|
||||
|
||||
ksensors (0.7.2-14) unstable; urgency=low
|
||||
|
||||
* Moved ja.po in the right directory (closes: bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 15 Feb 2004 23:20:17 +0100
|
||||
|
||||
ksensors (0.7.2-13) unstable; urgency=low
|
||||
|
||||
* Added Japanese debconf translation. Thanks to Hideki Yamane. (closes:
|
||||
bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Feb 2004 23:58:39 +0100
|
||||
|
||||
ksensors (0.7.2-12) unstable; urgency=low
|
||||
|
||||
* Added de debconf translation. Thanks to the german Skolelinux team
|
||||
(closes: bug#2223114).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 6 Dec 2003 23:45:54 +0100
|
||||
|
||||
ksensors (0.7.2-11) unstable; urgency=low
|
||||
|
||||
* Added dependency on lm-sensors (closes: Bug#215794).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 14 Oct 2003 21:48:13 +0200
|
||||
|
||||
ksensors (0.7.2-10) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.0-2) so KSensors will be
|
||||
built against libsensors2 (closes: Bug#203953, Bug#212938).
|
||||
* Added ru debconf translation. Thanks to Ilgiz Kalmetev (closes:
|
||||
Bug#214366).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Oct 2003 11:01:36 +0200
|
||||
|
||||
ksensors (0.7.2-9) unstable; urgency=low
|
||||
|
||||
* The nl debconf translation is from Bart Cornelis and not Wessel
|
||||
Dankers. Updated the changelog. Sorry Bart.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 12:37:05 +0200
|
||||
|
||||
ksensors (0.7.2-8) unstable; urgency=low
|
||||
|
||||
* Added nl debconf translation. Thanks to Bart Cornelis (closes:
|
||||
Bug#204919).
|
||||
* Bumped Standards-Version to 3.6.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 11:24:53 +0200
|
||||
|
||||
ksensors (0.7.2-7) unstable; urgency=low
|
||||
|
||||
* Added es debconf translation. Thanks to Carlos Alberto Martín Edo
|
||||
(closes: Bug#201571).
|
||||
* Bumped Standards-Version to 3.6.0.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 16 Jul 2003 17:36:03 +0200
|
||||
|
||||
ksensors (0.7.2-6) unstable; urgency=low
|
||||
|
||||
* Added pt_BR debconf translations. Thanks to Andre Luis Lopes
|
||||
(closes: Bug#198362).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 22 Jun 2003 02:59:03 +0200
|
||||
|
||||
ksensors (0.7.2-5) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latests libsensors-1debian1.
|
||||
* Build-Depends on libsensors-dev (>= 2.7.0-4).
|
||||
* Bumped Standards-Version to 3.5.10.
|
||||
* Changed icon to full colors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 1 Jun 2003 23:52:09 +0200
|
||||
|
||||
ksensors (0.7.2-4) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latest libsensors1 (closes: Bug#191562).
|
||||
* Depends on libsensors1 (>> 2.7.0) as this libraries has some lack
|
||||
of dependencies.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 1 May 2003 21:50:57 +0200
|
||||
|
||||
ksensors (0.7.2-3) unstable; urgency=low
|
||||
|
||||
* Bumped Standards-Version to 3.5.9.
|
||||
* Changed section from x11 to kde.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Apr 2003 15:31:26 +0200
|
||||
|
||||
ksensors (0.7.2-2) unstable; urgency=low
|
||||
|
||||
* Debconf templates are now managed with po-debconf.
|
||||
* Depends on ${misc:Depends}.
|
||||
* Don't depends on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 23:19:44 +0100
|
||||
|
||||
ksensors (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 24 Feb 2003 09:42:58 +0100
|
||||
|
||||
ksensors (0.7-11) unstable; urgency=low
|
||||
|
||||
* Build-depends on libqt3-compat-headers.
|
||||
* Fixed a bug introduced by KDE 3 (closes: Bug#180982).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 16 Feb 2003 17:48:52 +0100
|
||||
|
||||
ksensors (0.7-10) unstable; urgency=low
|
||||
|
||||
* Rebuilt for KDE 3.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 5 Feb 2003 22:51:50 +0100
|
||||
|
||||
ksensors (0.7-9) unstable; urgency=low
|
||||
|
||||
* Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 on
|
||||
hppa.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 Jan 2003 14:53:22 +0100
|
||||
|
||||
ksensors (0.7-8) unstable; urgency=low
|
||||
|
||||
* Updated the code for hddtemp-0.3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 4 Jan 2003 10:11:30 +0100
|
||||
|
||||
ksensors (0.7-7) unstable; urgency=low
|
||||
|
||||
* Standards-Version bumped to 3.5.8.
|
||||
* Changed icon to 24 colors to follow the menu policy.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Dec 2002 19:08:58 +0100
|
||||
|
||||
ksensors (0.7-6) unstable; urgency=low
|
||||
|
||||
* Added a patch to handle temperature sensors whose name doesn't begin with
|
||||
"temp" or "temp1" correctly (closes: Bug#165353).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Oct 2002 20:56:32 +0200
|
||||
|
||||
ksensors (0.7-5) unstable; urgency=low
|
||||
|
||||
* Added a patch to save the config on KDE exit (closes: Bug#158164).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 8 Oct 2002 01:13:24 +0200
|
||||
|
||||
ksensors (0.7-4) unstable; urgency=low
|
||||
|
||||
* Updated the code to correctly handle the degree sign in the output of
|
||||
hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 26 Sep 2002 02:24:47 +0200
|
||||
|
||||
ksensors (0.7-3) unstable; urgency=low
|
||||
|
||||
* Added an autostart option in configuration dialog (closes: Bug#155532).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 7 Sep 2002 11:59:19 +0200
|
||||
|
||||
ksensors (0.7-2) unstable; urgency=low
|
||||
|
||||
* Added a patch to open the panel on same desktop as on exit
|
||||
(closes: Bug#158164).
|
||||
* Updated Policy standard compliance to 3.5.7
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 4 Sep 2002 15:04:42 +0200
|
||||
|
||||
ksensors (0.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
Changelog:
|
||||
- Allow docking fan and voltage sensors
|
||||
- Configuration dialog redesign (more modular).
|
||||
- Several panel sizes
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 13 Jun 2002 17:49:49 +0200
|
||||
|
||||
ksensors (0.6.1-2) unstable; urgency=low
|
||||
|
||||
* Now depends on debconf.
|
||||
* Now recommends hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 May 2002 22:45:50 +0200
|
||||
|
||||
ksensors (0.6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
- New Hardisks Temperatures sensor panels
|
||||
- Changed cpu state, swap and ram panels appearance.
|
||||
- Added splash screen.
|
||||
- Added --nodock option.
|
||||
- Configurable Panels colors.
|
||||
- Support for multiple lm-sensors chips.
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 2 May 2002 01:09:17 +0200
|
||||
|
||||
ksensors (0.5-8) unstable; urgency=low
|
||||
|
||||
* This time with a correct "Maintainer" field.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 23:05:17 +0200
|
||||
|
||||
ksensors (0.5-7) unstable; urgency=low
|
||||
|
||||
* Rebuild ksensors under pbuilder so it will depends on libsensors1
|
||||
(closes: Bug#142218).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 21:29:53 +0200
|
||||
|
||||
ksensors (0.5-6) unstable; urgency=low
|
||||
|
||||
* Added Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 31 Mar 2002 13:26:10 +0200
|
||||
|
||||
ksensors (0.5-5) unstable; urgency=low
|
||||
|
||||
* Changed my maintainer e-mail address to <aurel32@debian.org>. :)
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 18 Mar 2002 21:24:46 +0100
|
||||
|
||||
ksensors (0.5-4) unstable; urgency=low
|
||||
|
||||
* Created an autostart file (closes: Bug#136562).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 3 Mar 2002 19:51:32 +0100
|
||||
|
||||
ksensors (0.5-3) unstable; urgency=low
|
||||
|
||||
* Initial Debian upload (closes: Bug#129913).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Fri, 8 Feb 2002 14:23:09 +0100
|
||||
|
||||
ksensors (0.5-2) unstable; urgency=low
|
||||
|
||||
* Add Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Thu, 24 Jan 2002 15:49:03 +0100
|
||||
|
||||
ksensors (0.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius,farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 12 Jan 2002 23:41:57 +0100
|
||||
|
||||
sensors (0.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Mon, 07 Jan 2002 09:43:17 +0100
|
||||
|
||||
ksensors (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,18 @@
|
||||
Source: ksensors-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick
|
||||
Build-Conflicts: autoconf2.13
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: ksensors-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
|
||||
Recommends: hddtemp (>= 0.3beta2-1)
|
||||
Description: lm-sensors frontend for TDE
|
||||
This is a lm-sensors frontend for TDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan speed
|
||||
sensors.
|
||||
.
|
||||
You will need lm-sensors kernel modules to use this package.
|
@ -0,0 +1,16 @@
|
||||
This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
|
||||
Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
It was downloaded from http://ksensors.sourceforge.net
|
||||
|
||||
Upstream Authors:
|
||||
Miguel Novas <michaell@teleline.es>
|
||||
|
||||
Copyright:
|
||||
(C) 2001-2002 by Miguel Novas <michaell@teleline.es>
|
||||
|
||||
|
||||
|
||||
You are free to distribute this software under the terms of the GNU General
|
||||
Public License. On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
@ -0,0 +1,3 @@
|
||||
usr/share/lintian/overrides
|
||||
usr/share/pixmaps
|
||||
usr/share/sounds
|
@ -0,0 +1,5 @@
|
||||
LEEME
|
||||
LIESMICH
|
||||
LISEZMOI
|
||||
README
|
||||
TODO
|
@ -0,0 +1,62 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KSENSORS 1 "May 02, 2002"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
ksensors \- lm-sensors frontend for KDE
|
||||
.SH SYNOPSIS
|
||||
.B ksensors
|
||||
.RI "[ options ]"
|
||||
.SH DESCRIPTION
|
||||
.B KSensors
|
||||
is a lm-sensors frontend for KDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan
|
||||
speed sensors.
|
||||
.SH OPTIONS
|
||||
A summary of options are included below.
|
||||
.TP
|
||||
.B \-\-nodock
|
||||
Don't dock in KDE system tray.
|
||||
.TP
|
||||
.B \-\-splash
|
||||
Show splash screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-kde
|
||||
Show KDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.SH AUTHOR
|
||||
.B KSensors
|
||||
was written by Miguel Novas <michaell@teleline.es>.
|
||||
.br
|
||||
This manual page was written by Aurelien Jarno <aurel32@debian.org>,
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1 @@
|
||||
debian/ksensors.1
|
@ -0,0 +1,7 @@
|
||||
?package(ksensors): \
|
||||
needs="X11" \
|
||||
section="Applications/System/Hardware" \
|
||||
hints="KDE" \
|
||||
title="KSensors" \
|
||||
command="/usr/bin/ksensors" \
|
||||
icon="/usr/share/pixmaps/ksensors.xpm"
|
@ -0,0 +1 @@
|
||||
ksensors: menu-item-contains-unknown-tag kderemove /usr/lib/menu/ksensors:8
|
@ -0,0 +1,111 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -g
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
build: build-stamp
|
||||
|
||||
-include debian/debiandirs
|
||||
|
||||
debian/debiandirs: admin/debianrules
|
||||
perl -w admin/debianrules echodirs > debian/debiandirs
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
[ ! -f Makefile ] || $(MAKE) clean distclean
|
||||
-rm -f po/*.gmo
|
||||
-rm -f debian/debiandirs
|
||||
-rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
|
||||
-rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
|
||||
-rm -f config.log
|
||||
-find $(CURDIR) -name Makefile.in -exec rm -f {} \;
|
||||
-rm -f build-stamp install-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Install overrides.
|
||||
install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity
|
||||
|
||||
# Main install.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity
|
||||
|
||||
# Make common links for docs.
|
||||
for p in `dh_listpackages`; do \
|
||||
for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \
|
||||
ln -f -n -s ../common $$i/common; done; done
|
||||
|
||||
# Installing icons
|
||||
/usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm
|
||||
|
||||
perl -w admin/debianrules cleanup
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdebconf
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
# dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress --exclude=.docbook
|
||||
dh_fixperms
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
@ -0,0 +1,6 @@
|
||||
mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Initial release (LP: #110368)
|
||||
|
||||
-- Cyril Breuil <cyrilbport@gmail.com> Thu, 26 Apr 2007 22:20:17 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: mplayerthumbs
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: mplayerthumbs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, mplayer
|
||||
Conflicts: libarts1-xine
|
||||
Description: thumbnail generator for video files on Konqueror
|
||||
MPlayerThumbs is a thumbnail generator for video files on
|
||||
Konqueror. Unlike the original konqueror plugin (libarts1-xine),
|
||||
it depends on neither xine nor arts, instead it uses only
|
||||
mplayer. You can take advantage of this on x86_64 systems,
|
||||
where you can use a 32bit mplayer to load win32codecs.
|
||||
.
|
||||
Homepage: http://kde-apps.org/content/show.php?content=41180
|
@ -0,0 +1,34 @@
|
||||
This package was debianized by Cyril Breuil <cyrilbport@gmail.com> on
|
||||
Thu, 26 Apr 2007 22:20:17 +0200.
|
||||
|
||||
It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1
|
||||
|
||||
Upstream Author: Marco Gulino <marco@kmobiletools.org>
|
||||
|
||||
Copyright (C) 2006 by Marco Gulino <marco@kmobiletools.org>
|
||||
Copyright (C) 2003 Ewald Snel <ewald@rambo.its.tudelft.nl>
|
||||
Copyright (C) 2002 Simon MacMullen
|
||||
|
||||
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.
|
||||
|
||||
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, Cyril Breuil <cyrilbport@gmail.com> and
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
@ -0,0 +1 @@
|
||||
/etc/ssl/certs/ca-certificates.crt debian/tmp/opt/trinity/share/apps/kssl/ca-bundle.crt
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same 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-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,86 @@
|
||||
knmap (2.1-1ubuntu2) edgy; urgency=low
|
||||
|
||||
* Add kubuntu_00_autoconf2.60.diff and change pre-build to post-patches
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 1 Oct 2006 16:20:46 +0100
|
||||
|
||||
knmap (2.1-1ubuntu1) edgy; urgency=low
|
||||
|
||||
* Merge from debian unstable.
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Thu, 6 Jul 2006 17:02:20 +1000
|
||||
|
||||
knmap (2.1-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
* Fixed debian/watch file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Sat, 21 Jan 2006 20:07:05 +0100
|
||||
|
||||
knmap (2.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Added dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Sat, 13 May 2006 21:12:27 +1000
|
||||
|
||||
knmap (2.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged upstream tarball from tar.bz2 to orig.tar.gz.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Tue, 31 Jan 2006 18:30:50 +0100
|
||||
|
||||
knmap (2.0-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (Closes: #347834)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Fri, 13 Jan 2006 11:54:27 +0100
|
||||
|
||||
knmap (2.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged the tar.bz2 tarball into a tar.gz one.
|
||||
* Bumped automake dependency to automake1.9 since automake1.6 was removed from
|
||||
dapper.
|
||||
* Updated copyright dates in debian/copyright.
|
||||
* Sponsored upload for Raphaël Pinson <raphink@raphink.net>
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 12:09:54 +0100
|
||||
|
||||
knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Removing patch kubuntu_01_desktop_file.patch that has been merged in
|
||||
upstream.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 24 Dec 2005 01:01:40 +0100
|
||||
|
||||
knmap (1.99-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (2.0-beta)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 19 Dec 2005 12:23:55 +0100
|
||||
|
||||
knmap (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Added libtool patch
|
||||
* Added Categories to .desktop file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 5 Dec 2005 15:44:48 +0100
|
||||
|
||||
knmap (1.0-beta1-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Wed, 9 Nov 2005 18:59:04 +0100
|
||||
|
||||
knmap (1.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields
|
||||
to src/knmap.desktop.
|
||||
* Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 3 Dec 2005 13:21:11 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,25 @@
|
||||
Source: knmap-trinity
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, tdelibs4-trinity-dev, automake, cdbs, docbook2x
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: knmap-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nmap
|
||||
Description: nmap graphical interface for TDE
|
||||
Knmap is a TDE-based interface to the 'nmap' facility.
|
||||
.
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
.
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's TDE / QT environments.
|
||||
.
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
.
|
||||
http://www.kde-apps.org/content/show.php?content=31108
|
@ -0,0 +1,31 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Sun, 13 Nov 2005 16:44:13 +0100.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/knmap
|
||||
|
||||
Upstream Author : Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
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.
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
Copyright
|
||||
|
||||
All the software:
|
||||
|
||||
(C) 2005, 2006 by Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
debian/knmap.1.docbook:
|
||||
|
||||
Copyright (C) 2005, 2006 by Raphaël Pinson <raphink@raphink.net>
|
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Raphaël</firstname>
|
||||
<surname>Pinson</surname>
|
||||
<email>raphink@raphink.net</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2005</year>
|
||||
<holder>Raphaël Pinson</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2005-11-16</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>knmap</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>knmap</refname>
|
||||
<refpurpose>nmap graphical interface for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>knmap</command>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>Qt-options</replaceable></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>KDE-options</replaceable></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
nmap graphical interface for KDE.
|
||||
</para>
|
||||
<para>
|
||||
Knmap is a KDE-based interface to the 'nmap' facility.
|
||||
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's KDE / QT environments.
|
||||
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
All <productname>KDE</productname> and <productname>Qt</productname>
|
||||
programs accept a some common command-line options. kommando has no
|
||||
application-specific options.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>Generic options:</title>
|
||||
<varlistentry>
|
||||
<term> <option>--help</option> </term>
|
||||
<listitem> <para>Show help about options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-qt</option> </term>
|
||||
<listitem> <para>Show Qt specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-kde</option> </term>
|
||||
<listitem> <para>Show KDE specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-all</option> </term>
|
||||
<listitem> <para>Show all options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--author</option> </term>
|
||||
<listitem> <para>Show author information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>-v</option>, <option>--version</option> </term>
|
||||
<listitem> <para>Show version information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--license</option> </term>
|
||||
<listitem> <para>Show license information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--</option> </term>
|
||||
<listitem> <para>Indicates end of options</para> </listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<!-- TODO * add all the rest of the options, but maybe find an automated
|
||||
way to keep it up to date -->
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by Raphaël Pinson
|
||||
<email>raphink@raphink.net</email> for the
|
||||
<productname>Debian</productname> system (but may be used by others).
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 2 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_knmap-trinity = knmap.1
|
||||
|
||||
post-patches::
|
||||
# regenerating files to build app
|
||||
$(MAKE) -f Makefile.cvs
|
||||
|
||||
install/knmap-trinity::
|
||||
dh_install src/knmap.desktop usr/share/applications/tde
|
||||
dh_link opt/trinity/share/doc/tde/HTML/en/knmap usr/share/doc/knmap/html
|
||||
dh_iconcache
|
||||
|
||||
build/knmap-trinity::
|
||||
docbook2x-man debian/knmap.1.docbook
|
||||
|
||||
clean::
|
||||
rm -f knmap.1
|
||||
# removing files not cleaned by upstream
|
||||
rm -f doc/en/Makefile.in
|
||||
rm -f src/Makefile.in
|
||||
rm -f configure
|
||||
rm -f Makefile.in
|
||||
rm -f subdirs
|
||||
rm -f aclocal.m4
|
@ -0,0 +1,4 @@
|
||||
version=3
|
||||
http://sf.net/knmap/knmap-(.*)\.tar\.bz2
|
||||
|
||||
|
@ -0,0 +1,436 @@
|
||||
ksensors (0.7.3-18) unstable; urgency=low
|
||||
|
||||
* Link the ksensors binary with libtqt-mt (closes: bug#555063).
|
||||
* Apply patch from Michael Schuele to fix multi-core sensors (closes:
|
||||
bug#494090).
|
||||
* Bumped standard version to 3.8.3 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 14 Nov 2009 13:50:57 +0000
|
||||
|
||||
ksensors (0.7.3-17) unstable; urgency=low
|
||||
|
||||
* Switch to debhelper 5.
|
||||
* Bumped standard version to 3.8.2 (no changes).
|
||||
* Don't assume config.guess and config.sub are updated by libtoolize
|
||||
(Closes: bug#533987).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Jun 2009 14:45:13 +0200
|
||||
|
||||
ksensors (0.7.3-16) unstable; urgency=medium
|
||||
|
||||
* Bumped standard version to 3.8.0 (no changes).
|
||||
* Get rid of libqt3-compat-headers, patch by Barry de Freese (closes:
|
||||
bug#464657).
|
||||
* Use to libsensors4 API.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jun 2008 16:12:07 +0200
|
||||
|
||||
ksensors (0.7.3-15) unstable; urgency=low
|
||||
|
||||
* Update menu to match the new Debian menu subpolicy.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jul 2007 19:36:50 +0200
|
||||
|
||||
ksensors (0.7.3-14) unstable; urgency=low
|
||||
|
||||
* Remove debconf templates as version 0.6.0 is now very old (not even
|
||||
in sarge).
|
||||
* Fix the installation path of the sound files (closes: bug#406706).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 21 Jun 2007 21:01:59 +0200
|
||||
|
||||
ksensors (0.7.3-13) unstable; urgency=medium
|
||||
|
||||
* Fix the parsing of hddtemp output (closes: bug#394057).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Oct 2006 17:46:29 +0200
|
||||
|
||||
ksensors (0.7.3-12) unstable; urgency=medium
|
||||
|
||||
* Backports Norvegian translation from CVS.
|
||||
* Add support for sensors without min/max settings (closes: bug#391922).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Oct 2006 22:41:09 +0200
|
||||
|
||||
ksensors (0.7.3-11) unstable; urgency=low
|
||||
|
||||
* Fixed a silly test of the autoconf version in the KDE scripts.
|
||||
* Bumped standard version to 3.7.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 21 Jul 2006 19:20:41 +0200
|
||||
|
||||
ksensors (0.7.3-10) unstable; urgency=low
|
||||
|
||||
* Put all QRadioButtons of the alarm tab into a QButtonGroup widget
|
||||
instead of a QLayout widget (closes: bug#353553).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 19 Feb 2006 22:32:06 +0100
|
||||
|
||||
ksensors (0.7.3-9) unstable; urgency=low
|
||||
|
||||
* Relibtoolize the package to get rid of a lot of unneeded
|
||||
dependencies,
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 24 Nov 2005 20:35:47 +0100
|
||||
|
||||
ksensors (0.7.3-8) unstable; urgency=low
|
||||
|
||||
* Added Swedish translation of ksensors. Thanks to Daniel Nylander (closes:
|
||||
bug#337117).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 3 Nov 2005 01:59:54 +0100
|
||||
|
||||
ksensors (0.7.3-7) unstable; urgency=low
|
||||
|
||||
* Patches pulled from CVS:
|
||||
- Polish translation.
|
||||
- Support for reading temperature from SCSI disks. Thanks to James
|
||||
Stark (closes: bug#334614).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 19 Oct 2005 22:19:56 +0200
|
||||
|
||||
ksensors (0.7.3-6) unstable; urgency=low
|
||||
|
||||
* Added Swedish debconf translation. Thanks to Daniel Nylander (closes:
|
||||
bug#330609).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 3 Oct 2005 00:27:51 +0200
|
||||
|
||||
ksensors (0.7.3-5) unstable; urgency=low
|
||||
|
||||
* C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and
|
||||
kdelibs4-dev (>= 4:3.4.2-1).
|
||||
* Bumped Standards-Version to 3.6.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Aug 2005 11:05:13 +0200
|
||||
|
||||
ksensors (0.7.3-4) unstable; urgency=low
|
||||
|
||||
* Added Vietnamese debconf translation. Thanks to Clytie Siddall (closes
|
||||
bug#312175).
|
||||
* Fixed a typo in the debconf template. Thanks to Clytie Siddall (closes:
|
||||
bug#312176).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 7 Jun 2005 01:15:46 +0200
|
||||
|
||||
ksensors (0.7.3-3) unstable; urgency=low
|
||||
|
||||
* Added Czech debconf translation. Thanks to Miroslav Kure (closes:
|
||||
bug#293619).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 4 Feb 2005 21:41:06 +0100
|
||||
|
||||
ksensors (0.7.3-2) unstable; urgency=low
|
||||
|
||||
* Added Italian debconf translation. Thanks to Luca Monducci. (closes:
|
||||
bug#272147).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Sep 2004 00:57:43 +0200
|
||||
|
||||
ksensors (0.7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version:
|
||||
- Added support for reading ACPI temperatures (closes: bug#255079).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 00:06:13 +0200
|
||||
|
||||
ksensors (0.7.2-17) unstable; urgency=low
|
||||
|
||||
* Fixed display of values in the panel (closes: bug#265807).
|
||||
* Fixed segfault when removing an info panel (closes: bug#225712,
|
||||
#265806).
|
||||
* Added an alarm sound (closes: bug#231280).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 17 Aug 2004 01:45:27 +0200
|
||||
|
||||
ksensors (0.7.2-16) unstable; urgency=low
|
||||
|
||||
* Dont build-depends on make, it is a build-essential package.
|
||||
* Applied a patch from Geoff Oakham to fix a freeze when used with hddtemp.
|
||||
Thanks! (closes: bug#249093).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 15 May 2004 21:50:48 +0200
|
||||
|
||||
ksensors (0.7.2-15) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.4-1) so KSensors will be
|
||||
built against libsensors3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 29 Feb 2004 18:58:22 +0100
|
||||
|
||||
ksensors (0.7.2-14) unstable; urgency=low
|
||||
|
||||
* Moved ja.po in the right directory (closes: bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 15 Feb 2004 23:20:17 +0100
|
||||
|
||||
ksensors (0.7.2-13) unstable; urgency=low
|
||||
|
||||
* Added Japanese debconf translation. Thanks to Hideki Yamane. (closes:
|
||||
bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Feb 2004 23:58:39 +0100
|
||||
|
||||
ksensors (0.7.2-12) unstable; urgency=low
|
||||
|
||||
* Added de debconf translation. Thanks to the german Skolelinux team
|
||||
(closes: bug#2223114).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 6 Dec 2003 23:45:54 +0100
|
||||
|
||||
ksensors (0.7.2-11) unstable; urgency=low
|
||||
|
||||
* Added dependency on lm-sensors (closes: Bug#215794).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 14 Oct 2003 21:48:13 +0200
|
||||
|
||||
ksensors (0.7.2-10) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.0-2) so KSensors will be
|
||||
built against libsensors2 (closes: Bug#203953, Bug#212938).
|
||||
* Added ru debconf translation. Thanks to Ilgiz Kalmetev (closes:
|
||||
Bug#214366).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Oct 2003 11:01:36 +0200
|
||||
|
||||
ksensors (0.7.2-9) unstable; urgency=low
|
||||
|
||||
* The nl debconf translation is from Bart Cornelis and not Wessel
|
||||
Dankers. Updated the changelog. Sorry Bart.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 12:37:05 +0200
|
||||
|
||||
ksensors (0.7.2-8) unstable; urgency=low
|
||||
|
||||
* Added nl debconf translation. Thanks to Bart Cornelis (closes:
|
||||
Bug#204919).
|
||||
* Bumped Standards-Version to 3.6.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 11:24:53 +0200
|
||||
|
||||
ksensors (0.7.2-7) unstable; urgency=low
|
||||
|
||||
* Added es debconf translation. Thanks to Carlos Alberto Martín Edo
|
||||
(closes: Bug#201571).
|
||||
* Bumped Standards-Version to 3.6.0.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 16 Jul 2003 17:36:03 +0200
|
||||
|
||||
ksensors (0.7.2-6) unstable; urgency=low
|
||||
|
||||
* Added pt_BR debconf translations. Thanks to Andre Luis Lopes
|
||||
(closes: Bug#198362).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 22 Jun 2003 02:59:03 +0200
|
||||
|
||||
ksensors (0.7.2-5) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latests libsensors-1debian1.
|
||||
* Build-Depends on libsensors-dev (>= 2.7.0-4).
|
||||
* Bumped Standards-Version to 3.5.10.
|
||||
* Changed icon to full colors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 1 Jun 2003 23:52:09 +0200
|
||||
|
||||
ksensors (0.7.2-4) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latest libsensors1 (closes: Bug#191562).
|
||||
* Depends on libsensors1 (>> 2.7.0) as this libraries has some lack
|
||||
of dependencies.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 1 May 2003 21:50:57 +0200
|
||||
|
||||
ksensors (0.7.2-3) unstable; urgency=low
|
||||
|
||||
* Bumped Standards-Version to 3.5.9.
|
||||
* Changed section from x11 to kde.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Apr 2003 15:31:26 +0200
|
||||
|
||||
ksensors (0.7.2-2) unstable; urgency=low
|
||||
|
||||
* Debconf templates are now managed with po-debconf.
|
||||
* Depends on ${misc:Depends}.
|
||||
* Don't depends on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 23:19:44 +0100
|
||||
|
||||
ksensors (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 24 Feb 2003 09:42:58 +0100
|
||||
|
||||
ksensors (0.7-11) unstable; urgency=low
|
||||
|
||||
* Build-depends on libqt3-compat-headers.
|
||||
* Fixed a bug introduced by KDE 3 (closes: Bug#180982).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 16 Feb 2003 17:48:52 +0100
|
||||
|
||||
ksensors (0.7-10) unstable; urgency=low
|
||||
|
||||
* Rebuilt for KDE 3.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 5 Feb 2003 22:51:50 +0100
|
||||
|
||||
ksensors (0.7-9) unstable; urgency=low
|
||||
|
||||
* Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 on
|
||||
hppa.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 Jan 2003 14:53:22 +0100
|
||||
|
||||
ksensors (0.7-8) unstable; urgency=low
|
||||
|
||||
* Updated the code for hddtemp-0.3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 4 Jan 2003 10:11:30 +0100
|
||||
|
||||
ksensors (0.7-7) unstable; urgency=low
|
||||
|
||||
* Standards-Version bumped to 3.5.8.
|
||||
* Changed icon to 24 colors to follow the menu policy.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Dec 2002 19:08:58 +0100
|
||||
|
||||
ksensors (0.7-6) unstable; urgency=low
|
||||
|
||||
* Added a patch to handle temperature sensors whose name doesn't begin with
|
||||
"temp" or "temp1" correctly (closes: Bug#165353).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Oct 2002 20:56:32 +0200
|
||||
|
||||
ksensors (0.7-5) unstable; urgency=low
|
||||
|
||||
* Added a patch to save the config on KDE exit (closes: Bug#158164).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 8 Oct 2002 01:13:24 +0200
|
||||
|
||||
ksensors (0.7-4) unstable; urgency=low
|
||||
|
||||
* Updated the code to correctly handle the degree sign in the output of
|
||||
hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 26 Sep 2002 02:24:47 +0200
|
||||
|
||||
ksensors (0.7-3) unstable; urgency=low
|
||||
|
||||
* Added an autostart option in configuration dialog (closes: Bug#155532).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 7 Sep 2002 11:59:19 +0200
|
||||
|
||||
ksensors (0.7-2) unstable; urgency=low
|
||||
|
||||
* Added a patch to open the panel on same desktop as on exit
|
||||
(closes: Bug#158164).
|
||||
* Updated Policy standard compliance to 3.5.7
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 4 Sep 2002 15:04:42 +0200
|
||||
|
||||
ksensors (0.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
Changelog:
|
||||
- Allow docking fan and voltage sensors
|
||||
- Configuration dialog redesign (more modular).
|
||||
- Several panel sizes
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 13 Jun 2002 17:49:49 +0200
|
||||
|
||||
ksensors (0.6.1-2) unstable; urgency=low
|
||||
|
||||
* Now depends on debconf.
|
||||
* Now recommends hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 May 2002 22:45:50 +0200
|
||||
|
||||
ksensors (0.6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
- New Hardisks Temperatures sensor panels
|
||||
- Changed cpu state, swap and ram panels appearance.
|
||||
- Added splash screen.
|
||||
- Added --nodock option.
|
||||
- Configurable Panels colors.
|
||||
- Support for multiple lm-sensors chips.
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 2 May 2002 01:09:17 +0200
|
||||
|
||||
ksensors (0.5-8) unstable; urgency=low
|
||||
|
||||
* This time with a correct "Maintainer" field.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 23:05:17 +0200
|
||||
|
||||
ksensors (0.5-7) unstable; urgency=low
|
||||
|
||||
* Rebuild ksensors under pbuilder so it will depends on libsensors1
|
||||
(closes: Bug#142218).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 21:29:53 +0200
|
||||
|
||||
ksensors (0.5-6) unstable; urgency=low
|
||||
|
||||
* Added Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 31 Mar 2002 13:26:10 +0200
|
||||
|
||||
ksensors (0.5-5) unstable; urgency=low
|
||||
|
||||
* Changed my maintainer e-mail address to <aurel32@debian.org>. :)
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 18 Mar 2002 21:24:46 +0100
|
||||
|
||||
ksensors (0.5-4) unstable; urgency=low
|
||||
|
||||
* Created an autostart file (closes: Bug#136562).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 3 Mar 2002 19:51:32 +0100
|
||||
|
||||
ksensors (0.5-3) unstable; urgency=low
|
||||
|
||||
* Initial Debian upload (closes: Bug#129913).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Fri, 8 Feb 2002 14:23:09 +0100
|
||||
|
||||
ksensors (0.5-2) unstable; urgency=low
|
||||
|
||||
* Add Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Thu, 24 Jan 2002 15:49:03 +0100
|
||||
|
||||
ksensors (0.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius,farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 12 Jan 2002 23:41:57 +0100
|
||||
|
||||
sensors (0.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Mon, 07 Jan 2002 09:43:17 +0100
|
||||
|
||||
ksensors (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,18 @@
|
||||
Source: ksensors-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick
|
||||
Build-Conflicts: autoconf2.13
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: ksensors-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
|
||||
Recommends: hddtemp (>= 0.3beta2-1)
|
||||
Description: lm-sensors frontend for TDE
|
||||
This is a lm-sensors frontend for TDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan speed
|
||||
sensors.
|
||||
.
|
||||
You will need lm-sensors kernel modules to use this package.
|
@ -0,0 +1,16 @@
|
||||
This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
|
||||
Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
It was downloaded from http://ksensors.sourceforge.net
|
||||
|
||||
Upstream Authors:
|
||||
Miguel Novas <michaell@teleline.es>
|
||||
|
||||
Copyright:
|
||||
(C) 2001-2002 by Miguel Novas <michaell@teleline.es>
|
||||
|
||||
|
||||
|
||||
You are free to distribute this software under the terms of the GNU General
|
||||
Public License. On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
@ -0,0 +1,3 @@
|
||||
usr/share/lintian/overrides
|
||||
usr/share/pixmaps
|
||||
usr/share/sounds
|
@ -0,0 +1,5 @@
|
||||
LEEME
|
||||
LIESMICH
|
||||
LISEZMOI
|
||||
README
|
||||
TODO
|
@ -0,0 +1,62 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KSENSORS 1 "May 02, 2002"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
ksensors \- lm-sensors frontend for KDE
|
||||
.SH SYNOPSIS
|
||||
.B ksensors
|
||||
.RI "[ options ]"
|
||||
.SH DESCRIPTION
|
||||
.B KSensors
|
||||
is a lm-sensors frontend for KDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan
|
||||
speed sensors.
|
||||
.SH OPTIONS
|
||||
A summary of options are included below.
|
||||
.TP
|
||||
.B \-\-nodock
|
||||
Don't dock in KDE system tray.
|
||||
.TP
|
||||
.B \-\-splash
|
||||
Show splash screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-kde
|
||||
Show KDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.SH AUTHOR
|
||||
.B KSensors
|
||||
was written by Miguel Novas <michaell@teleline.es>.
|
||||
.br
|
||||
This manual page was written by Aurelien Jarno <aurel32@debian.org>,
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1 @@
|
||||
debian/ksensors.1
|
@ -0,0 +1,7 @@
|
||||
?package(ksensors): \
|
||||
needs="X11" \
|
||||
section="Applications/System/Hardware" \
|
||||
hints="KDE" \
|
||||
title="KSensors" \
|
||||
command="/usr/bin/ksensors" \
|
||||
icon="/usr/share/pixmaps/ksensors.xpm"
|
@ -0,0 +1 @@
|
||||
ksensors: menu-item-contains-unknown-tag kderemove /usr/lib/menu/ksensors:8
|
@ -0,0 +1,111 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -g
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
build: build-stamp
|
||||
|
||||
-include debian/debiandirs
|
||||
|
||||
debian/debiandirs: admin/debianrules
|
||||
perl -w admin/debianrules echodirs > debian/debiandirs
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
[ ! -f Makefile ] || $(MAKE) clean distclean
|
||||
-rm -f po/*.gmo
|
||||
-rm -f debian/debiandirs
|
||||
-rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
|
||||
-rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
|
||||
-rm -f config.log
|
||||
-find $(CURDIR) -name Makefile.in -exec rm -f {} \;
|
||||
-rm -f build-stamp install-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Install overrides.
|
||||
install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity
|
||||
|
||||
# Main install.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity
|
||||
|
||||
# Make common links for docs.
|
||||
for p in `dh_listpackages`; do \
|
||||
for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \
|
||||
ln -f -n -s ../common $$i/common; done; done
|
||||
|
||||
# Installing icons
|
||||
/usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm
|
||||
|
||||
perl -w admin/debianrules cleanup
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdebconf
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
# dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress --exclude=.docbook
|
||||
dh_fixperms
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
@ -0,0 +1,6 @@
|
||||
mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Initial release (LP: #110368)
|
||||
|
||||
-- Cyril Breuil <cyrilbport@gmail.com> Thu, 26 Apr 2007 22:20:17 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: mplayerthumbs
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: mplayerthumbs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, mplayer
|
||||
Conflicts: libarts1-xine
|
||||
Description: thumbnail generator for video files on Konqueror
|
||||
MPlayerThumbs is a thumbnail generator for video files on
|
||||
Konqueror. Unlike the original konqueror plugin (libarts1-xine),
|
||||
it depends on neither xine nor arts, instead it uses only
|
||||
mplayer. You can take advantage of this on x86_64 systems,
|
||||
where you can use a 32bit mplayer to load win32codecs.
|
||||
.
|
||||
Homepage: http://kde-apps.org/content/show.php?content=41180
|
@ -0,0 +1,34 @@
|
||||
This package was debianized by Cyril Breuil <cyrilbport@gmail.com> on
|
||||
Thu, 26 Apr 2007 22:20:17 +0200.
|
||||
|
||||
It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1
|
||||
|
||||
Upstream Author: Marco Gulino <marco@kmobiletools.org>
|
||||
|
||||
Copyright (C) 2006 by Marco Gulino <marco@kmobiletools.org>
|
||||
Copyright (C) 2003 Ewald Snel <ewald@rambo.its.tudelft.nl>
|
||||
Copyright (C) 2002 Simon MacMullen
|
||||
|
||||
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.
|
||||
|
||||
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, Cyril Breuil <cyrilbport@gmail.com> and
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
@ -0,0 +1 @@
|
||||
/etc/ssl/certs/ca-certificates.crt debian/tmp/opt/trinity/share/apps/kssl/ca-bundle.crt
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same 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-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,86 @@
|
||||
knmap (2.1-1ubuntu2) edgy; urgency=low
|
||||
|
||||
* Add kubuntu_00_autoconf2.60.diff and change pre-build to post-patches
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 1 Oct 2006 16:20:46 +0100
|
||||
|
||||
knmap (2.1-1ubuntu1) edgy; urgency=low
|
||||
|
||||
* Merge from debian unstable.
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Thu, 6 Jul 2006 17:02:20 +1000
|
||||
|
||||
knmap (2.1-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
* Fixed debian/watch file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Sat, 21 Jan 2006 20:07:05 +0100
|
||||
|
||||
knmap (2.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Added dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Sat, 13 May 2006 21:12:27 +1000
|
||||
|
||||
knmap (2.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged upstream tarball from tar.bz2 to orig.tar.gz.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Tue, 31 Jan 2006 18:30:50 +0100
|
||||
|
||||
knmap (2.0-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (Closes: #347834)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Fri, 13 Jan 2006 11:54:27 +0100
|
||||
|
||||
knmap (2.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged the tar.bz2 tarball into a tar.gz one.
|
||||
* Bumped automake dependency to automake1.9 since automake1.6 was removed from
|
||||
dapper.
|
||||
* Updated copyright dates in debian/copyright.
|
||||
* Sponsored upload for Raphaël Pinson <raphink@raphink.net>
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 12:09:54 +0100
|
||||
|
||||
knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Removing patch kubuntu_01_desktop_file.patch that has been merged in
|
||||
upstream.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 24 Dec 2005 01:01:40 +0100
|
||||
|
||||
knmap (1.99-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (2.0-beta)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 19 Dec 2005 12:23:55 +0100
|
||||
|
||||
knmap (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Added libtool patch
|
||||
* Added Categories to .desktop file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 5 Dec 2005 15:44:48 +0100
|
||||
|
||||
knmap (1.0-beta1-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Wed, 9 Nov 2005 18:59:04 +0100
|
||||
|
||||
knmap (1.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields
|
||||
to src/knmap.desktop.
|
||||
* Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 3 Dec 2005 13:21:11 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,25 @@
|
||||
Source: knmap-trinity
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, tdelibs4-trinity-dev, automake, cdbs, docbook2x
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: knmap-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nmap
|
||||
Description: nmap graphical interface for TDE
|
||||
Knmap is a TDE-based interface to the 'nmap' facility.
|
||||
.
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
.
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's TDE / QT environments.
|
||||
.
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
.
|
||||
http://www.kde-apps.org/content/show.php?content=31108
|
@ -0,0 +1,31 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Sun, 13 Nov 2005 16:44:13 +0100.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/knmap
|
||||
|
||||
Upstream Author : Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
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.
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
Copyright
|
||||
|
||||
All the software:
|
||||
|
||||
(C) 2005, 2006 by Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
debian/knmap.1.docbook:
|
||||
|
||||
Copyright (C) 2005, 2006 by Raphaël Pinson <raphink@raphink.net>
|
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Raphaël</firstname>
|
||||
<surname>Pinson</surname>
|
||||
<email>raphink@raphink.net</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2005</year>
|
||||
<holder>Raphaël Pinson</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2005-11-16</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>knmap</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>knmap</refname>
|
||||
<refpurpose>nmap graphical interface for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>knmap</command>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>Qt-options</replaceable></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>KDE-options</replaceable></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
nmap graphical interface for KDE.
|
||||
</para>
|
||||
<para>
|
||||
Knmap is a KDE-based interface to the 'nmap' facility.
|
||||
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's KDE / QT environments.
|
||||
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
All <productname>KDE</productname> and <productname>Qt</productname>
|
||||
programs accept a some common command-line options. kommando has no
|
||||
application-specific options.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>Generic options:</title>
|
||||
<varlistentry>
|
||||
<term> <option>--help</option> </term>
|
||||
<listitem> <para>Show help about options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-qt</option> </term>
|
||||
<listitem> <para>Show Qt specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-kde</option> </term>
|
||||
<listitem> <para>Show KDE specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-all</option> </term>
|
||||
<listitem> <para>Show all options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--author</option> </term>
|
||||
<listitem> <para>Show author information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>-v</option>, <option>--version</option> </term>
|
||||
<listitem> <para>Show version information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--license</option> </term>
|
||||
<listitem> <para>Show license information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--</option> </term>
|
||||
<listitem> <para>Indicates end of options</para> </listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<!-- TODO * add all the rest of the options, but maybe find an automated
|
||||
way to keep it up to date -->
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by Raphaël Pinson
|
||||
<email>raphink@raphink.net</email> for the
|
||||
<productname>Debian</productname> system (but may be used by others).
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 2 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_knmap-trinity = knmap.1
|
||||
|
||||
post-patches::
|
||||
# regenerating files to build app
|
||||
$(MAKE) -f Makefile.cvs
|
||||
|
||||
install/knmap-trinity::
|
||||
dh_install src/knmap.desktop usr/share/applications/tde
|
||||
dh_link opt/trinity/share/doc/tde/HTML/en/knmap usr/share/doc/knmap/html
|
||||
dh_iconcache
|
||||
|
||||
build/knmap-trinity::
|
||||
docbook2x-man debian/knmap.1.docbook
|
||||
|
||||
clean::
|
||||
rm -f knmap.1
|
||||
# removing files not cleaned by upstream
|
||||
rm -f doc/en/Makefile.in
|
||||
rm -f src/Makefile.in
|
||||
rm -f configure
|
||||
rm -f Makefile.in
|
||||
rm -f subdirs
|
||||
rm -f aclocal.m4
|
@ -0,0 +1,4 @@
|
||||
version=3
|
||||
http://sf.net/knmap/knmap-(.*)\.tar\.bz2
|
||||
|
||||
|
@ -0,0 +1,436 @@
|
||||
ksensors (0.7.3-18) unstable; urgency=low
|
||||
|
||||
* Link the ksensors binary with libtqt-mt (closes: bug#555063).
|
||||
* Apply patch from Michael Schuele to fix multi-core sensors (closes:
|
||||
bug#494090).
|
||||
* Bumped standard version to 3.8.3 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 14 Nov 2009 13:50:57 +0000
|
||||
|
||||
ksensors (0.7.3-17) unstable; urgency=low
|
||||
|
||||
* Switch to debhelper 5.
|
||||
* Bumped standard version to 3.8.2 (no changes).
|
||||
* Don't assume config.guess and config.sub are updated by libtoolize
|
||||
(Closes: bug#533987).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Jun 2009 14:45:13 +0200
|
||||
|
||||
ksensors (0.7.3-16) unstable; urgency=medium
|
||||
|
||||
* Bumped standard version to 3.8.0 (no changes).
|
||||
* Get rid of libqt3-compat-headers, patch by Barry de Freese (closes:
|
||||
bug#464657).
|
||||
* Use to libsensors4 API.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jun 2008 16:12:07 +0200
|
||||
|
||||
ksensors (0.7.3-15) unstable; urgency=low
|
||||
|
||||
* Update menu to match the new Debian menu subpolicy.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jul 2007 19:36:50 +0200
|
||||
|
||||
ksensors (0.7.3-14) unstable; urgency=low
|
||||
|
||||
* Remove debconf templates as version 0.6.0 is now very old (not even
|
||||
in sarge).
|
||||
* Fix the installation path of the sound files (closes: bug#406706).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 21 Jun 2007 21:01:59 +0200
|
||||
|
||||
ksensors (0.7.3-13) unstable; urgency=medium
|
||||
|
||||
* Fix the parsing of hddtemp output (closes: bug#394057).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Oct 2006 17:46:29 +0200
|
||||
|
||||
ksensors (0.7.3-12) unstable; urgency=medium
|
||||
|
||||
* Backports Norvegian translation from CVS.
|
||||
* Add support for sensors without min/max settings (closes: bug#391922).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Oct 2006 22:41:09 +0200
|
||||
|
||||
ksensors (0.7.3-11) unstable; urgency=low
|
||||
|
||||
* Fixed a silly test of the autoconf version in the KDE scripts.
|
||||
* Bumped standard version to 3.7.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 21 Jul 2006 19:20:41 +0200
|
||||
|
||||
ksensors (0.7.3-10) unstable; urgency=low
|
||||
|
||||
* Put all QRadioButtons of the alarm tab into a QButtonGroup widget
|
||||
instead of a QLayout widget (closes: bug#353553).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 19 Feb 2006 22:32:06 +0100
|
||||
|
||||
ksensors (0.7.3-9) unstable; urgency=low
|
||||
|
||||
* Relibtoolize the package to get rid of a lot of unneeded
|
||||
dependencies,
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 24 Nov 2005 20:35:47 +0100
|
||||
|
||||
ksensors (0.7.3-8) unstable; urgency=low
|
||||
|
||||
* Added Swedish translation of ksensors. Thanks to Daniel Nylander (closes:
|
||||
bug#337117).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 3 Nov 2005 01:59:54 +0100
|
||||
|
||||
ksensors (0.7.3-7) unstable; urgency=low
|
||||
|
||||
* Patches pulled from CVS:
|
||||
- Polish translation.
|
||||
- Support for reading temperature from SCSI disks. Thanks to James
|
||||
Stark (closes: bug#334614).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 19 Oct 2005 22:19:56 +0200
|
||||
|
||||
ksensors (0.7.3-6) unstable; urgency=low
|
||||
|
||||
* Added Swedish debconf translation. Thanks to Daniel Nylander (closes:
|
||||
bug#330609).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 3 Oct 2005 00:27:51 +0200
|
||||
|
||||
ksensors (0.7.3-5) unstable; urgency=low
|
||||
|
||||
* C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and
|
||||
kdelibs4-dev (>= 4:3.4.2-1).
|
||||
* Bumped Standards-Version to 3.6.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Aug 2005 11:05:13 +0200
|
||||
|
||||
ksensors (0.7.3-4) unstable; urgency=low
|
||||
|
||||
* Added Vietnamese debconf translation. Thanks to Clytie Siddall (closes
|
||||
bug#312175).
|
||||
* Fixed a typo in the debconf template. Thanks to Clytie Siddall (closes:
|
||||
bug#312176).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 7 Jun 2005 01:15:46 +0200
|
||||
|
||||
ksensors (0.7.3-3) unstable; urgency=low
|
||||
|
||||
* Added Czech debconf translation. Thanks to Miroslav Kure (closes:
|
||||
bug#293619).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 4 Feb 2005 21:41:06 +0100
|
||||
|
||||
ksensors (0.7.3-2) unstable; urgency=low
|
||||
|
||||
* Added Italian debconf translation. Thanks to Luca Monducci. (closes:
|
||||
bug#272147).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Sep 2004 00:57:43 +0200
|
||||
|
||||
ksensors (0.7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version:
|
||||
- Added support for reading ACPI temperatures (closes: bug#255079).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 00:06:13 +0200
|
||||
|
||||
ksensors (0.7.2-17) unstable; urgency=low
|
||||
|
||||
* Fixed display of values in the panel (closes: bug#265807).
|
||||
* Fixed segfault when removing an info panel (closes: bug#225712,
|
||||
#265806).
|
||||
* Added an alarm sound (closes: bug#231280).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 17 Aug 2004 01:45:27 +0200
|
||||
|
||||
ksensors (0.7.2-16) unstable; urgency=low
|
||||
|
||||
* Dont build-depends on make, it is a build-essential package.
|
||||
* Applied a patch from Geoff Oakham to fix a freeze when used with hddtemp.
|
||||
Thanks! (closes: bug#249093).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 15 May 2004 21:50:48 +0200
|
||||
|
||||
ksensors (0.7.2-15) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.4-1) so KSensors will be
|
||||
built against libsensors3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 29 Feb 2004 18:58:22 +0100
|
||||
|
||||
ksensors (0.7.2-14) unstable; urgency=low
|
||||
|
||||
* Moved ja.po in the right directory (closes: bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 15 Feb 2004 23:20:17 +0100
|
||||
|
||||
ksensors (0.7.2-13) unstable; urgency=low
|
||||
|
||||
* Added Japanese debconf translation. Thanks to Hideki Yamane. (closes:
|
||||
bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Feb 2004 23:58:39 +0100
|
||||
|
||||
ksensors (0.7.2-12) unstable; urgency=low
|
||||
|
||||
* Added de debconf translation. Thanks to the german Skolelinux team
|
||||
(closes: bug#2223114).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 6 Dec 2003 23:45:54 +0100
|
||||
|
||||
ksensors (0.7.2-11) unstable; urgency=low
|
||||
|
||||
* Added dependency on lm-sensors (closes: Bug#215794).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 14 Oct 2003 21:48:13 +0200
|
||||
|
||||
ksensors (0.7.2-10) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.0-2) so KSensors will be
|
||||
built against libsensors2 (closes: Bug#203953, Bug#212938).
|
||||
* Added ru debconf translation. Thanks to Ilgiz Kalmetev (closes:
|
||||
Bug#214366).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Oct 2003 11:01:36 +0200
|
||||
|
||||
ksensors (0.7.2-9) unstable; urgency=low
|
||||
|
||||
* The nl debconf translation is from Bart Cornelis and not Wessel
|
||||
Dankers. Updated the changelog. Sorry Bart.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 12:37:05 +0200
|
||||
|
||||
ksensors (0.7.2-8) unstable; urgency=low
|
||||
|
||||
* Added nl debconf translation. Thanks to Bart Cornelis (closes:
|
||||
Bug#204919).
|
||||
* Bumped Standards-Version to 3.6.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 11:24:53 +0200
|
||||
|
||||
ksensors (0.7.2-7) unstable; urgency=low
|
||||
|
||||
* Added es debconf translation. Thanks to Carlos Alberto Martín Edo
|
||||
(closes: Bug#201571).
|
||||
* Bumped Standards-Version to 3.6.0.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 16 Jul 2003 17:36:03 +0200
|
||||
|
||||
ksensors (0.7.2-6) unstable; urgency=low
|
||||
|
||||
* Added pt_BR debconf translations. Thanks to Andre Luis Lopes
|
||||
(closes: Bug#198362).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 22 Jun 2003 02:59:03 +0200
|
||||
|
||||
ksensors (0.7.2-5) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latests libsensors-1debian1.
|
||||
* Build-Depends on libsensors-dev (>= 2.7.0-4).
|
||||
* Bumped Standards-Version to 3.5.10.
|
||||
* Changed icon to full colors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 1 Jun 2003 23:52:09 +0200
|
||||
|
||||
ksensors (0.7.2-4) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latest libsensors1 (closes: Bug#191562).
|
||||
* Depends on libsensors1 (>> 2.7.0) as this libraries has some lack
|
||||
of dependencies.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 1 May 2003 21:50:57 +0200
|
||||
|
||||
ksensors (0.7.2-3) unstable; urgency=low
|
||||
|
||||
* Bumped Standards-Version to 3.5.9.
|
||||
* Changed section from x11 to kde.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Apr 2003 15:31:26 +0200
|
||||
|
||||
ksensors (0.7.2-2) unstable; urgency=low
|
||||
|
||||
* Debconf templates are now managed with po-debconf.
|
||||
* Depends on ${misc:Depends}.
|
||||
* Don't depends on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 23:19:44 +0100
|
||||
|
||||
ksensors (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 24 Feb 2003 09:42:58 +0100
|
||||
|
||||
ksensors (0.7-11) unstable; urgency=low
|
||||
|
||||
* Build-depends on libqt3-compat-headers.
|
||||
* Fixed a bug introduced by KDE 3 (closes: Bug#180982).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 16 Feb 2003 17:48:52 +0100
|
||||
|
||||
ksensors (0.7-10) unstable; urgency=low
|
||||
|
||||
* Rebuilt for KDE 3.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 5 Feb 2003 22:51:50 +0100
|
||||
|
||||
ksensors (0.7-9) unstable; urgency=low
|
||||
|
||||
* Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 on
|
||||
hppa.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 Jan 2003 14:53:22 +0100
|
||||
|
||||
ksensors (0.7-8) unstable; urgency=low
|
||||
|
||||
* Updated the code for hddtemp-0.3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 4 Jan 2003 10:11:30 +0100
|
||||
|
||||
ksensors (0.7-7) unstable; urgency=low
|
||||
|
||||
* Standards-Version bumped to 3.5.8.
|
||||
* Changed icon to 24 colors to follow the menu policy.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Dec 2002 19:08:58 +0100
|
||||
|
||||
ksensors (0.7-6) unstable; urgency=low
|
||||
|
||||
* Added a patch to handle temperature sensors whose name doesn't begin with
|
||||
"temp" or "temp1" correctly (closes: Bug#165353).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Oct 2002 20:56:32 +0200
|
||||
|
||||
ksensors (0.7-5) unstable; urgency=low
|
||||
|
||||
* Added a patch to save the config on KDE exit (closes: Bug#158164).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 8 Oct 2002 01:13:24 +0200
|
||||
|
||||
ksensors (0.7-4) unstable; urgency=low
|
||||
|
||||
* Updated the code to correctly handle the degree sign in the output of
|
||||
hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 26 Sep 2002 02:24:47 +0200
|
||||
|
||||
ksensors (0.7-3) unstable; urgency=low
|
||||
|
||||
* Added an autostart option in configuration dialog (closes: Bug#155532).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 7 Sep 2002 11:59:19 +0200
|
||||
|
||||
ksensors (0.7-2) unstable; urgency=low
|
||||
|
||||
* Added a patch to open the panel on same desktop as on exit
|
||||
(closes: Bug#158164).
|
||||
* Updated Policy standard compliance to 3.5.7
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 4 Sep 2002 15:04:42 +0200
|
||||
|
||||
ksensors (0.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
Changelog:
|
||||
- Allow docking fan and voltage sensors
|
||||
- Configuration dialog redesign (more modular).
|
||||
- Several panel sizes
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 13 Jun 2002 17:49:49 +0200
|
||||
|
||||
ksensors (0.6.1-2) unstable; urgency=low
|
||||
|
||||
* Now depends on debconf.
|
||||
* Now recommends hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 May 2002 22:45:50 +0200
|
||||
|
||||
ksensors (0.6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
- New Hardisks Temperatures sensor panels
|
||||
- Changed cpu state, swap and ram panels appearance.
|
||||
- Added splash screen.
|
||||
- Added --nodock option.
|
||||
- Configurable Panels colors.
|
||||
- Support for multiple lm-sensors chips.
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 2 May 2002 01:09:17 +0200
|
||||
|
||||
ksensors (0.5-8) unstable; urgency=low
|
||||
|
||||
* This time with a correct "Maintainer" field.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 23:05:17 +0200
|
||||
|
||||
ksensors (0.5-7) unstable; urgency=low
|
||||
|
||||
* Rebuild ksensors under pbuilder so it will depends on libsensors1
|
||||
(closes: Bug#142218).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 21:29:53 +0200
|
||||
|
||||
ksensors (0.5-6) unstable; urgency=low
|
||||
|
||||
* Added Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 31 Mar 2002 13:26:10 +0200
|
||||
|
||||
ksensors (0.5-5) unstable; urgency=low
|
||||
|
||||
* Changed my maintainer e-mail address to <aurel32@debian.org>. :)
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 18 Mar 2002 21:24:46 +0100
|
||||
|
||||
ksensors (0.5-4) unstable; urgency=low
|
||||
|
||||
* Created an autostart file (closes: Bug#136562).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 3 Mar 2002 19:51:32 +0100
|
||||
|
||||
ksensors (0.5-3) unstable; urgency=low
|
||||
|
||||
* Initial Debian upload (closes: Bug#129913).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Fri, 8 Feb 2002 14:23:09 +0100
|
||||
|
||||
ksensors (0.5-2) unstable; urgency=low
|
||||
|
||||
* Add Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Thu, 24 Jan 2002 15:49:03 +0100
|
||||
|
||||
ksensors (0.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius,farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 12 Jan 2002 23:41:57 +0100
|
||||
|
||||
sensors (0.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Mon, 07 Jan 2002 09:43:17 +0100
|
||||
|
||||
ksensors (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,18 @@
|
||||
Source: ksensors-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick
|
||||
Build-Conflicts: autoconf2.13
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: ksensors-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
|
||||
Recommends: hddtemp (>= 0.3beta2-1)
|
||||
Description: lm-sensors frontend for TDE
|
||||
This is a lm-sensors frontend for TDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan speed
|
||||
sensors.
|
||||
.
|
||||
You will need lm-sensors kernel modules to use this package.
|
@ -0,0 +1,16 @@
|
||||
This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
|
||||
Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
It was downloaded from http://ksensors.sourceforge.net
|
||||
|
||||
Upstream Authors:
|
||||
Miguel Novas <michaell@teleline.es>
|
||||
|
||||
Copyright:
|
||||
(C) 2001-2002 by Miguel Novas <michaell@teleline.es>
|
||||
|
||||
|
||||
|
||||
You are free to distribute this software under the terms of the GNU General
|
||||
Public License. On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
@ -0,0 +1,3 @@
|
||||
usr/share/lintian/overrides
|
||||
usr/share/pixmaps
|
||||
usr/share/sounds
|
@ -0,0 +1,5 @@
|
||||
LEEME
|
||||
LIESMICH
|
||||
LISEZMOI
|
||||
README
|
||||
TODO
|
@ -0,0 +1,62 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KSENSORS 1 "May 02, 2002"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
ksensors \- lm-sensors frontend for KDE
|
||||
.SH SYNOPSIS
|
||||
.B ksensors
|
||||
.RI "[ options ]"
|
||||
.SH DESCRIPTION
|
||||
.B KSensors
|
||||
is a lm-sensors frontend for KDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan
|
||||
speed sensors.
|
||||
.SH OPTIONS
|
||||
A summary of options are included below.
|
||||
.TP
|
||||
.B \-\-nodock
|
||||
Don't dock in KDE system tray.
|
||||
.TP
|
||||
.B \-\-splash
|
||||
Show splash screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-kde
|
||||
Show KDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.SH AUTHOR
|
||||
.B KSensors
|
||||
was written by Miguel Novas <michaell@teleline.es>.
|
||||
.br
|
||||
This manual page was written by Aurelien Jarno <aurel32@debian.org>,
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1 @@
|
||||
debian/ksensors.1
|
@ -0,0 +1,7 @@
|
||||
?package(ksensors): \
|
||||
needs="X11" \
|
||||
section="Applications/System/Hardware" \
|
||||
hints="KDE" \
|
||||
title="KSensors" \
|
||||
command="/usr/bin/ksensors" \
|
||||
icon="/usr/share/pixmaps/ksensors.xpm"
|
@ -0,0 +1 @@
|
||||
ksensors: menu-item-contains-unknown-tag kderemove /usr/lib/menu/ksensors:8
|
@ -0,0 +1,111 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -g
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
build: build-stamp
|
||||
|
||||
-include debian/debiandirs
|
||||
|
||||
debian/debiandirs: admin/debianrules
|
||||
perl -w admin/debianrules echodirs > debian/debiandirs
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
[ ! -f Makefile ] || $(MAKE) clean distclean
|
||||
-rm -f po/*.gmo
|
||||
-rm -f debian/debiandirs
|
||||
-rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
|
||||
-rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
|
||||
-rm -f config.log
|
||||
-find $(CURDIR) -name Makefile.in -exec rm -f {} \;
|
||||
-rm -f build-stamp install-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Install overrides.
|
||||
install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity
|
||||
|
||||
# Main install.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity
|
||||
|
||||
# Make common links for docs.
|
||||
for p in `dh_listpackages`; do \
|
||||
for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \
|
||||
ln -f -n -s ../common $$i/common; done; done
|
||||
|
||||
# Installing icons
|
||||
/usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm
|
||||
|
||||
perl -w admin/debianrules cleanup
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdebconf
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
# dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress --exclude=.docbook
|
||||
dh_fixperms
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
@ -0,0 +1,6 @@
|
||||
mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Initial release (LP: #110368)
|
||||
|
||||
-- Cyril Breuil <cyrilbport@gmail.com> Thu, 26 Apr 2007 22:20:17 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: mplayerthumbs
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: mplayerthumbs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, mplayer
|
||||
Conflicts: libarts1-xine
|
||||
Description: thumbnail generator for video files on Konqueror
|
||||
MPlayerThumbs is a thumbnail generator for video files on
|
||||
Konqueror. Unlike the original konqueror plugin (libarts1-xine),
|
||||
it depends on neither xine nor arts, instead it uses only
|
||||
mplayer. You can take advantage of this on x86_64 systems,
|
||||
where you can use a 32bit mplayer to load win32codecs.
|
||||
.
|
||||
Homepage: http://kde-apps.org/content/show.php?content=41180
|
@ -0,0 +1,34 @@
|
||||
This package was debianized by Cyril Breuil <cyrilbport@gmail.com> on
|
||||
Thu, 26 Apr 2007 22:20:17 +0200.
|
||||
|
||||
It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1
|
||||
|
||||
Upstream Author: Marco Gulino <marco@kmobiletools.org>
|
||||
|
||||
Copyright (C) 2006 by Marco Gulino <marco@kmobiletools.org>
|
||||
Copyright (C) 2003 Ewald Snel <ewald@rambo.its.tudelft.nl>
|
||||
Copyright (C) 2002 Simon MacMullen
|
||||
|
||||
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.
|
||||
|
||||
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, Cyril Breuil <cyrilbport@gmail.com> and
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
@ -0,0 +1 @@
|
||||
/etc/ssl/certs/ca-certificates.crt debian/tmp/opt/trinity/share/apps/kssl/ca-bundle.crt
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same 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-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,86 @@
|
||||
knmap (2.1-1ubuntu2) edgy; urgency=low
|
||||
|
||||
* Add kubuntu_00_autoconf2.60.diff and change pre-build to post-patches
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 1 Oct 2006 16:20:46 +0100
|
||||
|
||||
knmap (2.1-1ubuntu1) edgy; urgency=low
|
||||
|
||||
* Merge from debian unstable.
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Thu, 6 Jul 2006 17:02:20 +1000
|
||||
|
||||
knmap (2.1-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
* Fixed debian/watch file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Sat, 21 Jan 2006 20:07:05 +0100
|
||||
|
||||
knmap (2.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Added dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Sat, 13 May 2006 21:12:27 +1000
|
||||
|
||||
knmap (2.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged upstream tarball from tar.bz2 to orig.tar.gz.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Tue, 31 Jan 2006 18:30:50 +0100
|
||||
|
||||
knmap (2.0-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (Closes: #347834)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Fri, 13 Jan 2006 11:54:27 +0100
|
||||
|
||||
knmap (2.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged the tar.bz2 tarball into a tar.gz one.
|
||||
* Bumped automake dependency to automake1.9 since automake1.6 was removed from
|
||||
dapper.
|
||||
* Updated copyright dates in debian/copyright.
|
||||
* Sponsored upload for Raphaël Pinson <raphink@raphink.net>
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 12:09:54 +0100
|
||||
|
||||
knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Removing patch kubuntu_01_desktop_file.patch that has been merged in
|
||||
upstream.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 24 Dec 2005 01:01:40 +0100
|
||||
|
||||
knmap (1.99-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (2.0-beta)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 19 Dec 2005 12:23:55 +0100
|
||||
|
||||
knmap (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Added libtool patch
|
||||
* Added Categories to .desktop file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 5 Dec 2005 15:44:48 +0100
|
||||
|
||||
knmap (1.0-beta1-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Wed, 9 Nov 2005 18:59:04 +0100
|
||||
|
||||
knmap (1.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields
|
||||
to src/knmap.desktop.
|
||||
* Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 3 Dec 2005 13:21:11 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,25 @@
|
||||
Source: knmap-trinity
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, tdelibs4-trinity-dev, automake, cdbs, docbook2x
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: knmap-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nmap
|
||||
Description: nmap graphical interface for TDE
|
||||
Knmap is a TDE-based interface to the 'nmap' facility.
|
||||
.
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
.
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's TDE / QT environments.
|
||||
.
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
.
|
||||
http://www.kde-apps.org/content/show.php?content=31108
|
@ -0,0 +1,31 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Sun, 13 Nov 2005 16:44:13 +0100.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/knmap
|
||||
|
||||
Upstream Author : Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
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.
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
Copyright
|
||||
|
||||
All the software:
|
||||
|
||||
(C) 2005, 2006 by Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
debian/knmap.1.docbook:
|
||||
|
||||
Copyright (C) 2005, 2006 by Raphaël Pinson <raphink@raphink.net>
|
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Raphaël</firstname>
|
||||
<surname>Pinson</surname>
|
||||
<email>raphink@raphink.net</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2005</year>
|
||||
<holder>Raphaël Pinson</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2005-11-16</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>knmap</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>knmap</refname>
|
||||
<refpurpose>nmap graphical interface for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>knmap</command>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>Qt-options</replaceable></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>KDE-options</replaceable></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
nmap graphical interface for KDE.
|
||||
</para>
|
||||
<para>
|
||||
Knmap is a KDE-based interface to the 'nmap' facility.
|
||||
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's KDE / QT environments.
|
||||
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
All <productname>KDE</productname> and <productname>Qt</productname>
|
||||
programs accept a some common command-line options. kommando has no
|
||||
application-specific options.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>Generic options:</title>
|
||||
<varlistentry>
|
||||
<term> <option>--help</option> </term>
|
||||
<listitem> <para>Show help about options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-qt</option> </term>
|
||||
<listitem> <para>Show Qt specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-kde</option> </term>
|
||||
<listitem> <para>Show KDE specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-all</option> </term>
|
||||
<listitem> <para>Show all options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--author</option> </term>
|
||||
<listitem> <para>Show author information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>-v</option>, <option>--version</option> </term>
|
||||
<listitem> <para>Show version information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--license</option> </term>
|
||||
<listitem> <para>Show license information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--</option> </term>
|
||||
<listitem> <para>Indicates end of options</para> </listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<!-- TODO * add all the rest of the options, but maybe find an automated
|
||||
way to keep it up to date -->
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by Raphaël Pinson
|
||||
<email>raphink@raphink.net</email> for the
|
||||
<productname>Debian</productname> system (but may be used by others).
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 2 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_knmap-trinity = knmap.1
|
||||
|
||||
post-patches::
|
||||
# regenerating files to build app
|
||||
$(MAKE) -f Makefile.cvs
|
||||
|
||||
install/knmap-trinity::
|
||||
dh_install src/knmap.desktop usr/share/applications/tde
|
||||
dh_link opt/trinity/share/doc/tde/HTML/en/knmap usr/share/doc/knmap/html
|
||||
dh_iconcache
|
||||
|
||||
build/knmap-trinity::
|
||||
docbook2x-man debian/knmap.1.docbook
|
||||
|
||||
clean::
|
||||
rm -f knmap.1
|
||||
# removing files not cleaned by upstream
|
||||
rm -f doc/en/Makefile.in
|
||||
rm -f src/Makefile.in
|
||||
rm -f configure
|
||||
rm -f Makefile.in
|
||||
rm -f subdirs
|
||||
rm -f aclocal.m4
|
@ -0,0 +1,4 @@
|
||||
version=3
|
||||
http://sf.net/knmap/knmap-(.*)\.tar\.bz2
|
||||
|
||||
|
@ -0,0 +1,436 @@
|
||||
ksensors (0.7.3-18) unstable; urgency=low
|
||||
|
||||
* Link the ksensors binary with libtqt-mt (closes: bug#555063).
|
||||
* Apply patch from Michael Schuele to fix multi-core sensors (closes:
|
||||
bug#494090).
|
||||
* Bumped standard version to 3.8.3 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 14 Nov 2009 13:50:57 +0000
|
||||
|
||||
ksensors (0.7.3-17) unstable; urgency=low
|
||||
|
||||
* Switch to debhelper 5.
|
||||
* Bumped standard version to 3.8.2 (no changes).
|
||||
* Don't assume config.guess and config.sub are updated by libtoolize
|
||||
(Closes: bug#533987).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Jun 2009 14:45:13 +0200
|
||||
|
||||
ksensors (0.7.3-16) unstable; urgency=medium
|
||||
|
||||
* Bumped standard version to 3.8.0 (no changes).
|
||||
* Get rid of libqt3-compat-headers, patch by Barry de Freese (closes:
|
||||
bug#464657).
|
||||
* Use to libsensors4 API.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jun 2008 16:12:07 +0200
|
||||
|
||||
ksensors (0.7.3-15) unstable; urgency=low
|
||||
|
||||
* Update menu to match the new Debian menu subpolicy.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jul 2007 19:36:50 +0200
|
||||
|
||||
ksensors (0.7.3-14) unstable; urgency=low
|
||||
|
||||
* Remove debconf templates as version 0.6.0 is now very old (not even
|
||||
in sarge).
|
||||
* Fix the installation path of the sound files (closes: bug#406706).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 21 Jun 2007 21:01:59 +0200
|
||||
|
||||
ksensors (0.7.3-13) unstable; urgency=medium
|
||||
|
||||
* Fix the parsing of hddtemp output (closes: bug#394057).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Oct 2006 17:46:29 +0200
|
||||
|
||||
ksensors (0.7.3-12) unstable; urgency=medium
|
||||
|
||||
* Backports Norvegian translation from CVS.
|
||||
* Add support for sensors without min/max settings (closes: bug#391922).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Oct 2006 22:41:09 +0200
|
||||
|
||||
ksensors (0.7.3-11) unstable; urgency=low
|
||||
|
||||
* Fixed a silly test of the autoconf version in the KDE scripts.
|
||||
* Bumped standard version to 3.7.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 21 Jul 2006 19:20:41 +0200
|
||||
|
||||
ksensors (0.7.3-10) unstable; urgency=low
|
||||
|
||||
* Put all QRadioButtons of the alarm tab into a QButtonGroup widget
|
||||
instead of a QLayout widget (closes: bug#353553).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 19 Feb 2006 22:32:06 +0100
|
||||
|
||||
ksensors (0.7.3-9) unstable; urgency=low
|
||||
|
||||
* Relibtoolize the package to get rid of a lot of unneeded
|
||||
dependencies,
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 24 Nov 2005 20:35:47 +0100
|
||||
|
||||
ksensors (0.7.3-8) unstable; urgency=low
|
||||
|
||||
* Added Swedish translation of ksensors. Thanks to Daniel Nylander (closes:
|
||||
bug#337117).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 3 Nov 2005 01:59:54 +0100
|
||||
|
||||
ksensors (0.7.3-7) unstable; urgency=low
|
||||
|
||||
* Patches pulled from CVS:
|
||||
- Polish translation.
|
||||
- Support for reading temperature from SCSI disks. Thanks to James
|
||||
Stark (closes: bug#334614).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 19 Oct 2005 22:19:56 +0200
|
||||
|
||||
ksensors (0.7.3-6) unstable; urgency=low
|
||||
|
||||
* Added Swedish debconf translation. Thanks to Daniel Nylander (closes:
|
||||
bug#330609).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 3 Oct 2005 00:27:51 +0200
|
||||
|
||||
ksensors (0.7.3-5) unstable; urgency=low
|
||||
|
||||
* C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and
|
||||
kdelibs4-dev (>= 4:3.4.2-1).
|
||||
* Bumped Standards-Version to 3.6.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Aug 2005 11:05:13 +0200
|
||||
|
||||
ksensors (0.7.3-4) unstable; urgency=low
|
||||
|
||||
* Added Vietnamese debconf translation. Thanks to Clytie Siddall (closes
|
||||
bug#312175).
|
||||
* Fixed a typo in the debconf template. Thanks to Clytie Siddall (closes:
|
||||
bug#312176).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 7 Jun 2005 01:15:46 +0200
|
||||
|
||||
ksensors (0.7.3-3) unstable; urgency=low
|
||||
|
||||
* Added Czech debconf translation. Thanks to Miroslav Kure (closes:
|
||||
bug#293619).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 4 Feb 2005 21:41:06 +0100
|
||||
|
||||
ksensors (0.7.3-2) unstable; urgency=low
|
||||
|
||||
* Added Italian debconf translation. Thanks to Luca Monducci. (closes:
|
||||
bug#272147).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Sep 2004 00:57:43 +0200
|
||||
|
||||
ksensors (0.7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version:
|
||||
- Added support for reading ACPI temperatures (closes: bug#255079).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 00:06:13 +0200
|
||||
|
||||
ksensors (0.7.2-17) unstable; urgency=low
|
||||
|
||||
* Fixed display of values in the panel (closes: bug#265807).
|
||||
* Fixed segfault when removing an info panel (closes: bug#225712,
|
||||
#265806).
|
||||
* Added an alarm sound (closes: bug#231280).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 17 Aug 2004 01:45:27 +0200
|
||||
|
||||
ksensors (0.7.2-16) unstable; urgency=low
|
||||
|
||||
* Dont build-depends on make, it is a build-essential package.
|
||||
* Applied a patch from Geoff Oakham to fix a freeze when used with hddtemp.
|
||||
Thanks! (closes: bug#249093).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 15 May 2004 21:50:48 +0200
|
||||
|
||||
ksensors (0.7.2-15) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.4-1) so KSensors will be
|
||||
built against libsensors3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 29 Feb 2004 18:58:22 +0100
|
||||
|
||||
ksensors (0.7.2-14) unstable; urgency=low
|
||||
|
||||
* Moved ja.po in the right directory (closes: bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 15 Feb 2004 23:20:17 +0100
|
||||
|
||||
ksensors (0.7.2-13) unstable; urgency=low
|
||||
|
||||
* Added Japanese debconf translation. Thanks to Hideki Yamane. (closes:
|
||||
bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Feb 2004 23:58:39 +0100
|
||||
|
||||
ksensors (0.7.2-12) unstable; urgency=low
|
||||
|
||||
* Added de debconf translation. Thanks to the german Skolelinux team
|
||||
(closes: bug#2223114).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 6 Dec 2003 23:45:54 +0100
|
||||
|
||||
ksensors (0.7.2-11) unstable; urgency=low
|
||||
|
||||
* Added dependency on lm-sensors (closes: Bug#215794).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 14 Oct 2003 21:48:13 +0200
|
||||
|
||||
ksensors (0.7.2-10) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.0-2) so KSensors will be
|
||||
built against libsensors2 (closes: Bug#203953, Bug#212938).
|
||||
* Added ru debconf translation. Thanks to Ilgiz Kalmetev (closes:
|
||||
Bug#214366).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Oct 2003 11:01:36 +0200
|
||||
|
||||
ksensors (0.7.2-9) unstable; urgency=low
|
||||
|
||||
* The nl debconf translation is from Bart Cornelis and not Wessel
|
||||
Dankers. Updated the changelog. Sorry Bart.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 12:37:05 +0200
|
||||
|
||||
ksensors (0.7.2-8) unstable; urgency=low
|
||||
|
||||
* Added nl debconf translation. Thanks to Bart Cornelis (closes:
|
||||
Bug#204919).
|
||||
* Bumped Standards-Version to 3.6.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 11:24:53 +0200
|
||||
|
||||
ksensors (0.7.2-7) unstable; urgency=low
|
||||
|
||||
* Added es debconf translation. Thanks to Carlos Alberto Martín Edo
|
||||
(closes: Bug#201571).
|
||||
* Bumped Standards-Version to 3.6.0.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 16 Jul 2003 17:36:03 +0200
|
||||
|
||||
ksensors (0.7.2-6) unstable; urgency=low
|
||||
|
||||
* Added pt_BR debconf translations. Thanks to Andre Luis Lopes
|
||||
(closes: Bug#198362).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 22 Jun 2003 02:59:03 +0200
|
||||
|
||||
ksensors (0.7.2-5) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latests libsensors-1debian1.
|
||||
* Build-Depends on libsensors-dev (>= 2.7.0-4).
|
||||
* Bumped Standards-Version to 3.5.10.
|
||||
* Changed icon to full colors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 1 Jun 2003 23:52:09 +0200
|
||||
|
||||
ksensors (0.7.2-4) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latest libsensors1 (closes: Bug#191562).
|
||||
* Depends on libsensors1 (>> 2.7.0) as this libraries has some lack
|
||||
of dependencies.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 1 May 2003 21:50:57 +0200
|
||||
|
||||
ksensors (0.7.2-3) unstable; urgency=low
|
||||
|
||||
* Bumped Standards-Version to 3.5.9.
|
||||
* Changed section from x11 to kde.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Apr 2003 15:31:26 +0200
|
||||
|
||||
ksensors (0.7.2-2) unstable; urgency=low
|
||||
|
||||
* Debconf templates are now managed with po-debconf.
|
||||
* Depends on ${misc:Depends}.
|
||||
* Don't depends on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 23:19:44 +0100
|
||||
|
||||
ksensors (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 24 Feb 2003 09:42:58 +0100
|
||||
|
||||
ksensors (0.7-11) unstable; urgency=low
|
||||
|
||||
* Build-depends on libqt3-compat-headers.
|
||||
* Fixed a bug introduced by KDE 3 (closes: Bug#180982).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 16 Feb 2003 17:48:52 +0100
|
||||
|
||||
ksensors (0.7-10) unstable; urgency=low
|
||||
|
||||
* Rebuilt for KDE 3.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 5 Feb 2003 22:51:50 +0100
|
||||
|
||||
ksensors (0.7-9) unstable; urgency=low
|
||||
|
||||
* Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 on
|
||||
hppa.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 Jan 2003 14:53:22 +0100
|
||||
|
||||
ksensors (0.7-8) unstable; urgency=low
|
||||
|
||||
* Updated the code for hddtemp-0.3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 4 Jan 2003 10:11:30 +0100
|
||||
|
||||
ksensors (0.7-7) unstable; urgency=low
|
||||
|
||||
* Standards-Version bumped to 3.5.8.
|
||||
* Changed icon to 24 colors to follow the menu policy.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Dec 2002 19:08:58 +0100
|
||||
|
||||
ksensors (0.7-6) unstable; urgency=low
|
||||
|
||||
* Added a patch to handle temperature sensors whose name doesn't begin with
|
||||
"temp" or "temp1" correctly (closes: Bug#165353).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Oct 2002 20:56:32 +0200
|
||||
|
||||
ksensors (0.7-5) unstable; urgency=low
|
||||
|
||||
* Added a patch to save the config on KDE exit (closes: Bug#158164).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 8 Oct 2002 01:13:24 +0200
|
||||
|
||||
ksensors (0.7-4) unstable; urgency=low
|
||||
|
||||
* Updated the code to correctly handle the degree sign in the output of
|
||||
hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 26 Sep 2002 02:24:47 +0200
|
||||
|
||||
ksensors (0.7-3) unstable; urgency=low
|
||||
|
||||
* Added an autostart option in configuration dialog (closes: Bug#155532).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 7 Sep 2002 11:59:19 +0200
|
||||
|
||||
ksensors (0.7-2) unstable; urgency=low
|
||||
|
||||
* Added a patch to open the panel on same desktop as on exit
|
||||
(closes: Bug#158164).
|
||||
* Updated Policy standard compliance to 3.5.7
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 4 Sep 2002 15:04:42 +0200
|
||||
|
||||
ksensors (0.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
Changelog:
|
||||
- Allow docking fan and voltage sensors
|
||||
- Configuration dialog redesign (more modular).
|
||||
- Several panel sizes
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 13 Jun 2002 17:49:49 +0200
|
||||
|
||||
ksensors (0.6.1-2) unstable; urgency=low
|
||||
|
||||
* Now depends on debconf.
|
||||
* Now recommends hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 May 2002 22:45:50 +0200
|
||||
|
||||
ksensors (0.6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
- New Hardisks Temperatures sensor panels
|
||||
- Changed cpu state, swap and ram panels appearance.
|
||||
- Added splash screen.
|
||||
- Added --nodock option.
|
||||
- Configurable Panels colors.
|
||||
- Support for multiple lm-sensors chips.
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 2 May 2002 01:09:17 +0200
|
||||
|
||||
ksensors (0.5-8) unstable; urgency=low
|
||||
|
||||
* This time with a correct "Maintainer" field.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 23:05:17 +0200
|
||||
|
||||
ksensors (0.5-7) unstable; urgency=low
|
||||
|
||||
* Rebuild ksensors under pbuilder so it will depends on libsensors1
|
||||
(closes: Bug#142218).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 21:29:53 +0200
|
||||
|
||||
ksensors (0.5-6) unstable; urgency=low
|
||||
|
||||
* Added Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 31 Mar 2002 13:26:10 +0200
|
||||
|
||||
ksensors (0.5-5) unstable; urgency=low
|
||||
|
||||
* Changed my maintainer e-mail address to <aurel32@debian.org>. :)
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 18 Mar 2002 21:24:46 +0100
|
||||
|
||||
ksensors (0.5-4) unstable; urgency=low
|
||||
|
||||
* Created an autostart file (closes: Bug#136562).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 3 Mar 2002 19:51:32 +0100
|
||||
|
||||
ksensors (0.5-3) unstable; urgency=low
|
||||
|
||||
* Initial Debian upload (closes: Bug#129913).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Fri, 8 Feb 2002 14:23:09 +0100
|
||||
|
||||
ksensors (0.5-2) unstable; urgency=low
|
||||
|
||||
* Add Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Thu, 24 Jan 2002 15:49:03 +0100
|
||||
|
||||
ksensors (0.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius,farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 12 Jan 2002 23:41:57 +0100
|
||||
|
||||
sensors (0.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Mon, 07 Jan 2002 09:43:17 +0100
|
||||
|
||||
ksensors (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,18 @@
|
||||
Source: ksensors-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick
|
||||
Build-Conflicts: autoconf2.13
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: ksensors-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
|
||||
Recommends: hddtemp (>= 0.3beta2-1)
|
||||
Description: lm-sensors frontend for TDE
|
||||
This is a lm-sensors frontend for TDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan speed
|
||||
sensors.
|
||||
.
|
||||
You will need lm-sensors kernel modules to use this package.
|
@ -0,0 +1,16 @@
|
||||
This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
|
||||
Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
It was downloaded from http://ksensors.sourceforge.net
|
||||
|
||||
Upstream Authors:
|
||||
Miguel Novas <michaell@teleline.es>
|
||||
|
||||
Copyright:
|
||||
(C) 2001-2002 by Miguel Novas <michaell@teleline.es>
|
||||
|
||||
|
||||
|
||||
You are free to distribute this software under the terms of the GNU General
|
||||
Public License. On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
@ -0,0 +1,3 @@
|
||||
usr/share/lintian/overrides
|
||||
usr/share/pixmaps
|
||||
usr/share/sounds
|
@ -0,0 +1,5 @@
|
||||
LEEME
|
||||
LIESMICH
|
||||
LISEZMOI
|
||||
README
|
||||
TODO
|
@ -0,0 +1,62 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KSENSORS 1 "May 02, 2002"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
ksensors \- lm-sensors frontend for KDE
|
||||
.SH SYNOPSIS
|
||||
.B ksensors
|
||||
.RI "[ options ]"
|
||||
.SH DESCRIPTION
|
||||
.B KSensors
|
||||
is a lm-sensors frontend for KDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan
|
||||
speed sensors.
|
||||
.SH OPTIONS
|
||||
A summary of options are included below.
|
||||
.TP
|
||||
.B \-\-nodock
|
||||
Don't dock in KDE system tray.
|
||||
.TP
|
||||
.B \-\-splash
|
||||
Show splash screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-kde
|
||||
Show KDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.SH AUTHOR
|
||||
.B KSensors
|
||||
was written by Miguel Novas <michaell@teleline.es>.
|
||||
.br
|
||||
This manual page was written by Aurelien Jarno <aurel32@debian.org>,
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1 @@
|
||||
debian/ksensors.1
|
@ -0,0 +1,7 @@
|
||||
?package(ksensors): \
|
||||
needs="X11" \
|
||||
section="Applications/System/Hardware" \
|
||||
hints="KDE" \
|
||||
title="KSensors" \
|
||||
command="/usr/bin/ksensors" \
|
||||
icon="/usr/share/pixmaps/ksensors.xpm"
|
@ -0,0 +1 @@
|
||||
ksensors: menu-item-contains-unknown-tag kderemove /usr/lib/menu/ksensors:8
|
@ -0,0 +1,111 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -g
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
build: build-stamp
|
||||
|
||||
-include debian/debiandirs
|
||||
|
||||
debian/debiandirs: admin/debianrules
|
||||
perl -w admin/debianrules echodirs > debian/debiandirs
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
[ ! -f Makefile ] || $(MAKE) clean distclean
|
||||
-rm -f po/*.gmo
|
||||
-rm -f debian/debiandirs
|
||||
-rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
|
||||
-rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
|
||||
-rm -f config.log
|
||||
-find $(CURDIR) -name Makefile.in -exec rm -f {} \;
|
||||
-rm -f build-stamp install-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Install overrides.
|
||||
install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity
|
||||
|
||||
# Main install.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity
|
||||
|
||||
# Make common links for docs.
|
||||
for p in `dh_listpackages`; do \
|
||||
for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \
|
||||
ln -f -n -s ../common $$i/common; done; done
|
||||
|
||||
# Installing icons
|
||||
/usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm
|
||||
|
||||
perl -w admin/debianrules cleanup
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdebconf
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
# dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress --exclude=.docbook
|
||||
dh_fixperms
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
@ -0,0 +1,6 @@
|
||||
mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Initial release (LP: #110368)
|
||||
|
||||
-- Cyril Breuil <cyrilbport@gmail.com> Thu, 26 Apr 2007 22:20:17 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: mplayerthumbs
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: mplayerthumbs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, mplayer
|
||||
Conflicts: libarts1-xine
|
||||
Description: thumbnail generator for video files on Konqueror
|
||||
MPlayerThumbs is a thumbnail generator for video files on
|
||||
Konqueror. Unlike the original konqueror plugin (libarts1-xine),
|
||||
it depends on neither xine nor arts, instead it uses only
|
||||
mplayer. You can take advantage of this on x86_64 systems,
|
||||
where you can use a 32bit mplayer to load win32codecs.
|
||||
.
|
||||
Homepage: http://kde-apps.org/content/show.php?content=41180
|
@ -0,0 +1,34 @@
|
||||
This package was debianized by Cyril Breuil <cyrilbport@gmail.com> on
|
||||
Thu, 26 Apr 2007 22:20:17 +0200.
|
||||
|
||||
It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1
|
||||
|
||||
Upstream Author: Marco Gulino <marco@kmobiletools.org>
|
||||
|
||||
Copyright (C) 2006 by Marco Gulino <marco@kmobiletools.org>
|
||||
Copyright (C) 2003 Ewald Snel <ewald@rambo.its.tudelft.nl>
|
||||
Copyright (C) 2002 Simon MacMullen
|
||||
|
||||
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.
|
||||
|
||||
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, Cyril Breuil <cyrilbport@gmail.com> and
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
@ -0,0 +1 @@
|
||||
/etc/ssl/certs/ca-certificates.crt debian/tmp/opt/trinity/share/apps/kssl/ca-bundle.crt
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same 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-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,86 @@
|
||||
knmap (2.1-1ubuntu2) edgy; urgency=low
|
||||
|
||||
* Add kubuntu_00_autoconf2.60.diff and change pre-build to post-patches
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 1 Oct 2006 16:20:46 +0100
|
||||
|
||||
knmap (2.1-1ubuntu1) edgy; urgency=low
|
||||
|
||||
* Merge from debian unstable.
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Thu, 6 Jul 2006 17:02:20 +1000
|
||||
|
||||
knmap (2.1-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
* Fixed debian/watch file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Sat, 21 Jan 2006 20:07:05 +0100
|
||||
|
||||
knmap (2.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Added dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Sat, 13 May 2006 21:12:27 +1000
|
||||
|
||||
knmap (2.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged upstream tarball from tar.bz2 to orig.tar.gz.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Tue, 31 Jan 2006 18:30:50 +0100
|
||||
|
||||
knmap (2.0-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (Closes: #347834)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Fri, 13 Jan 2006 11:54:27 +0100
|
||||
|
||||
knmap (2.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged the tar.bz2 tarball into a tar.gz one.
|
||||
* Bumped automake dependency to automake1.9 since automake1.6 was removed from
|
||||
dapper.
|
||||
* Updated copyright dates in debian/copyright.
|
||||
* Sponsored upload for Raphaël Pinson <raphink@raphink.net>
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 12:09:54 +0100
|
||||
|
||||
knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Removing patch kubuntu_01_desktop_file.patch that has been merged in
|
||||
upstream.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 24 Dec 2005 01:01:40 +0100
|
||||
|
||||
knmap (1.99-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (2.0-beta)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 19 Dec 2005 12:23:55 +0100
|
||||
|
||||
knmap (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Added libtool patch
|
||||
* Added Categories to .desktop file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 5 Dec 2005 15:44:48 +0100
|
||||
|
||||
knmap (1.0-beta1-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Wed, 9 Nov 2005 18:59:04 +0100
|
||||
|
||||
knmap (1.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields
|
||||
to src/knmap.desktop.
|
||||
* Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 3 Dec 2005 13:21:11 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,25 @@
|
||||
Source: knmap-trinity
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, tdelibs4-trinity-dev, automake, cdbs, docbook2x
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: knmap-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nmap
|
||||
Description: nmap graphical interface for TDE
|
||||
Knmap is a TDE-based interface to the 'nmap' facility.
|
||||
.
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
.
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's TDE / QT environments.
|
||||
.
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
.
|
||||
http://www.kde-apps.org/content/show.php?content=31108
|
@ -0,0 +1,31 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Sun, 13 Nov 2005 16:44:13 +0100.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/knmap
|
||||
|
||||
Upstream Author : Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
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.
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
Copyright
|
||||
|
||||
All the software:
|
||||
|
||||
(C) 2005, 2006 by Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
debian/knmap.1.docbook:
|
||||
|
||||
Copyright (C) 2005, 2006 by Raphaël Pinson <raphink@raphink.net>
|
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Raphaël</firstname>
|
||||
<surname>Pinson</surname>
|
||||
<email>raphink@raphink.net</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2005</year>
|
||||
<holder>Raphaël Pinson</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2005-11-16</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>knmap</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>knmap</refname>
|
||||
<refpurpose>nmap graphical interface for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>knmap</command>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>Qt-options</replaceable></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>KDE-options</replaceable></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
nmap graphical interface for KDE.
|
||||
</para>
|
||||
<para>
|
||||
Knmap is a KDE-based interface to the 'nmap' facility.
|
||||
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's KDE / QT environments.
|
||||
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
All <productname>KDE</productname> and <productname>Qt</productname>
|
||||
programs accept a some common command-line options. kommando has no
|
||||
application-specific options.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>Generic options:</title>
|
||||
<varlistentry>
|
||||
<term> <option>--help</option> </term>
|
||||
<listitem> <para>Show help about options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-qt</option> </term>
|
||||
<listitem> <para>Show Qt specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-kde</option> </term>
|
||||
<listitem> <para>Show KDE specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-all</option> </term>
|
||||
<listitem> <para>Show all options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--author</option> </term>
|
||||
<listitem> <para>Show author information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>-v</option>, <option>--version</option> </term>
|
||||
<listitem> <para>Show version information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--license</option> </term>
|
||||
<listitem> <para>Show license information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--</option> </term>
|
||||
<listitem> <para>Indicates end of options</para> </listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<!-- TODO * add all the rest of the options, but maybe find an automated
|
||||
way to keep it up to date -->
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by Raphaël Pinson
|
||||
<email>raphink@raphink.net</email> for the
|
||||
<productname>Debian</productname> system (but may be used by others).
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 2 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_knmap-trinity = knmap.1
|
||||
|
||||
post-patches::
|
||||
# regenerating files to build app
|
||||
$(MAKE) -f Makefile.cvs
|
||||
|
||||
install/knmap-trinity::
|
||||
dh_install src/knmap.desktop usr/share/applications/tde
|
||||
dh_link opt/trinity/share/doc/tde/HTML/en/knmap usr/share/doc/knmap/html
|
||||
dh_iconcache
|
||||
|
||||
build/knmap-trinity::
|
||||
docbook2x-man debian/knmap.1.docbook
|
||||
|
||||
clean::
|
||||
rm -f knmap.1
|
||||
# removing files not cleaned by upstream
|
||||
rm -f doc/en/Makefile.in
|
||||
rm -f src/Makefile.in
|
||||
rm -f configure
|
||||
rm -f Makefile.in
|
||||
rm -f subdirs
|
||||
rm -f aclocal.m4
|
@ -0,0 +1,4 @@
|
||||
version=3
|
||||
http://sf.net/knmap/knmap-(.*)\.tar\.bz2
|
||||
|
||||
|
@ -0,0 +1,436 @@
|
||||
ksensors (0.7.3-18) unstable; urgency=low
|
||||
|
||||
* Link the ksensors binary with libtqt-mt (closes: bug#555063).
|
||||
* Apply patch from Michael Schuele to fix multi-core sensors (closes:
|
||||
bug#494090).
|
||||
* Bumped standard version to 3.8.3 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 14 Nov 2009 13:50:57 +0000
|
||||
|
||||
ksensors (0.7.3-17) unstable; urgency=low
|
||||
|
||||
* Switch to debhelper 5.
|
||||
* Bumped standard version to 3.8.2 (no changes).
|
||||
* Don't assume config.guess and config.sub are updated by libtoolize
|
||||
(Closes: bug#533987).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Jun 2009 14:45:13 +0200
|
||||
|
||||
ksensors (0.7.3-16) unstable; urgency=medium
|
||||
|
||||
* Bumped standard version to 3.8.0 (no changes).
|
||||
* Get rid of libqt3-compat-headers, patch by Barry de Freese (closes:
|
||||
bug#464657).
|
||||
* Use to libsensors4 API.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jun 2008 16:12:07 +0200
|
||||
|
||||
ksensors (0.7.3-15) unstable; urgency=low
|
||||
|
||||
* Update menu to match the new Debian menu subpolicy.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jul 2007 19:36:50 +0200
|
||||
|
||||
ksensors (0.7.3-14) unstable; urgency=low
|
||||
|
||||
* Remove debconf templates as version 0.6.0 is now very old (not even
|
||||
in sarge).
|
||||
* Fix the installation path of the sound files (closes: bug#406706).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 21 Jun 2007 21:01:59 +0200
|
||||
|
||||
ksensors (0.7.3-13) unstable; urgency=medium
|
||||
|
||||
* Fix the parsing of hddtemp output (closes: bug#394057).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Oct 2006 17:46:29 +0200
|
||||
|
||||
ksensors (0.7.3-12) unstable; urgency=medium
|
||||
|
||||
* Backports Norvegian translation from CVS.
|
||||
* Add support for sensors without min/max settings (closes: bug#391922).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Oct 2006 22:41:09 +0200
|
||||
|
||||
ksensors (0.7.3-11) unstable; urgency=low
|
||||
|
||||
* Fixed a silly test of the autoconf version in the KDE scripts.
|
||||
* Bumped standard version to 3.7.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 21 Jul 2006 19:20:41 +0200
|
||||
|
||||
ksensors (0.7.3-10) unstable; urgency=low
|
||||
|
||||
* Put all QRadioButtons of the alarm tab into a QButtonGroup widget
|
||||
instead of a QLayout widget (closes: bug#353553).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 19 Feb 2006 22:32:06 +0100
|
||||
|
||||
ksensors (0.7.3-9) unstable; urgency=low
|
||||
|
||||
* Relibtoolize the package to get rid of a lot of unneeded
|
||||
dependencies,
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 24 Nov 2005 20:35:47 +0100
|
||||
|
||||
ksensors (0.7.3-8) unstable; urgency=low
|
||||
|
||||
* Added Swedish translation of ksensors. Thanks to Daniel Nylander (closes:
|
||||
bug#337117).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 3 Nov 2005 01:59:54 +0100
|
||||
|
||||
ksensors (0.7.3-7) unstable; urgency=low
|
||||
|
||||
* Patches pulled from CVS:
|
||||
- Polish translation.
|
||||
- Support for reading temperature from SCSI disks. Thanks to James
|
||||
Stark (closes: bug#334614).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 19 Oct 2005 22:19:56 +0200
|
||||
|
||||
ksensors (0.7.3-6) unstable; urgency=low
|
||||
|
||||
* Added Swedish debconf translation. Thanks to Daniel Nylander (closes:
|
||||
bug#330609).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 3 Oct 2005 00:27:51 +0200
|
||||
|
||||
ksensors (0.7.3-5) unstable; urgency=low
|
||||
|
||||
* C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and
|
||||
kdelibs4-dev (>= 4:3.4.2-1).
|
||||
* Bumped Standards-Version to 3.6.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Aug 2005 11:05:13 +0200
|
||||
|
||||
ksensors (0.7.3-4) unstable; urgency=low
|
||||
|
||||
* Added Vietnamese debconf translation. Thanks to Clytie Siddall (closes
|
||||
bug#312175).
|
||||
* Fixed a typo in the debconf template. Thanks to Clytie Siddall (closes:
|
||||
bug#312176).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 7 Jun 2005 01:15:46 +0200
|
||||
|
||||
ksensors (0.7.3-3) unstable; urgency=low
|
||||
|
||||
* Added Czech debconf translation. Thanks to Miroslav Kure (closes:
|
||||
bug#293619).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 4 Feb 2005 21:41:06 +0100
|
||||
|
||||
ksensors (0.7.3-2) unstable; urgency=low
|
||||
|
||||
* Added Italian debconf translation. Thanks to Luca Monducci. (closes:
|
||||
bug#272147).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Sep 2004 00:57:43 +0200
|
||||
|
||||
ksensors (0.7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version:
|
||||
- Added support for reading ACPI temperatures (closes: bug#255079).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 00:06:13 +0200
|
||||
|
||||
ksensors (0.7.2-17) unstable; urgency=low
|
||||
|
||||
* Fixed display of values in the panel (closes: bug#265807).
|
||||
* Fixed segfault when removing an info panel (closes: bug#225712,
|
||||
#265806).
|
||||
* Added an alarm sound (closes: bug#231280).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 17 Aug 2004 01:45:27 +0200
|
||||
|
||||
ksensors (0.7.2-16) unstable; urgency=low
|
||||
|
||||
* Dont build-depends on make, it is a build-essential package.
|
||||
* Applied a patch from Geoff Oakham to fix a freeze when used with hddtemp.
|
||||
Thanks! (closes: bug#249093).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 15 May 2004 21:50:48 +0200
|
||||
|
||||
ksensors (0.7.2-15) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.4-1) so KSensors will be
|
||||
built against libsensors3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 29 Feb 2004 18:58:22 +0100
|
||||
|
||||
ksensors (0.7.2-14) unstable; urgency=low
|
||||
|
||||
* Moved ja.po in the right directory (closes: bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 15 Feb 2004 23:20:17 +0100
|
||||
|
||||
ksensors (0.7.2-13) unstable; urgency=low
|
||||
|
||||
* Added Japanese debconf translation. Thanks to Hideki Yamane. (closes:
|
||||
bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Feb 2004 23:58:39 +0100
|
||||
|
||||
ksensors (0.7.2-12) unstable; urgency=low
|
||||
|
||||
* Added de debconf translation. Thanks to the german Skolelinux team
|
||||
(closes: bug#2223114).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 6 Dec 2003 23:45:54 +0100
|
||||
|
||||
ksensors (0.7.2-11) unstable; urgency=low
|
||||
|
||||
* Added dependency on lm-sensors (closes: Bug#215794).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 14 Oct 2003 21:48:13 +0200
|
||||
|
||||
ksensors (0.7.2-10) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.0-2) so KSensors will be
|
||||
built against libsensors2 (closes: Bug#203953, Bug#212938).
|
||||
* Added ru debconf translation. Thanks to Ilgiz Kalmetev (closes:
|
||||
Bug#214366).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Oct 2003 11:01:36 +0200
|
||||
|
||||
ksensors (0.7.2-9) unstable; urgency=low
|
||||
|
||||
* The nl debconf translation is from Bart Cornelis and not Wessel
|
||||
Dankers. Updated the changelog. Sorry Bart.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 12:37:05 +0200
|
||||
|
||||
ksensors (0.7.2-8) unstable; urgency=low
|
||||
|
||||
* Added nl debconf translation. Thanks to Bart Cornelis (closes:
|
||||
Bug#204919).
|
||||
* Bumped Standards-Version to 3.6.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 11:24:53 +0200
|
||||
|
||||
ksensors (0.7.2-7) unstable; urgency=low
|
||||
|
||||
* Added es debconf translation. Thanks to Carlos Alberto Martín Edo
|
||||
(closes: Bug#201571).
|
||||
* Bumped Standards-Version to 3.6.0.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 16 Jul 2003 17:36:03 +0200
|
||||
|
||||
ksensors (0.7.2-6) unstable; urgency=low
|
||||
|
||||
* Added pt_BR debconf translations. Thanks to Andre Luis Lopes
|
||||
(closes: Bug#198362).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 22 Jun 2003 02:59:03 +0200
|
||||
|
||||
ksensors (0.7.2-5) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latests libsensors-1debian1.
|
||||
* Build-Depends on libsensors-dev (>= 2.7.0-4).
|
||||
* Bumped Standards-Version to 3.5.10.
|
||||
* Changed icon to full colors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 1 Jun 2003 23:52:09 +0200
|
||||
|
||||
ksensors (0.7.2-4) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latest libsensors1 (closes: Bug#191562).
|
||||
* Depends on libsensors1 (>> 2.7.0) as this libraries has some lack
|
||||
of dependencies.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 1 May 2003 21:50:57 +0200
|
||||
|
||||
ksensors (0.7.2-3) unstable; urgency=low
|
||||
|
||||
* Bumped Standards-Version to 3.5.9.
|
||||
* Changed section from x11 to kde.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Apr 2003 15:31:26 +0200
|
||||
|
||||
ksensors (0.7.2-2) unstable; urgency=low
|
||||
|
||||
* Debconf templates are now managed with po-debconf.
|
||||
* Depends on ${misc:Depends}.
|
||||
* Don't depends on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 23:19:44 +0100
|
||||
|
||||
ksensors (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 24 Feb 2003 09:42:58 +0100
|
||||
|
||||
ksensors (0.7-11) unstable; urgency=low
|
||||
|
||||
* Build-depends on libqt3-compat-headers.
|
||||
* Fixed a bug introduced by KDE 3 (closes: Bug#180982).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 16 Feb 2003 17:48:52 +0100
|
||||
|
||||
ksensors (0.7-10) unstable; urgency=low
|
||||
|
||||
* Rebuilt for KDE 3.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 5 Feb 2003 22:51:50 +0100
|
||||
|
||||
ksensors (0.7-9) unstable; urgency=low
|
||||
|
||||
* Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 on
|
||||
hppa.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 Jan 2003 14:53:22 +0100
|
||||
|
||||
ksensors (0.7-8) unstable; urgency=low
|
||||
|
||||
* Updated the code for hddtemp-0.3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 4 Jan 2003 10:11:30 +0100
|
||||
|
||||
ksensors (0.7-7) unstable; urgency=low
|
||||
|
||||
* Standards-Version bumped to 3.5.8.
|
||||
* Changed icon to 24 colors to follow the menu policy.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Dec 2002 19:08:58 +0100
|
||||
|
||||
ksensors (0.7-6) unstable; urgency=low
|
||||
|
||||
* Added a patch to handle temperature sensors whose name doesn't begin with
|
||||
"temp" or "temp1" correctly (closes: Bug#165353).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Oct 2002 20:56:32 +0200
|
||||
|
||||
ksensors (0.7-5) unstable; urgency=low
|
||||
|
||||
* Added a patch to save the config on KDE exit (closes: Bug#158164).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 8 Oct 2002 01:13:24 +0200
|
||||
|
||||
ksensors (0.7-4) unstable; urgency=low
|
||||
|
||||
* Updated the code to correctly handle the degree sign in the output of
|
||||
hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 26 Sep 2002 02:24:47 +0200
|
||||
|
||||
ksensors (0.7-3) unstable; urgency=low
|
||||
|
||||
* Added an autostart option in configuration dialog (closes: Bug#155532).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 7 Sep 2002 11:59:19 +0200
|
||||
|
||||
ksensors (0.7-2) unstable; urgency=low
|
||||
|
||||
* Added a patch to open the panel on same desktop as on exit
|
||||
(closes: Bug#158164).
|
||||
* Updated Policy standard compliance to 3.5.7
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 4 Sep 2002 15:04:42 +0200
|
||||
|
||||
ksensors (0.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
Changelog:
|
||||
- Allow docking fan and voltage sensors
|
||||
- Configuration dialog redesign (more modular).
|
||||
- Several panel sizes
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 13 Jun 2002 17:49:49 +0200
|
||||
|
||||
ksensors (0.6.1-2) unstable; urgency=low
|
||||
|
||||
* Now depends on debconf.
|
||||
* Now recommends hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 May 2002 22:45:50 +0200
|
||||
|
||||
ksensors (0.6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
- New Hardisks Temperatures sensor panels
|
||||
- Changed cpu state, swap and ram panels appearance.
|
||||
- Added splash screen.
|
||||
- Added --nodock option.
|
||||
- Configurable Panels colors.
|
||||
- Support for multiple lm-sensors chips.
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 2 May 2002 01:09:17 +0200
|
||||
|
||||
ksensors (0.5-8) unstable; urgency=low
|
||||
|
||||
* This time with a correct "Maintainer" field.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 23:05:17 +0200
|
||||
|
||||
ksensors (0.5-7) unstable; urgency=low
|
||||
|
||||
* Rebuild ksensors under pbuilder so it will depends on libsensors1
|
||||
(closes: Bug#142218).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 21:29:53 +0200
|
||||
|
||||
ksensors (0.5-6) unstable; urgency=low
|
||||
|
||||
* Added Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 31 Mar 2002 13:26:10 +0200
|
||||
|
||||
ksensors (0.5-5) unstable; urgency=low
|
||||
|
||||
* Changed my maintainer e-mail address to <aurel32@debian.org>. :)
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 18 Mar 2002 21:24:46 +0100
|
||||
|
||||
ksensors (0.5-4) unstable; urgency=low
|
||||
|
||||
* Created an autostart file (closes: Bug#136562).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 3 Mar 2002 19:51:32 +0100
|
||||
|
||||
ksensors (0.5-3) unstable; urgency=low
|
||||
|
||||
* Initial Debian upload (closes: Bug#129913).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Fri, 8 Feb 2002 14:23:09 +0100
|
||||
|
||||
ksensors (0.5-2) unstable; urgency=low
|
||||
|
||||
* Add Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Thu, 24 Jan 2002 15:49:03 +0100
|
||||
|
||||
ksensors (0.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius,farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 12 Jan 2002 23:41:57 +0100
|
||||
|
||||
sensors (0.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Mon, 07 Jan 2002 09:43:17 +0100
|
||||
|
||||
ksensors (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,18 @@
|
||||
Source: ksensors-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick
|
||||
Build-Conflicts: autoconf2.13
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: ksensors-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
|
||||
Recommends: hddtemp (>= 0.3beta2-1)
|
||||
Description: lm-sensors frontend for TDE
|
||||
This is a lm-sensors frontend for TDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan speed
|
||||
sensors.
|
||||
.
|
||||
You will need lm-sensors kernel modules to use this package.
|
@ -0,0 +1,16 @@
|
||||
This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
|
||||
Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
It was downloaded from http://ksensors.sourceforge.net
|
||||
|
||||
Upstream Authors:
|
||||
Miguel Novas <michaell@teleline.es>
|
||||
|
||||
Copyright:
|
||||
(C) 2001-2002 by Miguel Novas <michaell@teleline.es>
|
||||
|
||||
|
||||
|
||||
You are free to distribute this software under the terms of the GNU General
|
||||
Public License. On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
@ -0,0 +1,3 @@
|
||||
usr/share/lintian/overrides
|
||||
usr/share/pixmaps
|
||||
usr/share/sounds
|
@ -0,0 +1,5 @@
|
||||
LEEME
|
||||
LIESMICH
|
||||
LISEZMOI
|
||||
README
|
||||
TODO
|
@ -0,0 +1,62 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KSENSORS 1 "May 02, 2002"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
ksensors \- lm-sensors frontend for KDE
|
||||
.SH SYNOPSIS
|
||||
.B ksensors
|
||||
.RI "[ options ]"
|
||||
.SH DESCRIPTION
|
||||
.B KSensors
|
||||
is a lm-sensors frontend for KDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan
|
||||
speed sensors.
|
||||
.SH OPTIONS
|
||||
A summary of options are included below.
|
||||
.TP
|
||||
.B \-\-nodock
|
||||
Don't dock in KDE system tray.
|
||||
.TP
|
||||
.B \-\-splash
|
||||
Show splash screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-kde
|
||||
Show KDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.SH AUTHOR
|
||||
.B KSensors
|
||||
was written by Miguel Novas <michaell@teleline.es>.
|
||||
.br
|
||||
This manual page was written by Aurelien Jarno <aurel32@debian.org>,
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1 @@
|
||||
debian/ksensors.1
|
@ -0,0 +1,7 @@
|
||||
?package(ksensors): \
|
||||
needs="X11" \
|
||||
section="Applications/System/Hardware" \
|
||||
hints="KDE" \
|
||||
title="KSensors" \
|
||||
command="/usr/bin/ksensors" \
|
||||
icon="/usr/share/pixmaps/ksensors.xpm"
|
@ -0,0 +1 @@
|
||||
ksensors: menu-item-contains-unknown-tag kderemove /usr/lib/menu/ksensors:8
|
@ -0,0 +1,111 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -g
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
build: build-stamp
|
||||
|
||||
-include debian/debiandirs
|
||||
|
||||
debian/debiandirs: admin/debianrules
|
||||
perl -w admin/debianrules echodirs > debian/debiandirs
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
[ ! -f Makefile ] || $(MAKE) clean distclean
|
||||
-rm -f po/*.gmo
|
||||
-rm -f debian/debiandirs
|
||||
-rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
|
||||
-rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
|
||||
-rm -f config.log
|
||||
-find $(CURDIR) -name Makefile.in -exec rm -f {} \;
|
||||
-rm -f build-stamp install-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Install overrides.
|
||||
install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity
|
||||
|
||||
# Main install.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity
|
||||
|
||||
# Make common links for docs.
|
||||
for p in `dh_listpackages`; do \
|
||||
for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \
|
||||
ln -f -n -s ../common $$i/common; done; done
|
||||
|
||||
# Installing icons
|
||||
/usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm
|
||||
|
||||
perl -w admin/debianrules cleanup
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdebconf
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
# dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress --exclude=.docbook
|
||||
dh_fixperms
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
@ -0,0 +1,6 @@
|
||||
mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Initial release (LP: #110368)
|
||||
|
||||
-- Cyril Breuil <cyrilbport@gmail.com> Thu, 26 Apr 2007 22:20:17 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: mplayerthumbs
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: mplayerthumbs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, mplayer
|
||||
Conflicts: libarts1-xine
|
||||
Description: thumbnail generator for video files on Konqueror
|
||||
MPlayerThumbs is a thumbnail generator for video files on
|
||||
Konqueror. Unlike the original konqueror plugin (libarts1-xine),
|
||||
it depends on neither xine nor arts, instead it uses only
|
||||
mplayer. You can take advantage of this on x86_64 systems,
|
||||
where you can use a 32bit mplayer to load win32codecs.
|
||||
.
|
||||
Homepage: http://kde-apps.org/content/show.php?content=41180
|
@ -0,0 +1,34 @@
|
||||
This package was debianized by Cyril Breuil <cyrilbport@gmail.com> on
|
||||
Thu, 26 Apr 2007 22:20:17 +0200.
|
||||
|
||||
It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1
|
||||
|
||||
Upstream Author: Marco Gulino <marco@kmobiletools.org>
|
||||
|
||||
Copyright (C) 2006 by Marco Gulino <marco@kmobiletools.org>
|
||||
Copyright (C) 2003 Ewald Snel <ewald@rambo.its.tudelft.nl>
|
||||
Copyright (C) 2002 Simon MacMullen
|
||||
|
||||
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.
|
||||
|
||||
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, Cyril Breuil <cyrilbport@gmail.com> and
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
@ -0,0 +1 @@
|
||||
/etc/ssl/certs/ca-certificates.crt debian/tmp/opt/trinity/share/apps/kssl/ca-bundle.crt
|
@ -0,0 +1,19 @@
|
||||
kasablanca (0.4.0.2-2ubuntu1) feisty; urgency=low
|
||||
|
||||
* Fake sync.
|
||||
|
||||
-- Scott James Remnant <scott@ubuntu.com> Wed, 8 Nov 2006 15:32:58 -0800
|
||||
|
||||
kasablanca (0.4.0.2-2) unstable; urgency=low
|
||||
|
||||
* Add menu file (Closes: #387328)
|
||||
* Bump Standards-Version to 3.7.2
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Sun, 17 Sep 2006 01:17:16 +0200
|
||||
|
||||
kasablanca (0.4.0.2-1) unstable; urgency=low
|
||||
|
||||
* Initial release Closes: #292874
|
||||
|
||||
-- Fathi Boudra <fboudra@free.fr> Tue, 21 Mar 2006 18:07:59 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,24 @@
|
||||
Source: kasablanca-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Debian TDE Extras Team <pkg-tde-extras@lists.alioth.debian.org>
|
||||
Uploaders: Fathi Boudra <fboudra@free.fr>, Mark Purcell <msp@debian.org>
|
||||
Build-Depends: cdbs, debhelper (>= 5), automake, tdelibs4-trinity-dev, docbook2x
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: kasablanca-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Description: fast and free ftp client for TDE
|
||||
Kasablanca is an ftp client, written in c++, using the tde libraries.
|
||||
.
|
||||
Features:
|
||||
* ftps encryption via AUTH TLS
|
||||
* fxp (direct server to server transfer), supporting alternative mode
|
||||
* advanced bookmarking system
|
||||
* fast responsive multithreaded engine
|
||||
* concurrent connections to multiple hosts
|
||||
* interactive transfer queue, movable by drag and drop
|
||||
* small nifty features, like a skiplist
|
||||
.
|
||||
Homepage: http://kasablanca.berlios.de
|
@ -0,0 +1,28 @@
|
||||
This package was debianized by Fathi Boudra <fboudra@free.fr> on
|
||||
Tue, 21 Mar 2006 18:07:59 +0100.
|
||||
|
||||
It was downloaded from http://kasablanca.berlios.de
|
||||
|
||||
Copyright Holder: (C) 2003-2004 Magnus Kulke <sikor_sxe@radicalapproach.de>
|
||||
|
||||
Copyright for ftplib: (C) 1996-1998 Thomas Pfau <pfau@cnj.digex.net>
|
||||
|
||||
Kasablanca and ftplib are under same 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-2'.
|
||||
|
@ -0,0 +1 @@
|
||||
TODO
|
@ -0,0 +1,149 @@
|
||||
<?xml version='1.0' encoding='ISO-8859-1'?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
<!ENTITY dhfirstname "<firstname>Fathi</firstname>">
|
||||
<!ENTITY dhsurname "<surname>Boudra</surname>">
|
||||
<!ENTITY dhdate "<date>mars 22, 2006</date>">
|
||||
<!ENTITY dhsection "<manvolnum>1</manvolnum>">
|
||||
<!ENTITY dhemail "<email>fboudra@free.fr</email>">
|
||||
<!ENTITY dhusername "Fathi Boudra">
|
||||
<!ENTITY dhucpackage "<refentrytitle>kasablanca</refentrytitle>">
|
||||
<!ENTITY dhpackage "kasablanca">
|
||||
<!ENTITY debian "<productname>Debian</productname>">
|
||||
<!ENTITY gnu "<acronym>GNU</acronym>">
|
||||
<!ENTITY gpl "&gnu; <acronym>GPL</acronym>">
|
||||
]>
|
||||
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<address>
|
||||
&dhemail;
|
||||
</address>
|
||||
<author>
|
||||
&dhfirstname;
|
||||
&dhsurname;
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2006</year>
|
||||
<holder>&dhusername;</holder>
|
||||
</copyright>
|
||||
&dhdate;
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
&dhucpackage;
|
||||
|
||||
&dhsection;
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>&dhpackage;</refname>
|
||||
|
||||
<refpurpose>fast and free ftp client for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>&dhpackage;</command>
|
||||
|
||||
<arg><option><replaceable>options</replaceable></option></arg>
|
||||
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
|
||||
<para><command>&dhpackage;</command> is an ftp client, written in c++, using the kde libraries.</para>
|
||||
|
||||
<para>Features:
|
||||
<simplelist>
|
||||
<member>* ftps encryption via AUTH TLS</member>
|
||||
<member>* fxp (direct server to server transfer), supporting alternative mode</member>
|
||||
<member>* advanced bookmarking system</member>
|
||||
<member>* fast responsive multithreaded engine</member>
|
||||
<member>* concurrent connections to multiple hosts</member>
|
||||
<member>* interactive transfer queue, movable by drag and drop</member>
|
||||
<member>* small nifty features, like a skiplist</member>
|
||||
</simplelist>
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
|
||||
<para>All KDE and Qt programs accept some common command-line options.
|
||||
<command>&dhpackage;</command> has no application-specific options.</para>
|
||||
|
||||
<variablelist>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show help about options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-qt</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show Qt specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-kde</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show KDE specific options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--help-all</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show all options</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--author</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show author information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term><option>-v</option>
|
||||
<option>--version</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show version information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--license</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Show license information</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>AUTHOR</title>
|
||||
|
||||
<para>This manual page was written by &dhusername; <&dhemail;> for
|
||||
the &debian; system (but may be used by others). Permission is
|
||||
granted to copy, distribute and/or modify this document under
|
||||
the terms of the &gnu; General Public License, Version 2 any
|
||||
later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL.
|
||||
</para>
|
||||
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,7 @@
|
||||
?package(kasablanca):\
|
||||
needs="X11" \
|
||||
hints="KDE" \
|
||||
section="Apps/Net"\
|
||||
title="kasablanca" \
|
||||
longtitle="kasablanca - ftp client" \
|
||||
command="/usr/bin/kasablanca"
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,11 @@
|
||||
--- a/admin/configure.in.min
|
||||
+++ b/admin/configure.in.min
|
||||
@@ -38,6 +38,8 @@
|
||||
dnl Automake doc recommends to do this only here. (Janos)
|
||||
AM_INIT_AUTOMAKE(@MODULENAME@, @VERSION@) dnl searches for some needed programs
|
||||
|
||||
+AM_MAINTAINER_MODE
|
||||
+
|
||||
KDE_SET_PREFIX
|
||||
|
||||
dnl generate the config header
|
@ -0,0 +1,12 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -2144,9 +2144,6 @@
|
||||
save_CXXFLAGS="$CXXFLAGS"
|
||||
kde_safe_LIBS="$LIBS"
|
||||
LIBS="$LIBS $X_EXTRA_LIBS"
|
||||
-if test "$GXX" = "yes"; then
|
||||
-CXXFLAGS="$CXXFLAGS -pedantic-errors"
|
||||
-fi
|
||||
AC_TRY_COMPILE([
|
||||
$2
|
||||
],
|
@ -0,0 +1,18 @@
|
||||
--- a/admin/acinclude.m4.in
|
||||
+++ b/admin/acinclude.m4.in
|
||||
@@ -1689,15 +1689,6 @@
|
||||
KDE_USE_CLOSURE_TRUE="#"
|
||||
KDE_USE_CLOSURE_FALSE=""
|
||||
KDE_NO_UNDEFINED=""
|
||||
- case $host in
|
||||
- *-*-linux-gnu)
|
||||
- KDE_CHECK_COMPILER_FLAG([Wl,--no-undefined],
|
||||
- [KDE_CHECK_COMPILER_FLAG([Wl,--allow-shlib-undefined],
|
||||
- [KDE_NO_UNDEFINED="-Wl,--no-undefined -Wl,--allow-shlib-undefined"],
|
||||
- [KDE_NO_UNDEFINED=""])],
|
||||
- [KDE_NO_UNDEFINED=""])
|
||||
- ;;
|
||||
- esac
|
||||
fi
|
||||
AC_SUBST(KDE_USE_CLOSURE_TRUE)
|
||||
AC_SUBST(KDE_USE_CLOSURE_FALSE)
|
@ -0,0 +1,28 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_kasablanca-trinity := kasablanca.1
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
build/kasablanca-trinity::
|
||||
/usr/bin/docbook2x-man debian/kasablanca.xml
|
||||
|
||||
clean::
|
||||
rm -f kasablanca.1
|
||||
|
@ -0,0 +1,2 @@
|
||||
# Upstream distributes it like this ATM but cleans it in next release
|
||||
kasablanca source: source-contains-CVS-dir admin/CVS
|
@ -0,0 +1,86 @@
|
||||
knmap (2.1-1ubuntu2) edgy; urgency=low
|
||||
|
||||
* Add kubuntu_00_autoconf2.60.diff and change pre-build to post-patches
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Sun, 1 Oct 2006 16:20:46 +0100
|
||||
|
||||
knmap (2.1-1ubuntu1) edgy; urgency=low
|
||||
|
||||
* Merge from debian unstable.
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Thu, 6 Jul 2006 17:02:20 +1000
|
||||
|
||||
knmap (2.1-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release
|
||||
* Fixed debian/watch file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Sat, 21 Jan 2006 20:07:05 +0100
|
||||
|
||||
knmap (2.1-0ubuntu2) dapper; urgency=low
|
||||
|
||||
* Added dh_iconcache
|
||||
|
||||
-- Sarah Hobbs <hobbsee@ubuntu.com> Sat, 13 May 2006 21:12:27 +1000
|
||||
|
||||
knmap (2.1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged upstream tarball from tar.bz2 to orig.tar.gz.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Tue, 31 Jan 2006 18:30:50 +0100
|
||||
|
||||
knmap (2.0-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (Closes: #347834)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Fri, 13 Jan 2006 11:54:27 +0100
|
||||
|
||||
knmap (2.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Repackaged the tar.bz2 tarball into a tar.gz one.
|
||||
* Bumped automake dependency to automake1.9 since automake1.6 was removed from
|
||||
dapper.
|
||||
* Updated copyright dates in debian/copyright.
|
||||
* Sponsored upload for Raphaël Pinson <raphink@raphink.net>
|
||||
|
||||
-- Jonathan Riddell <jriddell@ubuntu.com> Fri, 13 Jan 2006 12:09:54 +0100
|
||||
|
||||
knmap (1.99+2.0beta1-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Removing patch kubuntu_01_desktop_file.patch that has been merged in
|
||||
upstream.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 24 Dec 2005 01:01:40 +0100
|
||||
|
||||
knmap (1.99-1) unstable; urgency=low
|
||||
|
||||
* New Upstream Release (2.0-beta)
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 19 Dec 2005 12:23:55 +0100
|
||||
|
||||
knmap (1.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
* Added libtool patch
|
||||
* Added Categories to .desktop file
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Mon, 5 Dec 2005 15:44:48 +0100
|
||||
|
||||
knmap (1.0-beta1-1) unstable; urgency=low
|
||||
|
||||
* Initial release
|
||||
|
||||
-- Claudio Moratti <maxer@knio.it> Wed, 9 Nov 2005 18:59:04 +0100
|
||||
|
||||
knmap (1.0-0ubuntu1) dapper; urgency=low
|
||||
|
||||
* Initial release.
|
||||
* Patch kubuntu_01_desktop_file.patch adds GenericName and Categories fields
|
||||
to src/knmap.desktop.
|
||||
* Patch kubuntu_02_kdepot.patch modifies admin/cvs.sh to create .pot file.
|
||||
|
||||
-- Raphaël Pinson <raphink@raphink.net> Sat, 3 Dec 2005 13:21:11 +0100
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,25 @@
|
||||
Source: knmap-trinity
|
||||
Section: net
|
||||
Priority: extra
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, tdelibs4-trinity-dev, automake, cdbs, docbook2x
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: knmap-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, nmap
|
||||
Description: nmap graphical interface for TDE
|
||||
Knmap is a TDE-based interface to the 'nmap' facility.
|
||||
.
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
.
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's TDE / QT environments.
|
||||
.
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
.
|
||||
http://www.kde-apps.org/content/show.php?content=31108
|
@ -0,0 +1,31 @@
|
||||
This package was debianized by Raphaël Pinson <raphink@raphink.net> on
|
||||
Sun, 13 Nov 2005 16:44:13 +0100.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/knmap
|
||||
|
||||
Upstream Author : Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
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.
|
||||
|
||||
On Debian GNU/Linux systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
|
||||
Copyright
|
||||
|
||||
All the software:
|
||||
|
||||
(C) 2005, 2006 by Kevin Gilbert <kev.gilbert@cdu.edu.au>
|
||||
|
||||
debian/knmap.1.docbook:
|
||||
|
||||
Copyright (C) 2005, 2006 by Raphaël Pinson <raphink@raphink.net>
|
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
|
||||
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
|
||||
]>
|
||||
<refentry>
|
||||
<refentryinfo>
|
||||
<author>
|
||||
<firstname>Raphaël</firstname>
|
||||
<surname>Pinson</surname>
|
||||
<email>raphink@raphink.net</email>
|
||||
</author>
|
||||
<copyright>
|
||||
<year>2005</year>
|
||||
<holder>Raphaël Pinson</holder>
|
||||
</copyright>
|
||||
<!-- XXX IMPORTANT XXX -->
|
||||
<!-- Keep this date up to date: -->
|
||||
<date>2005-11-16</date>
|
||||
<!-- ^^^^^^^^^^ -->
|
||||
</refentryinfo>
|
||||
<refmeta>
|
||||
<refentrytitle>knmap</refentrytitle>
|
||||
<manvolnum>1</manvolnum>
|
||||
</refmeta>
|
||||
<refnamediv>
|
||||
<refname>knmap</refname>
|
||||
<refpurpose>nmap graphical interface for KDE</refpurpose>
|
||||
</refnamediv>
|
||||
<refsynopsisdiv>
|
||||
<cmdsynopsis>
|
||||
<command>knmap</command>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>Qt-options</replaceable></option>
|
||||
</arg>
|
||||
<arg choice="opt">
|
||||
<option><replaceable>KDE-options</replaceable></option>
|
||||
</arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
<title>DESCRIPTION</title>
|
||||
<para>
|
||||
nmap graphical interface for KDE.
|
||||
</para>
|
||||
<para>
|
||||
Knmap is a KDE-based interface to the 'nmap' facility.
|
||||
|
||||
The main Knmap window provides for the entry of nmap options and the
|
||||
display of nmap-generated output.
|
||||
|
||||
This program is a complete re-write of one by the same name written by
|
||||
Alexandre Sagala. The last version of that program was 0.9 which was
|
||||
released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
|
||||
Unfortunately it does not compile on today's KDE / QT environments.
|
||||
|
||||
Not to mention that it did not cater for the full set of 'nmap' options.
|
||||
Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>OPTIONS</title>
|
||||
<para>
|
||||
All <productname>KDE</productname> and <productname>Qt</productname>
|
||||
programs accept a some common command-line options. kommando has no
|
||||
application-specific options.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
<title>Generic options:</title>
|
||||
<varlistentry>
|
||||
<term> <option>--help</option> </term>
|
||||
<listitem> <para>Show help about options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-qt</option> </term>
|
||||
<listitem> <para>Show Qt specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-kde</option> </term>
|
||||
<listitem> <para>Show KDE specific options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--help-all</option> </term>
|
||||
<listitem> <para>Show all options</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--author</option> </term>
|
||||
<listitem> <para>Show author information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>-v</option>, <option>--version</option> </term>
|
||||
<listitem> <para>Show version information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--license</option> </term>
|
||||
<listitem> <para>Show license information</para> </listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term> <option>--</option> </term>
|
||||
<listitem> <para>Indicates end of options</para> </listitem>
|
||||
</varlistentry>
|
||||
</variablelist>
|
||||
<!-- TODO * add all the rest of the options, but maybe find an automated
|
||||
way to keep it up to date -->
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1>
|
||||
<title>COPYRIGHT</title>
|
||||
<para>
|
||||
This manual page was written by Raphaël Pinson
|
||||
<email>raphink@raphink.net</email> for the
|
||||
<productname>Debian</productname> system (but may be used by others).
|
||||
Permission is granted to copy, distribute and/or modify this document
|
||||
under the terms of the <acronym>GNU</acronym> General Public License,
|
||||
Version 2 or any later version published by the Free Software Foundation.
|
||||
</para>
|
||||
<para>
|
||||
On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in
|
||||
<filename>/usr/share/common-licenses/GPL</filename>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
@ -0,0 +1,31 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
cdbs_kde_enable_debug = --disable-debug
|
||||
|
||||
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/kde.mk
|
||||
|
||||
DEB_INSTALL_MANPAGES_knmap-trinity = knmap.1
|
||||
|
||||
post-patches::
|
||||
# regenerating files to build app
|
||||
$(MAKE) -f Makefile.cvs
|
||||
|
||||
install/knmap-trinity::
|
||||
dh_install src/knmap.desktop usr/share/applications/tde
|
||||
dh_link opt/trinity/share/doc/tde/HTML/en/knmap usr/share/doc/knmap/html
|
||||
dh_iconcache
|
||||
|
||||
build/knmap-trinity::
|
||||
docbook2x-man debian/knmap.1.docbook
|
||||
|
||||
clean::
|
||||
rm -f knmap.1
|
||||
# removing files not cleaned by upstream
|
||||
rm -f doc/en/Makefile.in
|
||||
rm -f src/Makefile.in
|
||||
rm -f configure
|
||||
rm -f Makefile.in
|
||||
rm -f subdirs
|
||||
rm -f aclocal.m4
|
@ -0,0 +1,4 @@
|
||||
version=3
|
||||
http://sf.net/knmap/knmap-(.*)\.tar\.bz2
|
||||
|
||||
|
@ -0,0 +1,436 @@
|
||||
ksensors (0.7.3-18) unstable; urgency=low
|
||||
|
||||
* Link the ksensors binary with libtqt-mt (closes: bug#555063).
|
||||
* Apply patch from Michael Schuele to fix multi-core sensors (closes:
|
||||
bug#494090).
|
||||
* Bumped standard version to 3.8.3 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 14 Nov 2009 13:50:57 +0000
|
||||
|
||||
ksensors (0.7.3-17) unstable; urgency=low
|
||||
|
||||
* Switch to debhelper 5.
|
||||
* Bumped standard version to 3.8.2 (no changes).
|
||||
* Don't assume config.guess and config.sub are updated by libtoolize
|
||||
(Closes: bug#533987).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 30 Jun 2009 14:45:13 +0200
|
||||
|
||||
ksensors (0.7.3-16) unstable; urgency=medium
|
||||
|
||||
* Bumped standard version to 3.8.0 (no changes).
|
||||
* Get rid of libqt3-compat-headers, patch by Barry de Freese (closes:
|
||||
bug#464657).
|
||||
* Use to libsensors4 API.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jun 2008 16:12:07 +0200
|
||||
|
||||
ksensors (0.7.3-15) unstable; urgency=low
|
||||
|
||||
* Update menu to match the new Debian menu subpolicy.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 30 Jul 2007 19:36:50 +0200
|
||||
|
||||
ksensors (0.7.3-14) unstable; urgency=low
|
||||
|
||||
* Remove debconf templates as version 0.6.0 is now very old (not even
|
||||
in sarge).
|
||||
* Fix the installation path of the sound files (closes: bug#406706).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 21 Jun 2007 21:01:59 +0200
|
||||
|
||||
ksensors (0.7.3-13) unstable; urgency=medium
|
||||
|
||||
* Fix the parsing of hddtemp output (closes: bug#394057).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Oct 2006 17:46:29 +0200
|
||||
|
||||
ksensors (0.7.3-12) unstable; urgency=medium
|
||||
|
||||
* Backports Norvegian translation from CVS.
|
||||
* Add support for sensors without min/max settings (closes: bug#391922).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Oct 2006 22:41:09 +0200
|
||||
|
||||
ksensors (0.7.3-11) unstable; urgency=low
|
||||
|
||||
* Fixed a silly test of the autoconf version in the KDE scripts.
|
||||
* Bumped standard version to 3.7.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 21 Jul 2006 19:20:41 +0200
|
||||
|
||||
ksensors (0.7.3-10) unstable; urgency=low
|
||||
|
||||
* Put all QRadioButtons of the alarm tab into a QButtonGroup widget
|
||||
instead of a QLayout widget (closes: bug#353553).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 19 Feb 2006 22:32:06 +0100
|
||||
|
||||
ksensors (0.7.3-9) unstable; urgency=low
|
||||
|
||||
* Relibtoolize the package to get rid of a lot of unneeded
|
||||
dependencies,
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 24 Nov 2005 20:35:47 +0100
|
||||
|
||||
ksensors (0.7.3-8) unstable; urgency=low
|
||||
|
||||
* Added Swedish translation of ksensors. Thanks to Daniel Nylander (closes:
|
||||
bug#337117).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 3 Nov 2005 01:59:54 +0100
|
||||
|
||||
ksensors (0.7.3-7) unstable; urgency=low
|
||||
|
||||
* Patches pulled from CVS:
|
||||
- Polish translation.
|
||||
- Support for reading temperature from SCSI disks. Thanks to James
|
||||
Stark (closes: bug#334614).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 19 Oct 2005 22:19:56 +0200
|
||||
|
||||
ksensors (0.7.3-6) unstable; urgency=low
|
||||
|
||||
* Added Swedish debconf translation. Thanks to Daniel Nylander (closes:
|
||||
bug#330609).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 3 Oct 2005 00:27:51 +0200
|
||||
|
||||
ksensors (0.7.3-5) unstable; urgency=low
|
||||
|
||||
* C++ transition: build-depends on libqt3-mt-dev (>= 3:3.3.4-7) and
|
||||
kdelibs4-dev (>= 4:3.4.2-1).
|
||||
* Bumped Standards-Version to 3.6.2 (no changes).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 18 Aug 2005 11:05:13 +0200
|
||||
|
||||
ksensors (0.7.3-4) unstable; urgency=low
|
||||
|
||||
* Added Vietnamese debconf translation. Thanks to Clytie Siddall (closes
|
||||
bug#312175).
|
||||
* Fixed a typo in the debconf template. Thanks to Clytie Siddall (closes:
|
||||
bug#312176).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 7 Jun 2005 01:15:46 +0200
|
||||
|
||||
ksensors (0.7.3-3) unstable; urgency=low
|
||||
|
||||
* Added Czech debconf translation. Thanks to Miroslav Kure (closes:
|
||||
bug#293619).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 4 Feb 2005 21:41:06 +0100
|
||||
|
||||
ksensors (0.7.3-2) unstable; urgency=low
|
||||
|
||||
* Added Italian debconf translation. Thanks to Luca Monducci. (closes:
|
||||
bug#272147).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 26 Sep 2004 00:57:43 +0200
|
||||
|
||||
ksensors (0.7.3-1) unstable; urgency=low
|
||||
|
||||
* New upstream version:
|
||||
- Added support for reading ACPI temperatures (closes: bug#255079).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 19 Aug 2004 00:06:13 +0200
|
||||
|
||||
ksensors (0.7.2-17) unstable; urgency=low
|
||||
|
||||
* Fixed display of values in the panel (closes: bug#265807).
|
||||
* Fixed segfault when removing an info panel (closes: bug#225712,
|
||||
#265806).
|
||||
* Added an alarm sound (closes: bug#231280).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 17 Aug 2004 01:45:27 +0200
|
||||
|
||||
ksensors (0.7.2-16) unstable; urgency=low
|
||||
|
||||
* Dont build-depends on make, it is a build-essential package.
|
||||
* Applied a patch from Geoff Oakham to fix a freeze when used with hddtemp.
|
||||
Thanks! (closes: bug#249093).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 15 May 2004 21:50:48 +0200
|
||||
|
||||
ksensors (0.7.2-15) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.4-1) so KSensors will be
|
||||
built against libsensors3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 29 Feb 2004 18:58:22 +0100
|
||||
|
||||
ksensors (0.7.2-14) unstable; urgency=low
|
||||
|
||||
* Moved ja.po in the right directory (closes: bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 15 Feb 2004 23:20:17 +0100
|
||||
|
||||
ksensors (0.7.2-13) unstable; urgency=low
|
||||
|
||||
* Added Japanese debconf translation. Thanks to Hideki Yamane. (closes:
|
||||
bug#227820).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 10 Feb 2004 23:58:39 +0100
|
||||
|
||||
ksensors (0.7.2-12) unstable; urgency=low
|
||||
|
||||
* Added de debconf translation. Thanks to the german Skolelinux team
|
||||
(closes: bug#2223114).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 6 Dec 2003 23:45:54 +0100
|
||||
|
||||
ksensors (0.7.2-11) unstable; urgency=low
|
||||
|
||||
* Added dependency on lm-sensors (closes: Bug#215794).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 14 Oct 2003 21:48:13 +0200
|
||||
|
||||
ksensors (0.7.2-10) unstable; urgency=low
|
||||
|
||||
* Build-Depends on libsensors-dev (>= 2.8.0-2) so KSensors will be
|
||||
built against libsensors2 (closes: Bug#203953, Bug#212938).
|
||||
* Added ru debconf translation. Thanks to Ilgiz Kalmetev (closes:
|
||||
Bug#214366).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 6 Oct 2003 11:01:36 +0200
|
||||
|
||||
ksensors (0.7.2-9) unstable; urgency=low
|
||||
|
||||
* The nl debconf translation is from Bart Cornelis and not Wessel
|
||||
Dankers. Updated the changelog. Sorry Bart.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 12:37:05 +0200
|
||||
|
||||
ksensors (0.7.2-8) unstable; urgency=low
|
||||
|
||||
* Added nl debconf translation. Thanks to Bart Cornelis (closes:
|
||||
Bug#204919).
|
||||
* Bumped Standards-Version to 3.6.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 20 Aug 2003 11:24:53 +0200
|
||||
|
||||
ksensors (0.7.2-7) unstable; urgency=low
|
||||
|
||||
* Added es debconf translation. Thanks to Carlos Alberto Martín Edo
|
||||
(closes: Bug#201571).
|
||||
* Bumped Standards-Version to 3.6.0.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 16 Jul 2003 17:36:03 +0200
|
||||
|
||||
ksensors (0.7.2-6) unstable; urgency=low
|
||||
|
||||
* Added pt_BR debconf translations. Thanks to Andre Luis Lopes
|
||||
(closes: Bug#198362).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 22 Jun 2003 02:59:03 +0200
|
||||
|
||||
ksensors (0.7.2-5) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latests libsensors-1debian1.
|
||||
* Build-Depends on libsensors-dev (>= 2.7.0-4).
|
||||
* Bumped Standards-Version to 3.5.10.
|
||||
* Changed icon to full colors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 1 Jun 2003 23:52:09 +0200
|
||||
|
||||
ksensors (0.7.2-4) unstable; urgency=low
|
||||
|
||||
* Rebuilt against latest libsensors1 (closes: Bug#191562).
|
||||
* Depends on libsensors1 (>> 2.7.0) as this libraries has some lack
|
||||
of dependencies.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 1 May 2003 21:50:57 +0200
|
||||
|
||||
ksensors (0.7.2-3) unstable; urgency=low
|
||||
|
||||
* Bumped Standards-Version to 3.5.9.
|
||||
* Changed section from x11 to kde.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Apr 2003 15:31:26 +0200
|
||||
|
||||
ksensors (0.7.2-2) unstable; urgency=low
|
||||
|
||||
* Debconf templates are now managed with po-debconf.
|
||||
* Depends on ${misc:Depends}.
|
||||
* Don't depends on both xlibs (>> 4.1.0) and xlibs (>> 4.2.0).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 4 Mar 2003 23:19:44 +0100
|
||||
|
||||
ksensors (0.7.2-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 24 Feb 2003 09:42:58 +0100
|
||||
|
||||
ksensors (0.7-11) unstable; urgency=low
|
||||
|
||||
* Build-depends on libqt3-compat-headers.
|
||||
* Fixed a bug introduced by KDE 3 (closes: Bug#180982).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 16 Feb 2003 17:48:52 +0100
|
||||
|
||||
ksensors (0.7-10) unstable; urgency=low
|
||||
|
||||
* Rebuilt for KDE 3.1.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 5 Feb 2003 22:51:50 +0100
|
||||
|
||||
ksensors (0.7-9) unstable; urgency=low
|
||||
|
||||
* Force build with gcc-2.95 on most archs, gcc-2.96 on ia64 and gcc-3.0 on
|
||||
hppa.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 Jan 2003 14:53:22 +0100
|
||||
|
||||
ksensors (0.7-8) unstable; urgency=low
|
||||
|
||||
* Updated the code for hddtemp-0.3.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 4 Jan 2003 10:11:30 +0100
|
||||
|
||||
ksensors (0.7-7) unstable; urgency=low
|
||||
|
||||
* Standards-Version bumped to 3.5.8.
|
||||
* Changed icon to 24 colors to follow the menu policy.
|
||||
* Updated copyright file.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Fri, 20 Dec 2002 19:08:58 +0100
|
||||
|
||||
ksensors (0.7-6) unstable; urgency=low
|
||||
|
||||
* Added a patch to handle temperature sensors whose name doesn't begin with
|
||||
"temp" or "temp1" correctly (closes: Bug#165353).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 19 Oct 2002 20:56:32 +0200
|
||||
|
||||
ksensors (0.7-5) unstable; urgency=low
|
||||
|
||||
* Added a patch to save the config on KDE exit (closes: Bug#158164).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Tue, 8 Oct 2002 01:13:24 +0200
|
||||
|
||||
ksensors (0.7-4) unstable; urgency=low
|
||||
|
||||
* Updated the code to correctly handle the degree sign in the output of
|
||||
hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 26 Sep 2002 02:24:47 +0200
|
||||
|
||||
ksensors (0.7-3) unstable; urgency=low
|
||||
|
||||
* Added an autostart option in configuration dialog (closes: Bug#155532).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sat, 7 Sep 2002 11:59:19 +0200
|
||||
|
||||
ksensors (0.7-2) unstable; urgency=low
|
||||
|
||||
* Added a patch to open the panel on same desktop as on exit
|
||||
(closes: Bug#158164).
|
||||
* Updated Policy standard compliance to 3.5.7
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 4 Sep 2002 15:04:42 +0200
|
||||
|
||||
ksensors (0.7-1) unstable; urgency=low
|
||||
|
||||
* New upstream release
|
||||
Changelog:
|
||||
- Allow docking fan and voltage sensors
|
||||
- Configuration dialog redesign (more modular).
|
||||
- Several panel sizes
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 13 Jun 2002 17:49:49 +0200
|
||||
|
||||
ksensors (0.6.1-2) unstable; urgency=low
|
||||
|
||||
* Now depends on debconf.
|
||||
* Now recommends hddtemp.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 8 May 2002 22:45:50 +0200
|
||||
|
||||
ksensors (0.6.1-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
- New Hardisks Temperatures sensor panels
|
||||
- Changed cpu state, swap and ram panels appearance.
|
||||
- Added splash screen.
|
||||
- Added --nodock option.
|
||||
- Configurable Panels colors.
|
||||
- Support for multiple lm-sensors chips.
|
||||
For more information, please see the full Changelog in
|
||||
/usr/share/doc/ksensors.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Thu, 2 May 2002 01:09:17 +0200
|
||||
|
||||
ksensors (0.5-8) unstable; urgency=low
|
||||
|
||||
* This time with a correct "Maintainer" field.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 23:05:17 +0200
|
||||
|
||||
ksensors (0.5-7) unstable; urgency=low
|
||||
|
||||
* Rebuild ksensors under pbuilder so it will depends on libsensors1
|
||||
(closes: Bug#142218).
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Wed, 10 Apr 2002 21:29:53 +0200
|
||||
|
||||
ksensors (0.5-6) unstable; urgency=low
|
||||
|
||||
* Added Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Sun, 31 Mar 2002 13:26:10 +0200
|
||||
|
||||
ksensors (0.5-5) unstable; urgency=low
|
||||
|
||||
* Changed my maintainer e-mail address to <aurel32@debian.org>. :)
|
||||
|
||||
-- Aurelien Jarno <aurel32@debian.org> Mon, 18 Mar 2002 21:24:46 +0100
|
||||
|
||||
ksensors (0.5-4) unstable; urgency=low
|
||||
|
||||
* Created an autostart file (closes: Bug#136562).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 3 Mar 2002 19:51:32 +0100
|
||||
|
||||
ksensors (0.5-3) unstable; urgency=low
|
||||
|
||||
* Initial Debian upload (closes: Bug#129913).
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Fri, 8 Feb 2002 14:23:09 +0100
|
||||
|
||||
ksensors (0.5-2) unstable; urgency=low
|
||||
|
||||
* Add Build-Depends.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Thu, 24 Jan 2002 15:49:03 +0100
|
||||
|
||||
ksensors (0.5-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
Changelog:
|
||||
* Added Voltage Sensors panels
|
||||
* Added Cpu state and Uptime panels
|
||||
* Temperatures in celsius,farenheit or kelvin scales
|
||||
* Configurable update intervals for sensors and system info panels
|
||||
* English, spanish, french, german and dutch translations
|
||||
* Configuration dialog redesign
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Sun, 12 Jan 2002 23:41:57 +0100
|
||||
|
||||
sensors (0.4-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Mon, 07 Jan 2002 09:43:17 +0100
|
||||
|
||||
ksensors (0.3-1) unstable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
-- Aurelien Jarno <aurelien@aurel32.net> Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
Local variables:
|
||||
mode: debian-changelog
|
||||
End:
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,18 @@
|
||||
Source: ksensors-trinity
|
||||
Section: tde
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: debhelper (>> 5), autotools-dev, automake, autoconf, libtool, perl, libsensors4-dev, libtqtinterface-dev, tdelibs4-trinity-dev, imagemagick
|
||||
Build-Conflicts: autoconf2.13
|
||||
Standards-Version: 3.8.3
|
||||
|
||||
Package: ksensors-trinity
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}, lm-sensors
|
||||
Recommends: hddtemp (>= 0.3beta2-1)
|
||||
Description: lm-sensors frontend for TDE
|
||||
This is a lm-sensors frontend for TDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan speed
|
||||
sensors.
|
||||
.
|
||||
You will need lm-sensors kernel modules to use this package.
|
@ -0,0 +1,16 @@
|
||||
This package was debianized by Aurelien Jarno <aurelien@aurel32.net> on
|
||||
Wed, 12 Dec 2001 16:49:52 +0100
|
||||
|
||||
It was downloaded from http://ksensors.sourceforge.net
|
||||
|
||||
Upstream Authors:
|
||||
Miguel Novas <michaell@teleline.es>
|
||||
|
||||
Copyright:
|
||||
(C) 2001-2002 by Miguel Novas <michaell@teleline.es>
|
||||
|
||||
|
||||
|
||||
You are free to distribute this software under the terms of the GNU General
|
||||
Public License. On Debian systems, the complete text of the GNU General Public
|
||||
License can be found in /usr/share/common-licenses/GPL file.
|
@ -0,0 +1,3 @@
|
||||
usr/share/lintian/overrides
|
||||
usr/share/pixmaps
|
||||
usr/share/sounds
|
@ -0,0 +1,5 @@
|
||||
LEEME
|
||||
LIESMICH
|
||||
LISEZMOI
|
||||
README
|
||||
TODO
|
@ -0,0 +1,62 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH KSENSORS 1 "May 02, 2002"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
.\" .nh disable hyphenation
|
||||
.\" .hy enable hyphenation
|
||||
.\" .ad l left justify
|
||||
.\" .ad b justify to both left and right margins
|
||||
.\" .nf disable filling
|
||||
.\" .fi enable filling
|
||||
.\" .br insert line break
|
||||
.\" .sp <n> insert n+1 empty lines
|
||||
.\" for manpage-specific macros, see man(7)
|
||||
.SH NAME
|
||||
ksensors \- lm-sensors frontend for KDE
|
||||
.SH SYNOPSIS
|
||||
.B ksensors
|
||||
.RI "[ options ]"
|
||||
.SH DESCRIPTION
|
||||
.B KSensors
|
||||
is a lm-sensors frontend for KDE for monitoring a motherboard.
|
||||
It allows you to access information from temperature and fan
|
||||
speed sensors.
|
||||
.SH OPTIONS
|
||||
A summary of options are included below.
|
||||
.TP
|
||||
.B \-\-nodock
|
||||
Don't dock in KDE system tray.
|
||||
.TP
|
||||
.B \-\-splash
|
||||
Show splash screen.
|
||||
.TP
|
||||
.B \-\-help
|
||||
Show summary of options.
|
||||
.TP
|
||||
.B \-\-help\-qt
|
||||
Show Qt specific options
|
||||
.TP
|
||||
.B \-\-help\-kde
|
||||
Show KDE specific options
|
||||
.TP
|
||||
.B \-\-help\-all
|
||||
Show all options
|
||||
.TP
|
||||
.B \-\-author
|
||||
Show author information
|
||||
.TP
|
||||
.B \-v, \-\-version
|
||||
Show version of program.
|
||||
.TP
|
||||
.B \-\-license
|
||||
Show license information
|
||||
.SH AUTHOR
|
||||
.B KSensors
|
||||
was written by Miguel Novas <michaell@teleline.es>.
|
||||
.br
|
||||
This manual page was written by Aurelien Jarno <aurel32@debian.org>,
|
||||
for the Debian GNU/Linux system (but may be used by others).
|
@ -0,0 +1 @@
|
||||
debian/ksensors.1
|
@ -0,0 +1,7 @@
|
||||
?package(ksensors): \
|
||||
needs="X11" \
|
||||
section="Applications/System/Hardware" \
|
||||
hints="KDE" \
|
||||
title="KSensors" \
|
||||
command="/usr/bin/ksensors" \
|
||||
icon="/usr/share/pixmaps/ksensors.xpm"
|
@ -0,0 +1 @@
|
||||
ksensors: menu-item-contains-unknown-tag kderemove /usr/lib/menu/ksensors:8
|
@ -0,0 +1,111 @@
|
||||
#!/usr/bin/make -f
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
# These are used for cross-compiling and for saving the configure script
|
||||
# from having to guess our platform (since we know it already)
|
||||
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
|
||||
ifneq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
|
||||
CFLAGS += -g
|
||||
endif
|
||||
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
|
||||
INSTALL_PROGRAM += -s
|
||||
endif
|
||||
|
||||
build: build-stamp
|
||||
|
||||
-include debian/debiandirs
|
||||
|
||||
debian/debiandirs: admin/debianrules
|
||||
perl -w admin/debianrules echodirs > debian/debiandirs
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
[ ! -f Makefile ] || $(MAKE) clean distclean
|
||||
-rm -f po/*.gmo
|
||||
-rm -f debian/debiandirs
|
||||
-rm -f admin/config.sub admin/config.guess admin/ltmain.sh configure
|
||||
-rm -f admin/libtool.m4.in aclocal.m4 acinclude.m4
|
||||
-rm -f config.log
|
||||
-find $(CURDIR) -name Makefile.in -exec rm -f {} \;
|
||||
-rm -f build-stamp install-stamp
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Install overrides.
|
||||
install -p -o root -g root -m 644 $(CURDIR)/debian/overrides $(CURDIR)/debian/ksensors-trinity/usr/share/lintian/overrides/ksensors-trinity
|
||||
|
||||
# Main install.
|
||||
$(MAKE) install DESTDIR=$(CURDIR)/debian/ksensors-trinity
|
||||
|
||||
# Make common links for docs.
|
||||
for p in `dh_listpackages`; do \
|
||||
for i in `find $(CURDIR)/debian/ksensors-trinity/usr/share/doc/kde/HTML -type d -name $$p -name $$p -not -regex .*/en/$$p`; do \
|
||||
ln -f -n -s ../common $$i/common; done; done
|
||||
|
||||
# Installing icons
|
||||
/usr/bin/convert $(CURDIR)/src/pics/hi16-app-ksensors.png $(CURDIR)/debian/ksensors-trinity/usr/share/pixmaps/ksensors.xpm
|
||||
|
||||
perl -w admin/debianrules cleanup
|
||||
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installdebconf
|
||||
dh_installdocs
|
||||
# dh_installexamples
|
||||
dh_installmenu
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
dh_installman
|
||||
# dh_installinfo
|
||||
dh_installchangelogs ChangeLog
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress --exclude=.docbook
|
||||
dh_fixperms
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
# dh_perl
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
@ -0,0 +1,6 @@
|
||||
mplayerthumbs (0.5~b-0ubuntu1) gutsy; urgency=low
|
||||
|
||||
* Initial release (LP: #110368)
|
||||
|
||||
-- Cyril Breuil <cyrilbport@gmail.com> Thu, 26 Apr 2007 22:20:17 +0200
|
||||
|
@ -0,0 +1 @@
|
||||
5
|
@ -0,0 +1,19 @@
|
||||
Source: mplayerthumbs
|
||||
Section: graphics
|
||||
Priority: optional
|
||||
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
|
||||
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, tdelibs4-trinity-dev
|
||||
Standards-Version: 3.8.2
|
||||
|
||||
Package: mplayerthumbs
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends}, mplayer
|
||||
Conflicts: libarts1-xine
|
||||
Description: thumbnail generator for video files on Konqueror
|
||||
MPlayerThumbs is a thumbnail generator for video files on
|
||||
Konqueror. Unlike the original konqueror plugin (libarts1-xine),
|
||||
it depends on neither xine nor arts, instead it uses only
|
||||
mplayer. You can take advantage of this on x86_64 systems,
|
||||
where you can use a 32bit mplayer to load win32codecs.
|
||||
.
|
||||
Homepage: http://kde-apps.org/content/show.php?content=41180
|
@ -0,0 +1,34 @@
|
||||
This package was debianized by Cyril Breuil <cyrilbport@gmail.com> on
|
||||
Thu, 26 Apr 2007 22:20:17 +0200.
|
||||
|
||||
It was downloaded from http://kde-apps.org/content/download.php?content=41180&id=1
|
||||
|
||||
Upstream Author: Marco Gulino <marco@kmobiletools.org>
|
||||
|
||||
Copyright (C) 2006 by Marco Gulino <marco@kmobiletools.org>
|
||||
Copyright (C) 2003 Ewald Snel <ewald@rambo.its.tudelft.nl>
|
||||
Copyright (C) 2002 Simon MacMullen
|
||||
|
||||
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.
|
||||
|
||||
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, Cyril Breuil <cyrilbport@gmail.com> and
|
||||
is licensed under the GPL, see above.
|
||||
|
@ -0,0 +1,3 @@
|
||||
NEWS
|
||||
README
|
||||
TODO
|
@ -0,0 +1,20 @@
|
||||
#!/usr/bin/make -f
|
||||
|
||||
include /usr/share/cdbs/1/rules/debhelper.mk
|
||||
include /usr/share/cdbs/1/class/autotools.mk
|
||||
|
||||
# Add here any variable or target overrides you need.
|
||||
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
/usr/bin/libtoolize -f
|
||||
cp -f /usr/share/aclocal/libtool.m4 admin/libtool.m4.in
|
||||
cp -f /usr/share/misc/config.guess admin/config.guess
|
||||
cp -f /usr/share/misc/config.sub admin/config.sub
|
||||
|
||||
$(MAKE) -f admin/Makefile.common
|
||||
|
||||
QTDIR=/usr/share/tqt3 ./configure $(configkde) --disable-final
|
||||
$(MAKE)
|
||||
touch build-stamp
|
@ -0,0 +1 @@
|
||||
/etc/ssl/certs/ca-certificates.crt debian/tmp/opt/trinity/share/apps/kssl/ca-bundle.crt
|
Loading…
Reference in new issue