[Pkg-voip-commits] r2863 - asterisk/trunk/debian/patches

Kilian Krause kilian at debian.org
Thu Dec 28 08:58:53 UTC 2006


Tzafrir,

> >    asterisk/trunk/debian/patches/30_ast-data-dir.dpatch
> > make patch apply again. I wonder why "was applied for 1.2" 
> 
> There's probably a small typo here: it was applied upstream in 1.4.

ok, will change it then.


> See also note below:
> 
> > - 	/* Now that we've freed them, load the new ones */
> > --	snprintf(dir, sizeof(dir), "%s/firmware/iax", (char *)ast_config_AST_VAR_DIR);
> > -+	snprintf(dir, sizeof(dir), "%s/firmware/iax", (char *)ast_config_AST_DATA_DIR);
> > - 	fwd = opendir(dir);
> > - 	if (fwd) {

yes, I also wondered if that commit wasn't a bit intrusive. Yet
apparently parts of the original patch had already found their way into
the 1.2 branch, no?


> We still have /var/lib/asterisk/firmware (in the makefile and such).
> In 1.4 it becomes indeed /usr/lib/asterisk/firmware. There is also 
> /usr/lib/asterisk/keys .
> 
> Speaking of changes, the layout of sound files is changing a bit: even
> the default sounds will reside under a language prefix.

So what's the best transition strategy? How does upstream recommend this
to be done without breaking a whole working installation for days?

-- 
Best regards,
Kilian



More information about the Pkg-voip-maintainers mailing list