From d2e3d091273e7ae62c052a2c03349592e06b2a8a 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 (cherry picked from commit fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23) --- .../libkdcraw/debian/cdbs/debian-qt-kde.mk | 1 - .../libraries/libkdcraw/debian/cdbs/team-members | 16 ---------- .../libraries/libkdcraw/debian/cdbs/uploaders.mk | 29 ------------------ .../squeeze/libraries/libkdcraw/debian/control.in | 35 ---------------------- 4 files changed, 81 deletions(-) delete mode 100644 debian/squeeze/libraries/libkdcraw/debian/cdbs/team-members delete mode 100644 debian/squeeze/libraries/libkdcraw/debian/cdbs/uploaders.mk delete mode 100644 debian/squeeze/libraries/libkdcraw/debian/control.in (limited to 'debian/squeeze/libraries/libkdcraw/debian') diff --git a/debian/squeeze/libraries/libkdcraw/debian/cdbs/debian-qt-kde.mk b/debian/squeeze/libraries/libkdcraw/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/squeeze/libraries/libkdcraw/debian/cdbs/debian-qt-kde.mk +++ b/debian/squeeze/libraries/libkdcraw/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/debian/squeeze/libraries/libkdcraw/debian/cdbs/team-members b/debian/squeeze/libraries/libkdcraw/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/squeeze/libraries/libkdcraw/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/libraries/libkdcraw/debian/cdbs/uploaders.mk b/debian/squeeze/libraries/libkdcraw/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/squeeze/libraries/libkdcraw/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/libraries/libkdcraw/debian/control.in b/debian/squeeze/libraries/libkdcraw/debian/control.in deleted file mode 100644 index a6302507d..000000000 --- a/debian/squeeze/libraries/libkdcraw/debian/control.in +++ /dev/null @@ -1,35 +0,0 @@ -Source: libkdcraw-trinity -Section: libs -Priority: optional -Maintainer: Timothy Pearson -XSBC-Original-Maintainer: @@@MAINTAINER@@@ -Uploaders: @@@UPLOADERS@@@ -Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev, - liblcms2-dev | liblcms1-dev, libjpeg62-dev, pkg-config, - automake1.11-trinity, autoconf2.63, libtool, libltdl-dev -Standards-Version: 3.8.3 -Homepage: http://www.kipi-plugins.org/ - -Package: libkdcraw3-trinity-dev -Section: libdevel -Architecture: any -Depends: libkdcraw3-trinity (= ${binary:Version}), ${lcms-dev}, pkg-config -Conflicts: libkdcraw-dev -Description: RAW picture decoding C++ library (development) [Trinity] - Libkdcraw is a C++ interface around dcraw binary program used to - decode Raw picture files. - . - libkdcraw-dev contains development files and documentation. The - library documentation is available on kdcraw.h header file. - -Package: libkdcraw3-trinity -Section: libs -Architecture: any -Depends: ${shlibs:Depends} -Description: Raw picture decoding C++ library (runtime) [Trinity] - C++ interface around dcraw binary program used to decode RAW - picture files. - . - This library is used by kipi-plugins, digiKam and others kipi host programs. - . - libkdcraw3 contains the library of libkdcraw. -- cgit v1.2.3