Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread varun_shrivastava
Justin Pryzby-43 wrote: > > Is this the same package that caused dh_strip errors? > No its not. Justin Pryzby-43 wrote: > > You shouldn't set rpath to /usr/lib since it's in the default search > path. > I haven't set the path any where in the rules file. but i am trying to install it using

Re: RFS: polipo (updated package)

2007-10-11 Thread DS
2007/10/12, Kapil Hari Paranjape <[EMAIL PROTECTED]>: > > $ who-uploads polipo > Uploads for polipo: > 1.0.2-1 to unstable: Guus Sliepen <[EMAIL PROTECTED]> > > It is generally best if the previous sponsor (being the sponsor most > familiar with your package) is asked first. Of course, sometimes >

Re: RFS: polipo (updated package)

2007-10-11 Thread Kapil Hari Paranjape
Hello, On Thu, 11 Oct 2007, DS wrote: > I am looking for a sponsor for the new version 1.0.3-1 > of my package "polipo". > > It builds these binary packages: > polipo - a small, caching web proxy $ who-uploads polipo Uploads for polipo: 1.0.2-1 to unstable: Guus Sliepen <[EMAIL PROTECTED]>

Re: RFS: polipo (updated package)

2007-10-11 Thread DS
2007/10/11, Nelson A. de Oliveira <[EMAIL PROTECTED]>: > On 10/11/07, DS <[EMAIL PROTECTED]> wrote: > > I am looking for a sponsor for the new version 1.0.3-1 > > of my package "polipo". > > Actually you didn't change the watch file, as you have described in > your changelog :-) > Oh! Sorry! Uplo

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread Russ Allbery
Romain Beauxis <[EMAIL PROTECTED]> writes: > rpath specifies where to find the required library. Debian wants *not* > to use it since it messes with library update: one may want to move the > library to a new place without breaking binaries depending on it. It also causes problems for multilib.

Re: Passing variables to a Makefile

2007-10-11 Thread Hubert (Chan) Chathi
On Thu, 11 Oct 2007 08:16:17 -0400, Justin Pryzby <[EMAIL PROTECTED]> said: > On Thu, Oct 11, 2007 at 10:52:03AM +0900, Charles Plessy wrote: >> Dear mentors, >> >> in a package I prepare, there is the following line in a >> source/Makefile: >> >> CPPFLAGS=-O3 -funroll-loops -march=i686 -mfpmath

RFS: nted (2nd try)

2007-10-11 Thread Gilles Filippini
Dear mentors, I am looking for a sponsor for my package "nted". * Package name: nted Version : 0.7.0-1 Upstream Author : Jörg Anders <[EMAIL PROTECTED]> * URL : http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml * License : GPL Section :

Re: Passing variables to a Makefile

2007-10-11 Thread Daniel Leidert
Am Donnerstag, den 11.10.2007, 08:15 -0400 schrieb Justin Pryzby: > On Thu, Oct 11, 2007 at 12:51:26PM +0200, Daniel Leidert wrote: > > Am Donnerstag, den 11.10.2007, 10:52 +0900 schrieb Charles Plessy: > > about non-existing directories, like usr/share/dialign-t. You only need > > to create the d

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread Romain Beauxis
Le Thursday 11 October 2007 15:17:06 varun_shrivastava, vous avez écrit : > hi Hi ! > i am a newbee in packaging and trying out how to package some already > available source packages > > i am trying to pack jpeg62_6b, the package builds successfully but running > lintian shows > "binar

Re: RFS: polipo (updated package)

2007-10-11 Thread Nelson A. de Oliveira
Hi Denis! On 10/11/07, DS <[EMAIL PROTECTED]> wrote: > I am looking for a sponsor for the new version 1.0.3-1 > of my package "polipo". Actually you didn't change the watch file, as you have described in your changelog :-) Best regards, Nelson -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Re: binary-or-shlib-defines-rpath error message

2007-10-11 Thread Justin Pryzby
On Thu, Oct 11, 2007 at 06:17:06AM -0700, varun_shrivastava wrote: > > hi > i am a newbee in packaging and trying out how to package some already > available source packages > > i am trying to pack jpeg62_6b, the package builds successfully but running Is this the same package that caused dh_str

binary-or-shlib-defines-rpath error message

2007-10-11 Thread varun_shrivastava
hi i am a newbee in packaging and trying out how to package some already available source packages i am trying to pack jpeg62_6b, the package builds successfully but running lintian shows "binary-or-shlib-defines-rpath ./usr/bin/cjpeg /usr/lib" the message is same for all binaries in /usr/bi

Re: Passing variables to a Makefile

2007-10-11 Thread Justin Pryzby
On Thu, Oct 11, 2007 at 10:52:03AM +0900, Charles Plessy wrote: > Dear mentors, > > in a package I prepare, there is the following line in a source/Makefile: > > CPPFLAGS=-O3 -funroll-loops -march=i686 -mfpmath=sse -msse -mmmx CPPFLAGS is for the C PreProcessor. So it's supposed to have thing

Re: Passing variables to a Makefile

2007-10-11 Thread Justin Pryzby
On Thu, Oct 11, 2007 at 12:51:26PM +0200, Daniel Leidert wrote: > Am Donnerstag, den 11.10.2007, 10:52 +0900 schrieb Charles Plessy: > about non-existing directories, like usr/share/dialign-t. You only need > to create the diretories first, if you e.g. use `install' instead of > dh_install or of y

Mad promo!

2007-10-11 Thread Casandra Inman
Our X X X Network for FREE today! www madpromo dot cn subtractors monosiphonic Altair blubbers -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

RFS: polipo (updated package)

2007-10-11 Thread DS
Dear mentors, I am looking for a sponsor for the new version 1.0.3-1 of my package "polipo". It builds these binary packages: polipo - a small, caching web proxy The package appears to be lintian clean. The package can be found on mentors.debian.net: - URL: http://mentors.debian.net/debian/

Re: Passing variables to a Makefile

2007-10-11 Thread Daniel Leidert
Am Donnerstag, den 11.10.2007, 10:52 +0900 schrieb Charles Plessy: > in a package I prepare, there is the following line in a source/Makefile: > > CPPFLAGS=-O3 -funroll-loops -march=i686 -mfpmath=sse -msse -mmmx > > This is obviously not convenient for building on many platforms, so I > deci

Re: Passing variables to a Makefile

2007-10-11 Thread Miriam Ruiz
2007/10/11, Charles Plessy <[EMAIL PROTECTED]>: > Dear mentors, > > in a package I prepare, there is the following line in a source/Makefile: > > CPPFLAGS=-O3 -funroll-loops -march=i686 -mfpmath=sse -msse -mmmx > > This is obviously not convenient for building on many platforms, so I > decided t