Package: mpg123
Severity: important
Version: 1.4.3-3
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd


Hi,

the current version fails to build on GNU/kFreeBSD.

There is no alsa and therefore also no alsaplugin:Recommends
Please use patch bellow.


Thanks in advance

                        Petr


--- debian/rules
+++ debian/rules
@@ -152,7 +152,11 @@
                cat debian/substvars; \
                exit 1; \
        fi
+ifeq ($(OS),linux)
        dh_gencontrol $(ALL_PKGSTR) -- 
-V'plugin:Recommends=$${alsaplugin:Recommends} | oss-compat | 
$${dummyplugin:Recommends}'
+else
+       dh_gencontrol $(ALL_PKGSTR) -- -V'plugin:Recommends=oss-compat | 
$${dummyplugin:Recommends}'
+endif
        dh_gencontrol $(DUMMY_PKGSTR) -- -Tdebian/mpg123.substvars
        dh_md5sums $(ALL_PKGSTR) $(DUMMY_PKGSTR)
        dh_builddeb $(ALL_PKGSTR) $(DUMMY_PKGSTR)




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to