Package: eurephia Version: 1.0.1-2 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu natty ubuntu-patch
Hi, Because of the dependency on configure in the clean target, I was having the following error when running debuild -S: ... dh_clean dpkg-source -b eurephia-1.0.1 dpkg-source: info: using source format `3.0 (quilt)' dpkg-source: info: building eurephia using existing ./eurephia_1.0.1.orig.tar.bz2 dpkg-source: error: cannot represent change to eurephia-1.0.1/CMakeFiles/CMakeDetermineCompilerABI_C.bin: binary file contents changed dpkg-source: error: add CMakeFiles/CMakeDetermineCompilerABI_C.bin in debian/source/include-binaries if you want to store the modified binary in the debian tarball dpkg-source: error: cannot represent change to eurephia-1.0.1/CMakeFiles/CompilerIdC/a.out: binary file contents changed dpkg-source: error: add CMakeFiles/CompilerIdC/a.out in debian/source/include-binaries if you want to store the modified binary in the debian tarball dpkg-source: error: unrepresentable changes to source *** /tmp/tmpqpQ34n In Ubuntu, we've applied the attached patch to fix it. Thanks, Fabrice -- System Information: Debian Release: squeeze/sid APT prefers maverick-updates APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 'maverick-proposed'), (500, 'maverick') Architecture: amd64 (x86_64) Kernel: Linux 2.6.35-24-generic (SMP w/2 CPU cores) Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru eurephia-1.0.1/debian/rules eurephia-1.0.1/debian/rules --- eurephia-1.0.1/debian/rules 2010-10-20 14:38:42.000000000 +0200 +++ eurephia-1.0.1/debian/rules 2010-12-16 06:53:23.000000000 +0100 @@ -34,7 +34,7 @@ touch build-stamp -clean: configure +clean: dh_testdir dh_testroot