Hi

Attached the patch for the version I intend to upload. Please respond if
you don't want this NMU to happen, if you are working yourself on a
patch or if you think that the attached patch won't work.

Cheers

Luk

-- 
Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D
Fingerprint:   D5AF 25FB 316B 53BB 08E7   F999 E544 DE07 9B7C 328D
diff -u asmix-1.3/debian/control asmix-1.3/debian/control
--- asmix-1.3/debian/control
+++ asmix-1.3/debian/control
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Alexander Kotelnikov <[EMAIL PROTECTED]>
-Build-Depends: debhelper, xlibs-dev
+Build-Depends: debhelper, libx11-dev, libxext-dev, libxpm-dev, x-dev
 Standards-Version: 3.5.6
 
 Package: asmix
diff -u asmix-1.3/debian/changelog asmix-1.3/debian/changelog
--- asmix-1.3/debian/changelog
+++ asmix-1.3/debian/changelog
@@ -1,3 +1,11 @@
+asmix (1.3-3.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Split xlibs-dev build-dep (Closes: #346690).
+  * Fix FTBFS on GNU/kFreeBSD (Closes: #329447).
+
+ -- Luk Claes <[EMAIL PROTECTED]>  Sun, 15 Jan 2006 18:06:00 +0100
+
 asmix (1.3-3) unstable; urgency=low
 
   * Build-Depends inserted in debian/control, closes: #146929
only in patch2:
unchanged:
--- asmix-1.3.orig/autoconf/config.h.in
+++ asmix-1.3/autoconf/config.h.in
@@ -9,8 +9,8 @@
 /* Define if you have the <linux/soundcard.h> header file.  */
 #undef HAVE_LINUX_SOUNDCARD_H
 
-/* Define if you have the <machine/soundcard.h> header file.  */
-#undef HAVE_MACHINE_SOUNDCARD_H
+/* Define if you have the <sys/soundcard.h> header file.  */
+#undef HAVE_SYS_SOUNDCARD_H
 
 /* Define if you have the <sys/mount.h> header file.  */
 #undef HAVE_SYS_MOUNT_H
only in patch2:
unchanged:
--- asmix-1.3.orig/autoconf/configure.in
+++ asmix-1.3/autoconf/configure.in
@@ -58,7 +58,7 @@
 AC_PATH_XTRA
 AC_CHECK_HEADERS(sys/wait.h sys/time.h)
 AC_CHECK_HEADERS(sys/statvfs.h sys/vfs.h sys/mount.h ustat.h)
-AC_CHECK_HEADERS(machine/soundcard.h linux/soundcard.h linux/radio.h)
+AC_CHECK_HEADERS(sys/soundcard.h linux/soundcard.h linux/radio.h)
 AC_CONFIG_HEADER(config.h)
 
 dnl# Check for X
only in patch2:
unchanged:
--- asmix-1.3.orig/configure
+++ asmix-1.3/configure
@@ -2018,7 +2018,7 @@
 fi
 done
 
-for ac_hdr in machine/soundcard.h linux/soundcard.h linux/radio.h
+for ac_hdr in sys/soundcard.h linux/soundcard.h linux/radio.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
only in patch2:
unchanged:
--- asmix-1.3.orig/asmix.c
+++ asmix-1.3/asmix.c
@@ -22,8 +22,8 @@
 #include <sys/errno.h>
 #include <sys/ioctl.h>
 #include <fcntl.h>
-#ifdef HAVE_MACHINE_SOUNDCARD_H
-#  include <machine/soundcard.h>
+#ifdef HAVE_SYS_SOUNDCARD_H
+#  include <sys/soundcard.h>
 #endif
 #ifdef HAVE_LINUX_SOUNDCARD_H
 #  include <linux/soundcard.h>

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to