Bug#595298: [Pkg-oss4-maintainers] Bug#595298: Bug#595298:

2011-06-14 Thread Rémi Bernon
Hi,

I can confirm that the 4.2-build2004 version of oss4 is working fine
for me, and I've been using it for a few months now, but that's the
version I've packaged myself, not the one on your SVN...

However, I only updated the orig.tar.gz to the new upstream version
and the patches files so that they apply on it (the biggest change was
in os_cmd.patch where an additional line was introduced -- see the
patch file I've provided -- as the other patches apply with a few line
offsets). So if you just did the same, there shouldn't be any
differences.

Remi

On Tue, Jun 14, 2011 at 07:32, Sebastien NOEL sebast...@twolife.org wrote:
 On Mon, 13 Jun 2011 20:30:49 +, Romain Beauxis wrote:

 Damned, this alioth move is really not working that good..

 Sebastien, do you have upload rights? Do you want me to upload your
 modified package otherwise?

 Romain

 No i don't have upload rights... (i'm now a DM, but the package lacks the
 DM-Upload-Allowed field in debian/control)

 i think the package in the SVN is ready to be uploaded,
 but i would feel much better if someone else could confirm this :)

 Sébastien


 2011/6/10 Sebastien NOEL sebast...@twolife.org:

 Hi Romain,

 I have already done the necessary work in the SVN.
 It works, I just don't have the right to upload the package
 in the debian archive.

 With the new(=broken) setup of alioth, our repository seems empty
 http://anonscm.debian.org/viewvc/pkg-oss4/
 but it's all there...

 Sébastien





--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595298:

2011-06-09 Thread Rémi Bernon
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.0 +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);
  }