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 --- .../dolphin/debian/cdbs/debian-qt-kde.mk | 1 - .../applications/dolphin/debian/cdbs/team-members | 16 ---------- .../applications/dolphin/debian/cdbs/uploaders.mk | 29 ------------------ .../squeeze/applications/dolphin/debian/control.in | 34 ---------------------- 4 files changed, 80 deletions(-) delete mode 100644 debian/squeeze/applications/dolphin/debian/cdbs/team-members delete mode 100644 debian/squeeze/applications/dolphin/debian/cdbs/uploaders.mk delete mode 100644 debian/squeeze/applications/dolphin/debian/control.in (limited to 'debian/squeeze/applications/dolphin') diff --git a/debian/squeeze/applications/dolphin/debian/cdbs/debian-qt-kde.mk b/debian/squeeze/applications/dolphin/debian/cdbs/debian-qt-kde.mk index fb36ac52f..2dff59226 100644 --- a/debian/squeeze/applications/dolphin/debian/cdbs/debian-qt-kde.mk +++ b/debian/squeeze/applications/dolphin/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/debian/squeeze/applications/dolphin/debian/cdbs/team-members b/debian/squeeze/applications/dolphin/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/squeeze/applications/dolphin/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/debian/squeeze/applications/dolphin/debian/cdbs/uploaders.mk b/debian/squeeze/applications/dolphin/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/squeeze/applications/dolphin/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/debian/squeeze/applications/dolphin/debian/control.in b/debian/squeeze/applications/dolphin/debian/control.in deleted file mode 100644 index 3f1691432..000000000 --- a/debian/squeeze/applications/dolphin/debian/control.in +++ /dev/null @@ -1,34 +0,0 @@ -Source: dolphin-trinity -Section: tde -Priority: optional -Maintainer: Timothy Pearson -XSBC-Original-Maintainer: @@@MAINTAINER@@@ -Uploaders: @@@UPLOADERS@@@ -Build-Depends: debhelper (>= 5), quilt, cdbs, tdelibs14-trinity-dev, libkonq4-trinity-dev, autotools-dev, docbook2x, docbook-xml, tdesdk-scripts-trinity, automake1.11-trinity, autoconf2.63, libtool, libltdl-dev -Standards-Version: 3.8.3 - -Package: dolphin-trinity -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Recommends: amarok-trinity, ark-trinity, k3b-trinity, kmail-trinity, digikam-trinity -Suggests: kfloppy-trinity -Description: File manager for TDE focusing on usability [Trinity] - Dolphin is not intended to be a competitor to Konqueror, the default TDE - file manager: Konqueror acts as universal viewer being able to show HTML - pages, text documents, directories and a lot more, whereas Dolphin focuses - on being only a file manager. This approach allows to optimize the user - interface for the task of file management. - . - Features include: - Sidebar - Navigation bar (breadcrumbs) - View properties remembered for each folder - Split views - Network transparency - Undo/redo functionality - Renaming of a variable number of selected items in one step. - . - This is the D3lphin fork of Dolphin, intended to keep development of - the TDE version of Dolphin active. - . - Homepage: https://marrat.homelinux.org/D3lphin -- cgit v1.2.1