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 --- .../maverick/tdeadmin/debian/cdbs/debian-qt-kde.mk | 1 - ubuntu/maverick/tdeadmin/debian/cdbs/team-members | 16 --- ubuntu/maverick/tdeadmin/debian/cdbs/uploaders.mk | 29 ---- ubuntu/maverick/tdeadmin/debian/control.in | 156 --------------------- 4 files changed, 202 deletions(-) delete mode 100644 ubuntu/maverick/tdeadmin/debian/cdbs/team-members delete mode 100644 ubuntu/maverick/tdeadmin/debian/cdbs/uploaders.mk delete mode 100644 ubuntu/maverick/tdeadmin/debian/control.in (limited to 'ubuntu/maverick/tdeadmin/debian') diff --git a/ubuntu/maverick/tdeadmin/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/tdeadmin/debian/cdbs/debian-qt-kde.mk index 60ccb9eef..14dce59aa 100644 --- a/ubuntu/maverick/tdeadmin/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/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/ubuntu/maverick/tdeadmin/debian/cdbs/team-members b/ubuntu/maverick/tdeadmin/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/ubuntu/maverick/tdeadmin/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/tdeadmin/debian/cdbs/uploaders.mk b/ubuntu/maverick/tdeadmin/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/ubuntu/maverick/tdeadmin/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/tdeadmin/debian/control.in b/ubuntu/maverick/tdeadmin/debian/control.in deleted file mode 100644 index a906e2eed..000000000 --- a/ubuntu/maverick/tdeadmin/debian/control.in +++ /dev/null @@ -1,156 +0,0 @@ -Source: tdeadmin -Section: tde -Priority: optional -Maintainer: Ubuntu Core developers -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///, 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. -- cgit v1.2.3