Codebase list alsa-lib / debian/1.0.23-4
[svn-buildpackage] Tagging alsa-lib 1.0.23-4 git-svn-id: svn://anonscm.debian.org/svn/pkg-alsa/tags/alsa-lib/1.0.23-4@2486 9eaf2def-abe4-0310-ac0d-9aefe66b05c3 Jordi Mallach 12 years ago
4 changed file(s) with 24 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
0 alsa-lib (1.0.23-4) UNRELEASED; urgency=low
0 alsa-lib (1.0.23-4) unstable; urgency=low
11
22 [ Jordi Mallach ]
33 * Switch to architecture wildcard 'linux-any'.
66 * Provide libasound2-udeb based on a patch from Samuel Thibault. Thanks.
77 (closes: #613092)
88
9 -- Jordi Mallach <jordi@debian.org> Mon, 18 Apr 2011 20:02:04 +0200
9 [ Jordi Mallach ]
10 * Add -DHAVE_USELOCALE to CFLAGS (really closes: #595252). The correct
11 fix would be to autoreconf entirely, but the mess of patches is bad
12 enough already and this should be done better in the future when we
13 go multiarch and we can cleanup debian/rules from the biarch horror.
14 * Remove unneeded Suggests and Conflicts from -udeb.
15 * Set Section to debian-installer.
16 * Update upstream URL in copyright file.
17 * Replace versioned conflicts with Breaks, and remove some obsolete ones.
18 * Use versioned pointer to LGPL 2.1 licence.
19 * Bump Standards-Version to 3.9.2 (no further changes).
20
21 -- Jordi Mallach <jordi@debian.org> Sat, 07 May 2011 16:53:13 +0200
1022
1123 alsa-lib (1.0.23-3) unstable; urgency=low
1224
1616 gcc-multilib [amd64 i386 powerpc ppc64 s390 sparc],
1717 python-dev,
1818 libcxxtools-dev
19 Standards-Version: 3.9.1
19 Standards-Version: 3.9.2
2020 Homepage: http://www.alsa-project.org/
2121 Vcs-Svn: svn://svn.debian.org/pkg-alsa/trunk/alsa-lib
2222 Vcs-Browser: http://svn.debian.org/wsvn/pkg-alsa/trunk/alsa-lib/
2525 Architecture: linux-any
2626 Depends: ${shlibs:Depends}, ${misc:Depends}
2727 Suggests: libasound2-plugins (>= 1.0.18)
28 Conflicts: libasound2-plugins (<< 1.0.18)
28 Breaks: libasound2-plugins (<< 1.0.18)
2929 Description: shared library for ALSA applications
3030 This package contains the ALSA library and its standard plugins.
3131 .
3737 Provides: libasound-dev
3838 Depends: libc6-dev | libc-dev, libasound2 (= ${binary:Version}), ${misc:Depends}
3939 Suggests: libasound2-doc
40 Conflicts: libasound-dev, alsa-headers
41 Replaces: libasound2 (<< 0.9.0rc7-2), alsa-headers
4240 Description: shared library for ALSA applications -- development files
4341 This package contains files required for developing software
4442 that makes use of libasound2, the ALSA library.
4947 Architecture: sparc s390 i386 powerpc
5048 Depends: libasound2 (= ${binary:Version}), ${shlibs:Depends}, ${bilib:depends}, ${misc:Depends}
5149 Suggests: lib64asound2-plugins (>= 1.0.18)
52 Conflicts: libasound2-plugins (<< 1.0.18)
50 Breaks: libasound2-plugins (<< 1.0.18)
5351 Description: shared library for ALSA applications (64 bit)
5452 This package contains the ALSA library (64 bit) and its standard
5553 plugins.
7270 Pre-Depends: libc6-i386 (>= 2.9-18)
7371 Depends: libasound2 (= ${binary:Version}), ${shlibs:Depends}, ${bilib:depends}, ${misc:Depends}
7472 Suggests: lib32asound2-plugins (>= 1.0.18)
75 Conflicts: libasound2-plugins (<< 1.0.18), ia32-libs (<< 1.9), libc6-i386 (<= 2.9-18)
73 Breaks: libasound2-plugins (<< 1.0.18), ia32-libs (<< 1.9), libc6-i386 (<= 2.9-18)
7674 Replaces: ia32-libs (<< 1.9)
7775 Description: shared library for ALSA applications (32 bit)
7876 This package contains the ALSA library (32 bit) and its standard
8583 Section: libdevel
8684 Depends: lib32asound2 (= ${binary:Version}), libasound2-dev (= ${binary:Version}), ${bidev:depends}, ${misc:Depends}
8785 Suggests: libasound2-doc
88 Conflicts: libc6-i386 (<= 2.9-18)
86 Breaks: libc6-i386 (<= 2.9-18)
8987 Description: shared library for ALSA applications -- development files (32 bit)
9088 This package contains files required for developing software
9189 that makes use of lib32asound2, the ALSA library (32 bit).
9391 ALSA is the Advanced Linux Sound Architecture.
9492
9593 Package: libasound2-udeb
94 Section: debian-installer
9695 Architecture: linux-any
9796 Depends: ${shlibs:Depends}, ${misc:Depends}
98 Suggests: libasound2-plugins (>= 1.0.18)
99 Conflicts: libasound2-plugins (<< 1.0.18)
10097 Package-Type: udeb
10198 Description: shared library for ALSA applications
102 This package contains the ALSA library and its standard plugins.
99 This package contains the ALSA library for use in the Debian Installer.
103100 .
104101 ALSA is the Advanced Linux Sound Architecture.
105102
99
1010 The source code was downloaded from the ALSA homepage:
1111
12 http://alsa.sourceforge.net
12 http://www.alsa-project.org/
1313
1414 alsa-lib
1515 --------
3131 MA 02110-1301, USA.
3232
3333 On Debian systems, the complete text of the GNU Lesser General Public License
34 can be found in /usr/share/common-licenses/LGPL.
34 can be found in /usr/share/common-licenses/LGPL-2.1.
3838 endif
3939 endif
4040
41 CFLAGS = -g -Wall -D_GNU_SOURCE
41 CFLAGS = -g -Wall -D_GNU_SOURCE -DHAVE_USELOCALE
4242
4343 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
4444 CFLAGS += -O0