tags 676045 + patch thanks Dear maintainer,
Attached is a patch to fix that, as the build needs a writable $HOME during build. I have not yet prepared a final NMU to upload. But as the freeze for Wheezy is near, I can do if needed. In any case it will be delayed if okay. Regards, Salvatore
diff -Nru nautilus-image-manipulator-1.1/debian/changelog nautilus-image-manipulator-1.1/debian/changelog --- nautilus-image-manipulator-1.1/debian/changelog 2012-05-05 10:49:58.000000000 +0200 +++ nautilus-image-manipulator-1.1/debian/changelog 2012-06-24 11:45:14.000000000 +0200 @@ -1,3 +1,12 @@ +nautilus-image-manipulator (1.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Set temporary writable $HOME directory during build. + Fix FTBFS "IOError: [Errno 2] No such file or directory: + '/sbuild-nonexistent/.nautilus-image-manipulator.ini'". (Closes: #676045) + + -- Salvatore Bonaccorso <car...@debian.org> Sun, 24 Jun 2012 11:45:08 +0200 + nautilus-image-manipulator (1.1-1) unstable; urgency=low * New upstream release diff -Nru nautilus-image-manipulator-1.1/debian/rules nautilus-image-manipulator-1.1/debian/rules --- nautilus-image-manipulator-1.1/debian/rules 2012-04-30 23:36:45.000000000 +0200 +++ nautilus-image-manipulator-1.1/debian/rules 2012-06-24 11:44:48.000000000 +0200 @@ -1,7 +1,14 @@ #!/usr/bin/make -f +BUILDHOME = $(CURDIR)/debian/build + +override_dh_clean: + dh_clean + rm -rf $(BUILDHOME) + override_dh_auto_test: - nosetests + mkdir -p $(BUILDHOME) + HOME=$(BUILDHOME) nosetests override_dh_auto_install: dh_auto_install -- --install-lib=/usr/share/nautilus-image-manipulator \
signature.asc
Description: Digital signature