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 --- .../dependencies/arts/debian/cdbs/team-members | 16 ---- .../dependencies/arts/debian/cdbs/uploaders.mk | 29 ------ debian/squeeze/dependencies/arts/debian/control.in | 100 --------------------- 3 files changed, 145 deletions(-) delete mode 100644 debian/squeeze/dependencies/arts/debian/cdbs/team-members delete mode 100644 debian/squeeze/dependencies/arts/debian/cdbs/uploaders.mk delete mode 100644 debian/squeeze/dependencies/arts/debian/control.in (limited to 'debian/squeeze/dependencies/arts/debian') diff --git a/debian/squeeze/dependencies/arts/debian/cdbs/team-members b/debian/squeeze/dependencies/arts/debian/cdbs/team-members deleted file mode 100644 index 4974edd91..000000000 --- a/debian/squeeze/dependencies/arts/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 -Daniel Schepler -Sarah Hobbs -Nacho Barrientos Arias -Ricardo Javier Cardenes Medina -Ricardo Cardenes -Armin Berres -Francesco Pedrini -Raúl Sánchez Siles diff --git a/debian/squeeze/dependencies/arts/debian/cdbs/uploaders.mk b/debian/squeeze/dependencies/arts/debian/cdbs/uploaders.mk deleted file mode 100644 index 31adfe31e..000000000 --- a/debian/squeeze/dependencies/arts/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/dependencies/arts/debian/control.in b/debian/squeeze/dependencies/arts/debian/control.in deleted file mode 100644 index 655f09633..000000000 --- a/debian/squeeze/dependencies/arts/debian/control.in +++ /dev/null @@ -1,100 +0,0 @@ -Source: arts -Section: libs -Priority: optional -Maintainer: @@@MAINTAINER@@@ -Uploaders: @@@UPLOADERS@@@ -Build-Depends: cdbs (>= 0.4.48), debhelper (>= 6), quilt, autotools-dev, - docbook-to-man, gawk, gettext, sharutils, texinfo, - libasound2-dev [!kfreebsd-i386 !kfreebsd-amd64 !hurd-i386], - libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, - libjack0.100.0-dev, libmad0-dev, libogg-dev, libqt3-mt-dev (>= 3:3.3.7), - libvorbis-dev -Build-Conflicts: libmas-dev -Standards-Version: 3.8.0 -Vcs-Svn: svn://svn.debian.org/svn/pkg-kde/trunk/packages/arts -Vcs-Browser: http://svn.debian.org/wsvn/pkg-kde/trunk/packages/arts - -Package: arts -Architecture: all -Section: sound -Depends: libartsc0 (>= ${source:Version}), libarts1c2a (>= ${source:Version}) -Description: sound system from the official TDE release - TDE (the Trinity Desktop Environment) is a powerful Open Source graphical - desktop environment for Unix workstations. It combines ease of use, - contemporary functionality, and outstanding graphical design with the - technological superiority of the Unix operating system. - . - This metapackage includes the complete aRts sound system, without - development packages. aRts is the core sound system for TDE. - -Package: libarts1c2a -Architecture: any -Section: libs -Depends: ${shlibs:Depends}, oss-compat -Recommends: libarts1-akode-trinity -Conflicts: libarts1, libarts1c2, libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0), tdelibs14 (<< 4:3.5.9) -Replaces: libarts1, libarts1c2, libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Description: aRts sound system core components - aRts is a short form for "analog realtime synthesizer". aRts is highly - modular, creating and processing sound using small modules performing - specific tasks. These may create a waveform (oscillators), play samples, - filter data, add signals, perform effects like delay/flanger/chorus, or - output the data to the soundcard. - . - This package contains the aRts sound system, its libraries and binaries, - including the aRts daemon, artsd. - . - The 'akode' package adds several plug-ins to arts that can dramatically - improve performance and help maintain uninterrupted playback. Its use - with aRts is recommended. - . - This package is part of TDE, and a component of the TDE aRts module. - See the 'tde' and 'arts' packages for more information. - -Package: libarts1-dev -Architecture: any -Section: libdevel -Depends: libarts1c2a (= ${binary:Version}), libartsc0-dev (= ${binary:Version}), ${libasound2-dev}, libaudio-dev, libaudiofile-dev, libesd0-dev, libglib2.0-dev, libjack0.100.0-dev, libmad0-dev, libogg-dev, libqt3-mt-dev (>= 3:3.3.5), libvorbis-dev -Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Description: development files for the aRts sound system core components - This package contains the header files needed to build applications that - use the aRts sound system. - . - This package is part of TDE, and a component of the TDE aRts module. - See the 'tde' and 'arts' packages for more information. - -Package: libartsc0 -Architecture: any -Section: libs -Depends: ${shlibs:Depends} -Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Description: aRts sound system C support library - This package contains the C bindings for the aRts sound daemon. - . - This package is part of TDE, and a component of the TDE aRts module. - See the 'tde' and 'arts' packages for more information. - -Package: libartsc0-dev -Architecture: any -Section: libdevel -Depends: libartsc0 (= ${binary:Version}), libglib2.0-dev -Conflicts: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Replaces: libarts (<< 4:3.0.0), libarts-alsa (<< 4:3.0.0) -Description: development files for the aRts sound system C support library - This package contains the header files needed to build applications that - use the aRts sound daemon's C bindings. - . - This package is part of TDE, and a component of the TDE aRts module. - See the 'tde' and 'arts' packages for more information. - -Package: arts-dbg -Section: libdevel -Architecture: any -Priority: extra -Depends: libarts1c2a (= ${binary:Version}) -Description: debugging symbols for arts - This package contains the debugging symbols associated with arts. - They will automatically be used by gdb for debugging arts-related - issues. -- cgit v1.2.3