[Pkg-phototools-devel] Bug#546034: Bug#546034: pfstools: FTBFS with gcc 4.4 in pfspanoramic.cpp

2009-09-10 Thread fabrice
Hi Sebastian,

Sebastian Harl escribió:
> I failed to reproduce that build failure on Debian Sid using gcc / g++
> 4.4 on amd64. IIrc, Ubuntu uses a couple of different compiler flags by
> default (e.g. hardening stuff) - also, GCC's behavior regarding warnings

You're right: Ubuntu is using hardening stuff by default. I didn't
realized Debian didn't.

> Is GCC 4.4 the default on Ubuntu? If not, how did you compile the
> package?

Yes, gcc 4.4 is the default compiler for the next version (Karmic), due
in October 09.

Bye,

Fabrice



___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] Bug#546034: Bug#546034: pfstools: FTBFS with gcc 4.4 in pfspanoramic.cpp

2009-09-10 Thread Sebastian Harl
severity 546034 normal
tags 546034 + unreproducible
thanks

Hi Fabrice,

On Thu, Sep 10, 2009 at 07:59:11PM +, Fabrice Coutadeur wrote:
> When trying to build pfstool with gcc 4.4 (in Ubuntu), I'm getting the 
> following
>  error:
[…]
> pfspanoramic.cpp:198: error: invalid conversion from 'const char*' to 'char*'
[…]
> -- System Information:
> Debian Release: squeeze/sid
>   APT prefers karmic-updates
>   APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 
> 'karmic')
> Architecture: amd64 (x86_64)

I failed to reproduce that build failure on Debian Sid using gcc / g++
4.4 on amd64. IIrc, Ubuntu uses a couple of different compiler flags by
default (e.g. hardening stuff) - also, GCC's behavior regarding warnings
and errors tends to be kinda indeterministic or changes every once in a
while.

Is GCC 4.4 the default on Ubuntu? If not, how did you compile the
package?

… anyway, if that function happens to be called with a non-const
argument, this is still a bug. I'm thus keeping it open for now and I'll
check if that is the case.

> As stated by upstream in 
> http://sourceforge.net/tracker/index.php?func=detail&aid=2848391&group_id=129921&atid=716245
>  , the line 194 should be changed to:
> static Projection *getProjection(char *name)

Thanks for reporting this and pointing me to the appropriate upstream
bug report.

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature
___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] Bug#545974: Bug#545974: enblend: FTBFS on i386 [install-info problem]

2009-09-10 Thread Sebastian Harl
Hi Andreas,

On Thu, Sep 10, 2009 at 07:22:48PM +0200, Andreas Metzler wrote:
> On 2009-09-10 Bill Allombert  wrote:
> > Package: enblend
> > Version: 3.2+dfsg-2
> > Severity: serious
> 
> > Hello Debian PhotoTools Maintainers,
> 
> > enblen-enfuse FTBTS on i386 due to new install-info
> [...]
> >  install-info 
> > --info-dir='/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info' 
> > '/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
> > This is not dpkg install-info anymore, but GNU install-info
> > See the man page for ginstall-info for command line arguments
> > install-info: warning: no info dir entry in 
> > `/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
> > ...
> > dh_install --sourcedir=debian/tmp --fail-missing
> > dh_install: usr/share/info/dir exists in debian/tmp but is not installed to 
> > anywhere
> [...]

> Fix is straightforward:
[…]

Thanks for taking care of that so quickly - much appreciated!

Cheers,
Sebastian

-- 
Sebastian "tokkee" Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature
___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] Bug#546034: pfstools: FTBFS with gcc 4.4 in pfspanoramic.cpp

2009-09-10 Thread Fabrice Coutadeur
Package: pfstools
Version: 1.8.1-1
Severity: important
Justification: fails to build from source

Hi,

When trying to build pfstool with gcc 4.4 (in Ubuntu), I'm getting the following
 error:
i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I./../pfs-O3 -Wall-MT 
pfspanoramic.o -MD -MP -MF .deps/pfspanoramic.Tpo -c -o pfspanoramic.o 
pfspanoramic.cpp
pfspanoramic.cpp: In member function 'Vector3D Vector3D::rotateX(double)':
pfspanoramic.cpp:108: warning: no return statement in function returning 
non-void
pfspanoramic.cpp: In member function 'Vector3D Vector3D::rotateY(double)':
pfspanoramic.cpp:122: warning: no return statement in function returning 
non-void
pfspanoramic.cpp: In member function 'Vector3D Vector3D::rotateZ(double)':
pfspanoramic.cpp:136: warning: no return statement in function returning 
non-void
pfspanoramic.cpp: In static member function 'static Projection* 
ProjectionFactory::getProjection(const char*)':
pfspanoramic.cpp:198: error: invalid conversion from 'const char*' to 'char*'
pfspanoramic.cpp:198: warning: suggest parentheses around assignment used as 
truth value
pfspanoramic.cpp: In member function 'virtual Vector3D* 
MirrorBallProjection::uvToDirection(double, double)':
pfspanoramic.cpp:279: warning: unused variable 't'
pfspanoramic.cpp: In member function 'virtual Vector3D* 
AngularProjection::uvToDirection(double, double)':
pfspanoramic.cpp:397: warning: unused variable 't'
pfspanoramic.cpp: In function 'void panoramic(int, char**)':
pfspanoramic.cpp:794: warning: unused variable 'dX'
pfspanoramic.cpp:794: warning: unused variable 'dY'
pfspanoramic.cpp:794: warning: unused variable 'dZ'
make[4]: *** [pfspanoramic.o] Error 1
make[4]: Leaving directory `/build/buildd/pfstools-1.8.1/src/filter'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/buildd/pfstools-1.8.1/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/buildd/pfstools-1.8.1'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/build/buildd/pfstools-1.8.1'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

As stated by upstream in 
http://sourceforge.net/tracker/index.php?func=detail&aid=2848391&group_id=129921&atid=716245
 , the line 194 should be changed to:
static Projection *getProjection(char *name)

Thanks,
Fabrice


-- System Information:
Debian Release: squeeze/sid
  APT prefers karmic-updates
  APT policy: (500, 'karmic-updates'), (500, 'karmic-security'), (500, 'karmic')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash



___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] enblend-enfuse_3.2+dfsg-3_i386.changes ACCEPTED

2009-09-10 Thread Archive Administrator

Accepted:
enblend-enfuse_3.2+dfsg-3.diff.gz
  to pool/main/e/enblend-enfuse/enblend-enfuse_3.2+dfsg-3.diff.gz
enblend-enfuse_3.2+dfsg-3.dsc
  to pool/main/e/enblend-enfuse/enblend-enfuse_3.2+dfsg-3.dsc
enblend_3.2+dfsg-3_i386.deb
  to pool/main/e/enblend-enfuse/enblend_3.2+dfsg-3_i386.deb
enfuse_3.2+dfsg-3_i386.deb
  to pool/main/e/enblend-enfuse/enfuse_3.2+dfsg-3_i386.deb


Override entries for your package:
enblend-enfuse_3.2+dfsg-3.dsc - source graphics
enblend_3.2+dfsg-3_i386.deb - optional graphics
enfuse_3.2+dfsg-3_i386.deb - optional graphics

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 545974 


Thank you for your contribution to Debian.

___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] Bug#545974: marked as done (enblend: FTBFS on i386 [install-info problem])

2009-09-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Sep 2009 18:47:11 +
with message-id 
and subject line Bug#545974: fixed in enblend-enfuse 3.2+dfsg-3
has caused the Debian Bug report #545974,
regarding enblend: FTBFS on i386 [install-info problem]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
545974: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=545974
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: enblend
Version: 3.2+dfsg-2
Severity: serious

Hello Debian PhotoTools Maintainers,

enblen-enfuse FTBTS on i386 due to new install-info
...
 /usr/bin/install -c -m 644 './enfuse.info' 
'/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enfuse.info'
 /usr/bin/install -c -m 644 './enfuse-focus-stacking.info' 
'/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enfuse-focus-stacking.info'
 install-info 
--info-dir='/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info' 
'/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
install-info: warning: no info dir entry in 
`/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
...
dh_install --sourcedir=debian/tmp --fail-missing
dh_install: usr/share/info/dir exists in debian/tmp but is not installed to 
anywhere
dh_install: missing files, aborting
make: *** [binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
E: Failed autobuilding of package

The full build-log is at


Cheers,
-- 
Bill. 

Imagine a large red swirl here. 


--- End Message ---
--- Begin Message ---
Source: enblend-enfuse
Source-Version: 3.2+dfsg-3

We believe that the bug you reported is fixed in the latest version of
enblend-enfuse, which is due to be installed in the Debian FTP archive:

enblend-enfuse_3.2+dfsg-3.diff.gz
  to pool/main/e/enblend-enfuse/enblend-enfuse_3.2+dfsg-3.diff.gz
enblend-enfuse_3.2+dfsg-3.dsc
  to pool/main/e/enblend-enfuse/enblend-enfuse_3.2+dfsg-3.dsc
enblend_3.2+dfsg-3_i386.deb
  to pool/main/e/enblend-enfuse/enblend_3.2+dfsg-3_i386.deb
enfuse_3.2+dfsg-3_i386.deb
  to pool/main/e/enblend-enfuse/enfuse_3.2+dfsg-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 545...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler  (supplier of updated enblend-enfuse 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: RIPEMD160

Format: 1.8
Date: Thu, 10 Sep 2009 19:18:59 +0200
Source: enblend-enfuse
Binary: enblend enfuse
Architecture: source i386
Version: 3.2+dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian PhotoTools Maintainers 

Changed-By: Andreas Metzler 
Description: 
 enblend- image blending tool
 enfuse - image exposure blending tool
Closes: 545974
Changes: 
 enblend-enfuse (3.2+dfsg-3) unstable; urgency=medium
 .
   * Remove usr/share/info/dir, which GNU install-info generates.
 Closes: #545974
   * Add myself to uploaders.
   * Use ${misc:Depends} to get the required dependency on dpkg or
 install-info.
   * Update addinfosection.dpatch to also add info directory entries.
Checksums-Sha1: 
 63cf637d6c83227fd7e7d6f5e978466320ad0156 1557 enblend-enfuse_3.2+dfsg-3.dsc
 1898f90399e9bbe0d8ca82b40fd6cd70bb034892 8435 enblend-enfuse_3.2+dfsg-3.diff.gz
 2f73f9f184a71b9816d41e100c673a13688b0c3d 698190 enblend_3.2+dfsg-3_i386.deb
 711e1e33d2800d82c6d4c1b70600e9717d1941dd 782420 enfuse_3.2+dfsg-3_i386.deb
Checksums-Sha256: 
 c70f9e1d81429de6b2a1c506f5234e4d464d0710e524f7de2d2f2dcd7d00f8d0 1557 
enblend-enfuse_3.2+dfsg-3.dsc
 4cfdb8c1777d3d0ac965e37e46ce85312235bd27de22d9879baff3e3e7f34023 8435 
enblend-enfuse_3.2+dfsg-3.diff.gz
 cafa0b6705e5fc1007be1d7ba794e67c4383fce31150bde9d766e914cd67ec92 698190 
enblend_3.2+dfsg-3_i386.deb
 249db3f405540b1d6b62740aec7d23a773aa9a079e54e17d994e56d6579b2525 782420 
enfuse_3.2+dfsg-3_i386.deb
Files: 
 e0b6b384d70ee8015c295ee38362ab53 1557 graphics optional 
enblend-enfuse_3.2+dfsg-3.dsc
 916701d2ec63a8427433aa92af996d3a 8435 graphics optional 
enblend-enfuse_3.2+dfsg-3.diff.gz
 bf

[Pkg-phototools-devel] Processing of enblend-enfuse_3.2+dfsg-3_i386.changes

2009-09-10 Thread Archive Administrator
enblend-enfuse_3.2+dfsg-3_i386.changes uploaded successfully to localhost
along with the files:
  enblend-enfuse_3.2+dfsg-3.dsc
  enblend-enfuse_3.2+dfsg-3.diff.gz
  enblend_3.2+dfsg-3_i386.deb
  enfuse_3.2+dfsg-3_i386.deb

Greetings,

Your Debian queue daemon (running on host ries.debian.org)

___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] Bug#545974: enblend: FTBFS on i386 [install-info problem]

2009-09-10 Thread Andreas Metzler
On 2009-09-10 Bill Allombert  wrote:
> Package: enblend
> Version: 3.2+dfsg-2
> Severity: serious

> Hello Debian PhotoTools Maintainers,

> enblen-enfuse FTBTS on i386 due to new install-info
[...]
>  install-info 
> --info-dir='/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info' 
> '/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
> This is not dpkg install-info anymore, but GNU install-info
> See the man page for ginstall-info for command line arguments
> install-info: warning: no info dir entry in 
> `/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
> ...
> dh_install --sourcedir=debian/tmp --fail-missing
> dh_install: usr/share/info/dir exists in debian/tmp but is not installed to 
> anywhere
[...]

Hello,
Fix is straightforward:
--
diff --git a/debian/changelog b/debian/changelog
index e899d42..293591a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+enblend-enfuse (3.2+dfsg-3) unstable; urgency=low
+
+  * Remove usr/share/info/dir, which GNU install-info generates.
+Closes: #545974
+
+ -- Andreas Metzler   Thu, 10 Sep 2009 19:18:59 +0200
+
 enblend-enfuse (3.2+dfsg-2) unstable; urgency=low
 
   * Upload to unstable - Lenny has been released.
diff --git a/debian/rules b/debian/rules
index 9f11ed7..34d8c89 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,6 +59,7 @@ install: build
dh_installdirs

$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
+   rm -f $(CURDIR)/debian/tmp/usr/share/info/dir
 
 binary-indep:
# nothing to do here
--
cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'



___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


Re: [Pkg-phototools-devel] Hugin + Debian - touching base

2009-09-10 Thread Andreas Metzler
On 2009-09-10 Yuval Levy  wrote:
[...]
> I've added a note about Debian as a supported platform in  
> 
>  
> - I hope it is OK. The goal is to document our working relationship so  
> that if there are personnel changes on your end or on ours, the next  
> generation has a link.


Hello,
Nice. I just want to thank you again for actively making an effort and
fixing things for us.
cu andreas

___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] CNIL numéro 1369624 - 136 9628

2009-09-10 Thread fichier

___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] relation amicale

2009-09-10 Thread lolkoua...@cantv.net



Salutation,Je sais que
mon message sera d’une grande surprise quandt-il vous parviendra. Donc,
je vous présente toutes mesexcuses. Je vous écris sincèrement dans le
but d’obtenirvotre coopération et votre confiance pouvant me
permettred’effectuer une affaire urgente avec vous, Très
chere,c’est une proposition très sincère et noble que je vousfait .
Je souhaite solliciter votre aide dans la migrationet l'investissement
dans votre pays la fortune quej'ai hertitée de mon père
.Brièvement, je suis une sierra léonaise agée de 23 anset fille
unique du défunt DR Kouakou Bah Theodore.Jusqu'à sa mort, mon père
était le Directeurgénéral d'une société d'extraction d'or etde
diamant dans la région de Kanema en Sierra
Leone. Le 6Avril 2002les forces militaires fidèles au
gouvernementd'Ahmed TIJAN KABBAH ont envahi la mine de diamant
etd'or et ont assassiné mon père, le confondant avec sonfrère
kouakou Sankoh qui est le député du (RUF) durévolutionnaire FODAY
SANKOH.Quand ma mère, absente carvenue me voir en côte d'ivoire où
j'étudie dans> une grande école a appris la nouvelle ,elle est
retounéeau pays malgré tous les risques et a récupéré certainesdes
affaires qu'elle jugeait sacrés pour mon père dansnotre villa de
famille. Parmi les objets récupérésfigurait un dossier contenant des
détails d'un dépôtque mon père a fait dans une société de compagnie
desécurité à Abidjan Côted'Ivoire. Il y a
déposé $ 10.500.000,00 (Dix millionscinq cent mille de dollars des
États-Unis) contenus dansune (1) caisse metallique à son nom. Il n'a
pasrévélé le vrai contenu de la boîte à cette société.Néanmoins
il a déclaré le dépôt comme biens de famillepour des raisons de
sécurité. C'est l'argent quemon defunt père a gagné à partir de la
vente de l'oret de diamants pendant son temps comme Directeur
général.Compte tenu du climat politique instable en Cote d´Ivoire ,
j'ai décidé de chercher un partenaire afind'investir cette somme
hors de la Côte D'ivoiredans des domaines rentables, c'est donc la
raison pourlaquelle je viens vers vous pour solliciter votre
assistanceet nous aider à investir dans votre pays. La
meilleureméthode pour conclure cette transaction vue la
tensionpolitique en cote d´Ivoire, serait d'expédier lacaisse
contenant les fonds dans votre pays . La compagnie de sécurité a la
possibilité de nousfaciliter les choses en expédiant cette caisse dans
votrepays par la voie diplomatique que j'apprécie beaucoup.Dès
l'arrivée de ces fonds dans votre pays, vous allezles récupérer et les
sauvegarder et engager les démarchespour nous aider à venir s'établir
dans votre pays. Icien raison de sa proximité à notre pays et de la
guerre,notre statut de réfugié ici ne peut pas faciliter
lesaffaires pour nous. Nous vous demandons également de 
rechercher des affaires fiablesetlucratives, de sorte quenous puissions
investir sagement. Nous avons à l'espritde vous donner 15 % de toute la
somme (10.500.000,00millions de dollars $), et la part de 25% dans
n'importequel investissement que nous ferons au moment venu si
vousacceptez de nous aider. Cette fortune que nous vous
avonsindiquée devrait demeurer confidentielle. cher
partenairerestant à votre entière disposition pour
d'amplesinformations fiables, recevez l'assurance de messincères
salutations.Que Dieu vous bénisse.Bien à vous,Mlle Chantal
kouakou


___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


Re: [Pkg-phototools-devel] unclear licenses: please clear up

2009-09-10 Thread Yuval Levy

Pablo d'Angelo wrote:
I have just cleaned up everything (either removed it or added a license 
header), except

src/matchpoint/java/gauss/Main.java
as I haven't written that.

However, I don't believe that this file is used anymore, and it could 
probably be removed safely.


ciao
  Pablo


THANK YOU all.
Yuv


Yuval Levy schrieb:

gentlemen

the Debian team that packages Hugin has notified us that code with 
unclear license or copyright is causing them unnecessary headaches 
when packaging Hugin for their distribution.


I've traced the files they identified to three commits.

May I ask you to set the situation right and add a copyright and 
license header?


r2033 | ippei | 2007-06-03 13:21:26 -0400
  src/hugin1/tests/test_projections.cpp
  src/hugin1/tools_vips/img2vips.cpp
  src/hugin1/tools_vips/hdrmerge_vips.cpp
  src/hugin1/tools_vips/img2vips.cpp
  src/hugin1/tools/img2vips.cpp
  src/hugin1/tools/color_correct_tiff.cpp

r2138 | stereo_sl | 2007-06-21 17:11:32 -0400
  src/matchpoint/java/gauss/Main.java

r2948 | dangelo | 2008-03-14 12:37:01 -0400
  src/matchpoint/evaluation

thanks
Yuv





___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel


[Pkg-phototools-devel] Bug#545974: enblend: FTBFS on i386 [install-info problem]

2009-09-10 Thread Bill Allombert
Package: enblend
Version: 3.2+dfsg-2
Severity: serious

Hello Debian PhotoTools Maintainers,

enblen-enfuse FTBTS on i386 due to new install-info
...
 /usr/bin/install -c -m 644 './enfuse.info' 
'/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enfuse.info'
 /usr/bin/install -c -m 644 './enfuse-focus-stacking.info' 
'/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enfuse-focus-stacking.info'
 install-info 
--info-dir='/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info' 
'/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
This is not dpkg install-info anymore, but GNU install-info
See the man page for ginstall-info for command line arguments
install-info: warning: no info dir entry in 
`/tmp/buildd/enblend-enfuse-3.2+dfsg/debian/tmp/usr/share/info/enblend.info'
...
dh_install --sourcedir=debian/tmp --fail-missing
dh_install: usr/share/info/dir exists in debian/tmp but is not installed to 
anywhere
dh_install: missing files, aborting
make: *** [binary-arch] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
E: Failed autobuilding of package

The full build-log is at


Cheers,
-- 
Bill. 

Imagine a large red swirl here. 



___
Pkg-phototools-devel mailing list
Pkg-phototools-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-phototools-devel