From fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 10 Nov 2018 18:08:55 +0100 Subject: DEB: Remove a mechanism for updating the uploaders list. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- .../squeeze/tdeaddons/debian/cdbs/debian-qt-kde.mk | 1 - debian/squeeze/tdeaddons/debian/cdbs/team-members | 16 -- debian/squeeze/tdeaddons/debian/cdbs/uploaders.mk | 29 --- debian/squeeze/tdeaddons/debian/control.in | 229 --------------------- 4 files changed, 275 deletions(-) delete mode 100644 debian/squeeze/tdeaddons/debian/cdbs/team-members delete mode 100644 debian/squeeze/tdeaddons/debian/cdbs/uploaders.mk delete mode 100644 debian/squeeze/tdeaddons/debian/control.in (limited to 'debian/squeeze/tdeaddons') diff --git a/debian/squeeze/tdeaddons/debian/cdbs/debian-qt-kde.mk b/debian/squeeze/tdeaddons/debian/cdbs/debian-qt-kde.mk index 60ccb9eef..14dce59aa 100644 --- a/debian/squeeze/tdeaddons/debian/cdbs/debian-qt-kde.mk +++ b/debian/squeeze/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/squeeze/tdeaddons/debian/cdbs/team-members b/debian/squeeze/tdeaddons/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/squeeze/tdeaddons/debian/cdbs/team-members +++ /dev/null @@ -1,16 +0,0 @@ -Sune Vuorela -Ana Beatriz Guerrero Lopez -Fathi Boudra -Modestas Vainius -Josh Metzler -Isaac Clerencia -Adeodato Simó -Adeodato Simo -Christopher Martin -Daniel Schepler -Sarah Hobbs -Nacho Barrientos Arias -Ricardo Javier Cardenes Medina -Ricardo Cardenes -Armin Berres -Francesco Pedrini diff --git a/debian/squeeze/tdeaddons/debian/cdbs/uploaders.mk b/debian/squeeze/tdeaddons/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/squeeze/tdeaddons/debian/cdbs/uploaders.mk +++ /dev/null @@ -1,29 +0,0 @@ - -MAINTAINER=Debian Qt/KDE Maintainers -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/squeeze/tdeaddons/debian/control.in b/debian/squeeze/tdeaddons/debian/control.in deleted file mode 100644 index c40c752de..000000000 --- a/debian/squeeze/tdeaddons/debian/control.in +++ /dev/null @@ -1,229 +0,0 @@ -Source: tdeaddons -Section: tde -Priority: optional -Maintainer: Ubuntu Core developers -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///, 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. -- cgit v1.2.3