mirror of
https://github.com/openharmony/third_party_tinyalsa.git
synced 2026-07-19 15:24:22 -04:00
Vendored
+10
-1
@@ -2,7 +2,7 @@ Source: tinyalsa
|
||||
Section: sound
|
||||
Priority: optional
|
||||
Maintainer: Taylor Holberton <taylorcholberton@gmail.com>
|
||||
Build-Depends: debhelper, doxygen
|
||||
Build-Depends: debhelper (>=7.0.50), doxygen
|
||||
Vcs-Git: git://github.com/tinyalsa/tinyalsa
|
||||
Vcs-Browser: https://github.com/tinyalsa/tinyalsa
|
||||
Standards-Version: 3.9.7
|
||||
@@ -35,3 +35,12 @@ Depends: libtinyalsa,
|
||||
Description: Development files for the TinyALSA library.
|
||||
The TinyALSA library is a lightweight, bare metal version of the ALSA library.
|
||||
|
||||
Package: libtinyalsa-dbg
|
||||
Architecture: any
|
||||
Multi-Arch: same
|
||||
Section: debug
|
||||
Depends: libtinyalsa,
|
||||
${misc:Depends}
|
||||
Description: Debug files for the TinyALSA library.
|
||||
The TinyALSA library is a lightweight, bare metal version of the ALSA library.
|
||||
|
||||
|
||||
Vendored
+5
@@ -23,6 +23,11 @@ override_dh_auto_install: $(PREPROCESS_FILES:.in=)
|
||||
.PHONY: override_dh_auto_test
|
||||
override_dh_auto_test:
|
||||
|
||||
|
||||
.PHONY: override_dh_strip
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=libtinyalsa-dbg
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user