Bug#739029: RFS: qgis/2.0.1-2

2014-02-14 Thread Paul Gevers
Hi Bas, [ Sorry, no intent to sponsor this right now, but ... ] On 15-02-14 03:12, Bas Couwenberg wrote: > I am looking for a sponsor for my package "qgis" This package is part of a proposed transition (by you). You would do well to at least mention this fact in your RFS. Paul signature.asc

Bug#697807: marked as done (RFS: phpreports/0.5.0-1)

2014-02-14 Thread Debian Bug Tracking System
Your message dated Sat, 15 Feb 2014 04:27:57 + with message-id and subject line closing RFS: phpreports/0.5.0-1 has caused the Debian Bug report #697807, regarding RFS: phpreports/0.5.0-1 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the

Bug#739029: RFS: qgis/2.0.1-2

2014-02-14 Thread Bas Couwenberg
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "qgis" Package name: qgis Version : 2.0.1-2 Upstream Author : qgis-develo...@lists.osgeo.org URL : http://qgis.org/ License : GPL-2+ Section : scie

Bug#739003: RFS: libsocket6-perl/0.25-1 [ITA]

2014-02-14 Thread gregor herrmann
On Fri, 14 Feb 2014 20:32:57 +, Daniel Lintott wrote: > Dear mentors, > > I am looking for a sponsor for my package "libsocket6-perl" > > * Package name: libsocket6-perl >Version : 0.25-1 >Upstream Author : Hajimu UMEMOTO > * URL : http://search.cpan.or

Bug#739003: RFS: libsocket6-perl/0.25-1 [ITA]

2014-02-14 Thread Daniel Lintott
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "libsocket6-perl" * Package name: libsocket6-perl Version : 0.25-1 Upstream Author : Hajimu UMEMOTO * URL : h

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
Thank You. This is what I came up with: override_dh_auto_configure: ifeq ($(DEB_HOST_ARCH_OS), $(filter $(DEB_HOST_ARCH_OS), linux)) ifeq ($(DEB_HOST_ARCH), $(filter $(DEB_HOST_ARCH), amd64 i386 x32)) # amd64, i386, x32 and linux dh_auto_configure -- -DCLASSICBUILD=YES -DI2CBUILD=YES

Bug#735130: marked as done (RFS: libapr-memcache/0.7.0-2)

2014-02-14 Thread Debian Bug Tracking System
Your message dated Fri, 14 Feb 2014 16:29:03 + with message-id and subject line closing RFS: libapr-memcache/0.7.0-2 has caused the Debian Bug report #735130, regarding RFS: libapr-memcache/0.7.0-2 to be marked as done. This means that you claim that the problem has been dealt with. If this i

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Sven Joachim
On 2014-02-14 13:52 +0100, Dariusz Dwornikowski wrote: > After some inquiry, I can see that it can build only on amd64, i386, > kfreebsd-i386, kfreebsd-amd64 and hud-i386, because the lib it depends on > (libx86) is only present there. On other architectures I could build only > one of the binarie

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
After some inquiry, I can see that it can build only on amd64, i386, kfreebsd-i386, kfreebsd-amd64 and hud-i386, because the lib it depends on (libx86) is only present there. On other architectures I could build only one of the binaries -- parse-edid, because it does not depend on anything else. S

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Mathieu Malaterre
Hi, Okay I did not read your code carefully. You need to handle a matrix of 4 cases, where only 2 were shown in your code. The actual counter example was: -DCLASSICBUILD=YES and powerpc. Please handle powerpc (any non-x86 actually) in your if statement. sorry for the confusion with kfreebsd-* Th

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
And I think it is set. It is the "else" clause. ksfreebsd-amd64 will be caught there and -DI2CBUILD=NO -DCLASSICBUILD=YES will be set. I think I am a little confused now. On 14 February 2014 13:12, Mathieu Malaterre wrote: > In which case you would need to have -DCLASSICBUILD=ON on > ksfreebsd-

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Mathieu Malaterre
In which case you would need to have -DCLASSICBUILD=ON on ksfreebsd-amd64 if I understand the previous exchange correctly. On Fri, Feb 14, 2014 at 1:07 PM, Dariusz Dwornikowski wrote: > I did not include the line, I take DEB_HOST_ARCH from: > DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
I did not include the line, I take DEB_HOST_ARCH from: DEB_HOST_ARCH := $(shell dpkg-architecture -qDEB_HOST_ARCH) So on ksfreebsd-amd64 it will give me: ksfreebsd-amd64, so DI2CBUILD would be set to NO. Or is it not ? On 14 February 2014 12:59, Mathieu Malaterre wrote: > On Fri, Feb 14, 2014 a

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Mathieu Malaterre
On Fri, Feb 14, 2014 at 12:55 PM, Dariusz Dwornikowski wrote: > Ok I created such code in rules: > > override_dh_auto_configure: > ifeq ($(DEB_HOST_ARCH), $(filter $(DEB_HOST_ARCH),amd64 i386)) > dh_auto_configure -- -DCLASSICBUILD=YES -DI2CBUILD=YES > else > dh_auto_configure -- -DI2CBUILD=NO

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
Ok I created such code in rules: override_dh_auto_configure: ifeq ($(DEB_HOST_ARCH), $(filter $(DEB_HOST_ARCH),amd64 i386)) dh_auto_configure -- -DCLASSICBUILD=YES -DI2CBUILD=YES else dh_auto_configure -- -DI2CBUILD=NO -DCLASSICBUILD=YES endif Can somebody review it for me ? I check

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
Ok, So is it a good practice then to check the arch in rules and change -D... accordingly ? On 14 February 2014 11:34, Sven Joachim wrote: > On 2014-02-14 09:38 +0100, Dariusz Dwornikowski wrote: > > > Package: sponsorship-requests > > Severity: normal > > > > Dear mentors, > > > > I am look

Re: RFS: read-edid/3.0.1-2

2014-02-14 Thread Sven Joachim
On 2014-02-14 09:38 +0100, Dariusz Dwornikowski wrote: > Package: sponsorship-requests > Severity: normal > > Dear mentors, > > I am looking for a sponsor for my package "read-edid" Have you tried to contact the DD who sponsored the 3.0.1-1 upload yet? > Changes since the last upload: > >

RFS: read-edid/3.0.1-2

2014-02-14 Thread Dariusz Dwornikowski
Package: sponsorship-requests Severity: normal Dear mentors, I am looking for a sponsor for my package "read-edid" * Package name: read-edid Version : 3.0.1-2 Upstream Author : Matthew Kern * URL : http://www.polypux.org/projects/read-edid/ * License