diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-11-10 18:08:55 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-11-10 18:18:37 +0100 |
commit | fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23 (patch) | |
tree | 0c4488a8657e2364c33f3f011ea5edcf462a9db0 | |
parent | 9b3636a76e33273c325c9a515ee779aee1a5088b (diff) | |
download | tde-packaging-fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23.tar.gz tde-packaging-fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23.zip |
DEB: Remove a mechanism for updating the uploaders list.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
942 files changed, 0 insertions, 31483 deletions
diff --git a/debian/lenny/applications/abakus/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/abakus/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/debian/lenny/applications/abakus/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/abakus/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/abakus/debian/cdbs/team-members b/debian/lenny/applications/abakus/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/abakus/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/abakus/debian/cdbs/uploaders.mk b/debian/lenny/applications/abakus/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/abakus/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/abakus/debian/control.in b/debian/lenny/applications/abakus/debian/control.in deleted file mode 100644 index cc6cb0a25..000000000 --- a/debian/lenny/applications/abakus/debian/control.in +++ /dev/null @@ -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/ diff --git a/debian/lenny/applications/amarok/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/amarok/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/amarok/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/amarok/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 diff --git a/debian/lenny/applications/amarok/debian/cdbs/team-members b/debian/lenny/applications/amarok/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/amarok/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/amarok/debian/cdbs/uploaders.mk b/debian/lenny/applications/amarok/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/amarok/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/amarok/debian/control.in b/debian/lenny/applications/amarok/debian/control.in deleted file mode 100644 index 1ef7aedcf..000000000 --- a/debian/lenny/applications/amarok/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/bibletime/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/bibletime/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/bibletime/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/bibletime/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 diff --git a/debian/lenny/applications/bibletime/debian/cdbs/team-members b/debian/lenny/applications/bibletime/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/bibletime/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/bibletime/debian/cdbs/uploaders.mk b/debian/lenny/applications/bibletime/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/bibletime/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/bibletime/debian/control.in b/debian/lenny/applications/bibletime/debian/control.in deleted file mode 100644 index 59c17465d..000000000 --- a/debian/lenny/applications/bibletime/debian/control.in +++ /dev/null @@ -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.). diff --git a/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/compizconfig-backend-tdeconfig/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 diff --git a/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/team-members b/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/uploaders.mk b/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/compizconfig-backend-tdeconfig/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/digikam/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/digikam/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/digikam/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/digikam/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 diff --git a/debian/lenny/applications/digikam/debian/cdbs/team-members b/debian/lenny/applications/digikam/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/digikam/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/digikam/debian/cdbs/uploaders.mk b/debian/lenny/applications/digikam/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/digikam/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/digikam/debian/control.in b/debian/lenny/applications/digikam/debian/control.in deleted file mode 100644 index e16fdfc0a..000000000 --- a/debian/lenny/applications/digikam/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/dolphin/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/dolphin/debian/cdbs/debian-qt-kde.mk index fb36ac52f..2dff59226 100644 --- a/debian/lenny/applications/dolphin/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/dolphin/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/dolphin/debian/cdbs/team-members b/debian/lenny/applications/dolphin/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/dolphin/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/dolphin/debian/cdbs/uploaders.mk b/debian/lenny/applications/dolphin/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/dolphin/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/dolphin/debian/control.in b/debian/lenny/applications/dolphin/debian/control.in deleted file mode 100644 index 3f1691432..000000000 --- a/debian/lenny/applications/dolphin/debian/control.in +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/filelight/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/filelight/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/filelight/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/filelight/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/filelight/debian/cdbs/team-members b/debian/lenny/applications/filelight/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/filelight/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/filelight/debian/cdbs/uploaders.mk b/debian/lenny/applications/filelight/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/filelight/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/gtk-qt-engine/debian/cdbs/team-members b/debian/lenny/applications/gtk-qt-engine/debian/cdbs/team-members deleted file mode 100644 index 815b2c16f..000000000 --- a/debian/lenny/applications/gtk-qt-engine/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/gtk-qt-engine/debian/cdbs/uploaders.mk b/debian/lenny/applications/gtk-qt-engine/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/gtk-qt-engine/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/gwenview-i18n/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/gwenview-i18n/debian/cdbs/debian-qt-kde.mk index ec89756bb..3bd77b8f7 100644 --- a/debian/lenny/applications/gwenview-i18n/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/gwenview-i18n/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/gwenview-i18n/debian/cdbs/team-members b/debian/lenny/applications/gwenview-i18n/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/gwenview-i18n/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/gwenview-i18n/debian/cdbs/uploaders.mk b/debian/lenny/applications/gwenview-i18n/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/gwenview-i18n/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/gwenview/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/gwenview/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/gwenview/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/gwenview/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 diff --git a/debian/lenny/applications/gwenview/debian/cdbs/team-members b/debian/lenny/applications/gwenview/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/gwenview/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/gwenview/debian/cdbs/uploaders.mk b/debian/lenny/applications/gwenview/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/gwenview/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/k3b/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/k3b/debian/cdbs/team-members b/debian/lenny/applications/k3b/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/k3b/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/k3b/debian/cdbs/uploaders.mk b/debian/lenny/applications/k3b/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/k3b/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/k9copy/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/k9copy/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/k9copy/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/k9copy/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 diff --git a/debian/lenny/applications/k9copy/debian/cdbs/team-members b/debian/lenny/applications/k9copy/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/k9copy/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/k9copy/debian/cdbs/uploaders.mk b/debian/lenny/applications/k9copy/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/k9copy/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kaffeine/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kaffeine/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kaffeine/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kaffeine/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 diff --git a/debian/lenny/applications/kaffeine/debian/cdbs/team-members b/debian/lenny/applications/kaffeine/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kaffeine/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kaffeine/debian/cdbs/uploaders.mk b/debian/lenny/applications/kaffeine/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kaffeine/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kasablanca/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kasablanca/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kasablanca/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kasablanca/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 diff --git a/debian/lenny/applications/kasablanca/debian/cdbs/uploaders.mk b/debian/lenny/applications/kasablanca/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kasablanca/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/katapult/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/katapult/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/katapult/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/katapult/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 diff --git a/debian/lenny/applications/katapult/debian/cdbs/team-members b/debian/lenny/applications/katapult/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/katapult/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/katapult/debian/cdbs/uploaders.mk b/debian/lenny/applications/katapult/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/katapult/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kbarcode/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kbarcode/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kbarcode/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kbarcode/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 diff --git a/debian/lenny/applications/kbarcode/debian/cdbs/team-members b/debian/lenny/applications/kbarcode/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kbarcode/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kbarcode/debian/cdbs/uploaders.mk b/debian/lenny/applications/kbarcode/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kbarcode/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kbfx/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kbfx/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kbfx/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kbfx/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kbibtex/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kbibtex/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kbibtex/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kbibtex/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 diff --git a/debian/lenny/applications/kbibtex/debian/cdbs/uploaders.mk b/debian/lenny/applications/kbibtex/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kbibtex/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kbiff/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kbiff/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kbiff/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kbiff/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kbookreader/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kbookreader/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kbookreader/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kbookreader/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 diff --git a/debian/lenny/applications/kbookreader/debian/cdbs/team-members b/debian/lenny/applications/kbookreader/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kbookreader/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kbookreader/debian/cdbs/uploaders.mk b/debian/lenny/applications/kbookreader/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kbookreader/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kcmautostart/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kcmautostart/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kcmautostart/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kcmautostart/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kcpuload/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kcpuload/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kcpuload/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kcpuload/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kcpuload/debian/cdbs/team-members b/debian/lenny/applications/kcpuload/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kcpuload/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kcpuload/debian/cdbs/uploaders.mk b/debian/lenny/applications/kcpuload/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kcpuload/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kdbg/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kdbg/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kdbg/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kdbg/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 diff --git a/debian/lenny/applications/kdbg/debian/cdbs/uploaders.mk b/debian/lenny/applications/kdbg/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kdbg/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kdbusnotification/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kdbusnotification/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kdbusnotification/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kdbusnotification/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 diff --git a/debian/lenny/applications/kdbusnotification/debian/cdbs/team-members b/debian/lenny/applications/kdbusnotification/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kdbusnotification/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kdbusnotification/debian/cdbs/uploaders.mk b/debian/lenny/applications/kdbusnotification/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kdbusnotification/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kdiff3/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kdiff3/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kdiff3/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kdiff3/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 diff --git a/debian/lenny/applications/kdiff3/debian/cdbs/team-members b/debian/lenny/applications/kdiff3/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kdiff3/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kdiff3/debian/cdbs/uploaders.mk b/debian/lenny/applications/kdiff3/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kdiff3/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kdirstat/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kdirstat/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kdirstat/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kdirstat/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/keep/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/keep/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/keep/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/keep/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 diff --git a/debian/lenny/applications/keep/debian/cdbs/team-members b/debian/lenny/applications/keep/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/keep/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/keep/debian/cdbs/uploaders.mk b/debian/lenny/applications/keep/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/keep/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kerry/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kerry/debian/cdbs/debian-qt-kde.mk index 61f3ab2dc..91a547ea9 100644 --- a/debian/lenny/applications/kerry/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kerry/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 diff --git a/debian/lenny/applications/kerry/debian/cdbs/team-members b/debian/lenny/applications/kerry/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kerry/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kerry/debian/cdbs/uploaders.mk b/debian/lenny/applications/kerry/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kerry/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kerry/debian/control.in b/debian/lenny/applications/kerry/debian/control.in deleted file mode 100644 index d0ab72677..000000000 --- a/debian/lenny/applications/kerry/debian/control.in +++ /dev/null @@ -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. - . diff --git a/debian/lenny/applications/keximdb/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/keximdb/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/keximdb/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/keximdb/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 diff --git a/debian/lenny/applications/keximdb/debian/cdbs/uploaders.mk b/debian/lenny/applications/keximdb/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/keximdb/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kftpgrabber/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kftpgrabber/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kftpgrabber/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kftpgrabber/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 diff --git a/debian/lenny/applications/kftpgrabber/debian/cdbs/uploaders.mk b/debian/lenny/applications/kftpgrabber/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kftpgrabber/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kgtk-qt3/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kgtk-qt3/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/debian/lenny/applications/kgtk-qt3/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kgtk-qt3/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kgtk-qt3/debian/cdbs/team-members b/debian/lenny/applications/kgtk-qt3/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kgtk-qt3/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kgtk-qt3/debian/cdbs/uploaders.mk b/debian/lenny/applications/kgtk-qt3/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kgtk-qt3/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kgtk-qt3/debian/control.in b/debian/lenny/applications/kgtk-qt3/debian/control.in deleted file mode 100644 index 95e5d0abd..000000000 --- a/debian/lenny/applications/kgtk-qt3/debian/control.in +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kile/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kile/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kile/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kile/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 diff --git a/debian/lenny/applications/kile/debian/cdbs/team-members b/debian/lenny/applications/kile/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kile/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kile/debian/cdbs/uploaders.mk b/debian/lenny/applications/kile/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kile/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kiosktool/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kiosktool/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kiosktool/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kiosktool/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kiosktool/debian/cdbs/team-members b/debian/lenny/applications/kiosktool/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kiosktool/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kiosktool/debian/cdbs/uploaders.mk b/debian/lenny/applications/kiosktool/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kiosktool/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kkbswitch/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kkbswitch/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kkbswitch/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kkbswitch/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/klcddimmer/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/klcddimmer/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/klcddimmer/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/klcddimmer/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kmplayer/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kmplayer/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kmplayer/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kmplayer/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 diff --git a/debian/lenny/applications/kmplayer/debian/cdbs/team-members b/debian/lenny/applications/kmplayer/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kmplayer/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kmplayer/debian/cdbs/uploaders.mk b/debian/lenny/applications/kmplayer/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kmplayer/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kmyfirewall/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kmyfirewall/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kmyfirewall/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kmyfirewall/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kmymoney/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kmymoney/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kmymoney/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kmymoney/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 diff --git a/debian/lenny/applications/kmymoney/debian/cdbs/team-members b/debian/lenny/applications/kmymoney/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kmymoney/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kmymoney/debian/cdbs/uploaders.mk b/debian/lenny/applications/kmymoney/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kmymoney/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/knemo/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/knemo/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/knemo/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/knemo/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 diff --git a/debian/lenny/applications/knemo/debian/cdbs/team-members b/debian/lenny/applications/knemo/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/knemo/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/knemo/debian/cdbs/uploaders.mk b/debian/lenny/applications/knemo/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/knemo/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/knetload/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/knetload/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/knetload/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/knetload/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/knetstats/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/knetstats/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/knetstats/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/knetstats/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/knetworkmanager8/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/knetworkmanager8/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/knetworkmanager8/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/knetworkmanager8/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 diff --git a/debian/lenny/applications/knetworkmanager8/debian/cdbs/team-members b/debian/lenny/applications/knetworkmanager8/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/knetworkmanager8/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/knetworkmanager8/debian/cdbs/uploaders.mk b/debian/lenny/applications/knetworkmanager8/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/knetworkmanager8/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/knetworkmanager8/debian/control.in b/debian/lenny/applications/knetworkmanager8/debian/control.in deleted file mode 100644 index 4891ff225..000000000 --- a/debian/lenny/applications/knetworkmanager8/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/knmap/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/knmap/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/knmap/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/knmap/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/knutclient/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/knutclient/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/knutclient/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/knutclient/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/koffice/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/koffice/debian/cdbs/debian-qt-kde.mk index bb7bdf7e0..eb7666b8e 100644 --- a/debian/lenny/applications/koffice/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/koffice/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/koffice/debian/cdbs/team-members b/debian/lenny/applications/koffice/debian/cdbs/team-members deleted file mode 100644 index 4974edd91..000000000 --- a/debian/lenny/applications/koffice/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/koffice/debian/cdbs/uploaders.mk b/debian/lenny/applications/koffice/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/koffice/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/koffice/debian/control.in b/debian/lenny/applications/koffice/debian/control.in deleted file mode 100644 index 4a47e14cf..000000000 --- a/debian/lenny/applications/koffice/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/konversation/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/konversation/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/konversation/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/konversation/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/konversation/debian/cdbs/team-members b/debian/lenny/applications/konversation/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/konversation/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/konversation/debian/cdbs/uploaders.mk b/debian/lenny/applications/konversation/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/konversation/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kooldock/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kooldock/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kooldock/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kooldock/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kopete-otr/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kopete-otr/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 diff --git a/debian/lenny/applications/kopete-otr/debian/cdbs/team-members b/debian/lenny/applications/kopete-otr/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kopete-otr/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kopete-otr/debian/cdbs/uploaders.mk b/debian/lenny/applications/kopete-otr/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kopete-otr/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kpilot/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kpilot/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/kpilot/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kpilot/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 diff --git a/debian/lenny/applications/kpilot/debian/cdbs/team-members b/debian/lenny/applications/kpilot/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kpilot/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kpilot/debian/cdbs/uploaders.mk b/debian/lenny/applications/kpilot/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kpilot/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kplayer/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kplayer/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kplayer/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kplayer/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kpowersave/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kpowersave/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kpowersave/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kpowersave/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kpowersave/debian/cdbs/team-members b/debian/lenny/applications/kpowersave/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/kpowersave/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/kpowersave/debian/cdbs/uploaders.mk b/debian/lenny/applications/kpowersave/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kpowersave/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/krecipes/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/krecipes/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/krecipes/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/krecipes/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 diff --git a/debian/lenny/applications/krecipes/debian/cdbs/uploaders.mk b/debian/lenny/applications/krecipes/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/krecipes/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/krename/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/krename/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/krename/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/krename/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/krusader/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/krusader/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/krusader/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/krusader/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 diff --git a/debian/lenny/applications/krusader/debian/cdbs/team-members b/debian/lenny/applications/krusader/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/krusader/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/krusader/debian/cdbs/uploaders.mk b/debian/lenny/applications/krusader/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/krusader/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kscope/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kscope/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kscope/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kscope/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/ksensors/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/ksensors/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/ksensors/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/ksensors/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kshowmail/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kshowmail/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kshowmail/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kshowmail/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 diff --git a/debian/lenny/applications/kshowmail/debian/cdbs/uploaders.mk b/debian/lenny/applications/kshowmail/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kshowmail/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/kshutdown/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kshutdown/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/kshutdown/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kshutdown/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 diff --git a/debian/lenny/applications/kshutdown/debian/cdbs/uploaders.mk b/debian/lenny/applications/kshutdown/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/kshutdown/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/ksplash-engine-moodin/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/ksplash-engine-moodin/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/ksplash-engine-moodin/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/ksplash-engine-moodin/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/ksystemlog/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/ksystemlog/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/ksystemlog/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/ksystemlog/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 diff --git a/debian/lenny/applications/ksystemlog/debian/cdbs/team-members b/debian/lenny/applications/ksystemlog/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/ksystemlog/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/ksystemlog/debian/cdbs/uploaders.mk b/debian/lenny/applications/ksystemlog/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/ksystemlog/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/ktorrent/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/ktorrent/debian/cdbs/debian-qt-kde.mk index bb7bdf7e0..eb7666b8e 100644 --- a/debian/lenny/applications/ktorrent/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/ktorrent/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/ktorrent/debian/cdbs/team-members b/debian/lenny/applications/ktorrent/debian/cdbs/team-members deleted file mode 100644 index 4974edd91..000000000 --- a/debian/lenny/applications/ktorrent/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/ktorrent/debian/cdbs/uploaders.mk b/debian/lenny/applications/ktorrent/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/ktorrent/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/ktorrent/debian/control.in b/debian/lenny/applications/ktorrent/debian/control.in deleted file mode 100644 index 703e04c3e..000000000 --- a/debian/lenny/applications/ktorrent/debian/control.in +++ /dev/null @@ -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 - diff --git a/debian/lenny/applications/kvkbd/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kvkbd/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kvkbd/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kvkbd/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kvpnc/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kvpnc/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kvpnc/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kvpnc/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/kxmleditor/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/kxmleditor/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/kxmleditor/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/kxmleditor/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/mplayerthumbs/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/mplayerthumbs/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/mplayerthumbs/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/mplayerthumbs/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 diff --git a/debian/lenny/applications/mplayerthumbs/debian/cdbs/uploaders.mk b/debian/lenny/applications/mplayerthumbs/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/mplayerthumbs/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/piklab/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/piklab/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/piklab/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/piklab/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/qalculate-tde/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/qalculate-tde/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/qalculate-tde/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/qalculate-tde/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/rosegarden/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/rosegarden/debian/cdbs/debian-qt-kde.mk index c7c382548..68dca1718 100644 --- a/debian/lenny/applications/rosegarden/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/rosegarden/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/rosegarden/debian/cdbs/team-members b/debian/lenny/applications/rosegarden/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/rosegarden/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/rosegarden/debian/cdbs/uploaders.mk b/debian/lenny/applications/rosegarden/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/rosegarden/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/rosegarden/debian/control.in b/debian/lenny/applications/rosegarden/debian/control.in deleted file mode 100644 index 16124947d..000000000 --- a/debian/lenny/applications/rosegarden/debian/control.in +++ /dev/null @@ -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 - diff --git a/debian/lenny/applications/smb4k/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/smb4k/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/smb4k/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/smb4k/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 diff --git a/debian/lenny/applications/smb4k/debian/cdbs/team-members b/debian/lenny/applications/smb4k/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/smb4k/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/smb4k/debian/cdbs/uploaders.mk b/debian/lenny/applications/smb4k/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/smb4k/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/soundkonverter/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/soundkonverter/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/soundkonverter/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/soundkonverter/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 diff --git a/debian/lenny/applications/soundkonverter/debian/cdbs/team-members b/debian/lenny/applications/soundkonverter/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/soundkonverter/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/soundkonverter/debian/cdbs/uploaders.mk b/debian/lenny/applications/soundkonverter/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/soundkonverter/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tastymenu/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tastymenu/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tastymenu/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tastymenu/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tde-style-baghira/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tde-style-baghira/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tde-style-baghira/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tde-style-baghira/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tde-style-domino/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tde-style-domino/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tde-style-domino/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tde-style-domino/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tde-style-ia-ora/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tde-style-ia-ora/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tde-style-ia-ora/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tde-style-ia-ora/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/team-members b/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/uploaders.mk b/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tde-style-qtcurve/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tde-style-qtcurve/debian/control.in b/debian/lenny/applications/tde-style-qtcurve/debian/control.in deleted file mode 100644 index 9533bb7bd..000000000 --- a/debian/lenny/applications/tde-style-qtcurve/debian/control.in +++ /dev/null @@ -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. - diff --git a/debian/lenny/applications/tde-systemsettings/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tde-systemsettings/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/tde-systemsettings/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tde-systemsettings/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 diff --git a/debian/lenny/applications/tde-systemsettings/debian/cdbs/team-members b/debian/lenny/applications/tde-systemsettings/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tde-systemsettings/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tde-systemsettings/debian/cdbs/uploaders.mk b/debian/lenny/applications/tde-systemsettings/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tde-systemsettings/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdedocker/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdedocker/debian/cdbs/debian-qt-kde.mk index 26d768d1c..fdd089fd4 100644 --- a/debian/lenny/applications/tdedocker/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdedocker/debian/cdbs/debian-qt-kde.mk @@ -18,7 +18,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 diff --git a/debian/lenny/applications/tdedocker/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdedocker/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdedocker/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdeio-apt/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdeio-apt/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/tdeio-apt/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdeio-apt/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 diff --git a/debian/lenny/applications/tdeio-apt/debian/cdbs/team-members b/debian/lenny/applications/tdeio-apt/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdeio-apt/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdeio-apt/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdeio-apt/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdeio-apt/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdeio-ftps/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdeio-ftps/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tdeio-ftps/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdeio-ftps/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdeio-ftps/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdeio-ftps/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdeio-ftps/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdeio-gopher/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdeio-gopher/debian/cdbs/debian-qt-kde.mk index c7c382548..68dca1718 100644 --- a/debian/lenny/applications/tdeio-gopher/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdeio-gopher/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdeio-gopher/debian/cdbs/team-members b/debian/lenny/applications/tdeio-gopher/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdeio-gopher/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdeio-gopher/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdeio-gopher/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdeio-gopher/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdeio-gopher/debian/control.in b/debian/lenny/applications/tdeio-gopher/debian/control.in deleted file mode 100644 index 24c22476b..000000000 --- a/debian/lenny/applications/tdeio-gopher/debian/control.in +++ /dev/null @@ -1,19 +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 (>= 7.0.50~), quilt, tdelibs14-trinity-dev, cmake -Standards-Version: 3.8.4 - -Package: tdeio-gopher-trinity -Architecture: any -Depends: ${shlibs:Depends} -Replaces: kio-gopher-trinity (<< 4:14.0.0~) -Breaks: kio-gopher-trinity (<< 4:14.0.0~) -Description: tdeio-slave for the gopher protocol [Trinity] - Adds support for the "gopher:" protocol - to Konqueror and other TDE applications. - . - This enables you to perform gopher searches in Konqueror. diff --git a/debian/lenny/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/debian/lenny/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdeio-locate/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdeio-locate/debian/cdbs/team-members b/debian/lenny/applications/tdeio-locate/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdeio-locate/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdeio-locate/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdeio-locate/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdeio-locate/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdeio-locate/debian/control.in b/debian/lenny/applications/tdeio-locate/debian/control.in deleted file mode 100644 index 43ca84898..000000000 --- a/debian/lenny/applications/tdeio-locate/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/tdeio-sword/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdeio-sword/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tdeio-sword/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdeio-sword/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/team-members b/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdeio-umountwrapper/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdenetworkmanager/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdenetworkmanager/debian/cdbs/debian-qt-kde.mk index fb36ac52f..2dff59226 100644 --- a/debian/lenny/applications/tdenetworkmanager/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdenetworkmanager/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdenetworkmanager/debian/cdbs/team-members b/debian/lenny/applications/tdenetworkmanager/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdenetworkmanager/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdenetworkmanager/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdenetworkmanager/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdenetworkmanager/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdenetworkmanager/debian/control.in b/debian/lenny/applications/tdenetworkmanager/debian/control.in deleted file mode 100644 index efe461abd..000000000 --- a/debian/lenny/applications/tdenetworkmanager/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk index ede9d744d..60310a01a 100644 --- a/debian/lenny/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdepowersave/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdepowersave/debian/cdbs/team-members b/debian/lenny/applications/tdepowersave/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdepowersave/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdepowersave/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdepowersave/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdepowersave/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdesudo/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdesudo/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tdesudo/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdesudo/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdesvn/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdesvn/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/debian/lenny/applications/tdesvn/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdesvn/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tdesvn/debian/cdbs/team-members b/debian/lenny/applications/tdesvn/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/tdesvn/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/tdesvn/debian/cdbs/uploaders.mk b/debian/lenny/applications/tdesvn/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tdesvn/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/tdesvn/debian/control.in b/debian/lenny/applications/tdesvn/debian/control.in deleted file mode 100644 index aa173a7ae..000000000 --- a/debian/lenny/applications/tdesvn/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/applications/tdmtheme/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tdmtheme/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tdmtheme/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tdmtheme/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tellico/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tellico/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/tellico/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tellico/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/tork/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/tork/debian/cdbs/debian-qt-kde.mk index b4b889c6d..9f8f97776 100644 --- a/debian/lenny/applications/tork/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/tork/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 diff --git a/debian/lenny/applications/tork/debian/cdbs/uploaders.mk b/debian/lenny/applications/tork/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/tork/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/twin-style-crystal/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/twin-style-crystal/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/twin-style-crystal/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/twin-style-crystal/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 diff --git a/debian/lenny/applications/twin-style-crystal/debian/cdbs/team-members b/debian/lenny/applications/twin-style-crystal/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/twin-style-crystal/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/twin-style-crystal/debian/cdbs/uploaders.mk b/debian/lenny/applications/twin-style-crystal/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/twin-style-crystal/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/wlassistant/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/wlassistant/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/debian/lenny/applications/wlassistant/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/wlassistant/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/wlassistant/debian/cdbs/team-members b/debian/lenny/applications/wlassistant/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/wlassistant/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/wlassistant/debian/cdbs/uploaders.mk b/debian/lenny/applications/wlassistant/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/wlassistant/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/applications/wlassistant/debian/control.in b/debian/lenny/applications/wlassistant/debian/control.in deleted file mode 100644 index ab3e7e5a6..000000000 --- a/debian/lenny/applications/wlassistant/debian/control.in +++ /dev/null @@ -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/ diff --git a/debian/lenny/applications/yakuake/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/yakuake/debian/cdbs/debian-qt-kde.mk index 32ba4acfb..60310a01a 100644 --- a/debian/lenny/applications/yakuake/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/yakuake/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/applications/yakuake/debian/cdbs/team-members b/debian/lenny/applications/yakuake/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/yakuake/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/applications/yakuake/debian/cdbs/uploaders.mk b/debian/lenny/applications/yakuake/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/yakuake/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/dependencies/arts/debian/cdbs/team-members b/debian/lenny/dependencies/arts/debian/cdbs/team-members deleted file mode 100644 index 4974edd91..000000000 --- a/debian/lenny/dependencies/arts/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/dependencies/arts/debian/cdbs/uploaders.mk b/debian/lenny/dependencies/arts/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/dependencies/arts/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/dependencies/arts/debian/control.in b/debian/lenny/dependencies/arts/debian/control.in deleted file mode 100644 index 655f09633..000000000 --- a/debian/lenny/dependencies/arts/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/dependencies/libart-lgpl/debian/control b/debian/lenny/dependencies/libart-lgpl/debian/control index 1bd543455..c0f7dd71b 100644 --- a/debian/lenny/dependencies/libart-lgpl/debian/control +++ b/debian/lenny/dependencies/libart-lgpl/debian/control @@ -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 diff --git a/debian/lenny/libraries/kipi-plugins/debian/cdbs/debian-qt-kde.mk b/debian/lenny/libraries/kipi-plugins/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/libraries/kipi-plugins/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/libraries/kipi-plugins/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 diff --git a/debian/lenny/libraries/kipi-plugins/debian/cdbs/team-members b/debian/lenny/libraries/kipi-plugins/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/libraries/kipi-plugins/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/libraries/kipi-plugins/debian/cdbs/uploaders.mk b/debian/lenny/libraries/kipi-plugins/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/libraries/kipi-plugins/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/libraries/kipi-plugins/debian/control.in b/debian/lenny/libraries/kipi-plugins/debian/control.in deleted file mode 100644 index 6d5b73d92..000000000 --- a/debian/lenny/libraries/kipi-plugins/debian/control.in +++ /dev/null @@ -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 - diff --git a/debian/lenny/libraries/libkdcraw/debian/cdbs/debian-qt-kde.mk b/debian/lenny/libraries/libkdcraw/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/libraries/libkdcraw/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/libraries/libkdcraw/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 diff --git a/debian/lenny/libraries/libkdcraw/debian/cdbs/team-members b/debian/lenny/libraries/libkdcraw/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/libraries/libkdcraw/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/libraries/libkdcraw/debian/cdbs/uploaders.mk b/debian/lenny/libraries/libkdcraw/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/libraries/libkdcraw/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/libraries/libkdcraw/debian/control.in b/debian/lenny/libraries/libkdcraw/debian/control.in deleted file mode 100644 index a6302507d..000000000 --- a/debian/lenny/libraries/libkdcraw/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/libraries/libkexiv2/debian/cdbs/debian-qt-kde.mk b/debian/lenny/libraries/libkexiv2/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/libraries/libkexiv2/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/libraries/libkexiv2/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 diff --git a/debian/lenny/libraries/libkexiv2/debian/cdbs/team-members b/debian/lenny/libraries/libkexiv2/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/libraries/libkexiv2/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/libraries/libkexiv2/debian/cdbs/uploaders.mk b/debian/lenny/libraries/libkexiv2/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/libraries/libkexiv2/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/libraries/libkexiv2/debian/control.in b/debian/lenny/libraries/libkexiv2/debian/control.in deleted file mode 100644 index 6706e5ec4..000000000 --- a/debian/lenny/libraries/libkexiv2/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk b/debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/libraries/libkipi/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/libraries/libkipi/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 diff --git a/debian/lenny/libraries/libkipi/debian/cdbs/team-members b/debian/lenny/libraries/libkipi/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/libraries/libkipi/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/libraries/libkipi/debian/cdbs/uploaders.mk b/debian/lenny/libraries/libkipi/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/libraries/libkipi/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/libraries/libkipi/debian/control.in b/debian/lenny/libraries/libkipi/debian/control.in deleted file mode 100644 index fa9102b80..000000000 --- a/debian/lenny/libraries/libkipi/debian/control.in +++ /dev/null @@ -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 diff --git a/debian/lenny/tdeaccessibility/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdeaccessibility/debian/cdbs/debian-qt-kde.mk index 61f3ab2dc..91a547ea9 100644 --- a/debian/lenny/tdeaccessibility/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdeaccessibility/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 diff --git a/debian/lenny/tdeaccessibility/debian/cdbs/team-members b/debian/lenny/tdeaccessibility/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/tdeaccessibility/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdeaccessibility/debian/cdbs/uploaders.mk b/debian/lenny/tdeaccessibility/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdeaccessibility/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdeaccessibility/debian/control.in b/debian/lenny/tdeaccessibility/debian/control.in deleted file mode 100644 index 333336998..000000000 --- a/debian/lenny/tdeaccessibility/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/tdeaddons/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdeaddons/debian/cdbs/debian-qt-kde.mk index 60ccb9eef..14dce59aa 100644 --- a/debian/lenny/tdeaddons/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdeaddons/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/tdeaddons/debian/cdbs/team-members b/debian/lenny/tdeaddons/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/tdeaddons/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdeaddons/debian/cdbs/uploaders.mk b/debian/lenny/tdeaddons/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdeaddons/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdeaddons/debian/control.in b/debian/lenny/tdeaddons/debian/control.in deleted file mode 100644 index c40c752de..000000000 --- a/debian/lenny/tdeaddons/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/tdeadmin/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdeadmin/debian/cdbs/debian-qt-kde.mk index 60ccb9eef..14dce59aa 100644 --- a/debian/lenny/tdeadmin/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdeadmin/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/tdeadmin/debian/cdbs/team-members b/debian/lenny/tdeadmin/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/tdeadmin/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdeadmin/debian/cdbs/uploaders.mk b/debian/lenny/tdeadmin/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdeadmin/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdeadmin/debian/control.in b/debian/lenny/tdeadmin/debian/control.in deleted file mode 100644 index a906e2eed..000000000 --- a/debian/lenny/tdeadmin/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/tdeartwork/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdeartwork/debian/cdbs/debian-qt-kde.mk index 2fceacd20..f2cffb3c2 100644 --- a/debian/lenny/tdeartwork/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdeartwork/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/tdeartwork/debian/cdbs/team-members b/debian/lenny/tdeartwork/debian/cdbs/team-members deleted file mode 100644 index ede6768e0..000000000 --- a/debian/lenny/tdeartwork/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdeartwork/debian/cdbs/uploaders.mk b/debian/lenny/tdeartwork/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdeartwork/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdeartwork/debian/control.in b/debian/lenny/tdeartwork/debian/control.in deleted file mode 100644 index 649f98c9a..000000000 --- a/debian/lenny/tdeartwork/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/tdebase/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdebase/debian/cdbs/debian-qt-kde.mk index 4fd113539..3bd77b8f7 100644 --- a/debian/lenny/tdebase/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdebase/debian/cdbs/debian-qt-kde.mk @@ -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 diff --git a/debian/lenny/tdebase/debian/cdbs/team-members b/debian/lenny/tdebase/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/tdebase/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdebase/debian/cdbs/uploaders.mk b/debian/lenny/tdebase/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdebase/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdebase/debian/control.in b/debian/lenny/tdebase/debian/control.in deleted file mode 100644 index 3f53739e4..000000000 --- a/debian/lenny/tdebase/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/tdebindings/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdebindings/debian/cdbs/debian-qt-kde.mk index 2855b1446..9d9e88991 100644 --- a/debian/lenny/tdebindings/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdebindings/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 diff --git a/debian/lenny/tdebindings/debian/cdbs/team-members b/debian/lenny/tdebindings/debian/cdbs/team-members deleted file mode 100644 index 815b2c16f..000000000 --- a/debian/lenny/tdebindings/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdebindings/debian/cdbs/uploaders.mk b/debian/lenny/tdebindings/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdebindings/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdebindings/debian/control.in b/debian/lenny/tdebindings/debian/control.in deleted file mode 100644 index c772339b8..000000000 --- a/debian/lenny/tdebindings/debian/control.in +++ /dev/null @@ -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. diff --git a/debian/lenny/tdeedu/debian/cdbs/debian-qt-kde.mk b/debian/lenny/tdeedu/debian/cdbs/debian-qt-kde.mk index 61f3ab2dc..91a547ea9 100644 --- a/debian/lenny/tdeedu/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/tdeedu/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 diff --git a/debian/lenny/tdeedu/debian/cdbs/team-members b/debian/lenny/tdeedu/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/tdeedu/debian/cdbs/team-members +++ /dev/null @@ -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> diff --git a/debian/lenny/tdeedu/debian/cdbs/uploaders.mk b/debian/lenny/tdeedu/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/tdeedu/debian/cdbs/uploaders.mk +++ /dev/null @@ -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 diff --git a/debian/lenny/tdeedu/debian/control.in b/debian/lenny/tdeedu/debian/control.in deleted file mode 100644 index 74bb12abf..000000000 --- a/debian/lenny/tdeedu/debian/control.in +++ /dev/null @@ -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, libboo |