Codebase list alsa-lib / 4be77a8
alsa-lib: Provide libasound2-udeb based on a patch from Samuel Thibault. git-svn-id: svn://anonscm.debian.org/svn/pkg-alsa/trunk/alsa-lib@2465 9eaf2def-abe4-0310-ac0d-9aefe66b05c3 Elimar Riesebieter 13 years ago
4 changed file(s) with 21 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 alsa-lib (1.0.23-4) UNRELEASED; urgency=low
11
2 [ Jordi Mallach ]
23 * Switch to architecture wildcard 'linux-any'.
4
5 [ Elimar Riesebieter ]
6 * Provide libasound2-udeb based on a patch from Samuel Thibault. Thanks.
7 (closes: #613092)
38
49 -- Jordi Mallach <jordi@debian.org> Mon, 18 Apr 2011 20:02:04 +0200
510
9292 .
9393 ALSA is the Advanced Linux Sound Architecture.
9494
95 Package: libasound2-udeb
96 Architecture: alpha amd64 arm armeb armel armhf avr32 hppa i386 ia64 m32r m68k mips mipsel powerpc powerpcspe ppc64 s390 s390x sh3 sh3eb sh4 sh4eb sparc sparc64
97 Depends: ${shlibs:Depends}, ${misc:Depends}
98 Suggests: libasound2-plugins (>= 1.0.18)
99 Conflicts: libasound2-plugins (<< 1.0.18)
100 Package-Type: udeb
101 Description: shared library for ALSA applications
102 This package contains the ALSA library and its standard plugins.
103 .
104 ALSA is the Advanced Linux Sound Architecture.
105
95106 Package: libasound2-doc
96107 Architecture: all
97108 Section: doc
0 debian/tmp/usr/lib/libasound.so.2.0.0
1 debian/tmp/usr/lib/libasound.so.2
2 debian/tmp/usr/share/alsa
138138 dh_installdocs -plibasound2
139139 dh_installexamples -s doc/asoundrc.txt
140140 dh_installchangelogs -plibasound2 debian/changelog.ALSA
141 dh_install -plibasound2 /usr/lib/libasound.so.2.0.0 /usr/lib/libasound.so.2 /usr/lib
142 dh_install -plibasound2-udeb /usr/lib/libasound.so.2.0.0 /usr/lib/libasound.so.2 /usr/lib
143 cp -a debian/tmp/usr/share/alsa debian/libasound2/usr/share/
144 cp -a debian/tmp/usr/share/alsa debian/libasound2-udeb/usr/share/
141145 dh_strip -s
142146 dh_link -s
143147 dh_compress -s
158162 dh_fixperms -i
159163
160164 binary-arch: build-arch-stamp install-arch
161 dh_makeshlibs -plibasound2 -V'libasound2 (>> 1.0.18)'
165 dh_makeshlibs -plibasound2 -V'libasound2 (>> 1.0.18)' --add-udeb=libasound2-udeb
162166 ifneq (,$(build_biarch_stamp))
163167 dh_makeshlibs -plib$(bi)asound2 -V'lib$(bi)asound2 (>> 1.0.18)'
164168 endif