[SCM] mpg123/master: Remove alsa dummy package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 27 11:50:11 UTC 2012


The following commit has been merged in the master branch:
commit d0a4fca0499980593c9cc0d9d06385e2e2d2f2f4
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 27 13:49:53 2012 +0200

    Remove alsa dummy package.

diff --git a/debian/control b/debian/control
index da90988..f49a209 100644
--- a/debian/control
+++ b/debian/control
@@ -150,21 +150,3 @@ Description: MPEG layer 1/2/3 audio player with NAS support - dummy package
  The main mpg123 nowadays already contains an output plugin for NAS by default.
  This is an empty dummy package to facilitate upgrades. It can be safely
  removed afterwards.
-
-Package: mpg123-alsa
-Architecture: any
-Depends:
- mpg123 (>= 1.4.3-1),
- ${alsaplugin:Recommends},
- ${misc:Depends}
-Description: MPEG layer 1/2/3 audio player with ALSA support - dummy package
- Mpg123 is a fast and portable MPEG audio player for Unix.  It supports
- MPEG 1.0/2.0 layers 1, 2 and 3 (those famous "mp3" files).
- .
- For full CD quality playback (44 kHz, 16 bit, stereo) a Pentium,
- SPARCstation10, DEC Alpha or similar CPU is required.  Mono and/or reduced
- quality playback (22 kHz or 11 kHz) is even possible on 486 CPUs.
- .
- The main mpg123 nowadays already contains an output plugin for ALSA by default.
- This is an empty dummy package to facilitate upgrades. It can be safely
- removed afterwards.
diff --git a/debian/rules b/debian/rules
index bcf262c..2fdc1ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,6 @@ ALL_PKGSTR=$(LIB_PKGSTR) $(ARCH_PKGSTR)
 
 DUMMY_PKGSTR=-pmpg123-nas
 ifeq ($(OS),linux)
-DUMMY_PKGSTR += -pmpg123-alsa
 ifeq ($(ARCH),i486)
 DUMMY_PKGSTR += -pmpg123-oss-3dnow -pmpg123-oss-i486
 endif
@@ -171,7 +170,7 @@ install: build
 	dh_installdeb $(ALL_PKGSTR)
 	dh_shlibdeps $(ALL_PKGSTR) -Xdebian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123/ -- \
 		-dSuggests `find debian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123/ -name "output_*.so" -type f` -dDepends
-	for n in alsa dummy nas oss; do \
+	for n in dummy nas oss; do \
 		i="debian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123/output_$$n.so"; \
 		test -e "$$i" || continue; \
 		dh_shlibdeps $(ARCH_PKGSTR) $(DUMMY_PKGSTR) -Xdebian/mpg123/usr/lib/$(DEB_HOST_MULTIARCH)/mpg123 debian/mpg123 -- -p"$$n"plugin -dRecommends "$$i" -dDepends; \
@@ -179,7 +178,7 @@ install: build
 	chmod +x "$(CURDIR)/debian/alt_deps.py"
 	"$(CURDIR)/debian/alt_deps.py" "$(CURDIR)/debian/mpg123.substvars" \
 	  plugin:Recommends \
-	  "alsaplugin:Recommends ossplugin:Recommends dummyplugin:Recommends" \
+	  "ossplugin:Recommends dummyplugin:Recommends" \
 	  ossplugin:Recommends=oss-compat
 	dh_gencontrol $(ALL_PKGSTR)
 	dh_gencontrol $(DUMMY_PKGSTR) -- -Tdebian/mpg123.substvars

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list