[SCM] mpg123/master: Drop nas dummy package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 27 18:45:55 UTC 2012


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

    Drop nas dummy package.

diff --git a/debian/control b/debian/control
index f49a209..da60efc 100644
--- a/debian/control
+++ b/debian/control
@@ -130,23 +130,3 @@ Description: MPEG layer 1/2/3 audio player for 3DNow! machines - dummy package
  An mpg123 optimised for the 3DNow! command set nowadays is part of the main
  package mpg123. This is an empty dummy package to facilitate upgrades and
  can be safely removed.
-
-Package: mpg123-nas
-Architecture: any
-Depends:
- mpg123 (>= 1.4.3-1),
- ${misc:Depends},
- ${nasplugin:Recommends}
-Suggests:
- nas
-Description: MPEG layer 1/2/3 audio player with NAS 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 NAS 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 2fdc1ec..98d1029 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ LIB_PKGSTR:=-p$(LIB_PKG) -p$(DEV_PKG)
 ARCH_PKGSTR=-pmpg123
 ALL_PKGSTR=$(LIB_PKGSTR) $(ARCH_PKGSTR)
 
-DUMMY_PKGSTR=-pmpg123-nas
+DUMMY_PKGSTR=
 ifeq ($(OS),linux)
 ifeq ($(ARCH),i486)
 DUMMY_PKGSTR += -pmpg123-oss-3dnow -pmpg123-oss-i486
@@ -170,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 dummy nas oss; do \
+	for n in dummy 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; \

-- 
mpg123 packaging



More information about the pkg-multimedia-commits mailing list