diff options
author | Slávek Banko <[email protected]> | 2018-11-10 18:08:55 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-10 18:35:37 +0100 |
commit | d2e3d091273e7ae62c052a2c03349592e06b2a8a (patch) | |
tree | 23b1123f1a591fbff1dad2b06bb1291937d9a1ac /debian/lenny/applications/digikam | |
parent | 4632af2efaeca25d6f940f4287f5e2a04d05d9ad (diff) | |
download | tde-packaging-d2e3d091273e7ae62c052a2c03349592e06b2a8a.tar.gz tde-packaging-d2e3d091273e7ae62c052a2c03349592e06b2a8a.zip |
DEB: Remove a mechanism for updating the uploaders list.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit fe5341d9d3770ae6f476d1c0a0db4685cc9d6f23)
Diffstat (limited to 'debian/lenny/applications/digikam')
4 files changed, 0 insertions, 103 deletions
diff --git a/debian/lenny/applications/digikam/debian/cdbs/debian-qt-kde.mk b/debian/lenny/applications/digikam/debian/cdbs/debian-qt-kde.mk index 9920696ce..9f8f97776 100644 --- a/debian/lenny/applications/digikam/debian/cdbs/debian-qt-kde.mk +++ b/debian/lenny/applications/digikam/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/lenny/applications/digikam/debian/cdbs/team-members b/debian/lenny/applications/digikam/debian/cdbs/team-members deleted file mode 100644 index 05761af6e..000000000 --- a/debian/lenny/applications/digikam/debian/cdbs/team-members +++ /dev/null @@ -1,16 +0,0 @@ -Sune Vuorela <[email protected]> -Ana Beatriz Guerrero Lopez <[email protected]> -Fathi Boudra <[email protected]> -Modestas Vainius <[email protected]> -Josh Metzler <[email protected]> -Isaac Clerencia <[email protected]> -Adeodato Simó <[email protected]> -Adeodato Simo <[email protected]> -Christopher Martin <[email protected]> -Daniel Schepler <[email protected]> -Sarah Hobbs <[email protected]> -Nacho Barrientos Arias <[email protected]> -Ricardo Javier Cardenes Medina <[email protected]> -Ricardo Cardenes <[email protected]> -Armin Berres <[email protected]> -Francesco Pedrini <[email protected]> diff --git a/debian/lenny/applications/digikam/debian/cdbs/uploaders.mk b/debian/lenny/applications/digikam/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/lenny/applications/digikam/debian/cdbs/uploaders.mk +++ /dev/null @@ -1,29 +0,0 @@ - -MAINTAINER=Debian Qt/KDE Maintainers <[email protected]> -UPLOADERS=$(shell grep -e +++ -e "^ -- " debian/changelog | grep -v "[email protected]" | 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/lenny/applications/digikam/debian/control.in b/debian/lenny/applications/digikam/debian/control.in deleted file mode 100644 index e16fdfc0a..000000000 --- a/debian/lenny/applications/digikam/debian/control.in +++ /dev/null @@ -1,57 +0,0 @@ -Source: digikam-trinity -Section: graphics -Priority: optional -Maintainer: Timothy Pearson <[email protected]> -XSBC-Original-Maintainer: @@@MAINTAINER@@@ -Uploaders: @@@UPLOADERS@@@ -Build-Depends: cdbs, debhelper (>= 5), quilt, tdelibs14-trinity-dev, - libtiff-dev, libgphoto2-2-dev, libkipi0-trinity-dev, - libsqlite3-dev, liblcms1-dev, libltdl3-dev, libkexiv2-3-trinity-dev (>= 0.1.6), - libjasper-dev, libpng-dev, libexiv2-trinity-dev (>= 0.16), - libkdcraw3-trinity-dev (>= 0.1.4), - automake1.11-trinity, autoconf2.63, libtool, libltdl-dev -Standards-Version: 3.8.3 -Homepage: http://www.digikam.org - -Package: digikam-trinity -Architecture: any -Depends: ${shlibs:Depends} -Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity -Suggests: digikam-trinity-doc -Description: digital photo management application for TDE [Trinity] - An easy to use and powerful digital photo management - application, which makes importing, organizing and manipulating - digital photos a "snap". An interface is provided to connect to - your digital camera, preview the images and download and/or - delete them. - . - The digiKam built-in image editor makes the common photo correction - a simple task. The image editor is extensible via plugins and, - the digikamimageplugins project has been merged to digiKam core - since release 0.9.2, all useful image editor plugins are available - in the base installation. - . - digiKam can also make use of the KIPI image handling plugins to - extend its capabilities even further for photo manipulations, - import and export, etc. The kipi-plugins package contains many - very useful extentions. - . - digiKam is based in part on the work of the Independent JPEG Group. - -Package: showfoto-trinity -Architecture: any -Section: graphics -Depends: ${shlibs:Depends}, digikam-trinity -Recommends: kipi-plugins-trinity, tdeprint-trinity, konqueror-trinity -Description: image viewer/editor for TDE [Trinity] - Showphoto is part of the Digikam project. - It allows to browse your photo collection and edit them with ease. - -Package: digikam-trinity-dbg -Architecture: any -Section: devel -Depends: ${shlibs:Depends}, digikam-trinity (= ${binary:Version}), showfoto-trinity (= ${binary:Version}), tdelibs-trinity-dbg -Priority: extra -Description: debugging symbols for digikam [Trinity] - The debugging symbols associated with digikam and showfoto. They will - automatically be used by gdb for debugging digikam-related issues. |