Your message dated Sat, 27 Jan 2007 17:47:09 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#404122: fixed in xfce4-mixer 4.4.0-1
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xfce4-mixer
Severity: important
Version: 4.3.99.2-1
Tags: patch
Hi,
the current version fails to build on GNU/kFreeBSD.
It needs updated debian packaging, see attached patch.
It would be nice if it could be included in the next upload.
Thanks in advance.
Petr
diff -u xfce4-mixer-4.3.99.2/debian/control xfce4-mixer-4.3.99.2/debian/control
--- xfce4-mixer-4.3.99.2/debian/control
+++ xfce4-mixer-4.3.99.2/debian/control
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Xfce Maintainers <[email protected]>
Uploaders: Martin Loschwitz <[EMAIL PROTECTED]>, Emanuele Rocca <[EMAIL
PROTECTED]>, Simon Huggins <[EMAIL PROTECTED]>, Yves-Alexis Perez <[EMAIL
PROTECTED]>
-Build-Depends: debhelper (>= 4.2.1-1), libgtk2.0-dev, libxft-dev,
xfce4-panel-dev (>= 4.3.99.2), libasound2-dev (>= 0.9.0), libxml-parser-perl,
chrpath, quilt
+Build-Depends: debhelper (>= 4.2.1-1), libgtk2.0-dev, libxft-dev,
xfce4-panel-dev (>= 4.3.99.2), libasound2-dev (>= 0.9.0) [!kfreebsd-i386
!kfreebsd-amd64 !hurd-i386], libxml-parser-perl, chrpath, quilt
Standards-Version: 3.7.2
Package: xfce4-mixer
@@ -18,7 +18,7 @@
Homepage: http://www.xfce.org/
Package: xfce4-mixer-alsa
-Architecture: any
+Architecture: linux-any
Depends: ${shlibs:Depends}
Recommends: xfce4-mixer (= ${Source-Version})
Replaces: xfce4-mixer-oss
diff -u xfce4-mixer-4.3.99.2/debian/rules xfce4-mixer-4.3.99.2/debian/rules
--- xfce4-mixer-4.3.99.2/debian/rules
+++ xfce4-mixer-4.3.99.2/debian/rules
@@ -2,6 +2,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
CFLAGS = -Wall -g
@@ -11,6 +12,13 @@
CFLAGS += -O2
endif
+
+ifeq (linux,$(DEB_HOST_ARCH_OS))
+VARIANTS=oss alsa
+else
+VARIANTS=oss
+endif
+
patch: patch-stamp
patch-stamp:
dh_testdir
@@ -27,7 +35,7 @@
dh_testdir
#configure the two variants:
- for variant in alsa oss; do \
+ for variant in $(VARIANTS); do \
mkdir $(CURDIR)/debian/build-$$variant && \
cd $(CURDIR)/debian/build-$$variant && \
$(CURDIR)/configure --host=$(DEB_HOST_GNU_TYPE)
--build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man
--enable-final --libexecdir=\$${prefix}/lib --with-sound=$$variant;\
@@ -41,12 +49,12 @@
dh_testdir
#build the two variants:
- for variant in alsa oss;do \
+ for variant in $(VARIANTS);do \
cd $(CURDIR)/debian/build-$$variant/lib && $(MAKE);\
done
- #make the mixer from alsa variant
- cd $(CURDIR)/debian/build-alsa && $(MAKE)
+ #make the mixer from oss variant
+ cd $(CURDIR)/debian/build-oss && $(MAKE)
touch build-stamp
@@ -56,7 +64,7 @@
dh_testroot
rm -f build-stamp
- for variant in alsa oss;do \
+ for variant in $(VARIANTS);do \
rm -rf $(CURDIR)/debian/build-$$variant;\
done
@@ -79,13 +87,13 @@
dh_installdirs
#install the two variants:
- for variant in alsa oss;do \
+ for variant in $(VARIANTS);do \
cd $(CURDIR)/debian/build-$$variant/lib && \
$(MAKE) install DESTDIR=$(CURDIR)/debian/xfce4-mixer-$$variant;\
done
- #install common mixer from alsa variant
- cd $(CURDIR)/debian/build-alsa &&\
+ #install common mixer from oss variant
+ cd $(CURDIR)/debian/build-oss &&\
$(MAKE) install DESTDIR=$(CURDIR)/debian/xfce4-mixer
#and remove libs presents in alsa/oss variants:
rm -f $(CURDIR)/debian/xfce4-mixer/usr/lib/xfce4/modules/libxfce4mixer.*
@@ -128,10 +136,10 @@
dh_installdeb
dh_shlibdeps -l$(CURDIR)/debian/xfce4-mixer/usr/lib/xfce4/modules/
- dh_gencontrol
+ dh_gencontrol -s
- dh_md5sums
- dh_builddeb
+ dh_md5sums -s
+ dh_builddeb -s
binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install
--- End Message ---
--- Begin Message ---
Source: xfce4-mixer
Source-Version: 4.4.0-1
We believe that the bug you reported is fixed in the latest version of
xfce4-mixer, which is due to be installed in the Debian FTP archive:
xfce4-mixer-alsa_4.4.0-1_i386.deb
to pool/main/x/xfce4-mixer/xfce4-mixer-alsa_4.4.0-1_i386.deb
xfce4-mixer-oss_4.4.0-1_i386.deb
to pool/main/x/xfce4-mixer/xfce4-mixer-oss_4.4.0-1_i386.deb
xfce4-mixer_4.4.0-1.diff.gz
to pool/main/x/xfce4-mixer/xfce4-mixer_4.4.0-1.diff.gz
xfce4-mixer_4.4.0-1.dsc
to pool/main/x/xfce4-mixer/xfce4-mixer_4.4.0-1.dsc
xfce4-mixer_4.4.0-1_i386.deb
to pool/main/x/xfce4-mixer/xfce4-mixer_4.4.0-1_i386.deb
xfce4-mixer_4.4.0.orig.tar.gz
to pool/main/x/xfce4-mixer/xfce4-mixer_4.4.0.orig.tar.gz
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Yves-Alexis Perez <[EMAIL PROTECTED]> (supplier of updated xfce4-mixer package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Sat, 27 Jan 2007 18:00:22 +0100
Source: xfce4-mixer
Binary: xfce4-mixer xfce4-mixer-oss xfce4-mixer-alsa
Architecture: source i386
Version: 4.4.0-1
Distribution: experimental
Urgency: low
Maintainer: Debian Xfce Maintainers <[email protected]>
Changed-By: Yves-Alexis Perez <[EMAIL PROTECTED]>
Description:
xfce4-mixer - Xfce4 Mixer frontend
xfce4-mixer-alsa - Xfce4 Mixer ALSA backend
xfce4-mixer-oss - Xfce4 Mixer OSS backend
Closes: 404122
Changes:
xfce4-mixer (4.4.0-1) experimental; urgency=low
.
(Yves-Alexis Perez)
* New upstream release.
* debian/control: updated build-deps against Xfce 4.4.
* Build only oss variant on non linux archs. Thanks Petr Salinger for the
patch. closes: #404122
.
(Emanuele Rocca)
* Bump up the libgtk2.0-dev build-dep to >= 2.10.1-1.
* binary-or-shlib-defines-rpath lintian override added.
Files:
b960eab395d8b53ce1310851c5efa32d 976 x11 optional xfce4-mixer_4.4.0-1.dsc
b810f13f81988a4704470e380640d9ca 684778 x11 optional
xfce4-mixer_4.4.0.orig.tar.gz
e395d2af845c4414537300664087f83b 22690 x11 optional xfce4-mixer_4.4.0-1.diff.gz
c811934122f5c201f2f0af05d35603a8 199678 x11 optional
xfce4-mixer_4.4.0-1_i386.deb
d03bdba1d7cf856745f966584bda363f 66794 x11 optional
xfce4-mixer-alsa_4.4.0-1_i386.deb
bfb937e30805d0b1750e95fbd3eb7373 63904 x11 optional
xfce4-mixer-oss_4.4.0-1_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFFu4rUC6DuA+rxm2ARAjGBAJoC8fpeTeIXsavAN0KlEWxggEV5ZwCfZChH
Dku1ofeCMJpjVdIkT8ykJZo=
=Uq9/
-----END PGP SIGNATURE-----
--- End Message ---