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 /ubuntu/maverick/applications/ktorrent | |
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>
Diffstat (limited to 'ubuntu/maverick/applications/ktorrent')
4 files changed, 0 insertions, 68 deletions
diff --git a/ubuntu/maverick/applications/ktorrent/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/applications/ktorrent/debian/cdbs/debian-qt-kde.mk index bb7bdf7e0..eb7666b8e 100644 --- a/ubuntu/maverick/applications/ktorrent/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/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/ubuntu/maverick/applications/ktorrent/debian/cdbs/team-members b/ubuntu/maverick/applications/ktorrent/debian/cdbs/team-members deleted file mode 100644 index 4974edd91..000000000 --- a/ubuntu/maverick/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/ubuntu/maverick/applications/ktorrent/debian/cdbs/uploaders.mk b/ubuntu/maverick/applications/ktorrent/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/ubuntu/maverick/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/ubuntu/maverick/applications/ktorrent/debian/control.in b/ubuntu/maverick/applications/ktorrent/debian/control.in deleted file mode 100644 index 703e04c3e..000000000 --- a/ubuntu/maverick/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 - |