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 --- .../tdeaccessibility/debian/cdbs/debian-qt-kde.mk | 1 - .../tdeaccessibility/debian/cdbs/team-members | 16 --- .../tdeaccessibility/debian/cdbs/uploaders.mk | 29 ---- ubuntu/maverick/tdeaccessibility/debian/control.in | 160 --------------------- 4 files changed, 206 deletions(-) delete mode 100644 ubuntu/maverick/tdeaccessibility/debian/cdbs/team-members delete mode 100644 ubuntu/maverick/tdeaccessibility/debian/cdbs/uploaders.mk delete mode 100644 ubuntu/maverick/tdeaccessibility/debian/control.in (limited to 'ubuntu/maverick/tdeaccessibility/debian') diff --git a/ubuntu/maverick/tdeaccessibility/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/tdeaccessibility/debian/cdbs/debian-qt-kde.mk index 61f3ab2dc..91a547ea9 100644 --- a/ubuntu/maverick/tdeaccessibility/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/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/ubuntu/maverick/tdeaccessibility/debian/cdbs/team-members b/ubuntu/maverick/tdeaccessibility/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/ubuntu/maverick/tdeaccessibility/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/ubuntu/maverick/tdeaccessibility/debian/cdbs/uploaders.mk b/ubuntu/maverick/tdeaccessibility/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/ubuntu/maverick/tdeaccessibility/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/ubuntu/maverick/tdeaccessibility/debian/control.in b/ubuntu/maverick/tdeaccessibility/debian/control.in deleted file mode 100644 index 333336998..000000000 --- a/ubuntu/maverick/tdeaccessibility/debian/control.in +++ /dev/null @@ -1,160 +0,0 @@ -Source: tdeaccessibility -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, 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///, 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. -- cgit v1.2.3