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