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 --- .../tdesvn/debian/cdbs/debian-qt-kde.mk | 1 - .../applications/tdesvn/debian/cdbs/team-members | 16 ------ .../applications/tdesvn/debian/cdbs/uploaders.mk | 29 ---------- .../maverick/applications/tdesvn/debian/control.in | 61 ---------------------- 4 files changed, 107 deletions(-) delete mode 100644 ubuntu/maverick/applications/tdesvn/debian/cdbs/team-members delete mode 100644 ubuntu/maverick/applications/tdesvn/debian/cdbs/uploaders.mk delete mode 100644 ubuntu/maverick/applications/tdesvn/debian/control.in (limited to 'ubuntu/maverick/applications/tdesvn/debian') diff --git a/ubuntu/maverick/applications/tdesvn/debian/cdbs/debian-qt-kde.mk b/ubuntu/maverick/applications/tdesvn/debian/cdbs/debian-qt-kde.mk index c5d8ecfd3..68dca1718 100644 --- a/ubuntu/maverick/applications/tdesvn/debian/cdbs/debian-qt-kde.mk +++ b/ubuntu/maverick/applications/tdesvn/debian/cdbs/debian-qt-kde.mk @@ -13,7 +13,6 @@ debian/stamp-cvs-make: 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/applications/tdesvn/debian/cdbs/team-members b/ubuntu/maverick/applications/tdesvn/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/ubuntu/maverick/applications/tdesvn/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/applications/tdesvn/debian/cdbs/uploaders.mk b/ubuntu/maverick/applications/tdesvn/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/ubuntu/maverick/applications/tdesvn/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/applications/tdesvn/debian/control.in b/ubuntu/maverick/applications/tdesvn/debian/control.in deleted file mode 100644 index aa173a7ae..000000000 --- a/ubuntu/maverick/applications/tdesvn/debian/control.in +++ /dev/null @@ -1,61 +0,0 @@ -Source: tdesvn-trinity -Section: devel -Priority: optional -Maintainer: Timothy Pearson -XSBC-Original-Maintainer: @@@MAINTAINER@@@ -Uploaders: @@@UPLOADERS@@@ -Build-Depends: cdbs (>= 0.4.50), debhelper (>= 5.0.0), cmake (>= 2.4), tdelibs14-trinity-dev (>= 4:3.4.3-2), libsvn-dev (>= 1.2.0), libssl-dev (>= 0.9.8a), libsqlite3-dev, gettext, quilt, libaprutil1-dev -Standards-Version: 3.8.4 - -Package: libsvnqt4-trinity -Section: libs -Architecture: any -Replaces: libsvnqt4-kde3 (<< 4:3.5.13) -Breaks: libsvnqt4-kde3 (<< 4:3.5.13) -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Qt wrapper library for subversion [Trinity] - This package provides svnqt, a Qt wrapper library around the - subversion library. - . - It is based on the RapidSvn SvnCpp library, a subversion client API - written in C++. - -Package: libsvnqt-trinity-dev -Section: libdevel -Architecture: any -Replaces: libsvnqt-kde3-dev (<< 4:3.5.13) -Breaks: libsvnqt-kde3-dev (<< 4:3.5.13) -Depends: libsvnqt4-trinity (= ${binary:Version}), libqt3-mt-dev, libsvn-dev -Description: Qt wrapper library for subversion (development files) [Trinity] - This package contains the header files and symbolic links that developers - using svnqt will need. - -Package: tdesvn-trinity -Section: devel -Architecture: any -Replaces: tdesvn-kde3 (<< 4:3.5.13) -Breaks: tdesvn-kde3 (<< 4:3.5.13) -Depends: ${shlibs:Depends}, ${misc:Depends}, tdesvn-tdeio-plugins-trinity (= ${binary:Version}) -Recommends: kompare-trinity, graphviz -Suggests: khelpcenter-trinity, kdiff3-trinity -Description: subversion client with tight TDE integration [Trinity] - TDESvn is a graphical client for the subversion revision control - system (svn). - . - Besides offering common and advanced svn operations, it features - a tight integration into TDE and can be embedded into other TDE - applications like konqueror via the TDE component technology KParts. - -Package: tdesvn-tdeio-plugins-trinity -Section: devel -Architecture: any -Replaces: tdesvn-kio-plugins-kde3 (<< 4:3.5.13) -Breaks: tdesvn-kio-plugins-kde3 (<< 4:3.5.13) -Depends: ${shlibs:Depends}, ${misc:Depends} -Conflicts: tdesdk-tdeio-plugins-trinity -Description: subversion I/O slaves for Trinity - This packages includes KIO slaves for svn, svn+file, svn+http, - svn+https, svn+ssh. This allows you to access subversion repositories - inside any KIO enabled TDE application. - . - This package is part of tdesvn-trinity. -- cgit v1.2.3