[Pkg-geany-team] Permission to upload bugfix release of geany

Damián Viano des at debian.org
Mon Aug 30 22:41:01 UTC 2010


On Wed, Aug 25, 2010 at 06:10:27AM +0100, Adam D. Barratt wrote:
> On Tue, 2010-08-24 at 18:07 -0300, Damián Viano wrote:
> > On Tue, Aug 24, 2010 at 09:38:49PM +0100, Adam D. Barratt wrote:
> > > Thanks.  The diff looks ok, although the re-autotooling with an older
> > > version of auto* makes it very noisy; is that an upstream change, or an
> > > artefact of the Debian package build?
> > 
> > Unfortunately from upstream. 
> 
> Please go ahead, and let us know once the package has been accepted.

I uploaded and it just got accepted. Unfortunately the older autotools did
break something, it seems that upstream used a broken libtool that used
/usr/lib64 and /lib64 instead of /usr/lib and /lib so an RPATH was being
hardcoded into the binaries. I fixed it by patching the libtool and prepending
/usr/lib and /lib with a simple sed line:

 sed -i -r 's,^sys_lib_dlsearch_path_spec="(.*)$$,sys_lib_dlsearch_path_spec="/usr/lib /lib \1,' $(CURDIR)/libtool

Also added a comment about it in the changelog. I hope these changes are ok
too.

  Damián Viano(Des).



More information about the Pkg-geany-team mailing list