DEB: Remove a mechanism for updating the uploaders list.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit fe5341d9d3)
pull/92/head
Slávek Banko 6 years ago
parent 4632af2efa
commit d2e3d09127
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,22 +0,0 @@
Source: abakus-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: autotools-dev, debhelper (>= 4.1.0), quilt, cdbs (>= 0.4.0), cmake, imagemagick, tdelibs14-trinity-dev, chrpath, bison, flex
Standards-Version: 3.8.4
Package: abakus-trinity
Architecture: any
Depends: ${shlibs:Depends}
Replaces: abakus-kde3 (<< 4:3.5.13)
Breaks: abakus-kde3 (<< 4:3.5.13)
Description: calculator for TDE [Trinity]
AbaKus is a complex calculator, which provides
many different kinds of calculations.
Think of it as bc (the command-line calculator) with a nice GUI.
It also gives information about mathematical variables and
has the user-friendly menu options of a normal TDE application.
.
Web site: http://grammarian.homelinux.net/abakus/

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,88 +0,0 @@
Source: adept-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>> 4.1), quilt, dh-buildinfo, libapt-front-dev (>= 0.4.0-0.1ubuntu5), libapt-front-dev (<< 0.5), libept-dev (>= 0.5.7), libept-dev (<< 0.6), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libwibble-dev (>= 0.1.10), libwibble-dev (>= 1.1) | libwibble-dev (<< 0.2), tdelibs14-trinity-dev (>= 3.5.0), sharutils, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: adept-trinity
Section: tde
Depends: adept-manager-trinity, adept-installer-trinity, adept-updater-trinity, adept-notifier-trinity, adept-batch-trinity
Architecture: all
Description: package management suite for Trinity
These packages belong to the adept suite:
* adept-manager-trinity - package manager
* adept-installer-trinity - application manager
* adept-updater-trinity - system upgrade wizard
* adept-notifier-trinity - systray notification of available updates
Package: adept-common-trinity
Section: tde
Depends: debtags (>= 1.6.1), konsole-trinity (>= 3.5.0), ${shlibs:Depends}
Architecture: all
Description: package manager for Trinity -- common files
Icons and other common files for all adept components.
Package: adept-manager-trinity
Section: tde
Depends: adept-common-trinity, ${shlibs:Depends}
Recommends: libtqt-perl
Architecture: any
Description: package manager for Trinity
Adept Manager is a graphical user interface for package management.
.
Besides these basic functions the following features are provided:
* Search and filter the list of available packages (also using debtags)
* Perform smart system upgrades
* Edit the list of used repositories (sources.list)
* Configure packages through the debconf system
.
Please also install libtqt-perl if you want the TDE Debconf frontend
to function.
Package: adept-installer-trinity
Section: tde
Depends: adept-common-trinity, app-install-data, ${shlibs:Depends}
Recommends: libtqt-perl
Architecture: any
Description: simple user interface for application management (for Trinity)
Adept Installer presents a list of applications available through the
Advanced Package Tool (APT). An application is considered a package
that contains a .desktop file for use with TDE, KDE, GNOME or other
desktop environment.
.
Please also install libtqt-perl if you want the TDE Debconf frontend
to function.
Package: adept-updater-trinity
Section: tde
Depends: adept-common-trinity, ${shlibs:Depends}
Recommends: libtqt-perl
Architecture: any
Description: system update tool for Trinity
Adept Updater provides a simple wizard-style user interface to system
upgrades. It uses same algorithms as apt-get dist-upgrade.
.
Please also install libtqt-perl if you want the TDE Debconf frontend
to function.
Package: adept-notifier-trinity
Section: tde
Depends: ${shlibs:Depends}, adept-updater-trinity, update-notifier-common
Architecture: any
Description: system tray notifier of available system updates
Adept Notifier provides a system tray icon notifying the user of
available updates. It will run Adept Updater for the user when
clicked.
Package: adept-batch-trinity
Section: tde
Depends: ${shlibs:Depends}, adept-manager-trinity
Architecture: any
Description: command line install for Adept
Adept Batch lets you install packages with Adept from the
command line. It is intended for shell scripts and being run
by external applications.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,98 +0,0 @@
Source: amarok-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, bzip2, automake, autoconf, libtool,
tdelibs14-trinity-dev,
libxine-dev, libdbus-qt-1-dev,
libtag1-dev, libsqlite3-dev, libtunepimp-dev,
default-libmysqlclient-dev | libmysqlclient-dev, libpq-dev,
libvisual-0.4-dev, libsdl1.2-dev,
libifp-dev, libusb-dev, libgpod-nogtk-dev (>= 0.4.2) | libgpod-dev (>> 0.8.3-8), libnjb-dev, libmtp-dev,
ruby, ruby1.8-dev
Standards-Version: 3.8.3
Homepage: http://amarok.kde.org
Package: amarok-trinity
Architecture: any
Depends: amarok-common-trinity (>= ${source:Version}), amarok-engine-xine-trinity (= ${binary:Version}) | amarok-engine-yauap-trinity (= ${binary:Version}), unzip, ${shlibs:Depends}
Suggests: amarok-engines-trinity, moodbar, konqueror-trinity | www-browser,
python, python-qt3, libqt0-ruby1.8, libvisual-0.4-plugins
Description: versatile and easy to use audio player for Trinity
Amarok tries to be a little different, providing a simple drag and drop
interface that really makes playlist handling easy.
.
Features include:
- rapid playlist creation, with drag and drop from a directory view
- nice playlist browser for your existing playlists (PLS or M3U formats)
- collection-indexing support, for smart browsing and playlist creation
- possibility of accessing media via tdeioslaves, allowing you to play
via smb:// or fish:// (normal streams are of course supported)
- inline ID3 tag editing, capable of retrieving tags via MusicBrainz
- album cover support: automatically displays album covers from the
filesystem, or downloaded on the fly
- miscellaneous audio effects, including crossfading
- easy bindable global shortcuts, rich DCOP interface
- On-Screen Display (OSD), on track change or at keypress
- iPod and iRiver support
- Last.fm stream playing support (if ruby is installed)
- Track "mood" display (requires moodbar package installed)
.
Support for libvisual visualization plugins is also compiled in (you need
to have libvisual-0.4-plugins installed to be able to use it).
Package: amarok-common-trinity
Architecture: all
Depends: ruby
Recommends: amarok-trinity (>= ${source:Version})
Suggests: libqt0-ruby1.8, python, python-qt3
Description: architecture independent files for Amarok [Trinity]
This package contains architecture independent files needed for Amarok to run
properly. It also provides Amarok documentation. Therefore, unless you have
'amarok' package installed, you will hardly find this package useful.
.
You need to install Python if you intend to use Zeroconf support, WebControl
and/or playlist2html scripts. You will also need python-qt3 for the
WebControl script.
Package: amarok-engines-trinity
Architecture: all
Depends: amarok-engine-xine-trinity (>= ${source:Version})
Recommends: amarok-engine-yauap-trinity (>= ${source:Version})
Description: output engines for the Amarok music player [Trinity]
This package serves merely as a reference point if you want to install
all available Amarok engines. It depends on those Amarok engines that
generally can be used by most users. You can safely remove this metapackage
as you can remove the amarok-engine-$engine packages that you don't use.
Package: amarok-engine-xine-trinity
Architecture: any
Depends: ${shlibs:Depends}
Recommends: amarok-trinity (= ${binary:Version})
Description: xine engine for the Amarok audio player [Trinity]
This package provides the xine engine for Amarok, which you may prefer
for some reason over the other engines (e.g., it is the lightest engine
Dependency-wise).
Package: amarok-engine-yauap-trinity
Architecture: any
Depends: yauap, ${shlibs:Depends}
Recommends: amarok-trinity (= ${binary:Version})
Description: Yauap engine for the Amarok audio player [Trinity]
This package includes Amarok yauap engine, which provides a frontend
to Yauap Commandline Audio Player. DBus is used as a means of communication
between the engine and Yauap. Please note that some extra Amarok features
(like visualizations) might not be available while using this engine.
Package: amarok-trinity-dbg
Priority: extra
Architecture: any
Depends: amarok-trinity (= ${binary:Version})
Recommends: tdelibs-trinity-dbg
Description: debugging symbols for Amarok [Trinity]
This package provides debugging symbols for all binary packages built from
amarok source package. It's highly recommended to have this package installed
before reporting any Amarok crashes to either Amarok developers or Debian
package maintainers.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,21 +0,0 @@
Source: bibletime-trinity
Section: tde
Build-Depends: bzip2, autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), debhelper (>= 4.1.0), tdelibs14-trinity-dev, libsword-dev, libclucene-dev, poxml, libboost-dev
Priority: optional
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Standards-Version: 3.8.3
Package: bibletime-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Recommends: sword-text, sword-dict, sword-comm
Suggests: bibletime-i18n-trinity
Provides: sword-frontend
Description: A bible study tool for Trinity
BibleTime is a free and easy to use bible study tool for UNIX systems.
It requires a working TDE environment and the SWORD library.
BibleTime provides easy handling of digitized texts (Bibles, commentaries
and lexicons) and powerful features to work with these texts (search in
texts, write own notes, save, print etc.).

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,57 +0,0 @@
Source: digikam-trinity
Section: graphics
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev,
libtiff-dev, libgphoto2-2-dev, libkipi0-trinity-dev,
libsqlite3-dev, liblcms1-dev, libltdl3-dev, libkexiv2-3-trinity-dev (>= 0.1.6),
libjasper-dev, libpng-dev, libexiv2-trinity-dev (>= 0.16),
libkdcraw3-trinity-dev (>= 0.1.4),
automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://www.digikam.org
Package: digikam-trinity
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
Suggests: digikam-trinity-doc
Description: digital photo management application for TDE [Trinity]
An easy to use and powerful digital photo management
application, which makes importing, organizing and manipulating
digital photos a "snap". An interface is provided to connect to
your digital camera, preview the images and download and/or
delete them.
.
The digiKam built-in image editor makes the common photo correction
a simple task. The image editor is extensible via plugins and,
the digikamimageplugins project has been merged to digiKam core
since release 0.9.2, all useful image editor plugins are available
in the base installation.
.
digiKam can also make use of the KIPI image handling plugins to
extend its capabilities even further for photo manipulations,
import and export, etc. The kipi-plugins package contains many
very useful extentions.
.
digiKam is based in part on the work of the Independent JPEG Group.
Package: showfoto-trinity
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, digikam-trinity
Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
Description: image viewer/editor for TDE [Trinity]
Showphoto is part of the Digikam project.
It allows to browse your photo collection and edit them with ease.
Package: digikam-trinity-dbg
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, digikam-trinity (= ${binary:Version}), showfoto-trinity (= ${binary:Version}), tdelibs-trinity-dbg
Priority: extra
Description: debugging symbols for digikam [Trinity]
The debugging symbols associated with digikam and showfoto. They will
automatically be used by gdb for debugging digikam-related issues.

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,34 +0,0 @@
Source: dolphin-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, autotools-dev, docbook2x, docbook-xml, tdesdk-scripts-trinity, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: dolphin-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: amarok-trinity, ark-trinity, k3b-trinity, kmail-trinity, digikam-trinity
Suggests: kfloppy-trinity
Description: File manager for TDE focusing on usability [Trinity]
Dolphin is not intended to be a competitor to Konqueror, the default TDE
file manager: Konqueror acts as universal viewer being able to show HTML
pages, text documents, directories and a lot more, whereas Dolphin focuses
on being only a file manager. This approach allows to optimize the user
interface for the task of file management.
.
Features include:
Sidebar
Navigation bar (breadcrumbs)
View properties remembered for each folder
Split views
Network transparency
Undo/redo functionality
Renaming of a variable number of selected items in one step.
.
This is the D3lphin fork of Dolphin, intended to keep development of
the TDE version of Dolphin active.
.
Homepage: https://marrat.homelinux.org/D3lphin

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,17 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>
Pino Toscano <pino@kde.org>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,19 +0,0 @@
Source: kerry-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5.0.0), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, libqt3-mt-dev, libbeagle-dev (>= 0.3.0), docbook2x, chrpath, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Homepage: http://en.opensuse.org/Kerry
Standards-Version: 3.8.3
Package: kerry-trinity
Architecture: any
Depends: ${shlibs:Depends}, beagle (>= 0.2.3)
Description: a TDE frontend for the Beagle desktop search daemon [Trinity]
Kerry is a Trinity frontend for the Beagle desktop search daemon.
.
A program for indexing and searching user's data. At the moment, it can index
filesystems, chat logs, mail and data, RSS and other.
.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,24 +0,0 @@
Source: kgtk-qt3-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 7), quilt, cdbs, tdelibs14-trinity-dev, libgtk2.0-dev, libtqtinterface-dev, cmake
Standards-Version: 3.8.4
Homepage: http://trinity.pearsoncomputing.net
Package: kgtk-qt3-trinity
Architecture: any
Depends: ${shlibs:Depends}
Replaces: kgtk-qt3-kde3 (<< 4:3.5.13)
Breaks: kgtk-qt3-kde3 (<< 4:3.5.13)
Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity
Description: Use TDE dialogs in Gtk apps
This is an LD_PRELOAD hack that allows most GTK
applications to use Trinity's file dialogs when run under Trinity.
.
The Gtk file chooser functions have been overridden to communicate
with this TDE module/application.
.
This package includes the kqt3-wrapper

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,36 +0,0 @@
Source: knetworkmanager-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs,
debhelper (>= 7),
pkg-config,
tdelibs14-trinity-dev,
libnm-util-dev (>= 0.7.0),
libnm-glib-dev (>= 0.7.0),
network-manager-dev (>= 0.7.0),
libhal-dev,
libdbus-1-qt3-dev (>= 0.8.1),
libiw-dev,
libnl-dev (>= 1.1),
quilt,
network-manager-vpnc,
network-manager-openvpn,
network-manager-strongswan,
network-manager-pptp,
automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://opensuse.org/Projects/KNetworkManager
Package: network-manager-kde-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.7.0)
Recommends: tdewalletmanager-trinity, network-manager-vpnc, network-manager-openvpn, network-manager-strongswan, network-manager-pptp
Provides: knetworkmanager-trinity
Conflicts: network-manager-kde
Description: TDE systray applet for controlling NetworkManager [Trinity]
Systray applet for controlling network connections managed by
NetworkManager. It is mainly written for Trinity but also works for
other desktop environments like GNOME or Xfce.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,300 +0,0 @@
Source: koffice-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.52ubuntu18), debhelper (>= 5), quilt, binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext, flex, tdelibs14-trinity-dev (>= 4:3.4.3), libaspell-dev, libfontconfig1-dev, libopenexr-dev, libpaper-dev, libreadline5-dev, libtiff-dev, libwv2-dev (>= 0.2.2-4), libxml2-dev, libxslt1-dev, python-dev, ruby (>= 1.8.0), ruby1.8-dev, libwpd8-dev, libpqxx-dev, default-libmysqlclient-dev | libmysqlclient16-dev, sharutils, bzip2, libpoppler-qt-dev, libexif-dev, libasound2-dev, libogg-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Build-Depends-Indep: qt3-doc, graphviz, gsfonts-x11
Standards-Version: 3.8.3
Homepage: http://www.koffice.org
Package: koffice-trinity
Architecture: all
Section: tde
Depends: karbon-trinity (>= ${source:Version}), kchart-trinity (>= ${source:Version}), kexi-trinity (>= ${source:Version}), kformula-trinity (>= ${source:Version}), kivio-trinity (>= ${source:Version}), koshell-trinity (>= ${source:Version}), kplato-trinity (>= ${source:Version}), kpresenter-trinity (>= ${source:Version}), chalk-trinity (>= ${source:Version}), kspread-trinity (>= ${source:Version}), kugar-trinity (>= ${source:Version}), kword-trinity (>= ${source:Version}), kthesaurus-trinity (>= ${source:Version})
Suggests: koffice-i18n-trinity, koffice-trinity-dev (>= ${source:Version}), koffice-trinity-doc (>= ${source:Version}), koffice-trinity-doc-html (= ${source:Version})
Description: Trinity Office Suite [Trinity]
KOffice is an integrated office suite for TDE, the Trinity Desktop
Environment. It offers a word processor, spreadsheet, presentation
program, graphics tools and more.
.
This package provides all the components of KOffice.
Package: koffice-trinity-doc
Section: doc
Architecture: all
Description: developer documentation for the Trinity Office Suite [Trinity]
This package contains documentation for the Trinity Office Suite, of
use more for developers creating applications than regular users.
.
This package is part of the Trinity Office Suite.
Package: koffice-trinity-doc-html
Architecture: all
Section: doc
Suggests: konqueror-trinity | www-browser, koffice-trinity
Description: Trinity Office Suite documentation in HTML format [Trinity]
KOffice is an integrated office suite for TDE, the Trinity Desktop
Environment. It offers a word processor, spreadsheet, presentation
program, graphics tools and more.
.
By default the KOffice applications only provide their documentation in
TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the KOffice documentation converted to HTML
format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/kword/.
.
This package is part of the Trinity Office Suite.
Package: karbon-trinity
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Description: a vector graphics application for the Trinity Office Suite
Karbon is a vector graphics application.
.
This package is part of the Trinity Office Suite.
Package: kchart-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a chart drawing program for the Trinity Office Suite [Trinity]
KChart is a chart drawing application. It can be used to embed charts
into KOffice documents. KChart is easy to use and highly configurable.
.
This package is part of the Trinity Office Suite.
Package: kexi-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Suggests: kexi-mdb-plugin-trinity
Description: integrated database environment for the Trinity Office Suite [Trinity]
Kexi is an integrated data management application. It can be used for
creating database schemas, inserting data, performing queries, and
processing data. Forms can be created to provide a custom interface to
your data. All database objects - tables, queries and forms - are stored
in the database, making it easy to share data and design.
.
Kexi is considered as a long awaited Open Source competitor for MS Access,
Filemaker and Oracle Forms. Its development is motivated by the lack of
Rapid Application Development (RAD) tools for database systems that are
sufficiently powerful, inexpensive, open standards driven and portable
across many operating systems and hardware platforms.
.
This package is part of the Trinity Office Suite.
Package: kformula-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a formula editor for the Trinity Office Suite [Trinity]
KFormula is a formula editor that provides the basic input facilities
and the support functionality expected of a KOffice application.
.
Features include easy Greek letter insertion, intelligent cursor
movement, advanced syntax highlighting, multi-level undo support,
LaTeX export and MathML import.
.
This package is part of the Trinity Office Suite.
Package: kivio-trinity
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, kivio-data-trinity (>> 1:1.4.90.2-1), kivio-data-trinity (>> ${TDE-Version3}), kivio-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Description: a flowcharting program for the Trinity Office Suite [Trinity]
Kivio is a flowcharting program that offers basic flowcharting abilities,
but with a twist. Objects are scriptable, and a backend plugin system
offers the ability to make objects do just about anything.
.
This package is part of the Trinity Office Suite.
Package: kivio-data-trinity
Architecture: all
Section: graphics
Description: data files for Kivio flowcharting program [Trinity]
This package contains architecture-independent data files for Kivio,
the flowcharting program shipped with the Trinity Office Suite.
.
See the kivio package for further information.
.
This package is part of the Trinity Office Suite.
Package: koshell-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: koffice-trinity, khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: the Trinity Office Suite workspace [Trinity]
The KOffice workspace is a desktop with easy one-click launchers for
KOffice applications.
.
This package is part of the Trinity Office Suite.
Package: kplato-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: an integrated project management and planning tool [Trinity]
KPlato is a project management application, allowing for the planning and
scheduling of projects. It is in the very early stages of development.
.
This package is part of the Trinity Office Suite.
Package: kpresenter-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, ${perl:Depends}, kpresenter-data-trinity (>> ${TDE-Version3}), kpresenter-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a presentation program for the Trinity Office Suite [Trinity]
KPresenter is a fully-featured presentation program. Presentations can
be edited directly within KPresenter, and many advanced features for
screen presentations are available.
.
This package is part of the Trinity Office Suite.
Package: kpresenter-data-trinity
Architecture: all
Section: tde
Description: data files for KPresenter presentation program [Trinity]
This package contains architecture-independent data files for KPresenter,
the presentation program shipped with the Trinity Office Suite.
.
See the kpresenter package for further information.
.
This package is part of the Trinity Office Suite.
Package: chalk-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, chalk-data-trinity (>> ${TDE-Version3}), chalk-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: dcraw, khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a pixel-based image manipulation program for the Trinity Office Suite [Trinity]
Chalk is a painting and image editing application for KOffice. Chalk contains
both ease-of-use and fun features like guided painting.
.
This package is part of the Trinity Office Suite.
Package: chalk-data-trinity
Architecture: all
Section: tde
Description: data files for Chalk painting program [Trinity]
This package contains architecture-independent data files for Chalk,
the painting program shipped with the Trinity Office Suite.
.
See the chalk package for further information.
.
This package is part of the Trinity Office Suite.
Package: kspread-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a spreadsheet for the Trinity Office Suite [Trinity]
KSpread is a powerful spreadsheet application. It is scriptable and
provides both table-oriented sheets and support for complex mathematical
formulae and statistics.
.
This package is part of the Trinity Office Suite.
Package: kugar-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a business report maker for the Trinity Office Suite [Trinity]
Kugar is a tool for generating business quality reports that can
be viewed and printed. It includes a standalone report viewer and a
KPart report viewer. The latter means that any TDE application can
embed the report viewing functionality and that reports can be viewed
using the Konqueror browser.
.
This package is part of the Trinity Office Suite.
Package: kword-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, kword-data-trinity (>> ${TDE-Version3}), kword-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a word processor for the Trinity Office Suite [Trinity]
KWord is a FrameMaker-like word processing and desktop publishing
application. KWord is capable of creating demanding and professional
looking documents. It can be used for desktop publishing, but also for
"normal" word processing, like writing letters, reports and so on.
.
This package is part of the Trinity Office Suite.
Package: kword-data-trinity
Architecture: all
Section: tde
Description: data files for KWord word processor [Trinity]
This package contains architecture-independent data files for KWord,
the word processor shipped with the Trinity Office Suite.
.
See the kword package for further information.
.
This package is part of the Trinity Office Suite.
Package: kthesaurus-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: thesaurus for the Trinity Office Suite [Trinity]
KThesaurus lists words related to a given term and offers a user interface
to WordNet, a powerful lexical reference system. By default, only the English
language is supported.
.
This package is part of the Trinity Office Suite.
Package: koffice-libs-trinity
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, koffice-data-trinity (>> ${TDE-Version3}), koffice-data-trinity (<< ${TDE-Next-Version3})
Recommends: latex-xft-fonts, ruby, python
Suggests: wordnet, texlive-base
Description: common libraries and binaries for the Trinity Office Suite [Trinity]
This package provides the libraries and binaries that are shared amongst
the various components of KOffice.
.
This package is part of the Trinity Office Suite.
Package: koffice-data-trinity
Architecture: all
Section: libs
Recommends: khelpcenter-trinity | koffice-trinity-doc-html
Description: common shared data for the Trinity Office Suite [Trinity]
This package provides the architecture-independent data that is shared
amongst the various components of KOffice.
.
This package is part of the Trinity Office Suite.
Package: koffice-trinity-dev
Architecture: any
Section: libdevel
Depends: koffice-libs-trinity (= ${binary:Version}), karbon-trinity (= ${binary:Version}), kchart-trinity (= ${binary:Version}), kexi-trinity (= ${binary:Version}), kformula-trinity (= ${binary:Version}), kivio-trinity (= ${binary:Version}), koshell-trinity (= ${binary:Version}), kplato-trinity (= ${binary:Version}), kpresenter-trinity (= ${binary:Version}), chalk-trinity (= ${binary:Version}), kspread-trinity (= ${binary:Version}), kthesaurus-trinity (= ${binary:Version}), kugar-trinity (= ${binary:Version}), kword-trinity (= ${binary:Version}), tdelibs14-trinity-dev
Description: common libraries for KOffice (development files) [Trinity]
This package provides the development files for the libraries that are
shared amongst the various components of KOffice.
.
This package is part of the Trinity Office Suite.
Package: koffice-trinity-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: koffice-libs-trinity (= ${binary:Version})
Description: debugging symbols for koffice [Trinity]
This package contains the debugging symbols associated with koffice.
They will automatically be used by gdb for debugging koffice-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,22 +0,0 @@
Source: ktorrent-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5.0), quilt, cdbs, docbook2x, tdelibs14-trinity-dev, libpcre3-dev, libx11-dev, libgmp3-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: ktorrent-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: php-cli | php5-cli
Recommends: tdebase-tdeio-plugins-trinity
Description: BitTorrent client for Trinity
KTorrent is a BitTorrent program for Trinity. Its features include speed capping
(both down and up), integrated searching, UDP tracker support, preview of
certain file types (video and audio) and integration into the TDE Panel
enabling background downloading.
.
Homepage: http://ktorrent.org

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,26 +0,0 @@
Source: kuickshow-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, gawk, tdelibs14-trinity-dev, imlib11-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: kuickshow-trinity
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: TDE image/slideshow viewer [Trinity]
KuickShow is an image browser/viewer with a nice filebrowser to
select images to be shown, slideshow support and the ability to
display the following image formats: jpg, gif, tiff, png, bmp, psd,
xpm, xbm, pbm and eim. Images can be displayed either in their own
window, as large as the image, or fullscreen (which shrinks images too
large to display). KuickShow also has a slideshow mode.
.
This package is part of TDE, as a component of the TDE graphics
module. See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kuickshow.sourceforge.net

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,37 +0,0 @@
Source: rosegarden-trinity
Section: sound
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>> 5.0.0), quilt, cdbs, cmake, tdelibs14-trinity-dev, libasound2-dev (>= 1.0.0), libjack-dev, ladspa-sdk, liblrdf0-dev, liblircclient-dev, dssi-dev (>= 0.4 ), liblo-dev, libxft-dev, dpatch, libfftw3-dev
Standards-Version: 3.8.4
Homepage: http://www.rosegardenmusic.com/
Package: rosegarden-trinity
Architecture: any
Depends: ${shlibs:Depends}, khelpcenter-trinity, rosegarden-data-trinity (= ${source:Version}), libxml-twig-perl, sndfile-programs, xterm, tdebase-trinity-bin, konqueror-trinity | www-browser, flac
Replaces: rosegarden-kde3 (<< 4:3.5.13)
Breaks: rosegarden-kde3 (<< 4:3.5.13)
Recommends: jackd, lilypond, swh-plugins | ladspa-plugin
Suggests: qjackctl
Description: music editor and MIDI/audio sequencer [Trinity]
Rosegarden is a TDE application which provides a mixed Audio/MIDI
sequencer (for playback and recording), a multi-track editor, music
editing using both piano-roll and score notation, MIDI file IO,
lilypond and Csound files export, etc.
Package: rosegarden-data-trinity
Architecture: all
Recommends: rosegarden-trinity
Replaces: rosegarden-data-kde3 (<< 4:3.5.13)
Breaks: rosegarden-data-kde3 (<< 4:3.5.13)
Priority: optional
Description: music editor and MIDI/audio sequencer data files [Trinity]
Rosegarden is a TDE application which provides a mixed Audio/MIDI
sequencer (for playback and recording), a multi-track editor, music
editing using both piano-roll and score notation, MIDI file IO,
lilypond and Csound files export, etc.
.
This package provides the data files necessary for running Rosegarden

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,32 +0,0 @@
Source: tde-style-qtcurve-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5), quilt, tdelibs14-trinity-dev, cmake, cdbs
Standards-Version: 3.8.4
Package: tde-style-qtcurve-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: tde-style-qtcurve-kde3 (<< 4:3.5.13)
Breaks: tde-style-qtcurve-kde3 (<< 4:3.5.13)
Recommends: gtk2-engines-qtcurve
Provides: tde-style-qtcurve
Description: This is a set of widget styles for Trinity based apps
This package together with gtk2-engines-qtcurve aim to provide a unified look
and feel on the desktop when using TDE and Gnome applications.
.
This package is most useful when installed together with
gtk2-engines-qtcurve.
Package: qtcurve-trinity
Architecture: any
Depends: tde-style-qtcurve-trinity, gtk2-engines-qtcurve
Replaces: qtcurve-kde3 (<< 4:3.5.13)
Breaks: qtcurve-kde3 (<< 4:3.5.13)
Description: This is a set of widget styles for Trinity and Gtk2 based apps
This is an empty dummy package which will drag the packages
tde-style-qtcurve and gtk2-engines-qtcurve in your system.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,21 +0,0 @@
Source: tdeio-locate-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev, bzip2, python (>= 2.3), cmake
Standards-Version: 3.8.4
Package: tdeio-locate-trinity
Architecture: any
Depends: ${shlibs:Depends}
Replaces: kio-locate-kde3 (<< 4:3.5.13)
Breaks: kio-locate-kde3 (<< 4:3.5.13)
Description: tdeio-slave for the locate command [Trinity]
Adds support for the "locate:" and "locater:"
protocols to Konqueror and other TDE applications.
.
This enables you to perform locate searches as you
would in a terminal. The result is displayed just
as a directory.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,26 +0,0 @@
Source: tdenetworkmanager-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs,
debhelper (>= 7),
pkg-config,
tdelibs14-trinity-dev,
libiw-dev,
libnl-3-dev | libnl-dev (>= 1.1),
quilt,
libtool, libltdl-dev, cmake
Standards-Version: 3.8.4
Homepage: http://www.trinitydesktop.org/
Package: network-manager-tde
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.7.0)
Recommends: tdewalletmanager-trinity
Provides: tdenetworkmanager-trinity
Description: TDE systray applet for controlling networking [Trinity]
Systray applet for controlling network connections managed by
a TDE network backend. It is mainly written for Trinity but also works for
other desktop environments like GNOME or Xfce.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,61 +0,0 @@
Source: tdesvn-trinity
Section: devel
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.50), debhelper (>= 5.0.0), cmake (>= 2.4), tdelibs14-trinity-dev (>= 4:3.4.3-2), libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), libsqlite3-dev, gettext, quilt, libaprutil1-dev
Standards-Version: 3.8.4
Package: libsvnqt4-trinity
Section: libs
Architecture: any
Replaces: libsvnqt4-kde3 (<< 4:3.5.13)
Breaks: libsvnqt4-kde3 (<< 4:3.5.13)
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Qt wrapper library for subversion [Trinity]
This package provides svnqt, a Qt wrapper library around the
subversion library.
.
It is based on the RapidSvn SvnCpp library, a subversion client API
written in C++.
Package: libsvnqt-trinity-dev
Section: libdevel
Architecture: any
Replaces: libsvnqt-kde3-dev (<< 4:3.5.13)
Breaks: libsvnqt-kde3-dev (<< 4:3.5.13)
Depends: libsvnqt4-trinity (= ${binary:Version}), libqt3-mt-dev, libsvn-dev
Description: Qt wrapper library for subversion (development files) [Trinity]
This package contains the header files and symbolic links that developers
using svnqt will need.
Package: tdesvn-trinity
Section: devel
Architecture: any
Replaces: tdesvn-kde3 (<< 4:3.5.13)
Breaks: tdesvn-kde3 (<< 4:3.5.13)
Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins-trinity (= ${binary:Version})
Recommends: kompare-trinity, graphviz
Suggests: khelpcenter-trinity, kdiff3-trinity
Description: subversion client with tight TDE integration [Trinity]
TDESvn is a graphical client for the subversion revision control
system (svn).
.
Besides offering common and advanced svn operations, it features
a tight integration into TDE and can be embedded into other TDE
applications like konqueror via the TDE component technology KParts.
Package: tdesvn-tdeio-plugins-trinity
Section: devel
Architecture: any
Replaces: tdesvn-kio-plugins-kde3 (<< 4:3.5.13)
Breaks: tdesvn-kio-plugins-kde3 (<< 4:3.5.13)
Depends: ${shlibs:Depends}, ${misc:Depends}
Conflicts: tdesdk-tdeio-plugins-trinity
Description: subversion I/O slaves for Trinity
This packages includes KIO slaves for svn, svn+file, svn+http,
svn+https, svn+ssh. This allows you to access subversion repositories
inside any KIO enabled TDE application.
.
This package is part of tdesvn-trinity.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,23 +0,0 @@
Source: wlassistant-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 4.1.0), quilt, cmake, cdbs, tdelibs14-trinity-dev, net-tools, wireless-tools, libiw-dev
Standards-Version: 3.8.4
Package: wlassistant-trinity
Architecture: any
Depends: kicker-trinity, net-tools, wireless-tools, menu, ${shlibs:Depends}
Replaces: wlassistant-kde3 (<< 4:3.5.13)
Breaks: wlassistant-kde3 (<< 4:3.5.13)
Recommends: dhcp3-client | dhcp-client | dhcpcd
Description: User friendly TDE frontend for wireless network connection [Trinity]
Wireless Assistant scans for wireless access points and displays link quality,
encryption and other useful information. When user wants to connect to a
network, Wireless Assistant opens up its wizards and guides the user through
Wi-Fi settings. After a successful connection is made the settings are
remembered so next time the user won't have to enter them again.
.
Homepage: http://wlassistant.sourceforge.net/

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,100 +0,0 @@
Source: arts
Section: libs
Priority: optional
Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.48), debhelper (>= 6), quilt, autotools-dev,
docbook-to-man, gawk, gettext, sharutils, texinfo,
libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev,
libjack0.100.0-dev, libmad0-dev, libogg-dev, libqt3-mt-dev (>= 3:3.3.7),
libvorbis-dev
Build-Conflicts: libmas-dev
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/arts
Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/arts
Package: arts
Architecture: all
Section: sound
Depends: libartsc0 (>= ${source:Version}), libarts1c2a (>= ${source:Version})
Description: sound system from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes the complete aRts sound system, without
development packages. aRts is the core sound system for TDE.
Package: libarts1c2a
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, oss-compat
Recommends: libarts1-akode-trinity
Conflicts: libarts1, libarts1c2, libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0), tdelibs14 (<< 4:3.5.9)
Replaces: libarts1, libarts1c2, libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Description: aRts sound system core components
aRts is a short form for "analog realtime synthesizer". aRts is highly
modular, creating and processing sound using small modules performing
specific tasks. These may create a waveform (oscillators), play samples,
filter data, add signals, perform effects like delay/flanger/chorus, or
output the data to the soundcard.
.
This package contains the aRts sound system, its libraries and binaries,
including the aRts daemon, artsd.
.
The 'akode' package adds several plug-ins to arts that can dramatically
improve performance and help maintain uninterrupted playback. Its use
with aRts is recommended.
.
This package is part of TDE, and a component of the TDE aRts module.
See the 'tde' and 'arts' packages for more information.
Package: libarts1-dev
Architecture: any
Section: libdevel
Depends: libarts1c2a (= ${binary:Version}), libartsc0-dev (= ${binary:Version}), ${libasound2-dev}, libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, libjack0.100.0-dev, libmad0-dev, libogg-dev, libqt3-mt-dev (>= 3:3.3.5), libvorbis-dev
Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Description: development files for the aRts sound system core components
This package contains the header files needed to build applications that
use the aRts sound system.
.
This package is part of TDE, and a component of the TDE aRts module.
See the 'tde' and 'arts' packages for more information.
Package: libartsc0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Description: aRts sound system C support library
This package contains the C bindings for the aRts sound daemon.
.
This package is part of TDE, and a component of the TDE aRts module.
See the 'tde' and 'arts' packages for more information.
Package: libartsc0-dev
Architecture: any
Section: libdevel
Depends: libartsc0 (= ${binary:Version}), libglib2.0-dev
Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0)
Description: development files for the aRts sound system C support library
This package contains the header files needed to build applications that
use the aRts sound daemon's C bindings.
.
This package is part of TDE, and a component of the TDE aRts module.
See the 'tde' and 'arts' packages for more information.
Package: arts-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: libarts1c2a (= ${binary:Version})
Description: debugging symbols for arts
This package contains the debugging symbols associated with arts.
They will automatically be used by gdb for debugging arts-related
issues.

@ -1,7 +1,3 @@
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: libart-lgpl
Section: devel
Priority: optional

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,88 +0,0 @@
Source: kipi-plugins-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5), quilt, pkg-config, tdelibs14-trinity-dev,
libexiv2-trinity-dev (>= 0.16), libgphoto2-2-dev, libgpod-nogtk-dev | libgpod-dev (>> 0.8.3-8),
libkcal2-trinity-dev, libkdcraw3-trinity-dev, libkexiv2-3-trinity-dev,
libkipi0-trinity-dev, libtiff-dev, libxslt1-dev, tdepim-trinity-dev,
automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://www.kipi-plugins.org/
Package: kipi-plugins-trinity
Replaces: digikamplugins-trinity
Architecture: any
Depends: ${shlibs:Depends}
Recommends: k3b-trinity, graphicsmagick-imagemagick-compat (>=1.1.7) | imagemagick (>=5.4.8), kmail-trinity, tdeprint-trinity, sane-utils, kooka-trinity, konqueror-trinity, mpg123
Suggests: gimp, gallery, kipi-plugins-trinity-doc
Enhances: digikam-trinity, kphotoalbum-trinity, showimg, gwenview-trinity
Description: image manipulation/handling plugins for KIPI aware programs [Trinity]
KIPI plugins (TDE Image Plugin Interface) is an effort to develop a
common plugin structure for Digikam, KPhotoAlbum (formerly known as
KimDaBa), Showimg and Gwenview.
Its aim is to share image plugins among graphic applications.
.
Plugins available are:
.
RawConverter: Raw image converter for digital cameras
SlideShow: Slideshow with effects ripped out from kslideshow
and 3D effects using OpenGL
MpegEncoder: Create an MPEG slideshow from your images
PrintWizard: A wizard to print images in various format
JpegLossLess: Batch process your JPEG images without losing meta
information and compression
CdArchiving: Archive your albums on CD or DVD using K3b
ScanImages: Scanner management using Kooka
ScreenshotImages: Snap screen based on KSnapshot and adapted to Kipi
Calendar: Sreate calendars with images
SendImages: Send images by email, allowing resizing
and recompressing before sending
RenameImages: Batch image renamer
ConvertImages: Batch image converter
BorderImages: Add border to your images in batch
FilterImages: Batch image enhancer using digital filters
ColorImages: Batch image color enhancer
EffectImages: Batch image transformation effects
ResizeImages: Batch image resizer
RecompressImages: Batch image recompressor
FindDuplicateImages: Find duplicate images in albums
TimeAdjust: Adjust image file time and date
WallPaper: Set your image as wallpaper
FindImages: Find duplicate images in albums
GalleryExport: Interface for export images collections to remote
Gallery (and Gallery 2) servers
FlickrExport: Export images to a remote Flickr web service
HTMLGallery: Export images to HTML
SimpleviewerExport: Export images in a nice flash movie
GPSSync: Geolocalize pictures
MetadataEdit: Edit EXIF and IPTC pictures metadata
IpodExport: Export images to an ipod device
PicasaWebExport: Export pictures to Picasa web service
.
Documentation of the plugins is available in the package kipi-plugins-doc.
Package: kipi-plugins-trinity-doc
Architecture: all
Section: doc
Depends: khelpcenter-trinity
Suggests: kipi-plugins-trinity
Description: kipi-plugins documentation [Trinity]
KIPI plugins (TDE Image Plugin Interface) is an effort to develop a
common plugin structure for Digikam, KPhotoAlbum (formerly known as
KimDaBa), Showimg and Gwenview.
Its aim is to share image plugins among graphic applications.
.
Kipi-plugins-doc contains the handbooks for the following languages:
.
de - German
en - English
es - Spanish
et - Estonian
it - Italien
nl - Dutch
pt(BR) - Brazilian
sv - Swedish

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,35 +0,0 @@
Source: libkdcraw-trinity
Section: libs
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev,
liblcms2-dev | liblcms1-dev, libjpeg62-dev, pkg-config,
automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://www.kipi-plugins.org/
Package: libkdcraw3-trinity-dev
Section: libdevel
Architecture: any
Depends: libkdcraw3-trinity (= ${binary:Version}), ${lcms-dev}, pkg-config
Conflicts: libkdcraw-dev
Description: RAW picture decoding C++ library (development) [Trinity]
Libkdcraw is a C++ interface around dcraw binary program used to
decode Raw picture files.
.
libkdcraw-dev contains development files and documentation. The
library documentation is available on kdcraw.h header file.
Package: libkdcraw3-trinity
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Raw picture decoding C++ library (runtime) [Trinity]
C++ interface around dcraw binary program used to decode RAW
picture files.
.
This library is used by kipi-plugins, digiKam and others kipi host programs.
.
libkdcraw3 contains the library of libkdcraw.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,28 +0,0 @@
Source: libkexiv2-trinity
Section: libs
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>> 5), cdbs, libexiv2-trinity-dev (>= 0.12), tdelibs14-trinity-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://www.kipi-plugins.org/
Package: libkexiv2-3-trinity-dev
Section: libdevel
Architecture: any
Depends: libkexiv2-3-trinity (= ${binary:Version}), pkg-config
Description: Qt like interface for the libexiv2 library (development) [Trinity]
libkexif2-dev contains development files and documentation for libkexiv2
library. The library documentation is available on kexiv2.h header file.
.
Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata.
Package: libkexiv2-3-trinity
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Qt like interface for the libexiv2 library (runtime) [Trinity]
libkexif2 contains the library of libkexiv2.
.
Libkexif is a wrapper around Exiv2 library to manipulate pictures metadata.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,39 +0,0 @@
Source: libkipi-trinity
Section: libs
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>> 4.1), quilt, libexif-dev, tdelibs14-trinity-dev (>= 4:3.4.3-2), autotools-dev
Standards-Version: 3.8.3
Package: libkipi0-trinity-dev
Provides: libkipi-trinity-dev
Conflicts: libkipi-trinity-dev
Section: libdevel
Architecture: any
Depends: libkipi0-trinity (= ${source:Version}), pkg-config
Description: library for apps that want to use kipi-plugins (development version) [Trinity]
Libkipi is a library
.
o that contains common routines and widget used by kipi-plugins
o to ease implementation of the kipi-plugins interface in an application
that wants to use kipi-plugins
.
This pkg contains development files and documentation for libkipi library.
.
Homepage: http://www.kipi-plugins.org/
Package: libkipi0-trinity
Conflicts: libkipi0c2-trinity
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: library for apps that want to use kipi-plugins (runtime version) [Trinity]
Libkipi is a library
.
o that contains common routines and widget used by kipi-plugins
o to ease implementation of the kipi-plugins interface in an application
that wants to use kipi-plugins
.
Homepage: http://extragear.kde.org/apps/kipi

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,160 +0,0 @@
Source: tdeaccessibility
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, gawk, gettext, groff-base, tdelibs4-dev, tdemultimedia-dev, libakode-dev, libxtst-dev, sharutils
Standards-Version: 3.7.2
Package: tdeaccessibility
Section: tde
Architecture: all
Depends: kmag (>= ${source:Version}), kmousetool (>= ${source:Version}), kmouth (>= ${source:Version}), kbstate (>= ${source:Version}), ksayit (>= ${source:Version}), kttsd (>= ${source:Version})
Recommends: tde-icons-mono (>= ${source:Version})
Suggests: kttsd-contrib-plugins (>= ${source:Version}), tdeaccessibility-doc-html (>= ${source:Version})
Description: accessibility packages from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of programs to make TDE more
accessible, provided with the official release of TDE.
.
Homepage: http://accessibility.kde.org
Package: tdeaccessibility-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE accessibility documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE accessibility documentation converted
to HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/kmag/. Documentation is provided for most
TDE accessibility packages.
.
This package is part of TDE, and a component of the TDE accessibility
module. See the 'tde' and 'tdeaccessibility' packages for more information.
Package: tde-icons-mono
Section: tde
Architecture: all
Description: a monochromatic icons theme for TDE
A monochromatic icon theme for TDE, designed for accessibility purposes.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: kbstate
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a keyboard status applet for TDE
A panel applet that displays the keyboard status.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: kmag
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a screen magnifier for TDE
TDE's screen magnifier tool.
.
You can use KMagnifier to magnify a part of the screen just as you would use
a lens to magnify a newspaper fine-print or a photograph. This application is
useful for a variety of people: from researchers to artists to web-designers to
people with low vision.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: kmousetool
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: TDE mouse manipulation tool for the disabled
KMouseTool clicks the mouse whenever the mouse cursor pauses briefly. It was
designed to help those with repetitive strain injuries, for whom pressing
buttons hurts.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: kmouth
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a type-and-say TDE frontend for speech synthesizers
TDE's type-and-say frontend for speech synthesizers.
.
It includes a history of spoken sentences from which the user can select
sentences to be re-spoken.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: ksayit
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a frontend for the TDE Text-to-Speech system
Text-to-speech front-end to kttsd.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: kttsd
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ksayit (= ${source:Version}) | kmouth (= ${source:Version}), festival | flite | epos
Suggests: kttsd-contrib-plugins (= ${source:Version})
Description: a Text-to-Speech system for TDE
The TDE Text-to-Speech system is a plugin based service that allows any TDE
(or non-TDE) application to speak using the DCOP interface.
.
ksayit and kmouth are useful front-ends for this capability, while one of
festival, flite, and epos are essential back-ends.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
.
Homepage: http://accessibility.kde.org/developer/kttsd
Package: kttsd-contrib-plugins
Section: contrib/utils
Architecture: any
Depends: ${shlibs:Depends}
Description: the TDE Text-to-Speech system
kttsd synthetizer plugins that depends on non-free software :
* FreeTTS plugin.
* Hadifix (mbrola/txt2pho) plugin.
Those plugins will require manual installation of third party,
non free software to work.
.
This package is part of TDE, as a component of the TDE accessibility module.
See the 'tde' and 'tdeaccessibility' packages for more information.
Package: tdeaccessibility-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdeaccessibility
This package contains the debugging symbols associated with tdeaccessibility.
They will automatically be used by gdb for debugging tdeaccessibility-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,229 +0,0 @@
Source: tdeaddons
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, tdelibs4-dev, atlantik-dev, tdebase-dev, tdemultimedia-dev, libtdegames-dev, libkonq4-dev, tdepim-dev, libsdl1.2-dev (>= 1.2.2-3.3), libssl-dev (>= 0.9.6), libxine-dev, libdb4.6++-dev
Standards-Version: 3.7.2
Package: tdeaddons
Architecture: all
Section: tde
Depends: atlantikdesigner (>= ${source:Version}), kaddressbook-plugins (>= ${source:Version}), kate-plugins (>= ${source:Version}), tdeaddons-tdefile-plugins (>= ${source:Version}), kicker-applets (>= ${source:Version}), knewsticker-scripts (>= ${source:Version}), konq-plugins (>= ${source:Version}), ksig (>= ${source:Version}), noatun-plugins (>= ${source:Version})
Suggests: tdeaddons-doc-html
Description: add-on plugins and applets provided with TDE
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of add-on plugins and applets
provided with the official release of TDE.
Package: tdeaddons-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdeaddons
Description: TDE add-ons documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE addons documentation
converted to HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/kicker-applets/. Documentation is provided for
most TDE addons packages.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: atlantikdesigner
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Enhances: atlantik
Description: game board designer for Atlantik
Atlantik Designer is a game board designer for the game Atlantik.
.
Atlantik is a TDE client for playing Monopoly-like board games on the
monopd network. It can play any board supported by the network
server, including the classic Monopoly game as well as the Atlantik
game in which the properties include several major cities in North
America and Europe.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: kaddressbook-plugins
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Suggests: kworldclock, khelpcenter, tdeaddons-doc-html
Enhances: kaddressbook
Description: plugins for KAddressBook, the TDE address book
This package contains a variety of useful plugins for the TDE address
book. These plugins can be loaded through the TDE address book settings.
.
Highlights include exporting postal addresses as flags in KWorldClock,
as well as importing and exporting contacts in the native format used
by the German freemail provider GMX.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: kate-plugins
Architecture: any
Section: editors
Depends: ${shlibs:Depends}, tidy
Suggests: khelpcenter, tdeaddons-doc-html, kaddressbook
Enhances: kate
Description: plugins for Kate, the TDE Advanced Text Editor
This package contains a variety of useful plugins for Kate, the TDE
Advanced Text Editor. These plugins can be loaded through the plugin
manager in Kate settings.
.
Highlights include spell checking, text filtering, HTML/XML construction
and validation, vim/emacs modeline handling, templates for new files
and text snippets, opening of C/C++ headers, extraction of C/C++ symbols,
a tab bar, a Python browser and even more.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: tdeaddons-tdefile-plugins
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Conflicts: renamedlg-plugins (<= 4:3.2.0-1)
Replaces: renamedlg-plugins (<= 4:3.2.0-1)
Provides: renamedlg-plugins
Description: TDE file dialog plugins for text files and folders
This is a collection of plugins for the TDE file dialog. These plugins
extend the file dialog to offer advanced meta-information for text,
HTML and desktop files, as well as for folders, Windows .lnk files,
MIME archives and X.509 certificates.
.
This package also includes plugins for the TDE file rename dialog,
allowing a user to more easily decide what to do when faced with a
decision regarding conflicting filenames. Rename dialog plugins are
provided for audio and image files.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: kicker-applets
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, kicker
Suggests: xmms-kde, khelpcenter, tdeaddons-doc-html
Conflicts: ktimemon (<< 4:2.2-alpha1-0)
Replaces: ktimemon (<< 4:2.2-alpha1-0)
Provides: ktimemon
Enhances: kicker
Description: applets for Kicker, the TDE panel
This package contains a variety of applets for Kicker, the TDE for panel.
These applets will appear in the panel's Add--Applet menu.
.
Included are a system monitor, a colour picker, a media player controller,
a mathematical evaluator and a binary clock.
.
The media control applet does not support XMMS, as this would force all
kicker-applets users to install XMMS. If you want a kicker applet that
controls XMMS, install the xmms-kde package.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: knewsticker-scripts
Architecture: all
Section: tde
Depends: ${perl:Depends}, python, libfinance-quote-perl, libmime-perl, libnews-nntpclient-perl, libwww-perl
Recommends: knewsticker
Enhances: knewsticker
Description: scripts for KNewsTicker, the TDE news ticker
This package contains a variety of scripts that provide additional news
sources for KNewsTicker, the news ticker applet for the TDE panel. See
/opt/trinity/share/doc/knewsticker-scripts/README.Debian for usage details.
.
Highlights include newsgroup handling, stock data retrieval, sports scores
and various local news sources.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: konq-plugins
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, libjpeg-progs, python
Recommends: akregator, ark, imagemagick
Suggests: khelpcenter, tdeaddons-doc-html
Enhances: konqueror, akregator
Replaces: akregator (<< 1.1), akregator-konq-plugin (<< 1.1)
Conflicts: akregator-konq-plugin (<< 1.1)
Provides: akregator-konq-plugin
Description: plugins for Konqueror, the TDE file/web/doc browser
This package contains a variety of useful plugins for Konqueror, the
file manager, web browser and document viewer for TDE. Many of these
plugins will appear in Konqueror's Tools menu.
.
Highlights for web browsing include web page translation, web page archiving,
auto-refreshing, HTML and CSS structural analysis, a search toolbar, a
sidebar news ticker, fast access to common options, bookmarklets, a crash
monitor, a microformat availability indicator, a del.icio.us bookmarks
sidebar, and integration with the aKregator RSS feed reader.
.
Highlights for directory browsing include directory filters, image gallery
creation, archive compression and extraction, quick copy/move, a sidebar
media player, a file information metabar/sidebar, a media folder helper, a
graphical disk usage viewer and image conversions and transformations.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: ksig
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Suggests: kmail
Enhances: kmail
Description: graphical tool for managing multiple email signatures
KSig is a graphical tool for keeping track of many different email
signatures. The signatures themselves can be edited through KSig's
graphical user interface. A command-line interface is then available
for generating random or daily signatures from this list.
.
The command-line interface makes a suitable plugin for generating
signatures in external mail clients such as KMail. See
/opt/trinity/share/doc/ksig/README.Debian for details on how this can be done.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: noatun-plugins
Architecture: any
Section: sound
Depends: ${shlibs:Depends}
Enhances: noatun
Description: plugins for Noatun, the TDE media player
This package contains a variety of useful plugins for Noatun, the audio and
video media player for TDE. These plugins can be loaded through the plugin
manager in Noatun settings.
.
Highlights include an alarm clock, guessing tags from filenames, adjustable
playback speed, capture to wave file and displaying lyrics, plus a variety
of user interfaces, playlists and visualisation plugins.
.
This package is part of TDE, as a component of the TDE addons module.
See the 'tde' and 'tdeaddons' packages for more information.
Package: tdeaddons-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdeaddons
This package contains the debugging symbols associated with tdeaddons.
They will automatically be used by gdb for debugging tdeaddons-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,156 +0,0 @@
Source: tdeadmin
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), autotools-dev, debhelper (>= 5.0.31), quilt, docbook-to-man, gawk, gettext, tdelibs4-dev, libbz2-dev, libpam0g-dev, lilo [i386 amd64], sharutils, texinfo, rpm
Standards-Version: 3.7.2
Package: tdeadmin
Section: tde
Architecture: all
Depends: kcron (>= ${source:Version}), kdat (>= ${source:Version}), tdeadmin-tdefile-plugins (>= ${source:Version}), knetworkconf (>= ${source:Version}), kpackage (>= ${source:Version}), ksysv (>= ${source:Version}), kuser (>= ${source:Version})
Recommends: lilo-config (>= ${source:Version})
Suggests: tdeadmin-doc-html (>= ${source:Version})
Description: system administration tools from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of system administration tools
provided with the official release of TDE.
Package: tdeadmin-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE administration documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE administration documentation
converted to HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/kcron/. Documentation is provided for most
TDE administration packages.
.
This package is part of TDE, and a component of the TDE administration
module. See the 'tde' and 'tdeadmin' packages for more information.
Package: kcron
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: the TDE crontab editor
KCron is an application for scheduling programs to run in the background.
It is a graphical user interface to cron, the UNIX system scheduler.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: kdat
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a TDE tape backup tool
KDat is a tar-based tape archiver. It is designed to work with multiple
archives on a single tape.
.
Main features are:
* Simple graphical interface to local filesystem and tape contents.
* Multiple archives on the same physical tape.
* Complete index of archives and files is stored on local hard disk.
* Selective restore of files from an archive.
* Backup profiles for frequently used backups.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: tdeadmin-tdefile-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE file metainfo plugins for deb and rpm files
File metainfo plugins for deb and rpm package files.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: knetworkconf
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE network configuration tool
This is a Trinity control center module to configure TCP/IP settings. It
can be used to manage network devices and settings for each device.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: kpackage
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Recommends: rpm
Suggests: khelpcenter
Description: TDE package management tool
This is a frontend to both .rpm and .deb package formats. It allows you
to view currently installed packages, browse available packages, and
install/remove them.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: ksysv
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: TDE SysV-style init configuration editor
This program allows you to edit your start and stop scripts using a
drag and drop GUI.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: kuser
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: TDE user/group administration tool
A user/group administration tool for TDE.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: lilo-config
Section: tde
Architecture: i386 amd64
Depends: ${shlibs:Depends}, kcontrol
Recommends: tdebase-bin
Suggests: lilo
Description: TDE frontend for lilo configuration
lilo-config is a TDE based frontend to the lilo boot manager configuration.
It runs out of the Trinity Control Center.
.
If you want to use the menu entry to launch lilo-config, you need to install
tdebase-bin since it uses the tdesu command to gain root privileges.
.
This package is part of TDE, as a component of the TDE administration module.
See the 'tde' and 'tdeadmin' packages for more information.
Package: tdeadmin-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdeadmin
This package contains the debugging symbols associated with tdeadmin.
They will automatically be used by gdb for debugging tdeadmin-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,15 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,170 +0,0 @@
Source: tdeartwork
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, tdelibs4-dev, gawk, gettext, sharutils, tdebase-dev, twin, libgl1-mesa-dev | libgl-dev, libglu1-mesa-dev | libglu-dev, xscreensaver, xscreensaver-gl
Build-Conflicts: autoconf2.13, nvidia-glx
Standards-Version: 3.7.2
Package: tdeartwork
Architecture: all
Section: tde
Depends: tdeartwork-misc (>= ${source:Version}), tdeartwork-emoticons (>= ${source:Version}), tdeartwork-style (>= ${source:Version}), tdeartwork-theme-icon (>= ${source:Version}), tdeartwork-theme-window (>= ${source:Version}), tdewallpapers (>= ${source:Version}), tdescreensaver (>= ${source:Version})
Recommends: tdescreensaver-xsavers
Description: themes, styles and more from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of artistic extras (themes, widget
styles, screen savers, wallpaper, icons, emoticons and so on) provided
with the official release of TDE.
.
Homepage: http://artist.kde.org
Package: tdeartwork-emoticons
Architecture: all
Section: tde
Enhances: kopete
Description: emoticon collections for TDE chat clients
This package contains several collections of emoticons used by official
and unofficial TDE chat clients, such as Kopete and Konversation.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdeartwork-misc
Architecture: all
Section: tde
Suggests: kworldclock
Description: various multimedia goodies released with TDE
This package contains miscellaneous multimedia goodies for TDE.
Included are additional TDE sounds and kworldclock themes.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdeartwork-style
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Description: widget styles released with TDE
This package contains additional widget styles for TDE. Widget styles
can be used to customise the look and feel of interface components such
as buttons, scrollbars and so on. They can be applied using the style
manager in the Trinity Control Centre.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdeartwork-theme-icon
Architecture: all
Section: tde
Recommends: kdesktop, kicker
Replaces: tdelibs-data (<< 4:3.5)
Description: icon themes released with TDE
This package contains additional icon themes for TDE. Icon themes can be
used to customise the appearance of standard icons throughout TDE. They
can be applied using the icon manager in the Trinity Control Centre.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdeartwork-theme-window
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Description: window decoration themes released with TDE
This package contains additional window decoration themes for TDE. Window
decoration themes can be used to customise the look of window borders and
buttons, and can be applied using the window decoration manager in the TDE
Control Center.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdewallpapers
Architecture: all
Section: tde
Suggests: twin | x-window-manager
Replaces: tdebase-data (<< 4:3.5)
Description: wallpapers released with TDE
This package contains additional wallpapers for TDE. Wallpapers can be
applied using the background manager in the Trinity Control Centre.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdescreensaver
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdebase-bin
Recommends: twin, tdescreensaver-xsavers (= ${source:Version})
Description: additional screen savers released with TDE
This package contains the screen savers for TDE. They can be tested and
selected within the Appearance and Themes section of the Trinity Control
Center.
.
The hooks for the standard xscreensavers are no longer part of this
package. To select and/or configure the standard xscreensavers through
the Trinity Control Center, install the separate package tdescreensaver-xsavers.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdescreensaver-xsavers
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdebase-bin, xscreensaver
Recommends: twin, tdescreensaver (= ${source:Version}), xscreensaver-gl
Suggests: tdescreensaver-xsavers-webcollage
Description: TDE hooks for standard xscreensavers
This package allows a smooth integration of the standard xscreensavers
into TDE. With this package installed you can select and/or configure
the standard xscreensavers through the Appearances and Themes section of
the Trinity Control Centre.
.
Note that this package does not actually contain any screensavers itself.
For the additional screensavers shipped with TDE, see the separate package
tdescreensaver. This package does depend on the xscreensaver package, and
recommend the xscreensaver-gl package, as well as contain the necessary
files to integrate these packages into TDE.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdescreensaver-xsavers-webcollage
Architecture: all
Section: tde
Depends: tdescreensaver-xsavers, miscfiles | wordlist, netpbm
Description: webcollage screensaver TDE hook
This package give access to the webcollage screensaver through the TDE
screensaver configuration.
.
This screensaver downloads random pictures from the internet and creates
a collage as screensaver.
.
IMPORTANT NOTICE: The internet contains all kinds of pictures, some of which
you might find inappropriate and offensive.
You are specially discouraged to install this package if you are using
your computer in a working environment or in an environment with children.
.
If you still want to install this package, please read the file
/usr/share/doc/tdescreensaver-xsavers-webcollage/README.Debian after the
installation.
.
This package is part of TDE, and a component of the TDE artwork module.
See the 'tde' and 'tdeartwork' packages for more information.
Package: tdeartwork-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdeartwork
This package contains the debugging symbols associated with tdeartwork.
They will automatically be used by gdb for debugging tdeartwork-related
issues.

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,538 +0,0 @@
Source: tdebase
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, tdelibs4-dev, libdbus-qt-1-dev (>= 0.60), libldap2-dev, libncurses5-dev, libpam0g-dev, libpopt-dev, libraw1394-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsensors-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], libsmbclient-dev, libusb-dev, libxtst-dev, libfontenc-dev, libxss-dev, libxxf86misc-dev, libxcomposite-dev, libxdamage-dev, libxkbfile-dev, xutils, sharutils, texinfo, libavahi-compat-libdnssd-dev (>= 0.4), x11proto-kb-dev, xmkmf
Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11, tdelibs4-doc
Build-Conflicts: nvidia-glx (<< 1.0.8774-6)
Standards-Version: 3.8.4
Package: tdebase
Section: tde
Architecture: all
Depends: kappfinder (>= ${source:Version}), kate (>= ${source:Version}), kcontrol (>= ${source:Version}), tdebase-bin (>= ${source:Version}), tdebase-data (>= ${source:Version}), tdebase-tdeio-plugins (>= ${source:Version}), tdepasswd (>= ${source:Version}), tdeprint (>= ${source:Version}), kdesktop (>= ${source:Version}), kfind (>= ${source:Version}), khelpcenter (>= ${source:Version}), kicker (>= ${source:Version}), klipper (>= ${source:Version}), kmenuedit (>= ${source:Version}), konqueror-nsplugins (>= ${source:Version}), konqueror (>= ${source:Version}), konsole (>= ${source:Version}), kpager (>= ${source:Version}), kpersonalizer (>= ${source:Version}), ksmserver (>= ${source:Version}), ksplash (>= ${source:Version}), ksysguard (>= ${source:Version}), ktip (>= ${source:Version}), twin (>= ${source:Version}), libkonq4 (>= ${source:Version}), pmount | kfreebsd-gnu | hurd
Recommends: tdm (>= ${source:Version})
Suggests: tdebase-doc-html (>= ${source:Version})
Description: base components from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes the nucleus of TDE, namely the minimal package
set necessary to run TDE as a desktop environment. This includes the
window manager, taskbar, control center, a text editor, file manager,
web browser, X terminal emulator, and many other programs and components.
Package: kappfinder
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdebase (<< 4:3.0.0)
Description: non-TDE application finder for TDE
kappfinder searches your workstation for many common applications and
creates menu entries for them.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kate
Section: editors
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kregexpeditor
Suggests: aspell | ispell | hspell, kate-plugins, khelpcenter, konsole
Replaces: tdebase-doc (<< 4:3.0.0)
Description: advanced text editor for TDE
Kate is a multi document editor, based on a rewritten version of the kwrite
editing widget of TDE.
.
It is a multi-view editor that lets you view several instances of the same
document with all instances being synced, or view more files at the same
time for easy reference or simultaneous editing. The terminal emulation
and sidebar are docked windows that can be plugged out of the main window,
or replaced therein according to your preference.
.
Some random features:
.
* Editing of big files
* Extensible syntax highlighting
* Folding
* Dynamic word wrap
* Selectable encoding
* Filter command
* Global grep dialog
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kcontrol
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdebase-data (>> ${TDE-Version3}), tdebase-data (<< ${TDE-Next-Version3}), usbutils
Recommends: udev
Suggests: khelpcenter, ntpdate | ntp-simple
Conflicts: tdebase-libs (<< 4:3.0.0)
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0), konqueror (<< 4:3.0.0)
Description: control center for TDE
The Trinity Control Center provides you with a centralized and convenient
way to configure all of your TDE settings.
.
It is made up of multiple modules. Each module is a separate application,
but the control center organizes all of these programs into a convenient
location.
.
In combination with udev KControl supports the advanced
configuration of Logitech mice, though the user must be a member of the
plugdev group.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-bin
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, libpam-runtime (>= 0.76-14)
Suggests: khelpcenter, gdb
Conflicts: tdebase-libs (<< 4:3.0.0), tdm (<< 4:3.4.1-2)
Replaces: kcontrol (<< 4:3.3.0), tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0), tdescreensaver (<< 4:3.0.0), tdm (= 4:3.3.2-1b)
Description: core binaries for the TDE base module
This package contains miscellaneous programs needed by other
TDE applications, particularly those in the TDE base module.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-data
Section: tde
Architecture: all
Conflicts: kcontrol (<< 4:3.4.2-1), twin (<< 4:3.4.2-1), kicker (<< 4:3.4.2-1)
Replaces: tdebase (<< 4:3.0.0), tdeedu-data (<< 4:3.4.0), tdelibs-data (<< 4:3.3.0), tdewallpapers (<< 4:3.0.0), kcontrol (<< 4:3.5.5a.dfsg.1-1ubuntu18)
Description: shared data files for the TDE base module
This package contains the architecture-independent shared data files
needed for a basic Trinity desktop installation.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-dev
Section: devel
Architecture: any
Depends: kate (= ${source:Version}), kcontrol (= ${source:Version}), tdebase-bin (= ${source:Version}), tdeprint (= ${source:Version}), kdesktop (= ${source:Version}), khelpcenter (= ${source:Version}), kicker (= ${source:Version}), klipper (= ${source:Version}), kmenuedit (= ${source:Version}), konqueror-nsplugins (= ${source:Version}), konqueror (= ${source:Version}), konsole (= ${source:Version}), ksmserver (= ${source:Version}), ksplash (= ${source:Version}), ksysguard (= ${source:Version}), twin (= ${source:Version}), tdelibs4-dev
Replaces: kate (<< 4:3.0.0), tdebase (<< 4:3.0.0), konqueror (<< 4:3.0.0)
Description: development files for the TDE base module
This package contains headers and other development files needed to
compile software based on the TDE base module.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-doc
Section: doc
Architecture: all
Replaces: libkonq4-dev (<< 4:3.2.0)
Description: developer documentation for the TDE base module
This package contains documentation for the TDE base module, of
use more for developers creating applications than regular users.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE base documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE base documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/kate/. Documentation is provided for most
TDE base packages.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-tdeio-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, kdesktop, libsasl2-modules, psmisc, cryptsetup, man-db (>= 2.5.1-1)
Recommends: pmount, kamera, tdemultimedia-tdeio-plugins
Suggests: khelpcenter, mtools
Conflicts: tdebase-libs (<< 4:3.0.0)
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0), konqueror (<< 4:3.0.0), tdebase-bin (<< 4:3.5.5a.dfsg.1-1ubuntu18)
Description: core I/O slaves for TDE
This package includes the base tdeioslaves. They include, amongst many
others, file, http, ftp, smtp, pop and imap.
.
It also includes the media tdeioslave, which handles removable devices,
and which works best with procfs, udev, and pmount. Media
also extends the functionality of many other tdeioslaves. To use this
service, please make sure that your user is a member of the plugdev
group.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdepasswd
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: password changer for TDE
This is a simple application which allows users to change their
system passwords.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdeprint
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, enscript, poster, psutils
Recommends: kghostview | postscript-viewer
Suggests: khelpcenter, efax | hylafax-client | mgetty-fax, smbclient
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0)
Description: print system for TDE
This package contains the TDE printing subsystem. It can use CUPS,
lpd-ng or the traditional lpd. It also includes support for fax and
pdf printing.
.
Installation of smbclient will make you able to use smb shared printers.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
.
Homepage: http://printing.kde.org
Package: kdesktop
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdebase-bin (= ${source:Version}), eject
Replaces: tdebase (<< 4:3.0.0), konqueror (<< 4:3.0.0)
Description: miscellaneous binaries and files for the Trinity desktop
This package contains miscellaneous binaries and files integral to
the Trinity desktop.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdm
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdebase-bin (= ${source:Version}), tdebase-data (>> ${TDE-Version3}), tdebase-data (<< ${TDE-Next-Version3}), debconf (>= 1.2.9) | debconf-2.0, libpam-runtime (>= 0.76-14), xbase-clients
Recommends: logrotate, xserver-xorg
Suggests: khelpcenter, ksmserver (= ${source:Version}), tdepasswd (= ${source:Version}), menu
Provides: x-display-manager
Description: X display manager for TDE
tdm manages a collection of X servers, which may be on the local host or
remote machines. It provides services similar to those provided by init,
getty, and login on character-based terminals: prompting for login name and
password, authenticating the user, and running a session. tdm supports XDMCP
(X Display Manager Control Protocol) and can also be used to run a chooser
process which presents the user with a menu of possible hosts that offer
XDMCP display management.
.
A collection of icons to associate with individual users is included with
TDE, but as part of the tdepasswd package.
.
The menu package will help to provide TDM with a list of window managers
that can be launched, if the window manager does not register with TDM
already. Most users won't need this.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kfind
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Conflicts: tdebase-libs (<< 4:3.0.0)
Replaces: tdebase (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0)
Description: file-find utility for TDE
kfind can be used to find files and directories on your
workstations.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: khelpcenter
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: htdig
Replaces: tdebase-doc (<< 4:3.0.0), konqueror (<< 4:3.0.0)
Description: help center for TDE
The TDE Help Center provides documentation on how to use the Trinity desktop.
.
The htdig package is needed to build a searchable archive of TDE
documentation.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kicker
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdebase-data (>> ${TDE-Version3}), tdebase-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, kicker-applets, menu
Conflicts: tdebase-libs (<< 4:3.0.0)
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0), konqueror (<< 4:3.0.0)
Description: desktop panel for TDE
Kicker provides the TDE panel on you desktop. It can be used as a
program launcher and can load plugins to provide additional
functionality.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: klipper
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0)
Description: clipboard utility for TDE
klipper provides standard clipboard functions (cut and paste, history
saving) plus additional features, like the ability to offer actions to
take dependent on the clipboard contents. For example, it can launch a
web browser if the clipboard contains a URL.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kmenuedit
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0)
Description: menu editor for TDE
The TDE menu editor allows you to make customisations to the TDE menu
structure.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: konqueror
Section: web
Architecture: any
Provides: info-browser, man-browser, www-browser
Depends: ${shlibs:Depends}, kcontrol (= ${source:Version}), tdebase-tdeio-plugins (= ${source:Version}), kdesktop (= ${source:Version}), kfind (= ${source:Version})
Suggests: khelpcenter, konq-plugins, ksvg, gij-4.1, libgcj7-awt, libjessie-java
Conflicts: tdebase-audiolibs (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0)
Replaces: tdebase (<< 4:3.0.0), tdebase-audiolibs (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0), tdebase-libs (<< 4:3.0.0)
Description: TDE's advanced file manager, web browser and document viewer
Konqueror is the file manager for the Trinity Desktop Environment.
It supports basic file management on local UNIX filesystems,
from simple cut/copy and paste operations to advanced remote
and local network file browsing.
.
It is also the canvas for all the latest TDE technology,
from KIO slaves (which provide mechanisms for file access) to
component embedding via the KParts object interface, and it
is one of the most customizable applications available.
.
Konqueror is an Open Source web browser with HTML4.0 compliance,
supporting Java applets, JavaScript, CSS1 and (partially) CSS2,
as well as Netscape plugins (for example, Flash or RealVideo plugins).
.
It is a universal viewing application, capable of embedding
read-only viewing components in itself to view documents without
ever launching another application.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
.
Homepage: http://konqueror.kde.org
Package: konqueror-nsplugins
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, konqueror
Replaces: konqueror (<< 4:3.0.0)
Description: Netscape plugin support for Konqueror
This package includes support for Netscape plugins in Konqueror.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: konsole
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdebase (<< 4:3.0.0)
Suggests: khelpcenter
Provides: x-terminal-emulator
Description: X terminal emulator for TDE
Konsole is an X terminal emulation which provides a command-line interface
(CLI) while using the graphical Trinity Desktop Environment. Konsole helps to
better organize user's desktop by containing multiple sessions in a single
window (a less cluttered desktop).
.
Its advanced features include a simple configuration and the ability to use
multiple terminal shells in a single window
.
Using Konsole, a user can open:
.
Linux console sessions
Midnight Commander file manager sessions
Shell sessions
Root consoles sessions
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kpager
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0)
Description: desktop pager for TDE
This package contains TDE's desktop pager, which displays your virtual
desktops iconically in a window, along with icons of any running
applications. It is used to switch between applications or desktops.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: kpersonalizer
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdebase-data (>> ${TDE-Version3}), tdebase-data (<< ${TDE-Next-Version3})
Replaces: tdebase (<< 4:3.0.0)
Description: installation personalizer for TDE
TDE Personalizer is the application that configures the Trinity desktop for you.
It's a very useful wizard that allows you to quickly change the Trinity desktop to
suit your own needs. When you run TDE for the first time, KPersonalizer is
automatically started. KPersonalizer can also be called later.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: ksmserver
Section: tde
Architecture: any
Provides: x-session-manager
Depends: ${shlibs:Depends}, twin (= ${source:Version}) | x-window-manager
Recommends: kpersonalizer (= ${source:Version})
Replaces: tdebase (<< 4:3.0.0)
Description: session manager for TDE
This package contains the TDE session manager. It is responsible for
restoring your TDE session on login. It is also needed to properly
start a TDE session. It registers TDE with X display managers, and
provides the 'starttde' command, for starting an X session with TDE
from the console.
.
If you are running TDE for the first time for a certain user,
kpersonalizer is used to help with setup. If it is not present,
TDE will start, but many good defaults will not be set.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: ksplash
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdebase-data (>> ${TDE-Version3}), tdebase-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter
Replaces: tdebase (<< 4:3.0.0)
Description: the TDE splash screen
This package includes the TDE Splash screen, which is seen when
a TDE session is launched.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: ksysguard
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, ksysguardd (= ${source:Version})
Suggests: khelpcenter
Conflicts: kpm (<< 4:3.0.0)
Replaces: tdebase (<< 4:3.0.0), tdebase-doc (<< 4:3.0.0), kpm (<< 4:3.0.0)
Description: system guard for TDE
TDE System Guard allows you to monitor various statistics about your
computer.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: ksysguardd
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdebase (<< 4:3.0.0)
Description: system guard daemon for TDE
TDE System Guard Daemon is the daemon part of ksysguard. The daemon can
be installed on a remote machine to enable ksysguard on another machine
to monitor it through the daemon running there.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: ktip
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdebase (<< 4:3.0.0)
Description: useful tips for TDE
ktip provides many useful tips on using TDE when you log in.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: twin
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Provides: x-window-manager
Suggests: tdebase-bin (= ${source:Version}), tdebase-data (>> ${TDE-Version3}), tdebase-data (<< ${TDE-Next-Version3}), kdesktop (= ${source:Version}), kicker (= ${source:Version}), kpager (= ${source:Version}), kpersonalizer (= ${source:Version}), ksmserver (= ${source:Version}), ksplash (= ${source:Version})
Replaces: tdeartwork-theme-window (<< 4:3.4.0), tdebase (<< 4:3.0.0)
Description: the TDE window manager
This package contains the default X window manager for TDE.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: libkonq4
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: tdebase-libs (<< 4:3.0.0)
Replaces: tdebase-libs (<< 4:3.0.0), konqueror (<< 4:3.0.0)
Description: core libraries for Konqueror
These libraries are used by several TDE applications, most notably
Konqueror and the kdesktop package.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: libkonq4-dev
Section: libdevel
Architecture: any
Depends: libkonq4 (= ${source:Version}), tdelibs4-dev
Conflicts: libkonq-dev (<< 4:3.0.0), libkonq3 (<< 4:3.0.0)
Replaces: tdebase-dev (<< 4:3.0.0), libkonq-dev (<< 4:3.0.0), libkonq3 (<< 4:3.0.0)
Description: development files for Konqueror's core libraries
This package contains headers and other development files for the core
Konqueror libraries.
.
This package is part of TDE, and a component of the TDE base module.
See the 'tde' and 'tdebase' packages for more information.
Package: tdebase-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: libkonq4 (= ${source:Version}), tdelibs-dbg
Description: debugging symbols for tdebase
This package contains the debugging symbols associated with tdebase.
They will automatically be used by gdb for debugging tdebase-related
issues.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,17 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>
Pino Toscano <pino@kde.org>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,253 +0,0 @@
Source: tdebindings
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5),
python-dev (>= 2.3.5-11), python-support (>= 0.5), quilt, gawk,
gettext, default-jdk [amd64 i386 ia64 lpia powerpc s390 sparc],
tdelibs4-dev, libgtk1.2-dev, libqt3-compat-headers (>= 3:3.3.5),
ruby, ruby1.8-dev
Section: devel
Priority: optional
Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Standards-Version: 3.8.0
Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/tdebindings
Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/tdebindings
Package: tdebindings-java
Section: libs
Architecture: all
Depends: libdcop3-java (= ${source:Version}), libqt3-java (= ${source:Version}), libtrinity-java (= ${source:Version})
Description: TDE Java bindings metapackage
A metapackage depending on all TDE, Qt and DCOP bindings libraries
related to the Java language.
.
This package is part of the official TDE bindings module.
Package: libdcop3-java
Architecture: all
Section: libs
Depends: libdcop3-jni (>> ${TDE-Version3}), libdcop3-jni (<< ${TDE-Next-Version3}), gij | java1-runtime | java2-runtime
Description: DCOP bindings for Java
This package contains the Java classes necessary to run Java programs
using the Java DCOP bindings. DCOP is the Trinity Desktop COmmunications
Protocol, used for communicating with running TDE applications.
.
This package is part of the official TDE bindings module.
Package: libdcop3-jni
Architecture: amd64 i386 ia64 powerpc s390 sparc
Section: libs
Depends: ${shlibs:Depends}
Description: DCOP bindings for Java ( Native libraries )
This package contains the shared libraries and scripts necessary to
run programs using the Java DCOP bindings. DCOP is the Trinity Desktop
COmmunications Protocol, used for communicating with running TDE
applications.
.
This package is part of the official TDE bindings module.
Package: libdcop3-java-dev
Architecture: amd64 i386 ia64 powerpc s390 sparc
Section: libdevel
Depends: libdcop3-java (>> ${TDE-Version3}), libdcop3-java (<< ${TDE-Next-Version3})
Description: DCOP bindings for Java (dcopidl2java program)
This package contains the dcopidl2java program which generates Java
stubs from DCOP IDL files, necessary to do development with the DCOP Java
bindings. DCOP is the Trinity Desktop COmmunications Protocol, used for
communicating with running TDE applications.
.
This package is part of the official TDE bindings module.
Package: libqt3-java
Architecture: all
Section: libs
Depends: libqt3-jni (>> ${TDE-Version3}), libqt3-jni (<< ${TDE-Next-Version3}), gij | java1-runtime | java2-runtime
Suggests: juic
Description: Java bindings for Qt
This package contains the Java classes necessary to run Java programs
using the Java Qt bindings. Qt is a very popular GUI toolkit, used by
the Trinity desktop environment.
.
It also includes many example programs that make use of these bindings,
plus many of the Qt Tutorial examples translated into Java.
.
This package is part of the official TDE bindings module.
Package: libqt3-jni
Architecture: amd64 i386 ia64 powerpc s390 sparc
Section: libs
Depends: ${shlibs:Depends}
Description: Java bindings for Qt ( Native libraries )
This package contains the shared libraries necessary to run Java
programs using the Java Qt bindings. Qt is a very popular GUI
toolkit, used by the Trinity desktop environment.
.
This package is part of the official TDE bindings module.
Package: libtrinity-java
Architecture: all
Section: libs
Depends: libtrinity-jni (>> ${TDE-Version3}), libtrinity-jni (<< ${TDE-Next-Version3}), gij | java1-runtime | java2-runtime
Description: tdelibs bindings for Java
This package contains the Java classes necessary to run Java programs
using the Java tdelibs bindings. TDE is the Trinity Desktop Environment, a
very popular UNIX Desktop Environment.
.
It also includes some example applications that use these Java
classes, and multiple usage samples of the most common TDE classes.
.
This package is part of the official TDE bindings module.
Package: libtrinity-jni
Architecture: amd64 i386 ia64 powerpc s390 sparc
Section: libs
Depends: ${shlibs:Depends}
Description: tdelibs bindings for java ( Native libraries )
This package contains the shared libraries necessary to run Java
programs using the Java tdelibs bindings. TDE is the Trinity Desktop
Environment, a very popular UNIX Desktop Environment.
.
This package is part of the official TDE bindings module.
Package: libsmokeqt1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: SMOKE Binding Library to Qt
The "Scripting Meta Object Kompiler Engine" library is used by
various TDE language bindings packages to provide interfaces to the
Qt library.
.
This package is part of the official TDE bindings module.
Package: libsmokeqt-dev
Architecture: any
Section: libdevel
Depends: libsmokeqt1 (= ${binary:Version})
Description: SMOKE Binding Library to Qt - Development Files
The "Scripting Meta Object Kompiler Engine" library is used by
various TDE language bindings packages to provide interfaces to the
Qt library. This package contains the development files for the
library.
.
If you are a normal Debian user, you probably don't need this
package.
.
This package is part of the official TDE bindings module.
Package: libsmoketde1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: SMOKE Binding Library to TDE
The "Scripting Meta Object Kompiler Engine" library is used by
various TDE language bindings packages to provide interfaces to the
TDE libraries.
.
This package is part of the official TDE bindings module.
Package: libsmoketde-dev
Architecture: any
Section: libdevel
Depends: libsmoketde1 (= ${binary:Version})
Description: SMOKE Binding Library to TDE - Development Files
The "Scripting Meta Object Kompiler Engine" library is used by
various TDE language bindings packages to provide interfaces to the
Qt and TDE libraries. This package contains the development files for
the library.
.
If you are a normal Debian user, you probably don't need this
package.
.
This package is part of the official TDE bindings module.
Package: python-dcop
Architecture: any
Section: python
Depends: ${python:Depends}, ${shlibs:Depends}
Provides: ${python:Provides}
Replaces: dcoppython
Conflicts: dcoppython
Description: DCOP bindings for Python
This package contains the shared libraries necessary to run and
develop Python programs using the Python DCOP bindings
libraries. DCOP is the Trinity Desktop COmmunications Protocol, used for
communicating with running TDE applications.
.
This package is part of the official TDE bindings module.
Package: libkjsembed1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Embedded JavaScript library
This package contains the shared libraries necessary to run programs
linked with the KJSEmbed library. This library provides JavaScript
embedded scripting facilities to TDE applications.
.
This package is part of the official TDE bindings module.
Package: libkjsembed-dev
Architecture: any
Section: libdevel
Depends: libkjsembed1 (= ${binary:Version})
Description: Embedded JavaScript library (Development files)
This package contains the header files and symbolic links necessary
to develop and compile programs using the KJSEmbed library. This
library provides JavaScript embedded scripting facilities to TDE
applications.
.
It also includes lots of example programs that make use of these
bindings, plus comprehensive documentation of the bindings.
.
This package is part of the official TDE bindings module.
Package: kjscmd
Architecture: any
Section: interpreters
Depends: ${shlibs:Depends}
Description: A script interpreter using the TDE JavaScript library
This package contains the kjscmd program, which is a standalone
JavaScript interpreter using the KJSEmbed library.
.
This package is part of the official TDE bindings module.
Package: juic
Architecture: all
Section: libdevel
Depends: xsltproc
Recommends: libqt3-java
Suggests: qt3-designer
Description: The Qt Java UI Compiler
This package contains the juic program, which is used to convert
a UI description file generated by the Qt Designer, and converts
it into a Qt Java class. It is necessary for compiling and
developing programs using the Qt Java bindings together with Qt
Designer.
.
This package is part of the official TDE bindings module.
Package: libkorundum0-ruby1.8
Architecture: any
Section: interpreters
Depends: libqt0-ruby1.8 (= ${binary:Version}), ${shlibs:Depends}
Description: TDE bindings for Ruby
This package contains the files necessary for running and developing
Ruby code using the Korundum TDE Ruby bindings.
.
It also includes some example programs and templates that make use of
these bindings.
.
This package is part of the official TDE bindings module.
Package: libqt0-ruby1.8
Architecture: any
Section: interpreters
Depends: ruby1.8, ${shlibs:Depends}
Description: Qt bindings for Ruby
This package contains the files necessary for running and developing
Ruby code using the Qt Ruby bindings.
.
It also includes some example programs that make use of these bindings,
plus many of the Qt Tutorial examples translated into Ruby.
.
This package is part of the official TDE bindings module.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,560 +0,0 @@
Source: tdeedu
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, tdelibs4-dev, libboost-python-dev (>= 1.33.1), libfacile-ocaml-dev [alpha amd64 arm hppa i386 ia64 powerpc sparc], libusb-dev, sharutils, doxygen
Standards-Version: 3.7.2
Package: tdeedu
Architecture: all
Section: tde
Depends: blinken (>= ${source:Version}), kalzium (>= ${source:Version}), kanagram (>= ${source:Version}), kbruch (>= ${source:Version}), tdeedu-data (>= ${source:Version}), keduca (>= ${source:Version}), kgeography (>= ${source:Version}), khangman (>= ${source:Version}), kig (>= ${source:Version}), kiten (>= ${source:Version}), klatin (>= ${source:Version}), klettres (>= ${source:Version}), kmplot (>= ${source:Version}), kpercentage (>= ${source:Version}), kstars (>= ${source:Version}), ktouch (>= ${source:Version}), kturtle (>= ${source:Version}), kverbos (>= ${source:Version}), kvoctrain (>= ${source:Version}), kwordquiz (>= ${source:Version}), indi (>= ${source:Version})
Suggests: tdeedu-doc-html
Description: educational apps from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes educational applications provided with the
official release of TDE.
Package: tdeedu-data
Architecture: all
Section: tde
Description: shared data for TDE educational applications
This package contains shared data necessary for running the
educational applications provided with TDE (the Trinity Desktop
Environment).
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: tdeedu-dbg
Architecture: any
Priority: extra
Depends: tdelibs-dbg
Section: libdevel
Description: debugging symbols for tdeedu
This package contains the debugging symbols associated with tdeedu.
They will automatically be used by gdb for debugging tdeedu-related
issues.
Package: tdeedu-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdeedu
Description: TDE edutainment documentation in HTML format
By default the educational applications provided with TDE (the Trinity
Desktop Environment) only provide their documentation in TDE docbook
format, which can only be read by Konqueror or KHelpCenter. This
package provides all of the TDE edutainment documentation converted
to HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/kalzium/. Documentation is provided for
most TDE educational packages.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: blinken
Architecture: any
Section: games
Depends: ${shlibs:Depends}, ttf-sjfonts, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: TDE version of the Simon Says electronic memory game
Blinken is based on an electronic game released in 1978, which
challenges players to remember sequences of increasing length. On
the face of the device, there are 4 different color buttons, each
with its own distinctive sound. These buttons light up randomly,
creating the sequence that the player must then recall. If the
player is successful in remembering the sequence of lights in the
correct order, they advance to the next stage, where an identical
sequence with one extra step is presented.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kalzium
Architecture: any
Section: science
Depends: ${shlibs:Depends}, kalzium-data (>> ${TDE-Version3}), kalzium-data (<< ${TDE-Next-Version3}), tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: chemistry teaching tool for TDE
Kalzium is a program which shows you the Periodic System of Elements
(PSE). You can use Kalzium to search for information about the
elements or to learn facts about the PSE.
.
Kalzium provides you with all kinds of information about the PSE.
You can look up lots of information about the elements and also use
visualisations to show them.
.
You can visualise the Periodic Table of the Elements by blocks,
groups, acidic behavior or different states of matter. You can also
plot data for a range of elements (weight, mean weight, density, IE1,
IE2, electronegativity), and you can go back in time to see what
elements were known at a given date. In addition, on platforms where
OCaml supports native code generation, Kalzium includes a chemical
equation solver.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kalzium-data
Architecture: all
Section: science
Replaces: kalzium (<< 4:3.5.0)
Description: data files for Kalzium
This package contains architecture-independent data files for
Kalzium, the TDE periodic table application. This includes pictures
of various chemical equipment and of samples of several elements, in
addition to the actual chemical data.
.
See the kalzium package for further information.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kanagram
Architecture: any
Section: games
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: letter order game for TDE
KAnagram is a game that is based on the word/letter puzzles that the
author played as a child. A word is picked at random and displayed
with its letters in a messed order, with difficulty dependent on the
chosen level. You have an unlimited number of attempts, and scores
are kept.
.
It is a very simply constructed game, with 3 difficulty levels of
play. It is fully customizable, allowing you to write in your own
words and set your own 'look and feel' of the game. It is aimed for
children aged 10+ because of the difficulty, but of course everyone
is welcome to try.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kbruch
Architecture: any
Section: math
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: fraction calculation teaching tool for TDE
KBruch is a small program to practice calculating with fractions.
Different exercises are provided for this purpose. The program
checks the user's input and gives feedback.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: keduca
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: interactive form-based tests for TDE
KEduca is a flash-card application which allows you to make
interactive form-based tests.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kgeography
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, kgeography-data (>> ${TDE-Version3}), kgeography-data (<< ${TDE-Next-Version3}), tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: Geography learning tool for TDE
KGeography contains maps allowing you to learn various countries or
the political divisions of several countries. It has several modes,
including a map browser and games involving the names, capitals, or
flags of the map divisions.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kgeography-data
Architecture: all
Section: tde
Description: data files for KGeography
This package contains architecture-independent data files for
KGeography, the geography learning tool for TDE. This includes map
and flag images.
.
See the kgeography package for further information.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: khangman
Architecture: any
Section: games
Depends: ${shlibs:Depends}, ttf-dustin, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: the classical hangman game for TDE
KHangMan is a game based on the well known hangman game. It is aimed
for children aged 6 and above. It has four levels of difficulty:
Animals (animals words), Easy, Medium and Hard.
.
A word is picked at random and the letters are hidden. You must
guess the word by trying one letter after another. Each time you
guess a wrong letter, a picture of a hangman is drawn. You must
guess the word before getting hanged! You have 10 tries.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kig
Architecture: any
Section: math
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: interactive geometry program for TDE
Kig is an application for interactive geometry. It is intended to
serve two purposes:
.
- to allow students to interactively explore mathematical figures and
concepts using the computer;
- to serve as a WYSIWYG tool for drawing mathematical figures and
including them in other documents.
.
With this program you can do geometry on a computer just like you
would on a blackboard in a classroom. However, the program allows
you to move and change parts of a geometrical drawing so that you can
see how the other parts change as a result.
.
Kig supports loci and user-defined macros. It also supports imports
and exports to/from foreign file formats including Cabri, Dr. Geo,
KGeo, KSeg and XFig.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kiten
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3}), ttf-kochi-gothic | ttf-kochi-mincho
Suggests: khelpcenter, tdeedu-doc-html
Description: Japanese reference/study tool for TDE
Kiten is a Japanese reference and study tool for TDE. It is an
application with multiple functions. Firstly, it is a convenient
English to Japanese and Japanese to English dictionary. Secondly, it
is a Kanji dictionary, with multiple ways to look up specific
characters. Thirdly, it is a tool to help you learn Kanji.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: klatin
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: application to help revise/teach Latin
KLatin is a program to help revise Latin. There are three "sections"
in which different aspects of the language can be revised. These are
the vocabulary, grammar and verb testing sections. In addition there
is a set of revision notes that can be used for self-guided revision.
.
In the vocabulary section an XML file is loaded containing various
words and their local language translations. KLatin asks you what
each of these words translate into. The questions take place in a
multiple-choice environment.
.
In the grammar and verb sections KLatin asks for a particular part of
a noun or a verb, such as the "ablative singular", or the "1st person
indicative passive plural", and is not multiple choice.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: klettres
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, klettres-data (>> ${TDE-Version3}), klettres-data (<< ${TDE-Next-Version3}), tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: foreign alphabet tutor for TDE
KLettres is an application specially designed to help the user to
learn the alphabet in a new language and then to learn to read simple
syllables. The user can be a young child aged from two and a half or
an adult that wants to learn the basics of a foreign language.
.
Seven languages are currently available: Czech, Danish, Dutch,
English, French, Italian and Slovak.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: klettres-data
Architecture: all
Section: tde
Replaces: klettres (<< 4:3.2.0.1)
Description: data files for KLettres foreign alphabet tutor
This package contains architecture-independent data files for
KLettres, the foreign alphabet tutor for TDE. This includes sound
files and graphics.
.
See the klettres package for further information.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kmplot
Architecture: any
Section: math
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: mathematical function plotter for TDE
KmPlot is a mathematical function plotter for TDE. It has a powerful
built-in parser. You can plot different functions simultaneously and
combine them to build new functions.
.
KmPlot supports parametric functions and functions in polar
coordinates. Several grid modes are supported. Plots may be printed
with high precision in the correct scale.
.
KmPlot also provides some numerical and visual features, like filling
and calculating the area between the plot and the first axis, finding
maximum and minimum values, changing function parameters dynamically
and plotting derivatives and integral functions.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kpercentage
Architecture: any
Section: math
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: percentage calculation teaching tool for TDE
KPercentage is a small math application that will help pupils to
improve their skills in calculating percentages.
.
There is a special training section for the three basic tasks.
Finally the pupil can select a random mode, in which all three tasks
are mixed randomly.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kstars
Architecture: any
Section: science
Depends: ${shlibs:Depends}, kstars-data (>> ${TDE-Version3}), kstars-data (<< ${TDE-Next-Version3}), tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3}), indi (= ${source:Version})
Suggests: konqueror, khelpcenter, tdeedu-doc-html
Description: desktop planetarium for TDE
KStars is a graphical desktop planetarium for TDE. It depicts an
accurate simulation of the night sky, including stars,
constellations, star clusters, nebulae, galaxies, all planets, the
Sun, the Moon, comets and asteroids. You can see the sky as it
appears from any location on Earth, on any date.
.
The user interface is highly intuitive and flexible. The display can
be panned and zoomed with the mouse, and you can easily identify
objects and track their motion across the sky. KStars includes many
powerful features, yet the interface is clean and simple and fun to
use.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kstars-data
Architecture: all
Section: science
Replaces: kstars (<< 4:3.2.0.1)
Description: data files for KStars desktop planetarium
This package contains architecture-independent data files for KStars,
the graphical desktop planetarium for TDE. This includes star
catalogues and astronomical images.
.
See the kstars package for further information.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: ktouch
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: touch typing tutor for TDE
KTouch is a program for learning touch typing - it helps you learn to
type on a keyboard quickly and correctly. Every finger has its place
on the keyboard with associated keys to press.
.
KTouch helps you learn to touch type by providing you with text to
train on, and adjusts to different levels depending on how good you
are. It can display which key to press next, and the correct finger
to use.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kturtle
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: educational Logo programming environment
KTurtle is an educational programming environment using the Logo
programming language. It tries to make programming as easy and
accessible as possible. This makes KTurtle suitable for teaching
kids the basics of mathematics, geometry and programming.
.
The commands used to program are in the style of the Logo programming
language. The unique feature of Logo is that the commands are often
translated into the speaking language of the programmer.
.
KTurtle is named after "the turtle" that plays a central role in the
programming environment. The user programs the turtle, using the
Logo commands, to draw a picture on the canvas.
.
Note that this version of Logo is only focused on the educational
qualities of the programming language and will not try to suit
professional programmers' needs.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kverbos
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: Spanish verb form study application for TDE
Kverbos allows the user to learn the forms of Spanish verbs. The
program suggests a verb and a time and the user enters the different
verb forms. The program corrects the user input and gives feedback.
.
The user can edit the list of the verbs that can be studied. The
program can build regular verb forms by itself. Irregular verb forms
have to be entered by the user.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kvoctrain
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, ${perl:Depends}, libwww-perl, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: vocabulary trainer for TDE
KVocTrain is a little utility to help you train your vocabulary when
you are trying to learn a foreign language. You can create your own
database with the words you need. It is intended as a replacement
for index (flash) cards.
.
You probably remember flashcards from school. The teacher would
write the original expression on the front side of the card and the
translation on the back. Then look at the cards one after another.
If you knew the translation, you could put it away. If you failed,
you put it back to try again.
.
KVocTrain is not intended to teach you grammar or other sophisticated
things. This is and probably will stay beyond the scope of this
application.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: kwordquiz
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, tdeedu-data (>> ${TDE-Version3}), tdeedu-data (<< ${TDE-Next-Version3})
Suggests: khelpcenter, tdeedu-doc-html
Description: flashcard and vocabulary learning program for TDE
KWordQuiz is a flashcard-based tool that helps you to master new
vocabularies. It may be a language or any other kind of terminology.
.
KWordQuiz can open several types of vocabulary data. Supported are
kvtml files used by other TDE programs such as KVocTrain, wql files
used by WordQuiz for Windows, csv files with comma-separated text,
and xml.gz files created by Pauker (http://pauker.sourceforge.net).
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: libtdeedu3
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Conflicts: libtdeedu1
Replaces: libtdeedu1
Description: library for use with TDE educational apps
The TDE-based library libtdeedu is used with educational
applications. It currently provides support for data plotting and
vocabulary items (including a parser for kvtml vocabulary files).
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: libtdeedu-dev
Architecture: any
Section: libdevel
Depends: libtdeedu3 (= ${source:Version}), tdelibs4-dev
Description: development files for TDE educational library
The TDE-based library libtdeedu is used with educational
applications. It currently provides support for data plotting and
vocabulary items (including a parser for kvtml vocabulary files).
.
Development files for libtdeedu are included in this package.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: libkiten1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, edict, kanjidic
Recommends: ttf-kochi-gothic | ttf-kochi-mincho
Replaces: kiten (<< 4:3.4.0)
Description: library for Kiten Japanese reference/study tool
Kiten is a Japanese reference/study tool for TDE. The library
libkiten contains portions of Kiten that may be useful for other
applications. These portions include dictionary, character lookup
and widget classes.
.
This package contains the libkiten library along with supporting
data, such as Japanese language data files and GUI resource files.
For further information, see the kiten package.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: libkiten-dev
Architecture: any
Section: libdevel
Depends: libkiten1 (= ${source:Version}), tdelibs4-dev
Description: development files for Kiten library
Kiten is a Japanese reference/study tool for TDE. The library
libkiten contains portions of Kiten that may be useful for other
applications. These portions include dictionary, character lookup
and widget classes.
.
Development files for libkiten are included in this package. For
further information, see the kiten package.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.
Package: indi
Architecture: any
Section: science
Depends: ${shlibs:Depends}
Replaces: kstars (<< 4:3.5.4-2)
Description: Instrument Neutral Distributed Interface for astronomical devices
INDI is an Instrument Neutral Distributed Interface control protocol for
astronomical devices, which provides a framework that decouples low level
hardware drivers from high level front end clients. Clients that use the
device drivers are completely unaware of the device capabilities and
communicate with the device drivers and build a completely dynamic GUI
based on the services provided by the device.
.
This package is part of TDE, as a component of the TDE education module.
See the 'tde' and 'tdeedu' packages for more information.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,611 +0,0 @@
Source: tdegames
Section: games
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, tdelibs4-dev, automake1.9, libtool, groff-base, sharutils, bzip2, sharutils
Build-Depends-Indep: doxygen, graphviz, gsfonts-x11, qt3-doc, tdelibs4-doc
Standards-Version: 3.7.2
Package: tdegames
Architecture: all
Section: tde
Depends: atlantik (>= ${source:Version}), kasteroids (>= ${source:Version}), katomic (>= ${source:Version}), kbackgammon (>= ${source:Version}), kbattleship (>= ${source:Version}), kblackbox (>= ${source:Version}), kbounce (>= ${source:Version}), kenolaba (>= ${source:Version}), kfouleggs (>= ${source:Version}), kgoldrunner (>= ${source:Version}), kjumpingcube (>= ${source:Version}), klickety (>= ${source:Version}), klines (>= ${source:Version}), kmahjongg (>= ${source:Version}), kmines (>= ${source:Version}), knetwalk (>= ${source:Version}), kolf (>= ${source:Version}), konquest (>= ${source:Version}), kpat (>= ${source:Version}), kpoker (>= ${source:Version}), kreversi (>= ${source:Version}), ksame (>= ${source:Version}), kshisen (>= ${source:Version}), ksirtet (>= ${source:Version}), ksmiletris (>= ${source:Version}), ksnake (>= ${source:Version}), ksokoban (>= ${source:Version}), kspaceduel (>= ${source:Version}), ktron (>= ${source:Version}), ktuberling (>= ${source:Version}), twin4 (>= ${source:Version}), lskat (>= ${source:Version})
Suggests: tdegames-doc-html (>= ${source:Version})
Description: games from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of games provided with
the official release of TDE.
Package: tdegames-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdegames
Description: TDE games documentation in HTML format
By default the games provided with TDE (the Trinity Desktop Environment)
only provide their documentation in TDE docbook format, which can
only be read by Konqueror or KHelpCenter. This package provides all
of the TDE games documentation converted to HTML format so it can be
read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/en/<package>/, for instance
/usr/share/doc/tde/HTML/en/kasteroids/.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: libtdegames1
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: TDE games library and common files
This library provides a common infrastructure for several of the
games in the TDE distribution. Features include standardized menu
items, high score handling, card display, and network connections
including chat capabilities.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: tdegames-dbg
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Section: tde
Description: debugging symbols for tdegames
This package contains the debugging symbols associated with tdegames.
They will automatically be used by gdb for debugging tdegames-related
issues.
Package: libtdegames-dev
Architecture: any
Section: libdevel
Depends: tdelibs4-dev, libtdegames1 (= ${source:Version})
Description: TDE games library headers
This package is necessary if you want to develop your own games using
the TDE games library.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: libtdegames-doc
Architecture: all
Section: doc
Recommends: tdelibs4-doc, qt3-doc
Suggests: konqueror | www-browser, libtdegames-dev
Description: API documentation for the TDE games library
This package contains the developers' documentation for libtdegames.
You may want to install it if you wish to develop games for TDE.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: tdegames-card-data
Architecture: all
Section: games
Description: Card decks for TDE games
Several different collections of card images for use by TDE games.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: atlantik
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Suggests: atlantikdesigner, monopd
Description: TDE client for Monopoly-like network games
This is a TDE client for playing Monopoly-like boardgames on the
monopd network. It can play any board supported by the network
server, including the classic Monopoly game, as well as the Atlantik
game in which the property includes several major cities in North
America and Europe.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: atlantik-dev
Architecture: any
Section: devel
Priority: extra
Depends: ${shlibs:Depends}, atlantik (= ${source:Version}), libtdegames-dev (= ${source:Version})
Description: Development files for Atlantik
This package contains header files for compiling programs against the
libraries which come with Atlantik.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kasteroids
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Asteroids for TDE
You know this game. It is based on Warwick Allison's QwSpriteField
widget.
.
The objective of kasteroids is to destroy all the asteroids on the
screen to advance to the next level. Your ship is destroyed if it
makes contact with an asteroid.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: katomic
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Atomic Entertainment game for TDE
This is a puzzle game, in which the object is to assemble a molecule
from its atoms on a Sokoban-like board. On each move, an atom goes
as far as it can in a specified direction before being stopped by a
wall or another atom.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kbackgammon
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Suggests: gnubg
Description: A Backgammon game for TDE
KBackgammon is a backgammon program for Trinity. It is based on the
code, ideas and concepts of KFibs (which is a FIBS client for
KDE1). For a short time, KBackgammon was called bacKgammon (if you
know somebody who is still using bacKgammon, please force them to
upgrade :-)).
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kbattleship
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Battleship game for TDE
This is an implementation of the Battleship game. Each player tries
to be the first to sink all the opponent's ships by firing "blindly"
at them. The game has options to play over a network connection or
against the computer.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kblackbox
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: A simple logical game for the TDE project
KBlackBox is a game of hide and seek played on an grid of boxes. Your
opponent (Random number generator, in this case) has hidden several
balls within this box. By shooting rays into the box and observing
where they emerge it is possible to deduce the positions of the
hidden balls. The fewer rays you use to find the balls, the lower
your score.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kbounce
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Jezzball clone for the Trinity Desktop Environment
This is a clone of the popular Jezzball game originally created by
Microsoft. Jezzball is one of the rare and simple games requiring
skill, timing, and patience in order to be successful. A ball begins
to bounce off of an area enclosed by four borders (like a
square). You must move your pointer to certain areas within the
square. Upon clicking, a new border is constructed at a relatively
quick pace. You can change the direction of the borders by 90 degrees
as well. Ultimately, you must force the ball to bounce around in a
smaller, and smaller area as time goes by without the ball ever
touching the borders as they are being constructed. If a ball touches
a certain part of the border as it is being built, the game is over.
After 75% of the original space has been blocked off from the moving
ball, you advance one level, and one more ball is added to the mix in
the following level.
.
This game was previously known as kjezz.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kenolaba
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Enolaba board game for TDE
kenolaba is a simple board strategy game that is played by two
players. There are red and yellow pieces for each player. Beginning
from a start position where each player has 14 pieces, moves are
drawn until one player has pushed 6 pieces of his opponent out of the
board.
.
This game was previously known as kabalone, and was inspired by the
board game Abalone by Abalone SA, France.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kfouleggs
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: A TDE clone of the Japanese PuyoPuyo game
KFouleggs is a clone of the Japanese PuyoPuyo game, with advanced
features such as multiplayer games against human or AI, and network
play. If you have played Tetris or one of its many clones, you will
find KFouleggs easy to learn.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kgoldrunner
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: A TDE clone of the Loderunner arcade game
KGoldrunner, a game of action and puzzle solving. Run through the
maze, dodge your enemies, collect all the gold and climb up to the
next level.
.
You must guide the hero with the mouse or keyboard and collect all
the gold nuggets, then you can climb up into the next level. Your
enemies are also after the gold and they will kill you if they catch
you!
.
The problem is you have no weapon to kill them. All you can do is
run away, dig holes in the floor to trap them or lure them into some
area where they cannot hurt you. After a short time a trapped enemy
climbs out of his hole, but if it closes before that, he will die and
reappear somewhere else.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kjumpingcube
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Tactical one or two player game
KJumpingCube is a simple tactical game. You can play it against the
computer or against a friend. The playing field consists of squares
that contains points. By clicking on the squares you can increase
the points and if the points reach a maximum the points will jump to
the squares neighbours and take them over. Winner is the one, who
owns all squares.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: klickety
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: A Clickomania-like game for TDE
Klickety is an adaptation of the (perhaps) well-known Clickomania
game; it is very similar to the "same" game.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: klines
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Color lines for TDE
KLines is a simple game. It is played by one player, so there is only
one winner :-). You play for fun and against the high score. It was
inspired by a well known game - "Color lines", written for DOS by
Olga Demina, Igor Demina, Igor Ivkin and Gennady Denisov back in
1992.
.
The main rules of the game are as simple as possible: you move (using
the mouse) marbles from cell to cell and build lines (horizontal,
vertical or diagonal). When a line contains 5 or more marbles, they
are removed and your score grows. After each turn the computer drops
three more marbles.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kmahjongg
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: the classic mahjongg game for TDE project
Your mission in this game is to remove all tiles from the game board. A
matching pair of tiles can be removed, if they are 'free', which means that
no other tiles block them on the left or right side.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kmines
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Minesweeper for TDE
KMines is the classic Minesweeper game. You must uncover all the
empty cases without blowing on a mine.
.
When you uncover a case, a number appears : it indicates how many
mines surround this case. If there is no number the neighbour cases
are automatically uncovered. In your process of uncovering secure
cases, it is very useful to put a flag on the cases which contain a
mine.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: knetwalk
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: A game for system administrators
This game presents the player with a rectangular field consisting of
a server, several clients, and pieces of wire. The object is to
rotate these elements until every client is connected to the server,
and no wires are left unconnected.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kolf
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Minigolf game for TDE
This is a minigolf game for TDE that allows you to go through different
golf courses and waste an exorbitant amount of time.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kolf-dev
Architecture: any
Section: devel
Priority: extra
Depends: ${shlibs:Depends}, kolf (= ${source:Version}), libtdegames-dev (= ${source:Version})
Description: Development files for Kolf
This package contains headers and development libraries for compiling
Kolf plugins.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: konquest
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: TDE based GNU-Lactic Konquest game
This the TDE version of Gnu-Lactic Konquest, a multi-player strategy
game. The goal of the game is to expand your interstellar empire
across the galaxy and, of course, crush your rivals in the process.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kpat
Architecture: any
Section: games
Depends: ${shlibs:Depends}, tdebase-data, tdegames-card-data
Description: TDE solitaire patience game
KPatience is a collection of 14 card games. All the games are single
player games.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kpoker
Architecture: any
Section: games
Depends: ${shlibs:Depends}, tdegames-card-data
Description: TDE based Poker clone
KPoker is a TDE compliant clone of those highly addictive pocket
video poker games which are sometimes called "Videopoker" as well.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kreversi
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Reversi for TDE
Reversi is a simple strategy game that is played by two
players. There is only one type of piece - one side of it is black,
the other white. If a player captures a piece on the board, that
piece is turned and belongs to that player. The winner is the person
that has more pieces of his own color on the board and if there are
no more moves possible.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ksame
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: SameGame for TDE
KSame is a simple game. It's played by one player, so there is only
one winner :-) You play for fun and against the high score. It has
been inspired by SameGame, that is only famous on the Macintosh
platform.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kshisen
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Shisen-Sho for TDE
KShisen-Sho is a single-player-game similar to Mahjongg and uses the
same set of tiles as Mahjongg.
.
The object of the game is to remove all tiles from the field.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ksirtet
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Tetris and Puyo-Puyo games for TDE
This program is a clone of the well known game Tetris. You must fit
the falling pieces to form full lines. You can rotate and translate
the falling piece. The game ends when no more piece can fall ie when
your incomplete lines reach the top of the board.
.
Every time you have destroyed 10 lines, you gain a level and the
pieces fall quicker (exactly the piece falls from a line each
1/(1+level) second).
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ksmiletris
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Tetris like game for TDE
This is a game with falling blocks composed of different types of
smilies. The object of the game is to "crack a smile" by guiding
blocks so there are two or more of the same symbol vertically.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ksnake
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Snake Race for TDE
Snake Race is a game of speed and agility. You are a hungry snake and
are trying to eat all the apples in the room before getting out!
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ksokoban
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Sokoban game for TDE
The first sokoban game was created in 1982 by Hiroyuki Imabayashi at
the Japanese company Thinking Rabbit, Inc. "Sokoban" is japanese for
"warehouse keeper". The idea is that you are a warehouse keeper
trying to push crates to their proper locations in a warehouse.
.
The problem is that you cannot pull the crates or step over them. If
you are not careful, some of the crates can get stuck in wrong places
and/or block your way.
.
It can be rather difficult just to solve a level. But if you want to
make it even harder, you can try to minimise the number of moves
and/or pushes you use to solve the level.
.
To make the game more fun for small kids (below 10 years or so), some
collections with easier levels are also included in KSokoban. These
are marked (easy) in the level collection menu. Of course, these
levels can be fun for adults too, for example if you don't want to
expose yourself to too much mental strain.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: kspaceduel
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Arcade two-player space game for TDE
KSpaceduel is an space arcade game for two players.
.
Each player controls a ship that flies around the sun and tries to
shoot at the other ship. You can play KSpaceduel with another person,
against the computer, or you can have the computer control both ships
and play each other.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ktron
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Tron clone for the Trinity Desktop Environment
The object of the game is to avoid running into walls, your own tail,
and that of your opponent.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: ktuberling
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Potato Guy for TDE
KTuberling is a game intended for small children. Of course, it may
be suitable for adults who have remained young at heart.
.
It is a potato editor. That means that you can drag and drop eyes,
mouths, moustache, and other parts of face and goodies onto a
potato-like guy. Similarly, you have a penguin on which you can drop
other stuff.
.
There is no winner for the game. The only purpose is to make the
funniest faces you can.
.
There is a museum (like a "Madame Tusseau" gallery) where you can
find many funny examples of decorated potatoes. Of course, you can
send your own creations to the programmer, Eric Bischoff, who will
include them in the museum if he gets some spare time.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: twin4
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Description: Connect Four clone for TDE
Four wins is a game for two players. Each player is represented by a
colour (yellow and red). The goal of the game is to get four
connected pieces of your colour into a row, column or any
diagonal. This is done by placing one of your pieces into any of the
seven columns. A piece will begin to fill a column from the bottom,
i.e. it will fall down until it reaches the ground level or another
stone. After a move is done it is the turn of the other player. This
is repeated until the game is over, i.e. one of the players has four
pieces in a row, column or diagonal or no more moves are possible
because the board is filled.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.
Package: lskat
Architecture: any
Section: games
Depends: ${shlibs:Depends}, tdegames-card-data
Description: Lieutnant Skat card game for TDE
Lieutnant Skat (from German Offiziersskat) is a card game for two
players. It is roughly played according to the rules of Skat but with
only two players and simplified rules.
.
Every player has a set of cards in front of him/her, half of them
covered and half of them open. Both players try to win more than 60
of the 120 possible points. After 16 moves all cards are played and
the game ends.
.
This package is part of TDE, and a component of the TDE games module.
See the 'tde' and 'tdegames' packages for more information.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,380 +0,0 @@
Source: tdegraphics
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, imlib11-dev, tdelibs4-dev, libexif-dev (>= 0.6.9-1), libfribidi-dev, freeglut3-dev, libgphoto2-2-dev, libltdl3-dev, libopenexr-dev (>= 1.2.1), libpaper-dev, libpoppler-qt-dev, libsane-dev (>> 1.0.15), libtiff-dev, libtiff-tools, libusb-dev, sharutils, libxxf86vm-dev, xpdf-common, chrpath [powerpc]
Standards-Version: 3.7.2
Package: tdegraphics
Section: tde
Architecture: all
Depends: kamera (>= ${source:Version}), kcoloredit (>= ${source:Version}), tdegraphics-tdefile-plugins (>= ${source:Version}), kdvi (>= ${source:Version}), kfax (>= ${source:Version}), kfaxview (>= ${source:Version}), kgamma (>= ${source:Version}), kghostview (>= ${source:Version}), tdeiconedit (>= ${source:Version}), kmrml (>= ${source:Version}), kolourpaint (>= ${source:Version}), kooka (>= ${source:Version}), kpdf (>= ${source:Version}), kpovmodeler (>= ${source:Version}), kruler (>= ${source:Version}), ksnapshot (>= ${source:Version}), ksvg (>= ${source:Version}), kuickshow (>= ${source:Version}), kview (>= ${source:Version}), kviewshell (>= ${source:Version}), libkscan1 (>= ${source:Version})
Suggests: tdegraphics-doc-html (>= ${source:Version})
Description: graphics apps from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of graphics applications
provided with the official release of TDE.
Package: tdegraphics-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE graphics documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE graphics documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/kamera/. Documentation is provided for most
TDE graphics packages.
.
This package is part of TDE, and a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kamera
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: digital camera io_slave for Konqueror
This is a digital camera io_slave for TDE which uses gphoto2 and libgpio
to allow access to your camera's pictures with the URL camera:/
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kcoloredit
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a color palette editor and color picker for TDE
This package contains two programs, a color palette editor and also a color
picker.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: tdegraphics-dev
Section: devel
Architecture: any
Depends: kghostview (= ${binary:Version}), kmrml (= ${binary:Version}), kpovmodeler (= ${binary:Version}), ksvg (= ${binary:Version}), kuickshow (= ${binary:Version}), kview (= ${binary:Version}), kviewshell (= ${binary:Version}), tdelibs4-dev
Description: development files for the TDE graphics module
This package contains headers and other development files for the TDE
graphics module.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: tdegraphics-tdefile-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE metainfo plugins for graphic files
This packages provides meta information for graphic files (file sizes,
tags, etc. all from within the file manager).
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kdvi
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, texlive-fonts-recommended
Suggests: khelpcenter
Replaces: tdebase-data (<< 4:3.3.91)
Description: dvi viewer for TDE
This program and KPart allow the user to display *.DVI files from TeX.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kfax
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, libtiff-tools
Description: G3/G4 fax viewer for TDE
A fax viewer for TDE, supporting the display of raw and tiffed fax images
(g3, g3-2d, g4).
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kfaxview
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Description: G3/G4 fax viewer for TDE using kviewshell
A fax viewer for TDE, supporting the display of raw and tiffed fax images
(g3, g3-2d, g4).
.
This faxviewer uses kviewshell and is intended to replace the standalone
kfax application once it reproduces all of kfax's features.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kgamma
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: gamma correction module for the Trinity Control Center
KGamma is a Trinity Control Center module for gamma calibration/correction
of XFree86. With proper gamma settings, your display (websites, images,
etc.) will look the same on your monitor as on other monitors.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kgamma.berlios.de/index2.php
Package: kghostview
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}, gs
Suggests: khelpcenter
Provides: postscript-viewer, pdf-viewer
Description: PostScript viewer for TDE
KGhostview is TDE's PostScript viewer. It is a port of Tim Theisen's
Ghostview program which is used to view documents prepared in Adobe's
PostScript page description language. PostScript is the major page
description language for printing on UNIX systems, and this application is
useful to preview material intended for printing, or for reading documents
online.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: tdeiconedit
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: an icon editor for TDE
TDEIconedit allows you easily to create and edit icons.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kmrml
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Recommends: gnuift
Description: a Konqueror plugin for searching pictures
MRML is short for Multimedia Retrieval Markup Language, which defines a
protocol for querying a server for images based on their content. See
http://www.mrml.net about MRML and the GNU Image Finding Tool (GIFT), an
MRML server.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kolourpaint
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a simple paint program for TDE
KolourPaint is a very simple paint program for TDE. It aims to be
conceptually simple to understand; providing a level of functionality
targeted towards the average user. It's designed for daily tasks like:
.
* Painting - drawing diagrams and "finger painting"
* Image Manipulation - editing screenshots and photos; applying effects
* Icon Editing - drawing clipart and logos with transparency
.
It's not an unusable and monolithic program where simple tasks like
drawing lines become near impossible. Nor is it so simple that it lacks
essential features like Undo/Redo.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kolourpaint.sourceforge.net
Package: kooka
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ocrad | gocr
Suggests: khelpcenter
Description: scanner program for TDE
Kooka is an open source GNU/Linux scan program based on SANE and
KScan library.
.
Kooka helps you to handle the most important scan parameters, find the
correct image file format to save and manage your scanned images. It
offers support for different OCR modules. Libkscan, a autonomous part
of Kooka, provides a scan service for easy and consistent use to all
TDE applications.
.
Install ocrad or gocr if you wish to enable optical character recognition
in kooka.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kooka.kde.org/
Package: kpdf
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kghostview (= ${binary:Version})
Suggests: khelpcenter
Provides: pdf-viewer
Description: PDF viewer for TDE
KPDF allows you to view PDF (Portable Document Format) files. This package
includes kpdfpart so you can embed in konqueror or run as a standalone
application.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kpovmodeler
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter, povray
Description: a graphical editor for povray scenes
KPovmodeler is TDE's graphical editor for povray scenes. KPovModeler is a
modeling and composition program for creating POV-Ray scenes in TDE.
.
For most modelers, POV-Ray is nothing but a rendering engine. This greatly
limits the innate possibilities of the POV-Ray scripted language. This
is not the case for KPovModeler, which allows you to use all the features
of POV-Ray through the translation of POV-Ray language into a graphical
tree.
.
kpovmodeler uses the povray package, currently available only in Debian's
non-free, unsupported repository.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://www.kpovmodeler.org
Package: kruler
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a screen ruler and color measurement tool for TDE
Kruler is a screen ruler (using pixels) and color measurement tool for TDE.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: ksnapshot
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Replaces: tdebase-data (<< 4:3.3.91)
Description: screenshot utility for TDE
KSnapshot is a simple applet for taking screenshots. It is capable of
capturing images of either the whole desktop or just a single window.
The images can then be saved in a variety of formats.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: ksvg
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Description: SVG viewer for TDE
KSVG allows you view SVG (scalable vector graphics) files. This package
includes kpart so you can embed it in konqueror and a standalone
application.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kuickshow
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: TDE image/slideshow viewer
KuickShow is an image browser/viewer with a nice filebrowser to select
images to be shown, slideshow support and the ability to display the
following image formats: jpg, gif, tiff, png, bmp, psd, xpm, xbm, pbm
and eim. Images can be displayed either in their own window, as large
as the image, or fullscreen (which shrinks images too large to
display). KuickShow also has a slideshow mode.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kuickshow.sourceforge.net
Package: kview
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: simple image viewer/converter for TDE
KView is a simple image viewer and converter application. It supports
a number of plugins, which add an array of basic editing capabilities
as well.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: kviewshell
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Description: generic framework for viewer applications in TDE
KViewShell is a generic viewing framework that allows the graphical
applications, such as the kview image viewer, to be embedded in other
TDE applications, such as Konqueror.
.
KViewShell comes with a djvuviewpart plugin included, for viewing
DjVu images.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: libkscan-dev
Section: libdevel
Architecture: any
Depends: libkscan1 (= ${binary:Version}), tdelibs4-dev
Description: development files for the TDE scanner library
This package contains development files for TDE's scanner library.
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: libkscan1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: scanner library for TDE
KScan is TDE's scanner library. It's used by kooka and by koffice currently.
It provides an easy-to-use library, which allows you to access your scanner
(as long as it's sane compatible).
.
This package is part of TDE, as a component of the TDE graphics module.
See the 'tde' and 'tdegraphics' packages for more information.
Package: tdegraphics-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: tdelibs-dbg, libkscan1 (= ${binary:Version})
Description: debugging symbols for tdegraphics
This package contains the debugging symbols associated with tdegraphics.
They will automatically be used by gdb for debugging tdegraphics-related
issues.

@ -1,17 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>
Pino Toscano <pino@kde.org>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,120 +0,0 @@
Source: tdelibs
Section: libs
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.41ubuntu2), debhelper (>= 5.0.31), quilt, autotools-dev,
binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext,
libart-2.0-dev (>= 2.3.17), libarts1-dev (>= 1.5.0), libacl1-dev,
libattr1-dev, libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386],
libaspell-dev, hspell, libbz2-dev, libcupsys2-dev | libcups2-dev,
libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev, libldap2-dev,
liblualib50-dev, libopenexr-dev (>= 1.2.2-4.1), libpcre3-dev,
libqt3-mt-dev (>= 3:3.3.7), libsasl2-dev, libssl-dev,
libtiff-dev, libavahi-client-dev (>= 0.4),
libavahi-qt3-dev (>= 0.4), libxml2-dev, libxml2-utils, libxslt1-dev,
sharutils, texinfo,
tdesdk-scripts, lsb-release, base-files, sudo
Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11
Standards-Version: 3.7.2
Package: tdelibs
Section: libs
Architecture: all
Depends: tdelibs14 (>= ${source:Version}),
tdelibs-data (>= ${source:Version})
Description: core libraries from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes the core TDE libraries, binaries, and data,
needed by virtually all TDE applications. It does not include
development files.
Package: tdelibs-data
Section: libs
Architecture: all
Depends: hicolor-icon-theme
Conflicts: tdelibs4
Replaces: tdeartwork-style (<< 4:3.4.0), konq-plugins (<< 4:3.4.0),
ksvg (<< 4:3.4.0), kpackage (<< 4:3.4.2), kicker (<< 4:3.5-rc1),
kttsd (<< 4:3.5-rc1), tdevelop3-data (<< 4:3.3.0), libdjvulibre1,
libdjvulibre15 (<< 3.5.16-2), krita (= 1:1.4.90.1-1), digikam (<< 0.8.1-3),
kaffeine (<< 0.8.1-3)
Description: core shared data for all TDE applications
This package contains all the architecture independent data files
commonly used by TDE applications. You need these data files to run
TDE applications.
.
This package is part of TDE, and a component of the TDE libraries module.
See the 'tde' and 'tdelibs' packages for more information.
Package: tdelibs14
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, tdelibs-data (>> ${TDE-Version3}),
tdelibs-data (<< ${TDE-Next-Version3}), perl, xbase-clients, sudo
Suggests: fam, perl-suid
Conflicts: tdelibs4, tdelibs4c2, tdelibs-bin (<< 4:3.3.3), tdelibs4-dev (<< 4:3.5.7.dfsg.1-6)
Replaces: tdelibs4, tdelibs4c2, tdeartwork-style (<< 4:3.4.0),
kcontrol (<< 4:3.4.0), tdelibs-bin (<< 4:3.5.3-1),
tdelibs4-dev (= 4:3.5.7.dfsg.1-5)
Description: core libraries and binaries for all TDE applications
This package contains all the shared libraries and common core binaries
used by all TDE applications. You need these libraries and binaries to
run TDE applications.
.
Several scripts included in tdebase-bin, related to the handling of SMB
and NFS shares, require the perl-suid package to work properly.
.
This package is part of TDE, and a component of the TDE libraries module.
See the 'tde' and 'tdelibs' packages for more information.
Package: tdelibs4-dev
Section: libdevel
Architecture: any
Depends: tdelibs14 (= ${source:Version}), libart-2.0-dev (>= 2.3.17),
libarts1-dev (>= 1.5.0), ${libasound2-dev}, libacl1-dev, libattr1-dev,
libaspell-dev, hspell, libbz2-dev, libcupsys2-dev | libcups2-dev,
libidn11-dev, libjasper-dev (>= 1.900.1), libkrb5-dev,
libopenexr-dev (>= 1.2.2-3), libpcre3-dev, liblualib50-dev,
libqt3-mt-dev (>= 3:3.3.5), libsasl2-dev, libssl-dev,
libtiff-dev, libxml2-dev, libxml2-utils, libxslt1-dev,
libavahi-client-dev (>= 0.4), libavahi-qt3-dev (>= 0.4),
tdesdk-scripts
Provides: tdelibs-dev
Replaces: tdebase-dev (<< 4:3.4.0), tdelibs14 (<< 4:3.5.7.dfsg.1-5)
Description: development files for the TDE core libraries
This package contains all the headers and other related files needed
to compile TDE applications, or develop applications which use the
core TDE libraries.
.
This package is part of TDE, and a component of the TDE libraries module.
See the 'tde' and 'tdelibs' packages for more information.
Package: tdelibs4-doc
Section: doc
Architecture: all
Provides: tdelibs-doc
Description: developer documentation for the TDE core libraries
This package contains documentation for the core TDE libraries, of
use more for developers creating applications which use the core
TDE libraries, than regular users.
.
This package is part of TDE, and a component of the TDE libraries module.
See the 'tde' and 'tdelibs' packages for more information.
Package: tdelibs-dbg
Section: libdevel
Architecture: any
Priority: extra
Conflicts: tdelibs4-dbg, tdelibs4c2-dbg, tdelibs14-dbg
Replaces: tdelibs4-dbg, tdelibs4c2-dbg, tdelibs14-dbg
Depends: tdelibs14 (= ${source:Version}), qt-x11-free-dbg, libc6-dbg [amd64]
Description: debugging symbols for tdelibs
This package contains the debugging symbols associated with tdelibs.
They will automatically be used by gdb for debugging tdelibs-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,296 +0,0 @@
Source: tdemultimedia
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, cdparanoia, gawk, gettext, tdelibs4-dev, libcdparanoia0-dev, libesd0-dev, libflac-dev (>= 1.1.4-1), libgstreamer-plugins-base0.10-dev, libltdl3-dev, libsamplerate0-dev, libspeex-dev (>> 1.1.5), libtag1-dev (>> 1.3.1), libtheora-dev, libxine-dev, sharutils, texinfo, libxxf86dga-dev, libxv-dev, libxxf86vm-dev, libakode-dev
Standards-Version: 3.7.2
Package: tdemultimedia
Section: tde
Architecture: all
Depends: artsbuilder (>= ${source:Version}), juk (>= ${source:Version}), kaboodle (>= ${source:Version}), kaudiocreator (>= ${source:Version}), tdemultimedia-kappfinder-data (>= ${source:Version}), tdemultimedia-tdefile-plugins (>= ${source:Version}), tdemultimedia-kio-plugins (>= ${source:Version}), tdemid (>= ${source:Version}), kmix (>= ${source:Version}), krec (>= ${source:Version}), kscd (>= ${source:Version}), libarts1-akode (>= ${source:Version}), libarts1-audiofile (>= ${source:Version}), libarts1-mpeglib (>= ${source:Version}), libarts1-xine (>= ${source:Version}), mpeglib (>= ${source:Version}), noatun (>= ${source:Version})
Suggests: tdemultimedia-doc-html (>= ${source:Version})
Description: multimedia apps from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of multimedia applications
(such as sound and movie player, mixers and plugins) provided with
the official release of TDE.
.
Homepage: http://www.kde.org/areas/multimedia
Package: tdemultimedia-dev
Section: devel
Architecture: any
Depends: tdelibs4-dev, artsbuilder (= ${source:Version}), tdemultimedia-kio-plugins (= ${source:Version}), tdemid (= ${source:Version}), kmix (= ${source:Version}), krec (= ${source:Version}), kscd (= ${source:Version}), libarts1-akode (= ${source:Version}), libarts1-mpeglib (= ${source:Version}), libkcddb1 (= ${source:Version}), mpeglib (= ${source:Version}), noatun (= ${source:Version})
Conflicts: libmpeg-dev
Replaces: artsbuilder (<< 4:3.0.0), mpeglib (<< 4:3.0.0), noatun (<< 4:3.0.0)
Description: development files for the TDE multimedia module
Development files and headers for the TDE multimedia module.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: tdemultimedia-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE multimedia documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE multimedia documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/juk/. Documentation is provided for most
TDE multimedia packages.
.
This package is part of TDE, and a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: artsbuilder
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Replaces: tdebase-data (<< 4:3.3.91), tdemultimedia-dev (<< 4:3.5.0-2)
Description: synthesizer designer for aRts
This is the analog Realtime synthesizer's graphical design tool.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: juk
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: music organizer and player for TDE
JuK (pronounced "jook") is a jukebox and music manager for the TDE
desktop similar to jukebox software on other platforms such as
iTunes or RealOne.
.
Some of JuK's features include:
* Support for Ogg Vorbis and MP3 formats
* Tag editing support for both formats, including ID3v2 for MP3 files.
Multitagging or editing a selection of multiple files at once is also
supported
* Output to either the aRts, default TDE sound system, or GStreamer
* Management of your "collection" and multiple playlists
* Import and export to m3u playlists
* Binary caching of audio meta-data and playlist information for faster
load times (starting with the second time you run JuK)
* Integration into TDE that allows drag-and-drop and clipboard usage
with other TDE and X apps
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: kaboodle
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Recommends: libarts1-xine
Suggests: khelpcenter
Description: light, embedded media player for TDE
Kaboodle is a light, embedded media player, supporting both video and audio,
for TDE. It uses the aRts framework for playing media files.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: kaudiocreator
Section: sound
Architecture: any
Depends: ${shlibs:Depends}, tdemultimedia-kio-plugins (= ${source:Version})
Recommends: vorbis-tools, flac
Suggests: lame
Description: CD ripper and audio encoder frontend for TDE
KAudioCreator is a tool for audio extraction (ripping) and encoding. It can
keep your WAV files, or convert them to Ogg/Vorbis, MP3, or FLAC. It also
searches CDDB to retrieve the information of the disk.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: tdemultimedia-tdefile-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdemultimedia-kio-plugins (<< 4:3.4.1-1)
Description: au/avi/m3u/mp3/ogg/wav plugins for tdefile
au/avi/m3u/mp3/ogg/wav file metainformation plugins for TDE.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: tdemultimedia-kappfinder-data
Section: tde
Architecture: any
Depends: kappfinder
Description: multimedia data for kappfinder
This package provides data on multimedia applications for kappfinder.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: tdemultimedia-kio-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: lame
Conflicts: tdebase-audiolibs (<< 4:3.0.0)
Replaces: tdebase-audiolibs (<< 4:3.0.0), tdebase-kio-plugins (<< 4:3.4.0)
Description: enables the browsing of audio CDs under Konqueror
This package allow audio CDs to be browsed like a file system using
Konqueror and the audiocd:/ URL.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: tdemid
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: MIDI/karaoke player for TDE
This package provides a MIDI and karaoke player for TDE.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: kmix
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Provides: x-audio-mixer
Description: sound mixer applet for TDE
This package includes TDE's dockable sound mixer applet.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: krec
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: sound recorder utility for TDE
This is a sound recording utility for TDE.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: kscd
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: audio CD player for TDE
This is TDE's audio CD player.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: libarts1-akode
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libakode2 (<< 2-beta3-2), akode
Description: akode plugin for aRts
This package contains akode plugins for aRts.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information
Package: libarts1-audiofile
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: audiofile plugin for aRts
This package contains audiofile plugins for aRts.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: libarts1-mpeglib
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libarts-mpeglib (<< 4:3.0.0)
Replaces: libarts-mpeglib (<< 4:3.0.0)
Description: mpeglib plugin for aRts, supporting mp3 and mpeg audio/video
This package contains the mpeglib aRts plugin, supporting mp3 and mpeg
audio and video.
.
This is the arts (TDE Sound daemon) plugin.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: libarts1-xine
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: aRts plugin enabling xine support
This package contains aRts' xine plugin, allowing the use of the xine
multimedia engine though aRts.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: libkcddb1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: CDDB library for TDE
The TDE native CDDB (CD Data Base) library, providing easy access to Audio
CD meta-information (track titles, artist information, etc.) from on-line
databases, for TDE applications.
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: mpeglib
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: libarts1-mpeglib (= ${source:Version})
Replaces: tdemultimedia-dev (<< 4:3.5.2-1)
Description: MP3 and MPEG-1 audio and video library
mpeglib is a MPEG-1 and MP3 audio and video library. It supports
MPEG-1 audio (layers 1, 2, 3), MPEG-1 video, MPEG-1 system layer,
and WAV playback
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: noatun
Section: sound
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter, noatun-plugins
Description: media player for TDE
Noatun is an aRts-based audio and video player for TDE. It supports all
formats supported by your installation of aRts (including aRts plugins).
.
This package is part of TDE, as a component of the TDE multimedia module.
See the 'tde' and 'tdemultimedia' packages for more information.
Package: tdemultimedia-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Depends: libkcddb1 (= ${source:Version})
Description: debugging symbols for tdemultimedia
This package contains the debugging symbols associated with tdemultimedia.
They will automatically be used by gdb for debugging tdemultimedia-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,323 +0,0 @@
Source: tdenetwork
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, docbook-to-man, doxygen, gawk, gettext, tdelibs4-dev, libgadu-dev, libgsmme-dev, libiw-dev (>> 27+28pre8) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !s390 !s390x], libmeanwhile-dev (>= 1.0.2), libslp-dev, libtiff-dev, libxml2-dev, libxslt1-dev, libxtst-dev, qt3-doc, sharutils, valgrind [i386 amd64], libxxf86vm-dev
Standards-Version: 3.7.2
Package: tdenetwork
Section: tde
Architecture: all
Depends: dcoprss (>= ${source:Version}), tdenetwork-tdefile-plugins (>= ${source:Version}), kdict (>= ${source:Version}), tdednssd (>= ${source:Version}) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], kget (>= ${source:Version}), knewsticker (>= ${source:Version}), kopete (>= ${source:Version}), kpf (>= ${source:Version}), kppp (>= ${source:Version}), krdc (>= ${source:Version}), krfb (>= ${source:Version}), ksirc (>= ${source:Version}), kwifimanager (>= ${source:Version}) [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !s390 !s390x], librss1 (>= ${source:Version})
Recommends: tdenetwork-filesharing (>= ${source:Version}), ktalkd (>= ${source:Version}), lisa (>= ${source:Version})
Suggests: tdenetwork-doc-html (>= ${source:Version})
Description: network-related apps from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of network and networking related
applications provided with the official release of TDE.
Package: dcoprss
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Description: RSS utilities for TDE
tdenetwork-dcoprss is a RSS to DCOP bridge, allowing all
DCOP aware applications to access RSS news feeds. There is also
a few sample utilities provided.
.
RSS is a standard for publishing news headlines.
DCOP is the TDE interprocess communication protocol.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: tdenetwork-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE network documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE network documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/kdict/. Documentation is provided for most
TDE network packages.
.
This package is part of TDE, and a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: tdenetwork-tdefile-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Enhances: konqueror
Description: torrent metainfo plugin for TDE
This package provides a metainformation plugin for bittorrent files.
.
Kde uses tdefile-plugins to provide metainfo tab in the files properties
dialog in konqueror and other file-handling applications.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: tdenetwork-filesharing
Section: net
Architecture: any
Depends: ${shlibs:Depends}, perl-suid
Replaces: kcontrol (<< 4:3.3.0)
Description: network filesharing configuration module for TDE
This package provides a Trinity Control Center module to configure
NFS and Samba.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: kdict
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Provides: dict-client
Replaces: tdebase-data (<< 4:3.4.0)
Description: dictionary client for TDE
KDict is an advanced TDE graphical client for the DICT Protocol, with full
Unicode support. It enables you to search through dictionary databases for a
word or phrase, then displays suitable definitions. KDict tries to ease
basic as well as advanced queries.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: kget
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: download manager for TDE
KGet is a a download manager similar to GetRight or Go!zilla. It keeps
all your downloads in one dialog and you can add and remove transfers.
Transfers can be paused, resumed, queued or scheduled.
Dialogs display info about status of transfers - progress, size, speed
and remaining time. Program supports drag & drop from TDE
applications and Netscape.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: knewsticker
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, kicker
Suggests: khelpcenter, knewsticker-scripts
Description: news ticker applet for TDE
This is a news ticker applet for the TDE panel. It can scroll news from
your favorite news sites, such as lwn.net, /. and freshmeat.net.
To achieve this, KNewsTicker requires the news sites to provide a
RSS feed to newsitems. KNewsTicker already comes with a selection of
good news sources which provide such files.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: kopete
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Recommends: tqca-tls
Suggests: tdeartwork-emoticons, khelpcenter, imagemagick, gnupg, gnomemeeting
Replaces: konversation (<= 0.14.0-4), sim (<= 0.9.3-2)
Description: instant messenger for TDE
Kopete is an instant messenger program which can communicate with a variety
of IM systems, such as Yahoo, ICQ, MSN, IRC and Jabber.
.
Kopete includes the "Now Listening" plug-in that can report what music you
are currently listening to, in a number of different players, including
noatun, kscd, juk, kaffeine and amarok.
.
Support for more IM protocols can be added through a plugin system.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
.
Homepage: http://kopete.kde.org
Package: kpf
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: public fileserver for TDE
kpf provides simple file sharing using HTTP. kpf is strictly a public
fileserver, which means that there are no access restrictions to shared
files. Whatever you select for sharing is available to anyone. kpf is
designed to be used for sharing files with friends.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: kppp
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ppp
Suggests: khelpcenter
Description: modem dialer and ppp frontend for TDE
KPPP is a dialer and front end for pppd. It allows for interactive
script generation and network setup. It will automate the dialing in
process to your ISP while letting you conveniently monitor the entire
process.
.
Once connected KPPP will provide a rich set of statistics and keep
track of the time spent online for you.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: krdc
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: rdesktop (<= 1.3.1-1 )
Suggests: rdesktop, khelpcenter
Description: Remote Desktop Connection for TDE
krdc is an TDE graphical client for the rfb protocol, used by VNC,
and if rdesktop is installed, krdc can connect to Windows Terminal
Servers using RDP.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: krfb
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: Desktop Sharing for TDE
Desktop Sharing (krfb) is a server application that allows you to share
your current session with a user on another machine, who can use a
VNC client like krdc to view or even control the desktop. It doesn't
require you to start a new X session - it can share the current session.
This makes it very useful when you want someone to help you perform a
task.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: ksirc
Section: net
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Recommends: libio-socket-ssl-perl
Suggests: khelpcenter
Description: IRC client for TDE
KSirc is an IRC chat client for TDE. It supports scripting with Perl and has a
lot of compatibility with mIRC for general use.
.
If you want to connect to an IRC server via SSL, you will need to install the
recommended package libio-socket-ssl-perl.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: ktalkd
Section: net
Priority: extra
Architecture: any
Depends: ${shlibs:Depends}, netbase, update-inetd
Recommends: talk, ytalk
Suggests: khelpcenter
Conflicts: talkd
Provides: talkd
Replaces: talkd
Description: talk daemon for TDE
KTalkd is an enhanced talk daemon - a program to handle incoming talk
requests, announce them and allow you to respond to it using a talk
client. Note that KTalkd is designed to run on a single-user workstation,
and shouldn't be run on a multi-user machine.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: kwifimanager
Section: net
Architecture: any
Depends: ${shlibs:Depends}, wireless-tools
Suggests: khelpcenter
Description: wireless lan manager for TDE
KWiFiManager suite is a set of tools which allows you to manage your
wireless LAN connection under the Trinity Desktop Environment. It provides
information about your current connection. KWiFiManager supports every
wavelan card that uses the wireless extensions interface.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: librss1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: RSS library for TDE
This is the runtime package for programs that use the TDE RSS library.
End users should not need to install this, it should get installed
automatically when needed.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: tdenetwork-dev
Section: devel
Architecture: any
Depends: kdict (= ${source:Version}), kopete (= ${source:Version}), ksirc (= ${source:Version}), librss1 (= ${source:Version}), tdelibs4-dev
Replaces: librss1-dev, kdict (<< 4:3.5.0-3)
Conflicts: librss1-dev
Description: development files for the TDE network module
This is the development package which contains the headers for the TDE RSS
library as well as the Kopete chat client, as well as miscellaneous
development-related files for the TDE network module.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: lisa
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter, samba-common
Replaces: konqueror (<< 4:3.3.0)
Description: LAN information server for TDE
LISa is intended to provide TDE with a kind of "network neighborhood"
but relying only on the TCP/IP protocol.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: tdednssd
Section: net
Architecture: any
Depends: ${shlibs:Depends}
Recommends: avahi-daemon
Suggests: avahi-autoipd | zeroconf
Description: Zeroconf support for TDE
A tdeioslave and kded module that provide Zeroconf support. Try
"zeroconf:/" in Konqueror.
.
This package is part of TDE, as a component of the TDE network module.
See the 'tde' and 'tdenetwork' packages for more information.
Package: tdenetwork-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: librss1 (= ${source:Version}), tdelibs-dbg
Description: debugging symbols for tdenetwork
This package contains the debugging symbols associated with tdenetwork.
They will automatically be used by gdb for debugging tdenetwork-related
issues.

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,672 +0,0 @@
Source: tdepim
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, automake1.9,
cdparanoia, gawk, gettext, tdelibs4-dev, bison, byacc, bzip2,
flex, groff-base, libopensync0-dev,
libbluetooth2-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
libboost-dev (>= 1.33.1), libgnokii3-dev, libgpgme11-dev,
libpisock-dev, libreadline5-dev, libsasl2-dev, libssl-dev,
libtool (>= 1.5), libxpm-dev, libxss-dev, sharutils, texinfo, dpkg-dev (>= 1.14.4),
libgpg-error-dev (>= 1.4-2ubuntu7), gpgsm
Build-Depends-Indep: doxygen, graphviz, gsfonts-x11, qt3-doc, tdelibs4-doc
Build-Conflicts: libkleopatra0-dev, autoconf2.13
Standards-Version: 3.7.2
Package: tdepim
Section: tde
Architecture: all
Depends: akregator (>= ${source:Version}), kaddressbook (>= ${source:Version}), kalarm (>= ${source:Version}), kandy (>= ${source:Version}), karm (>= ${source:Version}), tdepim-tdefile-plugins (>= ${source:Version}), tdepim-kio-plugins (>= ${source:Version}), tdepim-tderesources (>= ${source:Version}), tdepim-wizards (>= ${source:Version}), kitchensync (>= ${source:Version}), kleopatra (>= ${source:Version}), kmail (>= ${source:Version}), kmailcvt (>= ${source:Version}), knode (>= ${source:Version}), knotes (>= ${source:Version}), konsolekalendar (>= ${source:Version}), kontact (>= ${source:Version}), korganizer (>= ${source:Version}), korn (>= ${source:Version}), ktnef (>= ${source:Version}), networkstatus (>= ${source:Version}), libindex0 (>= ${source:Version}), libkcal2b (>= ${source:Version}), libtdepim1a (>= ${source:Version}), libkgantt0 (>= ${source:Version}), libkleopatra1 (>= ${source:Version}), libkpimexchange1 (>= ${source:Version}), libkpimidentities1 (>= ${source:Version}), libksieve0 (>= ${source:Version}), libktnef1 (>= ${source:Version}), libmimelib1c2a (>= ${source:Version})
Suggests: tdepim-doc-html
Description: Personal Information Management apps from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of Personal Information Management
(PIM) applications provided with the official release of TDE.
.
Homepage: http://pim.kde.org/
Package: tdepim-dbg
Priority: extra
Section: libdevel
Depends: tdelibs-dbg
Architecture: any
Description: debugging symbols for tdepim
This package contains the debugging symbols associated with tdepim.
They will automatically be used by gdb for debugging tdepim-related
issues.
Package: tdepim-dev
Section: devel
Architecture: any
Depends: kaddressbook (= ${source:Version}), kalarm (= ${source:Version}), tdepim-tderesources (= ${source:Version}), kitchensync (= ${source:Version}), kmail (= ${source:Version}), knotes (= ${source:Version}), kontact (= ${source:Version}), korganizer (= ${source:Version}), libkpimidentities1 (= ${source:Version}), libkcal2-dev (= ${source:Version}), libtdepim1-dev (= ${source:Version}), libkgantt0-dev (= ${source:Version}), libkleopatra1-dev (= ${source:Version}), libkpimexchange1-dev (= ${source:Version}), libksieve0-dev (= ${source:Version}), libktnef1-dev (= ${source:Version}), libmimelib1-dev (= ${source:Version})
Replaces: libkcal2-dev (<< 4:3.4.1), libmimelib1-dev (<< 4:3.4.2)
Description: TDE Personal Information Management [development]
This package contains development files needed to compile tdepim applications.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
.
Homepage: http://pim.kde.org/
Package: tdepim-doc
Section: doc
Architecture: all
Suggests: konqueror | www-browser, doc-base
Description: TDE Personal Information Management library documentation
TDE core library documentation. You need this documentation to develop TDE PIM
applications.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
.
Homepage: http://pim.kde.org/
Package: tdepim-doc-html
Section: doc
Architecture: all
Suggests: konqueror | www-browser, tdepim
Description: TDE PIM documentation in HTML format
By default the Personal Information Management applications provided with
TDE only provide their documentation in TDE docbook format, which can only
be read by Konqueror or KHelpCenter. This package provides all of the
TDE PIM documentation converted to HTML format so it can be read with any
web browser.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
.
Homepage: http://pim.kde.org/
Package: akregator
Section: web
Architecture: any
Depends: ${shlibs:Depends}
Description: RSS feed aggregator for TDE
aKregator is a fast, lightweight, and intuitive feed reader program
for TDE. It allows you to quickly browse through hundreds of
thousands of internet feeds in a quick, efficient, and familiar way.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
.
Homepage: http://akregator.kde.org/
Package: kaddressbook
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: tdepim-tderesources, tdebase-kio-plugins
Description: TDE NG addressbook application
KAddressBook is the main address book application for TDE; it enables you
to manage your contacts efficiently and comfortably. It can load and save
your contacts to many different locations, including the local file system,
LDAP servers, and SQL databases.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kalarm
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: kmix, kttsd
Description: TDE alarm message, command and email scheduler
KAlarm provides a graphical interface to schedule personal timed events -
pop-up alarm messages, command execution and sending emails. There is a
range of options for configuring recurring events.
.
A pop-up alarm can show either a simple text message, or the contents of a
text or image file, It can optionally be spoken, or play a sound file. You
can choose its appearance, and set reminders. Among KAlarm's other
facilities, you can set up templates to allow KAlarm to be used as a 'tea
timer'.
.
As an alternative to using the graphical interface, alarms can be scheduled
from the command line or via DCOP calls from other programs. KAlarm is
TDE-based, but will also run on other desktops.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kandy
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE mobile phone utility
At the moment Kandy is more or less a terminal program with some special
features to store commands and their parameters, but is also has a simple GUI
to access the phone book of a mobile phone and it is able to save this phone
book to the TDE address book.
.
Kandy is aimed at mobile phones with integrated (GSM) modems.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: karm
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE time tracker tool
KArm is a time tracker for busy people who need to keep track of the amount of
time they spend on various tasks.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: tdepim-tdefile-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE File dialog plugins for palm and vcf files
File dialog plugins for palm and vcf files.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: tdepim-kio-plugins
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdebase-kio-plugins (<< 4:3.4.0)
Description: TDE pim I/O Slaves
This package includes the pim tdeioslaves. This includes imap4, sieve,
and mbox.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: tdepim-tderesources
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: libkcal2a (<< 4:3.4.1), kaddressbook (<< 4:3.4.1), knotes (<< 4:3.4.1)
Recommends: ${shlibs:Recommends}, korganizer
Suggests: knotes
Description: TDE pim resource plugins
This package includes several plugins needed to interface with groupware
servers. It also includes plugins for features such as blogging and
tracking feature plans.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: tdepim-wizards
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdepim-dev (<< 4:3.4.1-2)
Suggests: egroupware
Description: TDE server configuration wizards
This package contains TDE-based wizards for configuring eGroupware,
Kolab, and SUSE Linux Openexchange servers.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kitchensync
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: konqueror
Conflicts: kdebluetooth-irmcsync (<< 0.99+1.0beta2-4.1)
Description: Synchronization framework
This package contains a synchronization framework, still under heavy
development. Kitchensync uses opensync.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kleopatra
Section: net
Architecture: any
Depends: ${shlibs:Depends}, gnupg-agent, gnupg2, gpgsm, dirmngr, pinentry-qt | pinentry-x11
Description: TDE Certificate Manager
Kleopatra is the TDE tool for managing X.509 certificates in the gpgsm
keybox and for retrieving certificates from LDAP servers.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kmail
Section: mail
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, tdepim-kio-plugins, tdebase-kio-plugins, gpgsm, gnupg-agent, pinentry-qt | pinentry-x11
Suggests: gnupg, gnupg-agent, pinentry-qt | pinentry-x11, kaddressbook, kleopatra, spamassassin | bogofilter | annoyance-filter | spambayes | bsfilter | crm114, clamav | f-prot-installer, procmail
Replaces: tdepim-dev (<< 4:3.4.0), tdebase-data (<< 4:3.4.0)
Provides: imap-client, mail-reader
Description: TDE Email client
KMail is a fully-featured email client that fits nicely into the TDE
desktop. It has features such as support for IMAP, POP3, multiple accounts,
mail filtering and sorting, PGP/GnuPG privacy, and inline attachments.
.
You need to install tdepim-kio-plugins if you want to use IMAP or
mbox files, and/or tdebase-kio-plugins if you want to use POP3.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
.
Homepage: http://kmail.kde.org/
Package: kmailcvt
Section: mail
Architecture: any
Depends: ${shlibs:Depends}, kmail
Description: TDE KMail mail folder converter
Converts mail folders to KMail format. Formats supported for import
include Outlook Express, Evolution, and plain mbox.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: knode
Section: news
Architecture: any
Depends: ${shlibs:Depends}
Replaces: tdepim-dev (<< 4:3.4.0)
Provides: news-reader
Description: TDE news reader
KNode is an easy-to-use, convenient newsreader. It is intended to be usable
by inexperienced users, but also includes support for such features as
MIME attachments, article scoring, and creating and verifying GnuPG
signatures.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: knotes
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: tdepim-tderesources
Description: TDE sticky notes
KNotes is a program that lets you write sticky notes. The notes are saved
automatically when you exit the program, and they display when you open the
program. The program supports printing and mailing your notes.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kode
Section: devel
Architecture: any
Depends: ${shlibs:Depends}
Description: Helper library for programmatic generation of C++ code
This package includes a program kode for generation of C++ template files
and kxml_compiler for generation of C++ classes representing XML data
described by RelaxNG schemes.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: konsolekalendar
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE konsole personal organizer
KonsoleKalendar is a command-line interface to TDE calendars.
Konsolekalendar complements the TDE KOrganizer by providing a console
frontend to manage your calendars.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: kontact
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ${shlibs:Recommends}, kitchensync, kmail, knode, knotes
Suggests: ${shlibs:Suggests}, akregator, knewsticker, kweather, gnokii
Replaces: akregator (<< 4:3.4.0), akregator-kontact-plugin
Conflicts: akregator-kontact-plugin
Description: TDE pim application
Kontact is the integrated solution to your personal information management
needs. It combines TDE applications like KMail, KOrganizer, and
KAddressBook into a single interface to provide easy access to mail,
scheduling, address book and other PIM functionality.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
.
Homepage: http://kontact.kde.org/
Package: korganizer
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Recommends: kghostview
Description: TDE personal organizer
This package contains KOrganizer, a calendar and scheduling program.
.
KOrganizer aims to be a complete program for organizing appointments,
contacts, projects, etc. KOrganizer natively supports information interchange
with other calendar applications, through the industry standard vCalendar
personal data interchange file format. This eases the move from other
modern PIMs to KOrganizer.
.
KOrganizer offers full synchronization with Palm Pilots, if kpilot is
installed.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: korn
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, tdepim-kio-plugins, tdebase-kio-plugins
Description: TDE mail checker
Korn is a TDE mail checker that can display a small summary in the Kicker
tray. It supports checking mbox, pop3, imap4, and nntp sources.
.
Once mail is received you can have Korn run a third party program or change
the color/icon of the Kicker display. In addition to this you can have
Korn run a program once you click on the docked icon in Kicker.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: ktnef
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE TNEF viewer
The TNEF File Viewer allows you to handle mail attachments using the TNEF
format. These attachments are usually found in mails coming from Microsoft
mail servers and embed the mail properties as well as the actual attachments.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: networkstatus
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE network status monitor
NetworkStatus tracks the status of network interfaces and provides
notification to applications when this status changes.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: networkstatus-dev
Section: tde
Architecture: any
Depends: networkstatus (= ${source:Version}), libtdepim1-dev (= ${source:Version})
Description: TDE network status monitor [development]
This is the development package which contains the headers for the
networkstatus library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libindex0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE indexing library
This library provides text indexing and is currently used by KMail
to implement fast searches in mail bodies.
.
This is the runtime package for programs that use the libindex library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libindex0-dev
Section: libdevel
Architecture: any
Depends: libindex0 (= ${source:Version})
Description: TDE indexing library [development]
This library provides text indexing and is currently used by KMail
to implement searching through mail text.
.
This is the development package which contains the headers for the libindex
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkcal2b
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ${shlibs:Recommends}
Conflicts: libkcal2, libkcal2a
Replaces: libkcal2a
Suggests: tdepim-tderesources
Description: TDE calendaring library
This library provides a C++ API for handling the vCalendar and iCalendar
formats.
.
This is the runtime package for programs that use the libkcal library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkcal2-dev
Section: libdevel
Architecture: any
Depends: libkcal2b (= ${source:Version}), libtdepim1-dev (= ${source:Version}), libktnef1-dev (= ${source:Version})
Replaces: tdepim-dev (<= 4:3.5.4-1)
Description: TDE calendaring library [development]
This library provides a C++ API for handling the vCalendar and iCalendar
formats.
.
This is the development package which contains the headers for the libkcal
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libtdepim1a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libtdepim1
Replaces: akregator (<< 4:3.4.0), libtdepim1
Description: TDE PIM library
This is the runtime package for programs that use the libtdepim library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libtdepim1-dev
Section: libdevel
Architecture: any
Depends: libtdepim1a (= ${source:Version}), tdelibs4-dev
Replaces: tdepim-dev (<< 4:3.4.1)
Description: TDE PIM library [development]
This is the development package which contains the headers for the libtdepim
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkgantt0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE gantt charting library
This is the runtime package for programs that use the libkgantt library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkgantt0-dev
Section: libdevel
Architecture: any
Depends: libkgantt0 (= ${source:Version}), libtdepim1-dev (= ${source:Version})
Description: TDE gantt charting library [development]
This is the development package which contains the headers for the libkgantt
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkleopatra1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, gnupg
Conflicts: libkleopatra0, libkleopatra0a
Replaces: libtdenetwork2, libkleopatra0a
Description: TDE GnuPG interface libraries
This library is used by several TDE applications to interface to the
GnuPG program.
.
This is the runtime package for programs that use the libkleopatra library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkleopatra1-dev
Section: libdevel
Architecture: any
Depends: libkleopatra1 (= ${source:Version}), libtdepim1-dev (= ${source:Version})
Conflicts: libkleopatra0-dev
Replaces: libkleopatra0-dev
Description: TDE GnuPG interface libraries [development]
This library is used by several TDE applications to interface to the
GnuPG program.
.
This is the development package which contains the headers for the
libkleopatra library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkmime2
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libmimelib1a
Replaces: libmimelib1a
Description: TDE MIME interface library
This library provides a C++ interface to MIME messages, parsing them into
an object tree.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkpimexchange1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE PIM Exchange library
This is the runtime package for programs that use the libkpimexchange
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkpimexchange1-dev
Section: libdevel
Architecture: any
Depends: libkpimexchange1 (= ${source:Version}), libkcal2-dev (= ${source:Version}), libtdepim1-dev (= ${source:Version})
Description: TDE PIM Exchange library [development]
This is the development package which contains the headers for the
libkpimexchange library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libkpimidentities1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE PIM user identity information library
This library provides information to TDE programs about user identity,
such as email address, organization, etc.
.
This is the runtime package for programs that use the libkpimidentities
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libksieve0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: TDE mail/news message filtering library
This is the runtime package for programs that use the libksieve library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libksieve0-dev
Section: libdevel
Architecture: any
Depends: libksieve0 (= ${source:Version}), libtdepim1-dev (= ${source:Version})
Description: TDE mail/news message filtering library [development]
This is the development package which contains the headers for the libksieve
library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libktnef1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Replaces: ktnef (<< 4:3.4.0)
Description: Library for handling KTNEF email attachments
This library handles mail attachments using the TNEF format. These
attachments are usually found in mails coming from Microsoft mail
servers and embed the mail properties as well as the actual
attachments.
.
This is the runtime library for packages using the ktnef library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libktnef1-dev
Section: libdevel
Architecture: any
Depends: libktnef1 (= ${source:Version}), libtdepim1-dev (= ${source:Version})
Replaces: tdepim-dev (<< 4:3.4.0)
Description: KTNEF handler library [development]
This library handles mail attachments using the TNEF format. These
attachments are usually found in mails coming from Microsoft mail
servers and embed the mail properties as well as the actual
attachments.
.
This is the development package which contains the headers for the
ktnef library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libmimelib1c2a
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libmimelib1a, libmimelib1c2
Replaces: libmimelib1a, libmimelib1c2
Description: TDE mime library
This library is used by several TDE applications to handle mime types.
.
This is the runtime package for programs that use the libmimelib library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.
Package: libmimelib1-dev
Section: libdevel
Architecture: any
Depends: libmimelib1c2a (= ${source:Version})
Description: TDE mime library [development]
This library is used by several TDE applications to handle mime types.
.
This is the development package which contains the headers for the
libmimelib library.
.
This package is part of TDE, and a component of the TDE PIM module.
See the 'tde' and 'tdepim' packages for more information.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,382 +0,0 @@
Source: tdesdk
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk,
gettext, pkg-config, tdelibs4-dev, binutils-dev, bison, flex,
tdepim-dev, libapr1-dev, libkcal2-dev,
libktnef1-dev, libsvn-dev
Standards-Version: 3.7.2
Package: tdesdk
Architecture: all
Section: tde
Depends: cervisia (>= ${source:Version}), kapptemplate (>= ${source:Version}), kbabel (>= ${source:Version}), kbugbuster (>= ${source:Version}), tdecachegrind (>= ${source:Version}), tdesdk-tdefile-plugins (>= ${source:Version}), tdesdk-kio-plugins (>= ${source:Version}) | tdesvn-kio-plugins, tdesdk-misc (>= ${source:Version}), tdesdk-scripts (>= ${source:Version}), kmtrace (>= ${source:Version}), kompare (>= ${source:Version}), kspy (>= ${source:Version}), kuiviewer (>= ${source:Version}), tdeunittest (>= ${source:Version}), poxml (>= ${source:Version}), umbrello (>= ${source:Version})
Suggests: tdecachegrind-converters, kbabel-dev, tdesdk-doc-html
Description: software development kit from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes the TDE Software Development Kit, a collection
of applications and tools useful for developing TDE applications.
Package: tdesdk-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdesdk
Replaces: cervisia (<< 4:3.2.0), kbabel (<< 4:3.2.0), kbugbuster (<< 4:3.2.0), kompare (<< 4:3.2.0)
Description: TDE Software Development Kit documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE SDK documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/umbrello/. Documentation is provided for most
TDE SDK packages.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: cervisia
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter, tdesdk-doc-html
Description: a graphical CVS front end for TDE
Cervisia is a TDE-based graphical front end for the CVS client.
.
As well as providing both common and advanced CVS operations, it offers
a variety of methods for graphically viewing information about the CVS
repository, your own sandbox and the relationships between different
versions of files. A Changelog editor is also included and is coupled
with the commit dialog.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kapptemplate
Architecture: all
Section: devel
Recommends: automake1.9 | automaken, tdelibs4-dev
Description: creates a framework to develop a TDE application
KAppTemplate is a shell script that will create the necessary
framework to develop various TDE applications. It takes care of the
autoconf/automake code as well as providing a skeleton and example of
what the code typically looks like.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kbabel
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: gettext
Suggests: khelpcenter, tdesdk-doc-html
Description: PO-file editing suite for TDE
This is a suite of programs for editing gettext message files (PO-files).
It is designed to help you translate fast and consistently.
.
This suite includes KBabel, CatalogManager and KBabelDict. KBabel is an
advanced and easy to use PO-file editor with full navigational and editing
capabilities, syntax checking and statistics. CatalogManager is a multi
functional catalog manager which allows you to keep track of many
PO-files at once. KBabelDict is a dictionary to assist with searching
for common translations.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kbabel-dev
Architecture: any
Section: libdevel
Depends: kbabel (= ${source:Version}), tdelibs4-dev
Replaces: kbabel (<< 4:3.0.8-0)
Description: PO-file editing suite for TDE (development files)
This is a suite of programs for editing gettext message files (PO-files).
It is designed to help you translate fast and consistently.
.
This suite includes KBabel, CatalogManager and KBabelDict. KBabel is an
advanced and easy to use PO-file editor with full navigational and editing
capabilities, syntax checking and statistics. CatalogManager is a multi
functional catalog manager which allows you to keep track of many
PO-files at once. KBabelDict is a dictionary to assist with searching
for common translations.
.
This package contains the KBabel development files.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kbugbuster
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a front end for the TDE bug tracking system
KBugBuster is a GUI front end for the TDE bug tracking system.
It allows the user to view and manipulate bug reports and provides a
variety of options for searching through reports.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdecachegrind
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: valgrind-callgrind | valgrind-calltree, graphviz
Suggests: tdecachegrind-converters, khelpcenter, tdesdk-doc-html
Description: visualisation tool for valgrind profiling output
KCachegrind is a visualisation tool for the profiling data generated
by calltree, a profiling skin for valgrind. Applications can be
profiled using calltree without being recompiled, and shared libraries
and plugin architectures are supported.
.
For visualising the output from other profiling tools, several converters
can be found in the tdecachegrind-converters package.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdecachegrind-converters
Architecture: all
Section: devel
Depends: ${perl:Depends}, php5-cli, python
Recommends: tdecachegrind
Description: format converters for KCachegrind profiling visualisation tool
This is a collection of scripts for converting the output from
different profiling tools into a format that KCachegrind can use.
.
KCachegrind is a visualisation tool for the profiling data generated
by calltree, a profiling skin for valgrind. Applications can be
profiled using calltree without being recompiled, and shared libraries
and plugin architectures are supported.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdesdk-tdefile-plugins
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Description: TDE file dialog plugins for software development files
This is a collection of plugins for the TDE file dialog. These plugins
extend the file dialog to offer advanced meta-information for source files,
patch files and Qt Linguist data.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdesdk-misc
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Recommends: libqt3-mt-dev | libqt3-dev
Suggests: gimp | xpaint
Conflicts: kdepalettes (<= 4:3.1.0-1), scheck (<< 4:3.2.0-0)
Replaces: kdepalettes (<= 4:3.1.0-1), scheck (<< 4:3.2.0-0), tdevelop3-plugins (<= 4:3.2.0-3)
Description: various goodies from the TDE Software Development Kit
This package contains miscellaneous goodies provided with the official
TDE release to assist with TDE software development.
.
Included are:
- headers to assist with profiling TDE code;
- a widget style for checking conformity with the TDE/TQt style guide;
- palettes that match the TDE standard colour palette;
- a TDE address book plugin that reads the list of TDE CVS accounts.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdesdk-scripts
Architecture: all
Section: devel
Depends: ${perl:Depends}, python
Recommends: automake1.9 | automaken, cvs, gawk
Suggests: khelpcenter, tdesdk-doc-html, dmalloc, gdb, tdelibs4-doc, qt3-doc, valgrind, devscripts
Enhances: kate
Replaces: tdevelop (<< 1:1.4.0-3.2)
Description: a set of useful development scripts for TDE
This package contains a number of scripts which can be used to help in
developing TDE-based applications. Many of these scripts however are
not specific to TDE, and in particular there are several general-use
scripts to help users in working with SVN and CVS repositories.
.
In addition to these scripts, this package provides:
- gdb macros for TQt/TDE programming;
- vim and emacs helper files for TQt/TDE programming;
- bash and zsh completion controls for TDE apps;
- valgrind error suppressions for TDE apps.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kmtrace
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, less
Description: a TDE memory leak tracer
KMtrace is a TDE tool to assist with malloc debugging using glibc's
"mtrace" functionality.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kompare
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: a TDE GUI for viewing differences between files
Kompare is a graphical user interface for viewing the differences between
files. It can compare two documents, create a diff file, display a diff
file and/or blend a diff file back into the original documents.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kspy
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, tdelibs4-dev
Description: examines the internal state of a TQt/TDE app
KSpy is a tiny library which can be used to graphically display
the QObjects in use by a TQt/TDE app. In addition to the object tree,
you can also view the properties, signals and slots of any QObject.
.
Basically it provides much the same info as QObject::dumpObjectTree() and
QObject::dumpObjectInfo(), but in a much more convenient form. KSpy has
minimal overhead for the application, because the kspy library is
loaded dynamically using KLibLoader.
.
See /usr/share/doc/kspy/README for usage instructions.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: kuiviewer
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: qt3-designer
Description: viewer for Qt Designer user interface files
KUIViewer is a utility to display and test the user interface (.ui) files
generated by Qt Designer. The interfaces can be displayed in a variety of
different widget styles.
.
The Qt Designer itself is in the package qt3-designer.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: libcvsservice0
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, cvs
Replaces: cervisia (<< 4:3.2.0)
Description: DCOP service for accessing CVS repositories
This library provides a DCOP service for accessing and working with
remote CVS repositories. Applications may link with this library to
access the DCOP service directly from C++. Alternatively, scripts may
access the service using the standard "dcop" command-line tool.
.
DCOP is the Desktop Communication Protocol used throughout TDE.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: libcvsservice-dev
Architecture: any
Section: libdevel
Depends: libcvsservice0 (= ${source:Version}), tdelibs4-dev
Replaces: cervisia (<< 4:3.2.0)
Description: development files for CVS DCOP service
The library libcvsservice provides a DCOP service for accessing and
working with remote CVS repositories. Applications may link with this
library to access the DCOP service directly from C++. Alternatively,
scripts may access the service using the standard "dcop" command-line
tool.
.
Development files for libcvsservice are included in this package.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: poxml
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Description: tools for using PO-files to translate DocBook XML files
This is a collection of tools that facilitate translating DocBook XML
files using gettext message files (PO-files).
.
Also included are some miscellaneous command-line utilities for
manipulating DocBook XML files, PO-files and PO-template files.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: umbrello
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: khelpcenter, tdesdk-doc-html
Conflicts: umbrello-manual (<< 20040311)
Replaces: umbrello-manual (<< 20040311)
Description: UML modelling tool and code generator
Umbrello UML Modeller is a Unified Modelling Language editor for TDE.
With UML you can create diagrams of software and other systems in an
industry standard format. Umbrello can also generate code from your
UML diagrams in a number of programming languages.
.
The program supports class diagrams, sequence diagrams, collaboration
diagrams, use case diagrams, state diagrams, activity diagrams, component
diagrams and deployment diagrams.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdesdk-kio-plugins
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, subversion
Replaces: tdesdk-misc (<< 4:3.5.0)
Description: subversion ioslave for TDE
This package provides easy access to remote SVN repositories from within
Konqueror, and TDE generally, by browsing them as if they were a
filesystem, using URLs like svn://hostname/path, or svn+ssh://, etc.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdeunittest
Architecture: any
Section: devel
Depends: ${shlibs:Depends}
Suggests: tdelibs4-doc
Description: unit testing library for TDE
KUnitTest is a small library that facilitates the writing of tests for
TDE developers. There are two ways to use the KUnitTest library. One is
to create dynamically loadable modules and use the tdeunittestmodrunner or
tdeunittestguimodrunner programs to run the tests. The other is to use the
libraries to create your own testing application.
.
This package is part of TDE, and a component of the TDE SDK module.
See the 'tde' and 'tdesdk' packages for more information.
Package: tdesdk-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: tdelibs-dbg, libcvsservice-dev (= ${source:Version}), kbabel-dev (= ${source:Version})
Description: debugging symbols for tdesdk
This package contains the debugging symbols associated with tdesdk.
They will automatically be used by gdb for debugging tdesdk-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,15 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,197 +0,0 @@
Source: tdetoys
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, tdelibs4-dev, gawk, gettext, sharutils
Standards-Version: 3.7.2
Package: tdetoys
Architecture: all
Section: tde
Depends: amor (>= ${source:Version}), eyesapplet (>= ${source:Version}), fifteenapplet (>= ${source:Version}), kmoon (>= ${source:Version}), kodo (>= ${source:Version}), kteatime (>= ${source:Version}), ktux (>= ${source:Version}), kweather (>= ${source:Version}), kworldclock (>= ${source:Version})
Suggests: tdetoys-doc-html (>= ${source:Version})
Description: toys from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of toys and fun extras provided
with the official release of TDE.
Package: tdetoys-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdetoys
Replaces: amor (<< 4:2.2.0-0), kmoon (<< 4:2.2.0-0), kodo (<< 4:2.2.0-0), kteatime (<< 4:2.2.0-0), kweather (<< 4:3.0.0-0), kworldclock (<< 4:2.2.0-0)
Description: TDE toys documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE toys documentation converted to
HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/amor/. Documentation is provided for most
TDE toys packages.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: amor
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Recommends: twin
Suggests: khelpcenter
Conflicts: task-tdetoys
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys
Description: a TDE creature for your desktop
AMOR stands for Amusing Misuse Of Resources. It provides several different
characters who prance around your X screen doing tricks and giving you tips.
.
Note that AMOR will only work with some window managers. Both KWin (the
TDE window manager) and Metacity (a GTK2 window manager) are supported.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: eyesapplet
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Recommends: kicker
Conflicts: task-tdetoys
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys
Description: eyes applet for TDE
An applet for the TDE panel containing a pair of eyes that follow your mouse
around the screen.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: fifteenapplet
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Recommends: kicker
Description: fifteen pieces puzzle for TDE
An applet for the TDE panel that lets you play the Fifteen Pieces
sliding block puzzle. You have to order 15 pieces in a 4x4 square by
moving them around.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: kmoon
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Recommends: kicker
Suggests: khelpcenter
Conflicts: task-tdetoys
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys
Description: moon phase indicator for TDE
An applet for the TDE panel that displays the current phase of the moon.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: kodo
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Conflicts: task-tdetoys
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys
Description: mouse odometer for TDE
KOdometer measures your desktop mileage. It tracks the movement of your mouse
pointer across your desktop and renders it in inches/feet/miles! It can
do cm/metres/km too. Its most exciting feature is the tripometer.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: kteatime
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, kicker
Suggests: khelpcenter
Conflicts: task-tdetoys
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys
Description: TDE utility for making a fine cup of tea
KTeaTime is a handy timer for steeping tea. No longer will you have to
guess at how long it takes for your tea to be ready. Simply select the
type of tea you have, and it will alert you when the tea is ready to
drink.
.
KTeaTime sits in the TDE system tray.
.
Please note that KTeaTime is written explicitly for TDE. If you are
using a non-TDE window manager or desktop environment then it is quite
possible that KTeaTime will not work on your system.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: ktux
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Suggests: twin
Conflicts: task-tdetoys
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys
Description: Tux screensaver for TDE
A neat Tux-in-a-spaceship screensaver for the Trinity Desktop Environment (TDE).
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: kweather
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Recommends: kicker
Suggests: khelpcenter
Description: weather display applet for TDE
An applet for the TDE panel that displays your area's current weather.
Information shown includes the temperature, wind speed, air pressure
and more. By pressing a button a full weather report can be obtained.
.
KWeather also provides a weather service that can track multiple weather
stations and provide this information to other applications, including
Konqueror's sidebar and Kontact's summary page.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: kworldclock
Architecture: any
Section: games
Depends: ${shlibs:Depends}
Suggests: tdeartwork-misc, kicker, kdesktop, khelpcenter
Conflicts: task-tdetoys, kworldwatch (<= 4:2.2-beta1-1)
Replaces: tdetoys (<< 4:3.0.1-0), task-tdetoys, kworldwatch (<= 4:2.2-beta1-1)
Provides: kworldwatch
Description: earth watcher for TDE
Displays where in the world it is light and dark depending on time, as
well as offering the time in all of the major cities of the world.
This can be run standalone, as an applet in the TDE panel or as a
desktop background.
.
Additional kworldclock themes are available in the tdeartwork-misc package.
.
This package is part of TDE, and a component of the TDE toys module.
See the 'tde' and 'tdetoys' packages for more information.
Package: tdetoys-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdetoys
This package contains the debugging symbols associated with tdetoys.
They will automatically be used by gdb for debugging tdetoys-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,333 +0,0 @@
Source: tdeutils
Section: tde
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, tdelibs4-dev, tdebase-dev, libkonq4-dev, libgmp3-dev, libsnmp-dev, libxpm-dev, python-dev, libxtst-dev, xutils, pbbuttonsd-dev [powerpc], sharutils
Build-Depends-Indep: doxygen, qt3-doc, graphviz, gsfonts-x11, tdelibs4-doc
Standards-Version: 3.7.2
Package: tdeutils
Section: tde
Architecture: all
Depends: ark (>= ${source:Version}), kcalc (>= ${source:Version}), kcharselect (>= ${source:Version}), tdelirc (>= ${source:Version}), tdessh (>= ${source:Version}), kdf (>= ${source:Version}), kedit (>= ${source:Version}), kfloppy (>= ${source:Version}), kgpg (>= ${source:Version}), khexedit (>= ${source:Version}), kjots (>= ${source:Version}), klaptopdaemon (>= ${source:Version}) | kpowersave, kmilo (>= ${source:Version}), kregexpeditor (>= ${source:Version}), ksim (>= ${source:Version}), ktimer (>= ${source:Version}), tdewalletmanager (>= ${source:Version}), superkaramba (>= ${source:Version})
Suggests: tdeutils-doc-html (>= ${source:Version})
Description: general purpose utilities from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of general purpose utilities
provided with the official release of TDE.
Package: tdeutils-doc
Section: doc
Architecture: all
Description: developer documentation for the TDE utilities module
This package contains documentation for the TDE utilities module, of
use more for developers creating applications than regular users.
.
This package is part of TDE, and a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: tdeutils-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdebase
Description: TDE utilities documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE utilities documentation
converted to HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/ark/. Documentation is provided for most
TDE utilities packages.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: tdeutils-dev
Section: utils
Architecture: any
Depends: ark (= ${source:Version}), kcalc (= ${source:Version}), tdelirc (= ${source:Version}), kedit (= ${source:Version}), khexedit (= ${source:Version}), klaptopdaemon (= ${source:Version}), kmilo (= ${source:Version}), kregexpeditor (= ${source:Version}), ksim (= ${source:Version}), tdelibs4-dev
Description: development files for the TDE utilities module
This package contains development files needed to compile tdeutils
applications.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: ark
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Recommends: ncompress, unzip, zip, zoo, bzip2, p7zip-full
Suggests: khelpcenter, rar, unrar | unrar-free
Replaces: tdebase-data (<< 4:3.3.91)
Description: graphical archiving tool for TDE
Ark is a graphical program for managing various archive formats within the
TDE environment. Archives can be viewed, extracted, created and modified
from within Ark.
.
The program can handle various formats such as tar, gzip, bzip2, zip, rar and
lha (if appropriate command-line programs are installed).
.
Ark can work closely with Konqueror in the TDE environment to handle archives,
if you install the Konqueror Integration plugin available in the konq-plugins
package.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kcalc
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Replaces: tdebase-data (<< 4:3.3.91)
Description: calculator for TDE
KCalc is TDE's scientific calculator.
.
It provides:
* trigonometric functions, logic operations, and statistical calculations
* easy cut and paste of numbers from/into its display
* a results-stack which lets you conveniently recall previous results
* configurable precision, and number of digits after the period
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kcharselect
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: character selector for TDE
A character set selector for TDE.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: tdelirc
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: infrared control for TDE
This is a frontend for the LIRC suite to use infrared devices with TDE.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: tdessh
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, openssh-client | ssh-client
Description: ssh frontend for TDE
This package contains TDE's frontend for ssh.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kdf
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: disk space utility for TDE
KDiskFree displays the available file devices (hard drive partitions, floppy
and CD drives, etc.) along with information on their capacity, free space, type
and mount point. It also allows you to mount and unmount drives and view them
in a file manager.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kedit
Section: editors
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: basic text editor for TDE
A simple text editor for TDE.
.
It can be used with Konqueror for text and configuration file browsing.
KEdit also serves well for creating small plain text documents. KEdit's
functionality will intentionally remain rather limited to ensure a
reasonably fast start.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kfloppy
Section: utils
Architecture: any
Depends: ${shlibs:Depends}, dosfstools
Suggests: khelpcenter
Description: floppy formatter for TDE
Kfloppy is a utility that provides a straightforward graphical means
to format 3.5" and 5.25" floppy disks.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kgpg
Section: tde
Architecture: any
Depends: ${shlibs:Depends}, konsole, gnupg
Suggests: khelpcenter
Description: GnuPG frontend for TDE
Kgpg is a frontend for GNU Privacy Guard (GnuPG). It provides file
encryption, file decryption and key management.
.
Features:
* an editor mode for easily and quickly encrypting or decrypting a file
or message which is typed, copied, pasted or dragged into the editor,
or which is double-clicked in the file manager
* Konqueror integration for encrypting or decrypting files
* a panel applet for encrypting / decrypting files or the clipboard
contents, etc.
* key management functions (generation, import, export, deletion and
signing)
* decrypting clipboard contents, including integration with Klipper
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: khexedit
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: TDE hex editor
KHexEdit is an editor for the raw data of binary files. It includes
find/replace functions, bookmarks, many configuration options, drag and drop
support and other powerful features.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kjots
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: note taking utility for TDE
Kjots is a small note taker program. Name and idea are taken from the jots
program included in the tkgoodstuff package.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: klaptopdaemon
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: battery monitoring and management for laptops using TDE
This package contains utilities to monitor batteries and configure
power management, for laptops, from within TDE.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kmilo
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: laptop special keys support for TDE
KMilo lets you use the special keys on some keyboards and laptops.
.
Usually this includes volume keys and other features. Currently, KMilo
comes with plugins for Powerbooks, Thinkpads, Vaios and generic keyboards
with special keys.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: kregexpeditor
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: graphical regular expression editor plugin for TDE
This package contains a graphical regular expression editor plugin for use
with TDE. It let you draw your regular expression in an unambiguous way.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: ksim
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: system information monitor for TDE
KSim is a system monitor app which has its own plugin system with support
for GKrellm skins. It allows users to follow uptime, memory usage, network
connections, power, etc.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: ktimer
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: timer utility for TDE
This is a timer application for TDE. It allows you to execute commands after
a certain amount of time. It supports looping commands as well as delayed
command execution.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: tdewalletmanager
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Description: wallet manager for TDE
This program keeps various wallets for any kind of data that the user can
store encrypted with passwords and can also serve as a password manager that
keeps a master password to all wallets.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: superkaramba
Section: tde
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter
Conflicts: karamba
Description: a program based on karamba improving the eyecandy of TDE
SuperKaramba is a tool based on karamba that allows anyone to easily create
and run little interactive widgets on a Trinity desktop. Widgets are defined in a
simple text file and can be augmented with Python code to make them
interactive.
.
Here are just some examples of the things that can be done:
.
* Display system information such as CPU Usage, MP3 playing, etc.
* Create cool custom toolbars that work any way imaginable.
* Create little games or virtual pets that live on your desktop.
* Display information from the internet, such as weather and headlines.
.
This package is part of TDE, as a component of the TDE utilities module.
See the 'tde' and 'tdeutils' packages for more information.
Package: tdeutils-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdeutils
This package contains the debugging symbols associated with tdeutils.
They will automatically be used by gdb for debugging tdeutils-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -9,10 +9,6 @@ LD_LIBRARY_PATH += :/opt/trinity/lib:debian/tmp/opt/trinity/lib
endif
export LD_LIBRARY_PATH
# work around debian/cdbs/uploaders.mk
makebuilddir::
[ -f debian/control.tmp ] || cp debian/control debian/control.tmp
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/cmake.mk
include debian/cdbs/debian-qt-kde.mk

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,201 +0,0 @@
Source: tdewebdev
Section: web
Priority: optional
Maintainer: Ubuntu Core developers <ubuntu-devel-discuss@lists.ubuntu.com>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, autotools-dev, gawk, gettext, tdelibs4-dev, libcvsservice-dev, libreadline5-dev, libxml2-dev, libxslt1-dev, sharutils, texinfo
Standards-Version: 3.7.2
Package: tdewebdev
Architecture: all
Section: tde
Depends: quanta (>= ${source:Version}), tdefilereplace (>= ${source:Version}), kimagemapeditor (>= ${source:Version}), klinkstatus (>= ${source:Version}), kommander (>= ${source:Version}), kxsldbg (>= ${source:Version})
Suggests: kommander-dev (>= ${source:Version}), tdewebdev-doc-html (>= ${source:Version})
Description: web development apps from the official TDE release
TDE (the Trinity Desktop Environment) is a powerful Open Source graphical
desktop environment for Unix workstations. It combines ease of use,
contemporary functionality, and outstanding graphical design with the
technological superiority of the Unix operating system.
.
This metapackage includes a collection of web development applications
provided with the official release of TDE.
Package: tdewebdev-doc-html
Architecture: all
Section: doc
Suggests: konqueror | www-browser, tdewebdev
Replaces: kxsldbg (<< 1:3.3.0), quanta (<< 1:3.3.0)
Description: TDE web development documentation in HTML format
By default the modules provided by TDE only provide their documentation
in TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the TDE web development documentation converted
to HTML format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/opt/trinity/share/doc/tde/HTML/<language>/<app>/, for instance
/opt/trinity/share/doc/tde/HTML/en/quanta/. Documentation is provided for most
TDE web development packages.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: quanta
Architecture: any
Section: web
Depends: ${shlibs:Depends}, tdefilereplace (= ${source:Version}), klinkstatus (= ${source:Version}), kommander (= ${source:Version}), quanta-data (>> ${TDE-Version3}), quanta-data (<< ${TDE-Next-Version3}), tidy
Recommends: cervisia, gnupg, kompare, kxsldbg (= ${source:Version}), docbook-defguide
Suggests: gubed, kimagemapeditor (= ${source:Version}), wget, khelpcenter, php-doc
Description: web development environment for TDE
Quanta Plus is a web development environment for working with HTML
and associated languages. It strives to be neutral and transparent
to all markup languages, while supporting popular web-based scripting
languages, CSS and other emerging W3C recommendations.
.
Quanta Plus supports many external components, debuggers and other tools
for web development, several of which are shipped with the TDE web
development module.
.
Quanta Plus is not in any way affiliated with any commercial versions
of Quanta. The primary coders from the original team left the GPL'd
version to produce a commercial product.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
.
Homepage: http://quanta.sourceforge.net
Package: quanta-data
Architecture: all
Section: web
Recommends: quanta (= ${source:Version})
Replaces: quanta (<< 1:3.2.3)
Description: data files for Quanta Plus web development environment
This package contains architecture-independent data files for Quanta
Plus, a web development environment for working with HTML and associated
languages.
.
See the quanta package for further information.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: tdefilereplace
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Suggests: quanta (= ${source:Version})
Description: batch search-and-replace component for TDE
KFileReplace is an embedded component for TDE that acts as a batch
search-and-replace tool. It allows you to replace one expression with
another in many files at once.
.
Note that at the moment KFileReplace does not come as a standalone
application. An example of an application that uses the KFileReplace
component is Quanta Plus (found in the package quanta).
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: kimagemapeditor
Architecture: any
Section: editors
Depends: ${shlibs:Depends}
Suggests: quanta (= ${source:Version})
Description: HTML image map editor for TDE
KImageMapEditor is a tool that allows you to edit image maps in HTML
files. As well as providing a standalone application, KImageMapEditor
makes itself available as a KPart for embedding into larger applications.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: klinkstatus
Architecture: any
Section: web
Depends: ${shlibs:Depends}
Suggests: quanta (= ${source:Version}), khelpcenter
Description: web link validity checker for TDE
KLinkStatus is TDE's web link validity checker. It allows you to
search internal and external links throughout your web site. Simply
point it to a single page and choose the depth to search.
.
You can also check local files, or files over ftp:, fish: or any other
KIO protocols. For performance, links can be checked simultaneously.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: kommander
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, gettext
Replaces: quanta (<< 1:3.1.0-3)
Suggests: kommander-dev (= ${source:Version}), quanta (= ${source:Version}), khelpcenter
Description: visual dialog builder and executor tool
Kommander is a visual dialog building tool whose primary objective is
to create as much functionality as possible without using any scripting
language.
.
More specifically, Kommander is a set of tools that allow you to create
dynamic GUI dialogs that generate, based on their state, a piece of
text. The piece of text can be a command line to a program, any piece
of code, business documents that contain a lot of repetitious or
templated text and so on.
.
The resulting generated text can then be executed as a command line
program (hence the name "Kommander"), written to a file, passed to a
script for extended processing, and literally anything else you can
think of. And you aren't required to write a single line of code!
.
As well as building dialogs, Kommander may be expanded to create full
mainwindow applications.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: kommander-dev
Architecture: any
Section: libdevel
Depends: kommander (= ${source:Version}), tdelibs4-dev
Replaces: kommander (<< 1:3.3.0)
Description: development files for Kommander
This package contains the headers and other development files for
building plugins or otherwise extending Kommander.
.
Kommander is a visual dialog building tool whose primary objective is
to create as much functionality as possible without using any scripting
language.
.
See the kommander package for further information.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: kxsldbg
Architecture: any
Section: text
Depends: ${shlibs:Depends}
Suggests: quanta (= ${source:Version}), khelpcenter
Replaces: quanta (<< 1:3.2.0)
Description: graphical XSLT debugger for TDE
KXSLDbg is a debugger for XSLT scripts. It includes a graphical user
interface as well as a text-based debugger. KXSLDbg can be run as a
standalone application or as an embedded TDE part.
.
XSLT is an XML language for defining transformations of XML files from
XML to some other arbitrary format, such as XML, HTML, plain text, etc.,
using standard XSLT stylesheets.
.
This package is part of TDE, as a component of the TDE web development module.
See the 'tde' and 'tdewebdev' packages for more information.
Package: tdewebdev-dbg
Section: libdevel
Architecture: any
Depends: tdelibs-dbg
Priority: extra
Description: debugging symbols for tdewebdev
This package contains the debugging symbols associated with tdewebdev.
They will automatically be used by gdb for debugging tdewebdev-related
issues.

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,22 +0,0 @@
Source: abakus-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: autotools-dev, debhelper (>= 4.1.0), quilt, cdbs (>= 0.4.0), cmake, imagemagick, tdelibs14-trinity-dev, chrpath, bison, flex
Standards-Version: 3.8.4
Package: abakus-trinity
Architecture: any
Depends: ${shlibs:Depends}
Replaces: abakus-kde3 (<< 4:3.5.13)
Breaks: abakus-kde3 (<< 4:3.5.13)
Description: calculator for TDE [Trinity]
AbaKus is a complex calculator, which provides
many different kinds of calculations.
Think of it as bc (the command-line calculator) with a nice GUI.
It also gives information about mathematical variables and
has the user-friendly menu options of a normal TDE application.
.
Web site: http://grammarian.homelinux.net/abakus/

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,88 +0,0 @@
Source: adept-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>> 4.1), quilt, dh-buildinfo, libapt-front-dev (>= 0.4.0-0.1ubuntu5), libapt-front-dev (<< 0.5), libept-dev (>= 0.5.7), libept-dev (<< 0.6), libtagcoll2-dev (>= 2.0.6), libtagcoll2-dev (<< 2.1), libwibble-dev (>= 0.1.10), libwibble-dev (>= 1.1) | libwibble-dev (<< 0.2), tdelibs14-trinity-dev (>= 3.5.0), sharutils, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: adept-trinity
Section: tde
Depends: adept-manager-trinity, adept-installer-trinity, adept-updater-trinity, adept-notifier-trinity, adept-batch-trinity
Architecture: all
Description: package management suite for Trinity
These packages belong to the adept suite:
* adept-manager-trinity - package manager
* adept-installer-trinity - application manager
* adept-updater-trinity - system upgrade wizard
* adept-notifier-trinity - systray notification of available updates
Package: adept-common-trinity
Section: tde
Depends: debtags (>= 1.6.1), konsole-trinity (>= 3.5.0), ${shlibs:Depends}
Architecture: all
Description: package manager for Trinity -- common files
Icons and other common files for all adept components.
Package: adept-manager-trinity
Section: tde
Depends: adept-common-trinity, ${shlibs:Depends}
Recommends: libtqt-perl
Architecture: any
Description: package manager for Trinity
Adept Manager is a graphical user interface for package management.
.
Besides these basic functions the following features are provided:
* Search and filter the list of available packages (also using debtags)
* Perform smart system upgrades
* Edit the list of used repositories (sources.list)
* Configure packages through the debconf system
.
Please also install libtqt-perl if you want the TDE Debconf frontend
to function.
Package: adept-installer-trinity
Section: tde
Depends: adept-common-trinity, app-install-data, ${shlibs:Depends}
Recommends: libtqt-perl
Architecture: any
Description: simple user interface for application management (for Trinity)
Adept Installer presents a list of applications available through the
Advanced Package Tool (APT). An application is considered a package
that contains a .desktop file for use with TDE, KDE, GNOME or other
desktop environment.
.
Please also install libtqt-perl if you want the TDE Debconf frontend
to function.
Package: adept-updater-trinity
Section: tde
Depends: adept-common-trinity, ${shlibs:Depends}
Recommends: libtqt-perl
Architecture: any
Description: system update tool for Trinity
Adept Updater provides a simple wizard-style user interface to system
upgrades. It uses same algorithms as apt-get dist-upgrade.
.
Please also install libtqt-perl if you want the TDE Debconf frontend
to function.
Package: adept-notifier-trinity
Section: tde
Depends: ${shlibs:Depends}, adept-updater-trinity, update-notifier-common
Architecture: any
Description: system tray notifier of available system updates
Adept Notifier provides a system tray icon notifying the user of
available updates. It will run Adept Updater for the user when
clicked.
Package: adept-batch-trinity
Section: tde
Depends: ${shlibs:Depends}, adept-manager-trinity
Architecture: any
Description: command line install for Adept
Adept Batch lets you install packages with Adept from the
command line. It is intended for shell scripts and being run
by external applications.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,98 +0,0 @@
Source: amarok-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5.0.0), quilt, bzip2, automake, autoconf, libtool,
tdelibs14-trinity-dev,
libxine-dev, libdbus-qt-1-dev,
libtag1-dev, libsqlite3-dev, libtunepimp-dev,
default-libmysqlclient-dev | libmysqlclient-dev, libpq-dev,
libvisual-0.4-dev, libsdl1.2-dev,
libifp-dev, libusb-dev, libgpod-nogtk-dev (>= 0.4.2) | libgpod-dev (>> 0.8.3-8), libnjb-dev, libmtp-dev,
ruby, ruby1.8-dev
Standards-Version: 3.8.3
Homepage: http://amarok.kde.org
Package: amarok-trinity
Architecture: any
Depends: amarok-common-trinity (>= ${source:Version}), amarok-engine-xine-trinity (= ${binary:Version}) | amarok-engine-yauap-trinity (= ${binary:Version}), unzip, ${shlibs:Depends}
Suggests: amarok-engines-trinity, moodbar, konqueror-trinity | www-browser,
python, python-qt3, libqt0-ruby1.8, libvisual-0.4-plugins
Description: versatile and easy to use audio player for Trinity
Amarok tries to be a little different, providing a simple drag and drop
interface that really makes playlist handling easy.
.
Features include:
- rapid playlist creation, with drag and drop from a directory view
- nice playlist browser for your existing playlists (PLS or M3U formats)
- collection-indexing support, for smart browsing and playlist creation
- possibility of accessing media via tdeioslaves, allowing you to play
via smb:// or fish:// (normal streams are of course supported)
- inline ID3 tag editing, capable of retrieving tags via MusicBrainz
- album cover support: automatically displays album covers from the
filesystem, or downloaded on the fly
- miscellaneous audio effects, including crossfading
- easy bindable global shortcuts, rich DCOP interface
- On-Screen Display (OSD), on track change or at keypress
- iPod and iRiver support
- Last.fm stream playing support (if ruby is installed)
- Track "mood" display (requires moodbar package installed)
.
Support for libvisual visualization plugins is also compiled in (you need
to have libvisual-0.4-plugins installed to be able to use it).
Package: amarok-common-trinity
Architecture: all
Depends: ruby
Recommends: amarok-trinity (>= ${source:Version})
Suggests: libqt0-ruby1.8, python, python-qt3
Description: architecture independent files for Amarok [Trinity]
This package contains architecture independent files needed for Amarok to run
properly. It also provides Amarok documentation. Therefore, unless you have
'amarok' package installed, you will hardly find this package useful.
.
You need to install Python if you intend to use Zeroconf support, WebControl
and/or playlist2html scripts. You will also need python-qt3 for the
WebControl script.
Package: amarok-engines-trinity
Architecture: all
Depends: amarok-engine-xine-trinity (>= ${source:Version})
Recommends: amarok-engine-yauap-trinity (>= ${source:Version})
Description: output engines for the Amarok music player [Trinity]
This package serves merely as a reference point if you want to install
all available Amarok engines. It depends on those Amarok engines that
generally can be used by most users. You can safely remove this metapackage
as you can remove the amarok-engine-$engine packages that you don't use.
Package: amarok-engine-xine-trinity
Architecture: any
Depends: ${shlibs:Depends}
Recommends: amarok-trinity (= ${binary:Version})
Description: xine engine for the Amarok audio player [Trinity]
This package provides the xine engine for Amarok, which you may prefer
for some reason over the other engines (e.g., it is the lightest engine
Dependency-wise).
Package: amarok-engine-yauap-trinity
Architecture: any
Depends: yauap, ${shlibs:Depends}
Recommends: amarok-trinity (= ${binary:Version})
Description: Yauap engine for the Amarok audio player [Trinity]
This package includes Amarok yauap engine, which provides a frontend
to Yauap Commandline Audio Player. DBus is used as a means of communication
between the engine and Yauap. Please note that some extra Amarok features
(like visualizations) might not be available while using this engine.
Package: amarok-trinity-dbg
Priority: extra
Architecture: any
Depends: amarok-trinity (= ${binary:Version})
Recommends: tdelibs-trinity-dbg
Description: debugging symbols for Amarok [Trinity]
This package provides debugging symbols for all binary packages built from
amarok source package. It's highly recommended to have this package installed
before reporting any Amarok crashes to either Amarok developers or Debian
package maintainers.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,21 +0,0 @@
Source: bibletime-trinity
Section: tde
Build-Depends: bzip2, autotools-dev, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), debhelper (>= 4.1.0), tdelibs14-trinity-dev, libsword-dev, libclucene-dev, poxml, libboost-dev
Priority: optional
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Standards-Version: 3.8.3
Package: bibletime-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}
Recommends: sword-text, sword-dict, sword-comm
Suggests: bibletime-i18n-trinity
Provides: sword-frontend
Description: A bible study tool for Trinity
BibleTime is a free and easy to use bible study tool for UNIX systems.
It requires a working TDE environment and the SWORD library.
BibleTime provides easy handling of digitized texts (Bibles, commentaries
and lexicons) and powerful features to work with these texts (search in
texts, write own notes, save, print etc.).

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,57 +0,0 @@
Source: digikam-trinity
Section: graphics
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev,
libtiff-dev, libgphoto2-2-dev, libkipi0-trinity-dev,
libsqlite3-dev, liblcms1-dev, libltdl3-dev, libkexiv2-3-trinity-dev (>= 0.1.6),
libjasper-dev, libpng-dev, libexiv2-trinity-dev (>= 0.16),
libkdcraw3-trinity-dev (>= 0.1.4),
automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://www.digikam.org
Package: digikam-trinity
Architecture: any
Depends: ${shlibs:Depends}
Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
Suggests: digikam-trinity-doc
Description: digital photo management application for TDE [Trinity]
An easy to use and powerful digital photo management
application, which makes importing, organizing and manipulating
digital photos a "snap". An interface is provided to connect to
your digital camera, preview the images and download and/or
delete them.
.
The digiKam built-in image editor makes the common photo correction
a simple task. The image editor is extensible via plugins and,
the digikamimageplugins project has been merged to digiKam core
since release 0.9.2, all useful image editor plugins are available
in the base installation.
.
digiKam can also make use of the KIPI image handling plugins to
extend its capabilities even further for photo manipulations,
import and export, etc. The kipi-plugins package contains many
very useful extentions.
.
digiKam is based in part on the work of the Independent JPEG Group.
Package: showfoto-trinity
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, digikam-trinity
Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity
Description: image viewer/editor for TDE [Trinity]
Showphoto is part of the Digikam project.
It allows to browse your photo collection and edit them with ease.
Package: digikam-trinity-dbg
Architecture: any
Section: devel
Depends: ${shlibs:Depends}, digikam-trinity (= ${binary:Version}), showfoto-trinity (= ${binary:Version}), tdelibs-trinity-dbg
Priority: extra
Description: debugging symbols for digikam [Trinity]
The debugging symbols associated with digikam and showfoto. They will
automatically be used by gdb for debugging digikam-related issues.

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,34 +0,0 @@
Source: dolphin-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, autotools-dev, docbook2x, docbook-xml, tdesdk-scripts-trinity, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: dolphin-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: amarok-trinity, ark-trinity, k3b-trinity, kmail-trinity, digikam-trinity
Suggests: kfloppy-trinity
Description: File manager for TDE focusing on usability [Trinity]
Dolphin is not intended to be a competitor to Konqueror, the default TDE
file manager: Konqueror acts as universal viewer being able to show HTML
pages, text documents, directories and a lot more, whereas Dolphin focuses
on being only a file manager. This approach allows to optimize the user
interface for the task of file management.
.
Features include:
Sidebar
Navigation bar (breadcrumbs)
View properties remembered for each folder
Split views
Network transparency
Undo/redo functionality
Renaming of a variable number of selected items in one step.
.
This is the D3lphin fork of Dolphin, intended to keep development of
the TDE version of Dolphin active.
.
Homepage: https://marrat.homelinux.org/D3lphin

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,17 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>
Pino Toscano <pino@kde.org>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,19 +0,0 @@
Source: kerry-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5.0.0), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, libqt3-mt-dev, libbeagle-dev (>= 0.3.0), docbook2x, chrpath, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Homepage: http://en.opensuse.org/Kerry
Standards-Version: 3.8.3
Package: kerry-trinity
Architecture: any
Depends: ${shlibs:Depends}, beagle (>= 0.2.3)
Description: a TDE frontend for the Beagle desktop search daemon [Trinity]
Kerry is a Trinity frontend for the Beagle desktop search daemon.
.
A program for indexing and searching user's data. At the moment, it can index
filesystems, chat logs, mail and data, RSS and other.
.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,24 +0,0 @@
Source: kgtk-qt3-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 7), quilt, cdbs, tdelibs14-trinity-dev, libgtk2.0-dev, libtqtinterface-dev, cmake
Standards-Version: 3.8.4
Homepage: http://trinity.pearsoncomputing.net
Package: kgtk-qt3-trinity
Architecture: any
Depends: ${shlibs:Depends}
Replaces: kgtk-qt3-kde3 (<< 4:3.5.13)
Breaks: kgtk-qt3-kde3 (<< 4:3.5.13)
Conflicts: kgtk-config-bluefish, kgtk-config-eclipse, kgtk-config-firefox, kgtk-config-gimp, kgtk-config-inkscape, kgtk-config-kino, kgtk-config-openoffice, kgtk-config-opera-qt3, kgtk-config-opera-qt4, kgtk-config-scribus, kgtk-config-thunderbird, kubuntu-kgtk-trinity
Description: Use TDE dialogs in Gtk apps
This is an LD_PRELOAD hack that allows most GTK
applications to use Trinity's file dialogs when run under Trinity.
.
The Gtk file chooser functions have been overridden to communicate
with this TDE module/application.
.
This package includes the kqt3-wrapper

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,36 +0,0 @@
Source: knetworkmanager-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs,
debhelper (>= 7),
pkg-config,
tdelibs14-trinity-dev,
libnm-util-dev (>= 0.7.0),
libnm-glib-dev (>= 0.7.0),
network-manager-dev (>= 0.7.0),
libhal-dev,
libdbus-1-qt3-dev (>= 0.8.1),
libiw-dev,
libnl-dev (>= 1.1),
quilt,
network-manager-vpnc,
network-manager-openvpn,
network-manager-strongswan,
network-manager-pptp,
automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Homepage: http://opensuse.org/Projects/KNetworkManager
Package: network-manager-kde-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.7.0)
Recommends: tdewalletmanager-trinity, network-manager-vpnc, network-manager-openvpn, network-manager-strongswan, network-manager-pptp
Provides: knetworkmanager-trinity
Conflicts: network-manager-kde
Description: TDE systray applet for controlling NetworkManager [Trinity]
Systray applet for controlling network connections managed by
NetworkManager. It is mainly written for Trinity but also works for
other desktop environments like GNOME or Xfce.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,300 +0,0 @@
Source: koffice-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.52ubuntu18), debhelper (>= 5), quilt, binutils (>= 2.14.90.0.7), docbook-to-man, gawk, gettext, flex, tdelibs14-trinity-dev (>= 4:3.4.3), libaspell-dev, libfontconfig1-dev, libopenexr-dev, libpaper-dev, libreadline5-dev, libtiff-dev, libwv2-dev (>= 0.2.2-4), libxml2-dev, libxslt1-dev, python-dev, ruby (>= 1.8.0), ruby1.8-dev, libwpd8-dev, libpqxx-dev, default-libmysqlclient-dev | libmysqlclient16-dev, sharutils, bzip2, libpoppler-qt-dev, libexif-dev, libasound2-dev, libogg-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Build-Depends-Indep: qt3-doc, graphviz, gsfonts-x11
Standards-Version: 3.8.3
Homepage: http://www.koffice.org
Package: koffice-trinity
Architecture: all
Section: tde
Depends: karbon-trinity (>= ${source:Version}), kchart-trinity (>= ${source:Version}), kexi-trinity (>= ${source:Version}), kformula-trinity (>= ${source:Version}), kivio-trinity (>= ${source:Version}), koshell-trinity (>= ${source:Version}), kplato-trinity (>= ${source:Version}), kpresenter-trinity (>= ${source:Version}), chalk-trinity (>= ${source:Version}), kspread-trinity (>= ${source:Version}), kugar-trinity (>= ${source:Version}), kword-trinity (>= ${source:Version}), kthesaurus-trinity (>= ${source:Version})
Suggests: koffice-i18n-trinity, koffice-trinity-dev (>= ${source:Version}), koffice-trinity-doc (>= ${source:Version}), koffice-trinity-doc-html (= ${source:Version})
Description: Trinity Office Suite [Trinity]
KOffice is an integrated office suite for TDE, the Trinity Desktop
Environment. It offers a word processor, spreadsheet, presentation
program, graphics tools and more.
.
This package provides all the components of KOffice.
Package: koffice-trinity-doc
Section: doc
Architecture: all
Description: developer documentation for the Trinity Office Suite [Trinity]
This package contains documentation for the Trinity Office Suite, of
use more for developers creating applications than regular users.
.
This package is part of the Trinity Office Suite.
Package: koffice-trinity-doc-html
Architecture: all
Section: doc
Suggests: konqueror-trinity | www-browser, koffice-trinity
Description: Trinity Office Suite documentation in HTML format [Trinity]
KOffice is an integrated office suite for TDE, the Trinity Desktop
Environment. It offers a word processor, spreadsheet, presentation
program, graphics tools and more.
.
By default the KOffice applications only provide their documentation in
TDE docbook format, which can only be read by Konqueror or KHelpCenter.
This package provides all of the KOffice documentation converted to HTML
format so it can be read with any web browser.
.
The documentation will be installed into the usual directories
/usr/share/doc/tde/HTML/<language>/<app>/, for instance
/usr/share/doc/tde/HTML/en/kword/.
.
This package is part of the Trinity Office Suite.
Package: karbon-trinity
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Description: a vector graphics application for the Trinity Office Suite
Karbon is a vector graphics application.
.
This package is part of the Trinity Office Suite.
Package: kchart-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a chart drawing program for the Trinity Office Suite [Trinity]
KChart is a chart drawing application. It can be used to embed charts
into KOffice documents. KChart is easy to use and highly configurable.
.
This package is part of the Trinity Office Suite.
Package: kexi-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Suggests: kexi-mdb-plugin-trinity
Description: integrated database environment for the Trinity Office Suite [Trinity]
Kexi is an integrated data management application. It can be used for
creating database schemas, inserting data, performing queries, and
processing data. Forms can be created to provide a custom interface to
your data. All database objects - tables, queries and forms - are stored
in the database, making it easy to share data and design.
.
Kexi is considered as a long awaited Open Source competitor for MS Access,
Filemaker and Oracle Forms. Its development is motivated by the lack of
Rapid Application Development (RAD) tools for database systems that are
sufficiently powerful, inexpensive, open standards driven and portable
across many operating systems and hardware platforms.
.
This package is part of the Trinity Office Suite.
Package: kformula-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a formula editor for the Trinity Office Suite [Trinity]
KFormula is a formula editor that provides the basic input facilities
and the support functionality expected of a KOffice application.
.
Features include easy Greek letter insertion, intelligent cursor
movement, advanced syntax highlighting, multi-level undo support,
LaTeX export and MathML import.
.
This package is part of the Trinity Office Suite.
Package: kivio-trinity
Architecture: any
Section: graphics
Depends: ${shlibs:Depends}, kivio-data-trinity (>> 1:1.4.90.2-1), kivio-data-trinity (>> ${TDE-Version3}), kivio-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Description: a flowcharting program for the Trinity Office Suite [Trinity]
Kivio is a flowcharting program that offers basic flowcharting abilities,
but with a twist. Objects are scriptable, and a backend plugin system
offers the ability to make objects do just about anything.
.
This package is part of the Trinity Office Suite.
Package: kivio-data-trinity
Architecture: all
Section: graphics
Description: data files for Kivio flowcharting program [Trinity]
This package contains architecture-independent data files for Kivio,
the flowcharting program shipped with the Trinity Office Suite.
.
See the kivio package for further information.
.
This package is part of the Trinity Office Suite.
Package: koshell-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: koffice-trinity, khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: the Trinity Office Suite workspace [Trinity]
The KOffice workspace is a desktop with easy one-click launchers for
KOffice applications.
.
This package is part of the Trinity Office Suite.
Package: kplato-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: an integrated project management and planning tool [Trinity]
KPlato is a project management application, allowing for the planning and
scheduling of projects. It is in the very early stages of development.
.
This package is part of the Trinity Office Suite.
Package: kpresenter-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, ${perl:Depends}, kpresenter-data-trinity (>> ${TDE-Version3}), kpresenter-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a presentation program for the Trinity Office Suite [Trinity]
KPresenter is a fully-featured presentation program. Presentations can
be edited directly within KPresenter, and many advanced features for
screen presentations are available.
.
This package is part of the Trinity Office Suite.
Package: kpresenter-data-trinity
Architecture: all
Section: tde
Description: data files for KPresenter presentation program [Trinity]
This package contains architecture-independent data files for KPresenter,
the presentation program shipped with the Trinity Office Suite.
.
See the kpresenter package for further information.
.
This package is part of the Trinity Office Suite.
Package: chalk-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, chalk-data-trinity (>> ${TDE-Version3}), chalk-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: dcraw, khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a pixel-based image manipulation program for the Trinity Office Suite [Trinity]
Chalk is a painting and image editing application for KOffice. Chalk contains
both ease-of-use and fun features like guided painting.
.
This package is part of the Trinity Office Suite.
Package: chalk-data-trinity
Architecture: all
Section: tde
Description: data files for Chalk painting program [Trinity]
This package contains architecture-independent data files for Chalk,
the painting program shipped with the Trinity Office Suite.
.
See the chalk package for further information.
.
This package is part of the Trinity Office Suite.
Package: kspread-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a spreadsheet for the Trinity Office Suite [Trinity]
KSpread is a powerful spreadsheet application. It is scriptable and
provides both table-oriented sheets and support for complex mathematical
formulae and statistics.
.
This package is part of the Trinity Office Suite.
Package: kugar-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a business report maker for the Trinity Office Suite [Trinity]
Kugar is a tool for generating business quality reports that can
be viewed and printed. It includes a standalone report viewer and a
KPart report viewer. The latter means that any TDE application can
embed the report viewing functionality and that reports can be viewed
using the Konqueror browser.
.
This package is part of the Trinity Office Suite.
Package: kword-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, kword-data-trinity (>> ${TDE-Version3}), kword-data-trinity (<< ${TDE-Next-Version3}), koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: a word processor for the Trinity Office Suite [Trinity]
KWord is a FrameMaker-like word processing and desktop publishing
application. KWord is capable of creating demanding and professional
looking documents. It can be used for desktop publishing, but also for
"normal" word processing, like writing letters, reports and so on.
.
This package is part of the Trinity Office Suite.
Package: kword-data-trinity
Architecture: all
Section: tde
Description: data files for KWord word processor [Trinity]
This package contains architecture-independent data files for KWord,
the word processor shipped with the Trinity Office Suite.
.
See the kword package for further information.
.
This package is part of the Trinity Office Suite.
Package: kthesaurus-trinity
Architecture: any
Section: tde
Depends: ${shlibs:Depends}, koffice-libs-trinity (<< ${TDE-Next-Version3})
Recommends: khelpcenter-trinity | koffice-trinity-doc-html (= ${source:Version})
Description: thesaurus for the Trinity Office Suite [Trinity]
KThesaurus lists words related to a given term and offers a user interface
to WordNet, a powerful lexical reference system. By default, only the English
language is supported.
.
This package is part of the Trinity Office Suite.
Package: koffice-libs-trinity
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, koffice-data-trinity (>> ${TDE-Version3}), koffice-data-trinity (<< ${TDE-Next-Version3})
Recommends: latex-xft-fonts, ruby, python
Suggests: wordnet, texlive-base
Description: common libraries and binaries for the Trinity Office Suite [Trinity]
This package provides the libraries and binaries that are shared amongst
the various components of KOffice.
.
This package is part of the Trinity Office Suite.
Package: koffice-data-trinity
Architecture: all
Section: libs
Recommends: khelpcenter-trinity | koffice-trinity-doc-html
Description: common shared data for the Trinity Office Suite [Trinity]
This package provides the architecture-independent data that is shared
amongst the various components of KOffice.
.
This package is part of the Trinity Office Suite.
Package: koffice-trinity-dev
Architecture: any
Section: libdevel
Depends: koffice-libs-trinity (= ${binary:Version}), karbon-trinity (= ${binary:Version}), kchart-trinity (= ${binary:Version}), kexi-trinity (= ${binary:Version}), kformula-trinity (= ${binary:Version}), kivio-trinity (= ${binary:Version}), koshell-trinity (= ${binary:Version}), kplato-trinity (= ${binary:Version}), kpresenter-trinity (= ${binary:Version}), chalk-trinity (= ${binary:Version}), kspread-trinity (= ${binary:Version}), kthesaurus-trinity (= ${binary:Version}), kugar-trinity (= ${binary:Version}), kword-trinity (= ${binary:Version}), tdelibs14-trinity-dev
Description: common libraries for KOffice (development files) [Trinity]
This package provides the development files for the libraries that are
shared amongst the various components of KOffice.
.
This package is part of the Trinity Office Suite.
Package: koffice-trinity-dbg
Section: libdevel
Architecture: any
Priority: extra
Depends: koffice-libs-trinity (= ${binary:Version})
Description: debugging symbols for koffice [Trinity]
This package contains the debugging symbols associated with koffice.
They will automatically be used by gdb for debugging koffice-related
issues.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fabo@debian.org>
Modestas Vainius <modestas@vainius.eu>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>
Raúl Sánchez Siles <rasasi78@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,22 +0,0 @@
Source: ktorrent-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5.0), quilt, cdbs, docbook2x, tdelibs14-trinity-dev, libpcre3-dev, libx11-dev, libgmp3-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: ktorrent-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: php-cli | php5-cli
Recommends: tdebase-tdeio-plugins-trinity
Description: BitTorrent client for Trinity
KTorrent is a BitTorrent program for Trinity. Its features include speed capping
(both down and up), integrated searching, UDP tracker support, preview of
certain file types (video and audio) and integration into the TDE Panel
enabling background downloading.
.
Homepage: http://ktorrent.org

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,26 +0,0 @@
Source: kuickshow-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs (>= 0.4.39-0.1), debhelper (>= 5.0.31), quilt, gawk, tdelibs14-trinity-dev, imlib11-dev, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev
Standards-Version: 3.8.3
Package: kuickshow-trinity
Section: graphics
Architecture: any
Depends: ${shlibs:Depends}
Suggests: khelpcenter-trinity
Description: TDE image/slideshow viewer [Trinity]
KuickShow is an image browser/viewer with a nice filebrowser to
select images to be shown, slideshow support and the ability to
display the following image formats: jpg, gif, tiff, png, bmp, psd,
xpm, xbm, pbm and eim. Images can be displayed either in their own
window, as large as the image, or fullscreen (which shrinks images too
large to display). KuickShow also has a slideshow mode.
.
This package is part of TDE, as a component of the TDE graphics
module. See the 'tde' and 'tdegraphics' packages for more information.
.
Homepage: http://kuickshow.sourceforge.net

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,37 +0,0 @@
Source: rosegarden-trinity
Section: sound
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>> 5.0.0), quilt, cdbs, cmake, tdelibs14-trinity-dev, libasound2-dev (>= 1.0.0), libjack-dev, ladspa-sdk, liblrdf0-dev, liblircclient-dev, dssi-dev (>= 0.4 ), liblo-dev, libxft-dev, dpatch, libfftw3-dev
Standards-Version: 3.8.4
Homepage: http://www.rosegardenmusic.com/
Package: rosegarden-trinity
Architecture: any
Depends: ${shlibs:Depends}, khelpcenter-trinity, rosegarden-data-trinity (= ${source:Version}), libxml-twig-perl, sndfile-programs, xterm, tdebase-trinity-bin, konqueror-trinity | www-browser, flac
Replaces: rosegarden-kde3 (<< 4:3.5.13)
Breaks: rosegarden-kde3 (<< 4:3.5.13)
Recommends: jackd, lilypond, swh-plugins | ladspa-plugin
Suggests: qjackctl
Description: music editor and MIDI/audio sequencer [Trinity]
Rosegarden is a TDE application which provides a mixed Audio/MIDI
sequencer (for playback and recording), a multi-track editor, music
editing using both piano-roll and score notation, MIDI file IO,
lilypond and Csound files export, etc.
Package: rosegarden-data-trinity
Architecture: all
Recommends: rosegarden-trinity
Replaces: rosegarden-data-kde3 (<< 4:3.5.13)
Breaks: rosegarden-data-kde3 (<< 4:3.5.13)
Priority: optional
Description: music editor and MIDI/audio sequencer data files [Trinity]
Rosegarden is a TDE application which provides a mixed Audio/MIDI
sequencer (for playback and recording), a multi-track editor, music
editing using both piano-roll and score notation, MIDI file IO,
lilypond and Csound files export, etc.
.
This package provides the data files necessary for running Rosegarden

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,32 +0,0 @@
Source: tde-style-qtcurve-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: debhelper (>= 5), quilt, tdelibs14-trinity-dev, cmake, cdbs
Standards-Version: 3.8.4
Package: tde-style-qtcurve-trinity
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: tde-style-qtcurve-kde3 (<< 4:3.5.13)
Breaks: tde-style-qtcurve-kde3 (<< 4:3.5.13)
Recommends: gtk2-engines-qtcurve
Provides: tde-style-qtcurve
Description: This is a set of widget styles for Trinity based apps
This package together with gtk2-engines-qtcurve aim to provide a unified look
and feel on the desktop when using TDE and Gnome applications.
.
This package is most useful when installed together with
gtk2-engines-qtcurve.
Package: qtcurve-trinity
Architecture: any
Depends: tde-style-qtcurve-trinity, gtk2-engines-qtcurve
Replaces: qtcurve-kde3 (<< 4:3.5.13)
Breaks: qtcurve-kde3 (<< 4:3.5.13)
Description: This is a set of widget styles for Trinity and Gtk2 based apps
This is an empty dummy package which will drag the packages
tde-style-qtcurve and gtk2-engines-qtcurve in your system.

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -21,7 +21,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,21 +0,0 @@
Source: tdeio-locate-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev, bzip2, python (>= 2.3), cmake
Standards-Version: 3.8.4
Package: tdeio-locate-trinity
Architecture: any
Depends: ${shlibs:Depends}
Replaces: kio-locate-kde3 (<< 4:3.5.13)
Breaks: kio-locate-kde3 (<< 4:3.5.13)
Description: tdeio-slave for the locate command [Trinity]
Adds support for the "locate:" and "locater:"
protocols to Konqueror and other TDE applications.
.
This enables you to perform locate searches as you
would in a terminal. The result is displayed just
as a directory.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
#include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -13,7 +13,6 @@ debian/stamp-cvs-make:
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

@ -1,16 +0,0 @@
Sune Vuorela <debian@pusling.com>
Ana Beatriz Guerrero Lopez <ana@debian.org>
Fathi Boudra <fboudra@free.fr>
Modestas Vainius <geromanas@mailas.com>
Josh Metzler <joshdeb@metzlers.org>
Isaac Clerencia <isaac@debian.org>
Adeodato Simó <dato@net.com.org.es>
Adeodato Simo <dato@net.com.org.es>
Christopher Martin <chrsmrtn@debian.org>
Daniel Schepler <schepler@debian.org>
Sarah Hobbs <hobbsee@ubuntu.com>
Nacho Barrientos Arias <nacho@debian.org>
Ricardo Javier Cardenes Medina <rcardenes@debian.org>
Ricardo Cardenes <rcardenes@debian.org>
Armin Berres <trigger+debian@space-based.de>
Francesco Pedrini <francesco.pedrini@gmail.com>

@ -1,29 +0,0 @@
MAINTAINER=Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "debian-qt-kde@lists.debian.org" | head -13 | /bin/sed 's/^\s*//;s/\s*$$//;s/^+++\? Changes by //;s/^+++\? //;s/-- //;s/:$$//;s/ <.*//' | sort -u | while read line ; do grep "$$line" debian/cdbs/team-members ; done | tr "\n" ", " | sed 's/,/, /g;s/, $$//')
debian/control.tmp:
@if [ ! -e debian/control.in ] ; then \
echo "this package is not yet prepared for using automatic update of uploaders"; \
echo "Please do so."; \
exit 1; \
fi
@sed 's/@@@UPLOADERS@@@/$(UPLOADERS)/;s#@@@MAINTAINER@@@#$(MAINTAINER)#' debian/control.in > debian/control.tmp
check-uploaders: debian/control.tmp
@if ! diff -q debian/control debian/control.tmp ; then \
echo "WARNING:: Control file differs from manually generated one" ; \
echo "WARNING:: Please update it manually and check it afterwards" ; \
echo "WARNING:: Uploaders are updated by debian/rules update-uploaders" ;\
echo "WARNING:: If this is a binNMU, NMU or security upload, just ignore" ;\
fi
clean::
rm -f debian/control.tmp
update-uploaders: debian/control.tmp
@mv -f debian/control.tmp debian/control
makebuilddir:: check-uploaders

@ -1,26 +0,0 @@
Source: tdenetworkmanager-trinity
Section: tde
Priority: optional
Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
XSBC-Original-Maintainer: @@@MAINTAINER@@@
Uploaders: @@@UPLOADERS@@@
Build-Depends: cdbs,
debhelper (>= 7),
pkg-config,
tdelibs14-trinity-dev,
libiw-dev,
libnl-3-dev | libnl-dev (>= 1.1),
quilt,
libtool, libltdl-dev, cmake
Standards-Version: 3.8.4
Homepage: http://www.trinitydesktop.org/
Package: network-manager-tde
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, network-manager (>= 0.7.0)
Recommends: tdewalletmanager-trinity
Provides: tdenetworkmanager-trinity
Description: TDE systray applet for controlling networking [Trinity]
Systray applet for controlling network connections managed by
a TDE network backend. It is mainly written for Trinity but also works for
other desktop environments like GNOME or Xfce.

@ -23,7 +23,6 @@ endif
touch debian/stamp-cvs-make
include debian/cdbs/kde.mk$(_cdbs_makefile_suffix)
include debian/cdbs/uploaders.mk
ifndef _cdbs_rules_patchsys_quilt
DEB_PATCHDIRS := debian/patches/common debian/patches

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save