Is there any plan to package the new upstream version? I've built a package locally, with the new upstream version retrieved with uscan and the required change in os_cmd.patch (see attached), but I'm probably unable to upload it as I'm not a Debian Maintainer, and I don't know how to provide it to the Maintainers. I tried mentors.debian.net, but it seems to have some issues with the registration. It's really not a big deal and this bug is really annoying for people who want OSS with a testing/unstable kernel.
Rémi
--- oss4-4.2-build2003/debian/patches/os_cmd.patch 2011-06-09 20:32:07.000000000 +0200 +++ oss4-4.2-build2004/debian/patches/os_cmd.patch 2011-06-09 19:40:19.651193782 +0200 @@ -21,11 +21,11 @@ + "/etc/oss4\n"); oexit: fclose (f); + oexit2: - snprintf (name, sizeof (name), "/usr/lib/oss"); + snprintf (name, sizeof (name), "/etc/oss4"); return name; } - @@ -646,7 +646,7 @@ exit (0); }