[I'm a new maintainer doing RC bug fixing as part of T&S; Michael is my AM.]

It appears that all the CMake-generated files can safely be removed
during clean, which will both avoid this FTBFS and reduce the size of the
Debian diff. The necessary changes are attached.

Michael, would you be willing to sponsor an NMU using this patch?

Regards,
        Simon
diff -u perceptualdiff-1.0.1/debian/changelog perceptualdiff-1.0.1/debian/changelog
--- perceptualdiff-1.0.1/debian/changelog
+++ perceptualdiff-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+perceptualdiff (1.0.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove all cmake-generated files in make clean, avoiding FTBFS
+    and reducing Debian diff size (Closes: #445614).
+
+ -- Simon McVittie <[EMAIL PROTECTED]>  Sun, 14 Oct 2007 12:24:05 +0100
+
 perceptualdiff (1.0.1-1) unstable; urgency=low
 
   * Initial release
diff -u perceptualdiff-1.0.1/debian/rules perceptualdiff-1.0.1/debian/rules
--- perceptualdiff-1.0.1/debian/rules
+++ perceptualdiff-1.0.1/debian/rules
@@ -46,6 +46,8 @@
 
 	# Add here commands to clean up after the build process.
 	-make clean
+	rm -rf CMakeCache.txt CMakeFiles CPackConfig.cmake \
+		CPackSourceConfig.cmake cmake_install.cmake Makefile
 
 	dh_clean 
 

Attachment: signature.asc
Description: Digital signature

Reply via email to