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

Andreas Metzler ametzler at downhill.at.eu.org
Thu Sep 10 17:22:48 UTC 2009


On 2009-09-10 Bill Allombert <ballombe at debian.org> 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 <ametzler at debian.org>  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'





More information about the Pkg-phototools-devel mailing list