[Pkg-alsa-devel] [Debian ALSA CVS] debian/alsa-driver/debian (3 files)

David B Harris dbharris-guest@quantz.debian.org
Tue, 02 Mar 2004 15:22:31 +0100


    Date: Tuesday, March 2, 2004 @ 15:22:31
  Author: dbharris-guest
    Path: /cvsroot/pkg-alsa/debian/alsa-driver/debian

Modified: alsa-base.postinst patches/04_make_minus_j_fix.dpatch
          patches/99_debian_makefile_depmod.dpatch

Set locale for sed to C, to force using non-locale-specific quotes


------------------------------------------+
 alsa-base.postinst                       |    4 ++--
 patches/04_make_minus_j_fix.dpatch       |   10 +++++-----
 patches/99_debian_makefile_depmod.dpatch |    4 ++--
 3 files changed, 9 insertions(+), 9 deletions(-)


Index: debian/alsa-driver/debian/alsa-base.postinst
diff -u debian/alsa-driver/debian/alsa-base.postinst:1.31 debian/alsa-driver/debian/alsa-base.postinst:1.32
--- debian/alsa-driver/debian/alsa-base.postinst:1.31	Sat Feb 28 19:22:37 2004
+++ debian/alsa-driver/debian/alsa-base.postinst	Tue Mar  2 15:22:31 2004
@@ -96,8 +96,8 @@
 	alsactl store >/dev/null 2>&1 || true
 fi
 
-modprobe_target="$(stat -c%N /etc/modprobe.d/alsa | sed "s#^\`/etc/modprobe\.d/alsa' -> \`\(/etc/alsa/modutils/0\.9\)'#\1#")"
-modutils_target="$(stat -c%N /etc/modutils/alsa | sed "s#^\`/etc/modutils/alsa' -> \`\(/etc/alsa/modutils/0\.9\)'#\1#")"
+modprobe_target="$(stat -c%N /etc/modprobe.d/alsa | LC_ALL=C sed "s#^\`/etc/modprobe\.d/alsa' -> \`\(/etc/alsa/modutils/0\.9\)'#\1#")"
+modutils_target="$(stat -c%N /etc/modutils/alsa | LC_ALL=C sed "s#^\`/etc/modutils/alsa' -> \`\(/etc/alsa/modutils/0\.9\)'#\1#")"
 if [ ! -e /etc/modutils/alsa ] || [ "$modutils_target" = "/etc/alsa/modutils/0.9" ]; then
 	ln -sf /etc/alsa/modutils/1.0 /etc/modutils/alsa
 fi
Index: debian/alsa-driver/debian/patches/04_make_minus_j_fix.dpatch
diff -u debian/alsa-driver/debian/patches/04_make_minus_j_fix.dpatch:1.8 debian/alsa-driver/debian/patches/04_make_minus_j_fix.dpatch:1.9
--- debian/alsa-driver/debian/patches/04_make_minus_j_fix.dpatch:1.8	Fri Jan  2 08:51:23 2004
+++ debian/alsa-driver/debian/patches/04_make_minus_j_fix.dpatch	Tue Mar  2 15:22:31 2004
@@ -22,10 +22,10 @@
 exit 0
 
 @DPATCH@
-
---- alsa-driver/Rules.make~	25 Dec 2003 03:02:30 -0000	1.12
-+++ alsa-driver/Rules.make	30 Dec 2003 08:00:56 -0000
-@@ -264,7 +264,7 @@
+diff -urNad /home/dbharris/source/debian/alsa-driver/Rules.make alsa-driver/Rules.make
+--- /home/dbharris/source/debian/alsa-driver/Rules.make	2004-03-01 13:28:58.000000000 -0500
++++ alsa-driver/Rules.make	2004-03-01 13:29:17.000000000 -0500
+@@ -270,7 +270,7 @@
  	genksyms_smp_prefix := 
  endif
  
@@ -34,7 +34,7 @@
  	@if [ ! -r $(MODINCL)/$(MODPREFIX)$*.stamp -o $(MODINCL)/$(MODPREFIX)$*.stamp -ot $< ]; then \
  		if [ ! -f $(CONFIG_SND_KERNELDIR)/include/linux/modules/$*.stamp ]; then \
  		echo '$(CC) -D__KERNEL__ $(CFLAGS) $(EXTRA_CFLAGS) -E -D__GENKSYMS__ $<'; \
-@@ -285,7 +285,8 @@
+@@ -291,7 +291,8 @@
  endif # export-objs 
  
  define update-sndvers
@@ -44,7 +44,7 @@
  	  echo "#define _LINUX_SNDVERSIONS_H"; \
  	  echo "#include <linux/modsetver.h>"; \
  	  cd $(TOPDIR)/include/modules; \
-@@ -293,14 +294,14 @@
+@@ -299,14 +300,14 @@
  	    if [ -f $$f ]; then echo "#include \"modules/$${f}\""; fi; \
  	  done; \
  	  echo "#endif"; \
Index: debian/alsa-driver/debian/patches/99_debian_makefile_depmod.dpatch
diff -u debian/alsa-driver/debian/patches/99_debian_makefile_depmod.dpatch:1.6 debian/alsa-driver/debian/patches/99_debian_makefile_depmod.dpatch:1.7
--- debian/alsa-driver/debian/patches/99_debian_makefile_depmod.dpatch:1.6	Fri Jan  2 08:51:23 2004
+++ debian/alsa-driver/debian/patches/99_debian_makefile_depmod.dpatch	Tue Mar  2 15:22:31 2004
@@ -22,9 +22,9 @@
 exit 0
 
 @DPATCH@
-
---- alsa-driver/Makefile~	25 Dec 2003 03:02:30 -0000	1.12
-+++ alsa-driver/Makefile	30 Dec 2003 09:24:16 -0000
+diff -urNad /home/dbharris/source/debian/alsa-driver/Makefile alsa-driver/Makefile
+--- /home/dbharris/source/debian/alsa-driver/Makefile	2004-02-29 19:19:11.000000000 -0500
++++ alsa-driver/Makefile	2004-03-01 12:32:54.000000000 -0500
 @@ -144,20 +144,20 @@
  	rm -f $(DESTDIR)$(moddir)/snd*.*o $(DESTDIR)$(moddir)/persist.o $(DESTDIR)$(moddir)/isapnp.o
  endif